Bump ink-gradient from 4.0.0 to 4.0.1 - #496
Conversation
Bumps [ink-gradient](https://github.com/sindresorhus/ink-gradient) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/sindresorhus/ink-gradient/releases) - [Commits](sindresorhus/ink-gradient@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: ink-gradient dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Greptile SummaryUpdates the CLI’s
Confidence Score: 5/5The PR appears safe to merge because the new peer dependency is already satisfied and no incompatible application behavior is introduced. The manifest and lockfile consistently resolve ink-gradient 4.0.1 alongside React 19.2.6, which satisfies the package’s newly declared React >=19.2.0 peer requirement. Reviews (1): Last reviewed commit: "Bump ink-gradient from 4.0.0 to 4.0.1" | Re-trigger Greptile |
Bumps ink-gradient from 4.0.0 to 4.0.1.
Release notes
Sourced from ink-gradient's releases.
Commits
b9a0b134.0.18b7f06dAdd React to peer dependencies (#8)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 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Patch dependency bump with no code changes; aligns peer deps with React already in use.
Overview
Bumps
ink-gradientin the CLI package from 4.0.0 to 4.0.1, with matching updates inbun.lock. No application source changes.4.0.1 only declares
react>=19.2.0 as a peer dependency (alongside existingink); the CLI already depends on React 19.2.6, so behavior should be unchanged aside from clearer install-time peer metadata.Reviewed by Cursor Bugbot for commit aa4c391. Bugbot is set up for automated code reviews on this repo. Configure here.