Skip to content

Comments

chore(deps): bump ink from 5.2.1 to 6.4.0#162

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/ink-6.4.0
Open

chore(deps): bump ink from 5.2.1 to 6.4.0#162
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/ink-6.4.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps ink from 5.2.1 to 6.4.0.

Release notes

Sourced from ink's releases.

v6.4.0


vadimdemedes/ink@v6.3.1...v6.4.0

v6.3.1

  • Fix extra newline in fullscreen mode (#769) fe40d42
  • Fix react-devtools compatibility (#777) 9581ae1

vadimdemedes/ink@v6.3.0...v6.3.1

v6.3.0


vadimdemedes/ink@v6.2.3...v6.3.0

v6.2.3

  • Fix nested newlines in screen reader mode (#754) c95ed99

vadimdemedes/ink@v6.2.2...v6.2.3

v6.2.2

  • Fix screen reader static rendering (#749) e4eb92b

vadimdemedes/ink@v6.2.1...v6.2.2

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


... (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.4.0
enhance Update dependencies related to ink upgrade including @alcalzone/ansi-tokenize (0.1.3 to 0.2.2), es-toolkit (1.32.0 to 1.41.0), and react-reconciler (0.29.2 to 0.32.0)
enhance Update is-fullwidth-code-point from 4.0.0 to 5.0.0 with added dependency on get-east-asian-width
enhance Upgrade is-in-ci from 1.0.0 to 2.0.0
enhance Add new dependency entries in the lockfile including ink/chalk and react-reconciler/scheduler

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

---
updated-dependencies:
- dependency-name: ink
  dependency-version: 6.4.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 Oct 27, 2025
@github-actions
Copy link

Bug Report

File Description
bun.lock Incompatible peer dependency: ink v6.4.0 requires react >=19.0.0, but the project uses react 18.2.0 (line 27)
bun.lock Incompatible peer dependency: react-reconciler v0.32.0 requires react ^19.1.0, but the project uses react 18.2.0 (line 27)
bun.lock Upgrading ink from v5.2.1 to v6.4.0 introduces breaking changes in peer dependencies that are not satisfied by current dependencies
package.json Incompatible version dependency between 'ink' (^6.4.0) and 'ink-spinner' (^5.0.0). The ink-spinner v5 is designed to work with ink v5, not ink v6.
package.json Fixed React version (18.2.0) in dependencies with specific types that may not be compatible with the updated ink v6.4.0 which might require different React versions.

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