chore(deps): bump the production-dependencies group with 2 updates#123
Merged
hatayama merged 1 commit intoApr 21, 2026
Merged
Conversation
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:42">
P1: Upgrading to Ink 7.0.0 without updating the Node engine range leaves `package.json` advertising unsupported Node versions.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "chalk": "5.6.2", | ||
| "clipboardy": "5.3.1", | ||
| "ink": "6.8.0", | ||
| "ink": "7.0.0", |
There was a problem hiding this comment.
P1: Upgrading to Ink 7.0.0 without updating the Node engine range leaves package.json advertising unsupported Node versions.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 42:
<comment>Upgrading to Ink 7.0.0 without updating the Node engine range leaves `package.json` advertising unsupported Node versions.</comment>
<file context>
@@ -39,9 +39,9 @@
"chalk": "5.6.2",
"clipboardy": "5.3.1",
- "ink": "6.8.0",
+ "ink": "7.0.0",
"launch-unity": "0.16.0",
- "react": "19.2.4"
</file context>
Bumps the production-dependencies group with 2 updates: [ink](https://github.com/vadimdemedes/ink) and [react](https://github.com/facebook/react/tree/HEAD/packages/react). Updates `ink` from 6.8.0 to 7.0.0 - [Release notes](https://github.com/vadimdemedes/ink/releases) - [Commits](vadimdemedes/ink@v6.8.0...v7.0.0) Updates `react` from 19.2.4 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react) --- updated-dependencies: - dependency-name: ink dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: react dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
4323c4b to
70dac56
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the production-dependencies group with 2 updates: ink and react.
Updates
inkfrom 6.8.0 to 7.0.0Release notes
Sourced from ink's releases.
... (truncated)
Commits
fb14d817.0.0993f693Update dependencies2b1e3a6Addwrap="hard"option toTextcomponent (#925)7c34548Fix testscfaebbbUseuseEffectEventinuseInputandusePasteto avoid per-render re-subs...e195912Stop settingkey.metatotruewhen Escape is pressedd3c6d14Add border background color support forBoxcomponent (#906)931eba2Fix build output and add tests (#932)ada019cAdduseAnimationhook for built-in animation support10136e6Removeoptionfield from keypress parser, merge Alt intometaUpdates
reactfrom 19.2.4 to 19.2.5Release notes
Sourced from react's releases.
Commits
23f4f9f19.2.5Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by cubic
Upgrade
inkto 7.0.0 andreactto 19.2.5 to pick up new Ink features and React RSC fixes. Ink 7 requires Node 22+ and React 19.2+..nvmrc,engines.node, and runtime images).key.deletewithkey.backspace; don’t treat plain Escape askey.meta.reactis >= 19.2.0 (this PR sets it to 19.2.5).Written for commit 4323c4b. Summary will update on new commits.