From 7256ae2e58695082a812cbf6e691897346d1d22a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 06:56:16 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.0.2 (#2617) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> --- .changeset/slimy-queens-lie.md | 2 ++ incubator/build/src/remotes/github.ts | 5 ++--- yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 .changeset/slimy-queens-lie.md diff --git a/.changeset/slimy-queens-lie.md b/.changeset/slimy-queens-lie.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/slimy-queens-lie.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/incubator/build/src/remotes/github.ts b/incubator/build/src/remotes/github.ts index 0bcdd8703..f0c8a59b5 100644 --- a/incubator/build/src/remotes/github.ts +++ b/incubator/build/src/remotes/github.ts @@ -95,9 +95,8 @@ async function getWorkflowRunId( ): Promise { const listParams = { ...params }; const run_id = await withRetry(async () => { - const { data, headers } = await octokit().rest.actions.listWorkflowRuns( - listParams - ); + const { data, headers } = + await octokit().rest.actions.listWorkflowRuns(listParams); if (data.workflow_runs.length === 0) { listParams.headers = { "if-none-match": headers.etag }; throw new Error("Failed to get workflow run id"); diff --git a/yarn.lock b/yarn.lock index 2a0b7b5f2..6992080ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11335,11 +11335,11 @@ __metadata: linkType: hard "prettier@npm:^3.0.0": - version: 3.0.0 - resolution: "prettier@npm:3.0.0" + version: 3.0.2 + resolution: "prettier@npm:3.0.2" bin: prettier: bin/prettier.cjs - checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33 + checksum: 118b59ddb6c80abe2315ab6d0f4dd1b253be5cfdb20622fa5b65bb1573dcd362e6dd3dcf2711dd3ebfe64aecf7bdc75de8a69dc2422dcd35bdde7610586b677a languageName: node linkType: hard