Skip to content

chore(deps): bump ink from 5.2.1 to 6.2.1 - #147

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/ink-6.2.1
Closed

chore(deps): bump ink from 5.2.1 to 6.2.1#147
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/ink-6.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2025

Copy link
Copy Markdown
Contributor

Bumps ink from 5.2.1 to 6.2.1.

Release notes

Sourced from ink's releases.

v6.2.1

  • Fix issue with screen reader mode re-rendering (#747) e932f15
  • Fix inconsistent width handling for certain characters 557ed22

vadimdemedes/ink@v6.2.0...v6.2.1

v6.2.0


vadimdemedes/ink@v6.1.1...v6.2.0

v6.1.1

  • Fix text measuring bug (#744) 789516d

vadimdemedes/ink@v6.1.0...v6.1.1

v6.1.0


vadimdemedes/ink@v6.0.1...v6.1.0

v6.0.1

  • Fix a bug that causes static content to not be updated in time (#723) 03872b2

vadimdemedes/ink@v6.0.0...v6.0.1

v6.0.0

Breaking

  • Require Node.js 20 434b713
  • Require React 19 (#719) b9e9466

Improvements

Fixes

  • Fix stale output when outputHeight changes from above stdout.rows to below stdout.rows (#717) 8f2ad8f

... (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

Category Description
enhance Upgrade ink package from version 5.2.1 to 6.2.1
enhance Update @alcalzone/ansi-tokenize from 0.1.3 to 0.2.0
enhance Update es-toolkit from 1.32.0 to 1.39.10
enhance Update is-fullwidth-code-point from 4.0.0 to 5.0.0
enhance Update is-in-ci from 1.0.0 to 2.0.0
enhance Update react-reconciler from 0.29.2 to 0.32.0
enhance Update scheduler from 0.23.2 to 0.26.0
enhance Update chalk dependency in ink package to 5.6.0

Bumps [ink](https://github.com/vadimdemedes/ink) from 5.2.1 to 6.2.1.
- [Release notes](https://github.com/vadimdemedes/ink/releases)
- [Commits](vadimdemedes/ink@v5.2.1...v6.2.1)

---
updated-dependencies:
- dependency-name: ink
  dependency-version: 6.2.1
  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 Aug 19, 2025
@github-actions

Copy link
Copy Markdown

Bug Report

File Description
bun.lock The ink package version was upgraded from 5.2.1 to 6.2.1, which requires React 19.0.0 as a peer dependency, but the project is still using React 18.2.0. This will cause compatibility issues.
bun.lock The react-reconciler package was upgraded to version 0.32.0 which requires React 19.1.0 as a peer dependency, but the project is using React 18.2.0, causing a version mismatch.
bun.lock The @types/react package is locked at version 18.2.0 while ink 6.2.1 requires @types/react >= 19.0.0, creating a type definition mismatch.
package.json The ink package was upgraded from v5.2.1 to v6.2.1, but ink-spinner (line 49) is still at v5.0.0. This version mismatch may cause compatibility issues as ink-spinner might not be compatible with the newer ink version.

@dependabot @github

dependabot Bot commented on behalf of github Aug 21, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #148.

@dependabot dependabot Bot closed this Aug 21, 2025
@dependabot
dependabot Bot deleted the dependabot/bun/ink-6.2.1 branch August 21, 2025 14:44
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.

0 participants