Bump chalk from 4.1.2 to 5.6.2 #202

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/chalk-5.6.2 into main
dependabot[bot] commented 2025-09-09 04:41:55 +00:00 (Migrated from github.com)

Bumps chalk from 4.1.2 to 5.6.2.

Release notes

Sourced from chalk's releases.

v5.6.2

v5.6.0

  • Make WezTerm terminal use true color a8f5bf7

https://github.com/chalk/chalk/compare/v5.5.0...v5.6.0

v5.5.0

  • Make Ghostty terminal use true color (#653) 79ee2d3

https://github.com/chalk/chalk/compare/v5.4.1...v5.5.0

v5.4.1

  • Fix navigator not defined ReferenceError (#642) 4ebb62d

https://github.com/chalk/chalk/compare/v5.4.0...v5.4.1

v5.4.0

  • Update CIRCLECI environments to return level 3 color support f838120

https://github.com/chalk/chalk/compare/v5.3.0...v5.4.0

v5.3.0

  • Add sideEffects field to package.json 5aafc0a
  • Add support for Gitea Actions (#603) 29b8569

https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0

v5.2.0

  • Improve Deno compatibility (#579) 7443e9f
  • Detect true-color support for GitHub Actions (#579) 7443e9f
  • Detect true-color support for Kitty terminal (#579) 7443e9f
  • Fix test for Azure DevOps environment (#579) 7443e9f

https://github.com/chalk/chalk/compare/v5.1.2...v5.2.0

v5.1.2

  • Fix exported styles names (#569) a34bcf6

https://github.com/chalk/chalk/compare/v5.1.1...v5.1.2

v5.1.1

  • Improved the names of exports introduced in 5.1.0 (#567) 6e0df05
    • We of course preserved the old names.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores

    • Updated the internal color formatting library to its latest major version.
    • Adjusts how terminal colors are handled under the hood.
  • Notes

    • No user-facing features or UI changes.
    • Existing behavior and commands should work as before.
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chalk/chalk/releases">chalk's releases</a>.</em></p> <blockquote> <h2>v5.6.2</h2> <ul> <li>Fix vulnerability in 5.6.1, see: <a href="https://redirect.github.com/chalk/chalk/issues/656">chalk/chalk#656</a></li> </ul> <h2>v5.6.0</h2> <ul> <li>Make WezTerm terminal use true color a8f5bf7</li> </ul> <hr /> <p><a href="https://github.com/chalk/chalk/compare/v5.5.0...v5.6.0">https://github.com/chalk/chalk/compare/v5.5.0...v5.6.0</a></p> <h2>v5.5.0</h2> <ul> <li>Make Ghostty terminal use true color (<a href="https://redirect.github.com/chalk/chalk/issues/653">#653</a>) 79ee2d3</li> </ul> <hr /> <p><a href="https://github.com/chalk/chalk/compare/v5.4.1...v5.5.0">https://github.com/chalk/chalk/compare/v5.4.1...v5.5.0</a></p> <h2>v5.4.1</h2> <ul> <li>Fix <code>navigator</code> not defined <code>ReferenceError</code> (<a href="https://redirect.github.com/chalk/chalk/issues/642">#642</a>) 4ebb62d</li> </ul> <p><a href="https://github.com/chalk/chalk/compare/v5.4.0...v5.4.1">https://github.com/chalk/chalk/compare/v5.4.0...v5.4.1</a></p> <h2>v5.4.0</h2> <ul> <li>Update <code>CIRCLECI</code> environments to return level 3 color support f838120</li> </ul> <p><a href="https://github.com/chalk/chalk/compare/v5.3.0...v5.4.0">https://github.com/chalk/chalk/compare/v5.3.0...v5.4.0</a></p> <h2>v5.3.0</h2> <ul> <li>Add <code>sideEffects</code> field to package.json 5aafc0a</li> <li>Add support for Gitea Actions (<a href="https://redirect.github.com/chalk/chalk/issues/603">#603</a>) 29b8569</li> </ul> <p><a href="https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0">https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0</a></p> <h2>v5.2.0</h2> <ul> <li>Improve Deno compatibility (<a href="https://redirect.github.com/chalk/chalk/issues/579">#579</a>) 7443e9f</li> <li>Detect true-color support for GitHub Actions (<a href="https://redirect.github.com/chalk/chalk/issues/579">#579</a>) 7443e9f</li> <li>Detect true-color support for Kitty terminal (<a href="https://redirect.github.com/chalk/chalk/issues/579">#579</a>) 7443e9f</li> <li>Fix test for Azure DevOps environment (<a href="https://redirect.github.com/chalk/chalk/issues/579">#579</a>) 7443e9f</li> </ul> <p><a href="https://github.com/chalk/chalk/compare/v5.1.2...v5.2.0">https://github.com/chalk/chalk/compare/v5.1.2...v5.2.0</a></p> <h2>v5.1.2</h2> <ul> <li>Fix exported styles names (<a href="https://redirect.github.com/chalk/chalk/issues/569">#569</a>) a34bcf6</li> </ul> <p><a href="https://github.com/chalk/chalk/compare/v5.1.1...v5.1.2">https://github.com/chalk/chalk/compare/v5.1.1...v5.1.2</a></p> <h2>v5.1.1</h2> <ul> <li>Improved the names of exports introduced in 5.1.0 (<a href="https://redirect.github.com/chalk/chalk/issues/567">#567</a>) 6e0df05 <ul> <li>We of course preserved the old names.</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chalk/chalk/commit/51557784b829c87ff8d138206598764f2eb957b1"><code>5155778</code></a> 5.6.2</li> <li><a href="https://github.com/chalk/chalk/commit/5c91505e184aff4609c0a7fb235770c2f71db4a3"><code>5c91505</code></a> 5.6.0</li> <li><a href="https://github.com/chalk/chalk/commit/a8f5bf7a6733b1e2a356d5cccea6a45d80cf16c7"><code>a8f5bf7</code></a> Make WezTerm terminal use true color</li> <li><a href="https://github.com/chalk/chalk/commit/67db246ae0a2bbcc57c190d641c5d767e5275160"><code>67db246</code></a> 5.5.0</li> <li><a href="https://github.com/chalk/chalk/commit/79ee2d386c58ae3863c28a01f5f86b04c78adfc1"><code>79ee2d3</code></a> Make Ghostty terminal use true color (<a href="https://redirect.github.com/chalk/chalk/issues/653">#653</a>)</li> <li><a href="https://github.com/chalk/chalk/commit/5dbc1e2633f3874f43c144fa4919934bc934c495"><code>5dbc1e2</code></a> 5.4.1</li> <li><a href="https://github.com/chalk/chalk/commit/4ebb62d1ca70c122674558a88932ddf6545fe9ef"><code>4ebb62d</code></a> Fix <code>navigator</code> not defined <code>ReferenceError</code> (<a href="https://redirect.github.com/chalk/chalk/issues/642">#642</a>)</li> <li><a href="https://github.com/chalk/chalk/commit/fc809b686d5048d56fec3a5d96d1ad57dee193bf"><code>fc809b6</code></a> Readme tweak</li> <li><a href="https://github.com/chalk/chalk/commit/83acfcf8cb17437b63beceb027180399da74f0a7"><code>83acfcf</code></a> 5.4.0</li> <li><a href="https://github.com/chalk/chalk/commit/f8381204fb096207074089f5ab265fffff6bc341"><code>f838120</code></a> Update <code>CIRCLECI</code> environments to return level 3 color support</li> <li>Additional commits viewable in <a href="https://github.com/chalk/chalk/compare/v4.1.2...v5.6.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chalk&package-manager=npm_and_yarn&previous-version=4.1.2&new-version=5.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * Chores * Updated the internal color formatting library to its latest major version. * Adjusts how terminal colors are handled under the hood. * Notes * No user-facing features or UI changes. * Existing behavior and commands should work as before. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
dependabot[bot] commented 2025-09-09 20:02:54 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
LukeGus commented 2025-09-10 03:25:47 +00:00 (Migrated from github.com)

@claude Review

@claude Review
LukeGus commented 2025-09-10 03:26:29 +00:00 (Migrated from github.com)

@coderabbitai Review

@coderabbitai Review
coderabbitai[bot] commented 2025-09-10 03:26:35 +00:00 (Migrated from github.com)
Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

<!-- This is an auto-generated reply by CodeRabbit --> <details> <summary>✅ Actions performed</summary> Review triggered. > Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused. </details>
coderabbitai[bot] commented 2025-09-10 03:26:38 +00:00 (Migrated from github.com)

Caution

Review failed

The pull request is closed.

Walkthrough

Updated the chalk dependency version in package.json from ^4.1.2 to ^5.6.2. No other files or exports changed.

Changes

Cohort / File(s) Change Summary
Dependencies
package.json
Bumped chalk from ^4.1.2 to ^5.6.2 in dependencies

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

I nibbled the deps with a gentle hop,
Chalk got a shine with a version swap.
No code burrows moved, no routes askew—
Just brighter colors, fresh and new.
Thump-thump! Onward to the next dev crop. 🥕

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

- Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
- Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 61db35daad and d1a66374e2.

Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json (1 hunks)
Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/npm_and_yarn/chalk-5.6.2

Comment @coderabbitai help to get the list of available commands and usage tips.

<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: failure by coderabbit.ai --> > [!CAUTION] > ## Review failed > > The pull request is closed. <!-- end of auto-generated comment: failure by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Updated the chalk dependency version in package.json from ^4.1.2 to ^5.6.2. No other files or exports changed. ## Changes | Cohort / File(s) | Change Summary | |---|---| | **Dependencies**<br>`package.json` | Bumped `chalk` from `^4.1.2` to `^5.6.2` in dependencies | ## Estimated code review effort 🎯 1 (Trivial) | ⏱️ ~2 minutes ## Poem > I nibbled the deps with a gentle hop, > Chalk got a shine with a version swap. > No code burrows moved, no routes askew— > Just brighter colors, fresh and new. > Thump-thump! Onward to the next dev crop. 🥕✨ <!-- walkthrough_end --> <!-- internal state start --> <!-- DwQgtGAEAqAWCWBnSTIEMB26CuAXA9mAOYCmGJATmriQCaQDG+Ats2bgFyQAOFk+AIwBWJBrngA3EsgEBPRvlqU0AgfFwA6NPEgQAfACgjoCEYDEZyAAUASpETZWaCrKPR1AGxJcAQo+6MsGgeANaQAGYULJAALBoAjBoATJAEkACsGgBsyZCQBgByjgKUXEkADCn5AKo2ADJcsLi43IgcAPTtROqw2AIaTMztddghJADi2Ijt0JTM8AAe7dzYHh7tFVUG1YilkErcZLQq+LgA2gKnALp5BgDK+NgUDCSQAlQYDLBcB0cnuO0MNxmAB9TC0EGyZwYdpfYIhMCZHIpQBJhDBnKRcG8Pl8uMxtFh8ndcNQplwGB58Lt6Pk6ioSB42vsSIcMEpPvBpAAaSBCNASNCIBgUeDcLH5ADCFBI1Do6E4kE26TA5QAnCrVdByjEODF4hx0ukAFq3CWU6nysqVZVqjXQCocSoGpJGowAEWkwtF4nwGC4HtZx0uWOw3GONGQuFgrzhoWZgbIDHkkWiEjiiRSaQkSOSGhg0esdngnw82CUyGlXkFrwwp2k6DZClY6kgHmLIWQ4XwfFjYWz2Vy4JQGBoFCkGGLREg/YWkErMt2yAAFAgiLA22vcEz+8iIot62hp6tyFQ1G3cLIANzTnPlBv0U7RviZWfz6vINC0WjtT9CKZY3AKGwEgwCYSk+FHeYMGCZkaDEeBfXvJtuGoeAz3UZN90QHkSA0IgNB5AB1EgAC9ZgoIZxlgKlmnkQDgIUcD7FDbhu1wHlD2giR4CIahu0gGwSHCShExIABRCgoj4cJFh5CUAEkbAlOoxIUxjuzALwpA8SBQ3DEgeQ9WskLUshuKiDA2BHFBmF4fApCsrccIWViKCxaC2D3BZpAASjzCUWHmLdWyQLEh0PQYUOlEKMDCJc0wSXMNA0Hdkh89Bors7ilFoPMAz+YNIFrCMkMGfE2WXaUBGrHlpWFGUaB5NgKFIHDcAYDR0vCrASGYEovzlfK2X+ZDUPQi97CYaLqtoUgMteYsKTLOgNHMSwAtYdhkAcJwXCMKARjGSYKxIABHYDEBoehpW4kgAHcIiiZhIAAAQpNBlsgJcACI3o8D6lAEkhbru76/NuA7RgmKY5zOi6rthkHHuiN7FGUVR1G0L7fqYJRTzUEkdEEkGwbzfIoFx9GCe0C5rh4Gi5UwHACHxBHpW4Dx5GLWh4AYVCMCnAKlBsFQCdSEUiFIaV6EPG7OTu68o1ednOfsai7o/LA0Hg31EDAQ4KC7Ci5SUQmdJ+4n5fFnipboMGkOK+shZIEWMdwAByGQSCCbj+OlXiKB5gXh3qxyYLl+7EFWgx9GMcAoCOfhwmZwhSBPWV6DK9guF4fhhFEcQpBkeRKfx9QtB0WOTCgOBUFQJmPoIYgyGUBGs5HLgqAenb8RcN4S7RsvNCx2O49MAwUIYEI0FIDQhEQX0OAMb6V4MCxIAAQXk5v04RnvnHkfBk7hAXpH2yBqjDDP4yORMS6COMU2egA9dNcjSZ+cxSYseG16fZ/nohX4bJEycijvmOukYCy+lVoIXYY4VBeECJgUg15gg6UfJQG+ICOQHkbEwDAMkiBPFQohaU+If7YE+EEU+uUjBrU3h4UcpCMCRnwKkAsSh3pUB9KwpOkASAuTYnKfiKwBBtgYAIkc6gwHnwKOwwRrkrrLD6BI5k3CWHIGYIoeAMkVpGDEpdeArM5SU0RlbISRsFR1HwHdZeq8Y5gEMAYauUiHzJ0bqnFuPDTGBWznONA3dHC93kHIBQeNRblxHk4oAA --> <!-- internal state end --> <!-- announcements_start --> > [!TIP] > <details> > <summary>👮 Agentic pre-merge checks are now available in preview!</summary> > > Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs. > > - Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more. > - Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks. > > Example: > > ```yaml > reviews: > pre_merge_checks: > custom_checks: > - name: "Undocumented Breaking Changes" > mode: "warning" > instructions: | > Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal). > ``` > > Please share your feedback with us on this [Discord post](https://discord.com/channels/1134356397673414807/1414771631775158383). > > </details> <!-- announcements_end --> --- <details> <summary>📜 Recent review details</summary> **Configuration used**: CodeRabbit UI **Review profile**: CHILL **Plan**: Pro <details> <summary>📥 Commits</summary> Reviewing files that changed from the base of the PR and between 61db35daada59c6a802bcb71020691376e2877d1 and d1a66374e220d8550a41942ada9546f668c96f83. </details> <details> <summary>⛔ Files ignored due to path filters (1)</summary> * `package-lock.json` is excluded by `!**/package-lock.json` </details> <details> <summary>📒 Files selected for processing (1)</summary> * `package.json` (1 hunks) </details> </details> <!-- finishing_touch_checkbox_start --> <details> <summary>✨ Finishing Touches</summary> <details> <summary>🧪 Generate unit tests</summary> - [ ] <!-- {"checkboxId": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "radioGroupId": "utg-output-choice-group-3273127237"} --> Create PR with unit tests - [ ] <!-- {"checkboxId": "07f1e7d6-8a8e-4e23-9900-8731c2c87f58", "radioGroupId": "utg-output-choice-group-3273127237"} --> Post copyable unit tests in a comment - [ ] <!-- {"checkboxId": "6ba7b810-9dad-11d1-80b4-00c04fd430c8", "radioGroupId": "utg-output-choice-group-3273127237"} --> Commit unit tests in branch `dependabot/npm_and_yarn/chalk-5.6.2` </details> </details> <!-- finishing_touch_checkbox_end --> <!-- tips_start --> --- <sub>Comment `@coderabbitai help` to get the list of available commands and usage tips.</sub> <!-- tips_end -->

Pull request closed

Sign in to join this conversation.