зеркало из https://github.com/microsoft/rnx-kit.git
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>
This commit is contained in:
Родитель
01eb1b6fb9
Коммит
7256ae2e58
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
---
|
|
@ -95,9 +95,8 @@ async function getWorkflowRunId(
|
||||||
): Promise<WorkflowRunId> {
|
): Promise<WorkflowRunId> {
|
||||||
const listParams = { ...params };
|
const listParams = { ...params };
|
||||||
const run_id = await withRetry(async () => {
|
const run_id = await withRetry(async () => {
|
||||||
const { data, headers } = await octokit().rest.actions.listWorkflowRuns(
|
const { data, headers } =
|
||||||
listParams
|
await octokit().rest.actions.listWorkflowRuns(listParams);
|
||||||
);
|
|
||||||
if (data.workflow_runs.length === 0) {
|
if (data.workflow_runs.length === 0) {
|
||||||
listParams.headers = { "if-none-match": headers.etag };
|
listParams.headers = { "if-none-match": headers.etag };
|
||||||
throw new Error("Failed to get workflow run id");
|
throw new Error("Failed to get workflow run id");
|
||||||
|
|
|
@ -11335,11 +11335,11 @@ __metadata:
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"prettier@npm:^3.0.0":
|
"prettier@npm:^3.0.0":
|
||||||
version: 3.0.0
|
version: 3.0.2
|
||||||
resolution: "prettier@npm:3.0.0"
|
resolution: "prettier@npm:3.0.2"
|
||||||
bin:
|
bin:
|
||||||
prettier: bin/prettier.cjs
|
prettier: bin/prettier.cjs
|
||||||
checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33
|
checksum: 118b59ddb6c80abe2315ab6d0f4dd1b253be5cfdb20622fa5b65bb1573dcd362e6dd3dcf2711dd3ebfe64aecf7bdc75de8a69dc2422dcd35bdde7610586b677a
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче