Skip to content

chore(deps): bump ink-gradient from 3.0.0 to 4.0.0#358

Merged
will-lamerton merged 1 commit intomainfrom
dependabot/npm_and_yarn/ink-gradient-4.0.0
Feb 15, 2026
Merged

chore(deps): bump ink-gradient from 3.0.0 to 4.0.0#358
will-lamerton merged 1 commit intomainfrom
dependabot/npm_and_yarn/ink-gradient-4.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

⚠️ Dependabot is rebasing this PR ⚠️

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 ink-gradient from 3.0.0 to 4.0.0.

Release notes

Sourced from ink-gradient's releases.

v4.0.0

Breaking

  • Require Node.js 20 and Ink 6 8a7c3b5
  • Multiple top-level <Text> siblings are no longer collapsed into a single gradient span. If you relied on continuous gradients across sibling <Text> nodes, the output will differ.
    • Migration:
    • Before:
    <Gradient colors={['red', 'blue']}>
    	<Text>First</Text>
    	<Text>Second</Text>
    	<Text>Third</Text>
    </Gradient>
    • After:
    <Gradient colors={['red', 'blue']}>
    	<Text>{'First\nSecond\nThird'}</Text>
    </Gradient>

Fixes

  • Fix column layout c6e06c4
  • Fix using <Box> inside <Gradient> 8b65f10

sindresorhus/ink-gradient@v3.0.0...v4.0.0

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 13, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 13, 2026
Bumps [ink-gradient](https://github.com/sindresorhus/ink-gradient) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/ink-gradient/releases)
- [Commits](sindresorhus/ink-gradient@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: ink-gradient
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ink-gradient-4.0.0 branch from a9149c8 to 9aa610f Compare February 15, 2026 19:18
@will-lamerton will-lamerton merged commit 5771b5e into main Feb 15, 2026
8 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ink-gradient-4.0.0 branch February 15, 2026 19:18
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.

1 participant