Skip to content

chore(deps): bump ink from 5.2.1 to 6.2.3 - #149

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ink from 5.2.1 to 6.2.3.

Release notes

Sourced from ink's releases.

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


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

... (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.3
enhance Update related dependencies including @alcalzone/ansi-tokenize from 0.1.3 to 0.2.0
enhance Update es-toolkit from 1.32.0 to 1.39.10
enhance Upgrade is-in-ci from 1.0.0 to 2.0.0
enhance Update is-fullwidth-code-point from 4.0.0 to 5.0.0
enhance Update react-reconciler from 0.29.2 to 0.32.0 with updated peer dependencies
enhance Add new scheduler dependency (0.26.0) for react-reconciler

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

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

Copy link
Copy Markdown

Bug Report

File Description
bun.lock Incompatible React version dependency. Ink v6.2.3 requires React v19.0.0+ as a peer dependency, but the project is using React v18.2.0, which will cause runtime errors.
bun.lock Incompatible react-reconciler dependency. react-reconciler v0.32.0 requires React v19.1.0 as a peer dependency, but the project is using React v18.2.0.
bun.lock The project has a dependency conflict where ink v6.2.3 requires React v19.0.0+ but the project explicitly depends on React v18.2.0 (line 27), which will cause compatibility issues.
package.json Incompatible version upgrade of 'ink' from ^5.2.1 to ^6.2.3 while 'ink-spinner' remains at version ^5.0.0. This may cause compatibility issues as ink-spinner v5 might not work with ink v6.
package.json Fixed version of React (18.2.0) specified in @types/react while using a major version upgrade of ink. Ink v6 may require a different React version than what is currently specified.

@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #154.

@dependabot dependabot Bot closed this Sep 8, 2025
@dependabot
dependabot Bot deleted the dependabot/bun/ink-6.2.3 branch September 8, 2025 15:14
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