Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.2.5 (#2970)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
  • Loading branch information
renovate[bot] and tido64 authored Feb 14, 2024
1 parent 82a5543 commit 289c771
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .changeset/popular-scissors-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 3 additions & 2 deletions incubator/build/src/remotes/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ async function watchWorkflowRun(
const job = activeJobs.find((job) => job.status !== "completed");
if (job) {
const { started_at, steps } = job;
currentStep = steps?.find((step) => step.status !== "completed")
?.name;
currentStep = steps?.find(
(step) => step.status !== "completed"
)?.name;
jobStartedAt = started_at;
params.headers = { "if-none-match": result.headers.etag };
} else {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12069,11 +12069,11 @@ __metadata:
linkType: hard

"prettier@npm:^3.0.0":
version: 3.1.1
resolution: "prettier@npm:3.1.1"
version: 3.2.5
resolution: "prettier@npm:3.2.5"
bin:
prettier: bin/prettier.cjs
checksum: e386855e3a1af86a748e16953f168be555ce66d6233f4ba54eb6449b88eb0c6b2ca79441b11eae6d28a7f9a5c96440ce50864b9d5f6356d331d39d6bb66c648e
checksum: 2ee4e1417572372afb7a13bb446b34f20f1bf1747db77cf6ccaf57a9be005f2f15c40f903d41a6b79eec3f57fff14d32a20fb6dee1f126da48908926fe43c311
languageName: node
linkType: hard

Expand Down

0 comments on commit 289c771

Please sign in to comment.