Skip to content

chore(deps): bump chalk from 5.6.2 to 6.0.0 in /apps/evals - #233

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/apps/evals/chalk-6.0.0
Open

chore(deps): bump chalk from 5.6.2 to 6.0.0 in /apps/evals#233
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/apps/evals/chalk-6.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps chalk from 5.6.2 to 6.0.0.

Release notes

Sourced from chalk's releases.

v6.0.0

Breaking

  • Require Node.js 22 8a94e0e

Improvements

  • Add underline styles and underline colors (#689) 4c304dd
  • Improve performance 5729845 fa5cff2

Fixes

  • Treat a numeric FORCE_COLOR as an exact level (#688) e912931
  • Downsample ansi256() and bgAnsi256() to 16 colors at level 1 (#687) ff549c5

chalk/chalk@v5.6.2...v6.0.0

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 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)

Bumps [chalk](https://github.com/chalk/chalk) from 5.6.2 to 6.0.0.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v5.6.2...v6.0.0)

---
updated-dependencies:
- dependency-name: chalk
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
@nearform-lastlight nearform-lastlight Bot added dependency-functional Dependency update has functional impact — needs human review. requires-human Last Light can't proceed automatically; a maintainer must handle it. labels Jul 27, 2026
@nearform-lastlight

Copy link
Copy Markdown
Contributor

This is a major version bump (chalk 5.6.2 → 6.0.0) and cannot be auto-merged.

Breaking change: chalk 6.0.0 drops support for Node.js <22 (minimum is now Node.js 22). Before merging, a maintainer should confirm:

  1. The runtime environment for apps/evals is Node.js ≥22.
  2. No chalk API used in the evals app was removed or changed in v6 (the release adds underline styles and underline color methods, and fixes FORCE_COLOR and ansi256 behaviour — unlikely to break callers, but worth a quick check).

Holding for human review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dependency-functional Dependency update has functional impact — needs human review. javascript Pull requests that update javascript code requires-human Last Light can't proceed automatically; a maintainer must handle it.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants