Bump ink from 7.0.5 to 7.1.1 - #500
Conversation
Bumps [ink](https://github.com/vadimdemedes/ink) from 7.0.5 to 7.1.1. - [Release notes](https://github.com/vadimdemedes/ink/releases) - [Commits](vadimdemedes/ink@v7.0.5...v7.1.1) --- updated-dependencies: - dependency-name: ink dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Greptile SummaryUpdates the CLI’s Ink dependency from 7.0.5 to 7.1.1 and refreshes the corresponding Bun lockfile resolution.
Confidence Score: 5/5The PR appears safe to merge, with no concrete compatibility, build, or dependency-resolution failure identified. The CLI uses stable Ink 7 APIs, all declared peer requirements remain satisfied, and the lockfile consistently resolves the upgraded package and its dependencies. Reviews (1): Last reviewed commit: "Bump ink from 7.0.5 to 7.1.1" | Re-trigger Greptile |
Bumps ink from 7.0.5 to 7.1.1.
Release notes
Sourced from ink's releases.
Commits
70af0337.1.1e51dfddFix: Preserve last\<Static>line erased after a full-clear frame (#974)665eb44Fix docsc073b27MakemeasureElement()also return position coordinates (#968)25766ae7.1.09e8ed1fAddsuspendTerminal()to hand the terminal to a child process (#972)c41a7a07.0.62c08d55Fix stale frames on Windows when output exactly fills the terminal (#971)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/minor dependency upgrade with no repo code changes; risk is limited to possible Ink terminal rendering regressions in existing TUI flows.
Overview
Dependency-only bump for the CLI’s React terminal UI stack:
inkmoves from 7.0.5 to 7.1.1 inpackages/cli/package.json, withbun.lockupdated to match. No application source changes.Upstream 7.0.6–7.1.1 brings terminal rendering fixes (including Windows stale frames and
<Static>after full-clear), optionalsuspendTerminal()for child processes, and extendedmeasureElement()coordinates. The lockfile also drops a nestedink/type-festresolution entry that no longer applies at this version.Reviewed by Cursor Bugbot for commit a235840. Bugbot is set up for automated code reviews on this repo. Configure here.