Skip to content

Commit

Permalink
Update dependency chalk to v5.4.1 (#3380)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [chalk](https://redirect.github.com/chalk/chalk) | [`5.3.0` -> `5.4.1`](https://renovatebot.com/diffs/npm/chalk/5.3.0/5.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chalk/5.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chalk/5.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chalk/5.3.0/5.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chalk/5.3.0/5.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>chalk/chalk (chalk)</summary>

### [`v5.4.1`](https://redirect.github.com/chalk/chalk/releases/tag/v5.4.1)

[Compare Source](https://redirect.github.com/chalk/chalk/compare/v5.4.0...v5.4.1)

-   Fix `navigator` not defined `ReferenceError` ([#&#8203;642](https://redirect.github.com/chalk/chalk/issues/642))  [`4ebb62d`](https://redirect.github.com/chalk/chalk/commit/4ebb62d)

### [`v5.4.0`](https://redirect.github.com/chalk/chalk/releases/tag/v5.4.0)

[Compare Source](https://redirect.github.com/chalk/chalk/compare/v5.3.0...v5.4.0)

-   Update `CIRCLECI` environments to return level 3 color support  [`f838120`](https://redirect.github.com/chalk/chalk/commit/f838120)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 1a962b5 commit b83ddf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"async-sema": "3.1.1",
"browserslist": "4.24.3",
"buffer": "6.0.3",
"chalk": "5.3.0",
"chalk": "5.4.1",
"cheerio": "1.0.0",
"cookie": "0.7.2",
"cors": "2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"browserslist": "4.24.3",
"buffer": "6.0.3",
"bytes": "3.1.2",
"chalk": "5.3.0",
"chalk": "5.4.1",
"ci-info": "watson/ci-info#ae7d0a9e6604a697c76679abebebcec1ab5d6159",
"cli-select": "1.1.2",
"client-only": "0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@babel/code-frame": "7.26.2",
"@types/babel__code-frame": "7.0.6",
"anser": "2.3.0",
"chalk": "5.3.0",
"chalk": "5.4.1",
"css.escape": "1.5.1",
"data-uri-to-buffer": "6.0.2",
"platform": "1.3.6",
Expand Down

0 comments on commit b83ddf5

Please sign in to comment.