Skip to content

chore(deps): bump chalk from 5.6.2 to 6.0.0 - #47

Merged
stranxik merged 1 commit into
mainfrom
dependabot/npm_and_yarn/chalk-6.0.0
Aug 6, 2026
Merged

stranxik merged 1 commit into
mainfrom
dependabot/npm_and_yarn/chalk-6.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 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 29, 2026
@dependabot
dependabot Bot requested a review from stranxik as a code owner July 29, 2026 03:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 29, 2026
@stranxik

stranxik commented Aug 6, 2026

Copy link
Copy Markdown
Owner

Verified locally before merging, because this is a major bump on a runtime dependency and the only thing it touches is what the operator reads on screen.

Engine. chalk 6 declares node >=22. runward already declares >=22.12.0, and CI runs the matrix on 22 and 24, so this restricts nobody who could install runward today.

API surface. src/lib/styles.ts is the only importer. It uses bold, cyan, dim, green, hex, red, white, yellow and level; all nine still exist in 6.0.0, hex included, which is the one the visual identity rests on.

Output, compared with colours forced. This is where a chalk major can hurt without any test noticing: the suite redirects to files, so chalk.level falls to 0 and no escape sequence is emitted at all. Six outputs were captured under FORCE_COLOR=3 on 5.6.2 and again on 6.0.0 — check, check --strict, status, rules --for, compliance iso-42001, and check --strict on an init --example mission, carrying up to 60 lines of ANSI each.

6 of 6 byte-identical, escape sequences included.

Full net on 6.0.0: 342/342 unit tests, smoke, OSCAL schema, audit corpus and check --strict all exit 0, tsc --noEmit clean, npm audit 0 vulnerabilities.

One cost, small and stated: unpacked size goes from 44 342 to 56 029 bytes.

@stranxik
stranxik merged commit 962ce1f into main Aug 6, 2026
6 checks passed
@stranxik
stranxik deleted the dependabot/npm_and_yarn/chalk-6.0.0 branch August 6, 2026 14:34
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant