Skip to content

chore(deps): bump ink from 5.0.0 to 7.0.1 in the ink group across 1 directory#23

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ink-01ea0c3646
Open

chore(deps): bump ink from 5.0.0 to 7.0.1 in the ink group across 1 directory#23
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ink-01ea0c3646

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 28, 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 the ink group with 1 update in the / directory: ink.

Updates ink from 5.0.0 to 7.0.1

Release notes

Sourced from ink's releases.

v7.0.1

  • Fix: Restore useApp exit typing 42ddd40
  • Fix: Respect disableFocus() when handling Escape (#937) cb66873

vadimdemedes/ink@v7.0.0...v7.0.1

v7.0.0

Breaking

  • Require Node.js 22 19b5316
  • Require React 19.2+ cfaebbb
    • Ink now uses useEffectEvent internally to avoid re-subscribing input handlers on every render
  • Pressing Backspace now correctly sets key.backspace instead of key.delete (#634) 321a2e8
    • Most terminals send the same byte for Backspace as the Delete key, which caused Ink to misreport it. If you were checking key.delete to handle backspace, switch to key.backspace
  • key.meta is no longer set to true when Escape is pressed e195912
    • Previously a backward-compat shim made plain Escape set both key.escape and key.meta. Now only key.escape is true. key.meta is reserved for actual Alt/Meta modifier combinations

New

  • Add usePaste hook for handling clipboard paste events fbbeb23
    • Automatically enables bracketed paste mode so pasted text arrives as a single string, never misinterpreted as individual key presses by useInput
  • Add useWindowSize hook 7047795
    • Returns {columns, rows} and re-renders automatically on terminal resize
  • Add useBoxMetrics hook for measuring box dimensions at runtime (#433) 88731d1
  • Add useAnimation hook for built-in animation support (#142) ada019c
    • Provides a frame counter that increments at a configurable interval, with pause/resume support and automatic cleanup on unmount
  • Add alternateScreen option to render() (#263) 5a60eb9
    • Renders into the terminal's alternate screen buffer (like vim or less), restoring the previous terminal content on exit
  • Add interactive option to render() (#888) 02490f6
    • Override automatic interactive-mode detection for environments where the built-in heuristic doesn't fit
  • Add activeId to useFocusManager() (#661) eb2f470
    • Returns the ID of the currently focused component, or undefined if nothing is focused
  • Add borderBackgroundColor (and per-side variants) to <Box> (#906) d3c6d14
    • Set a background color on borders independently from the box content background
  • Add wrap="hard" to <Text> (#925) 2b1e3a6
    • Fills each line to the full column width, breaking words mid-word as needed
  • Add maxWidth and maxHeight props to <Box> (#713) 9291794
  • Add aspectRatio, alignContent, position="static", and top/right/bottom/left layout props to <Box> c2f4b86
  • Kitty keyboard protocol: query all terminals in auto mode instead of a hardcoded allowlist (#895) 3e672b5

Fixes

  • Fix incremental rendering for trailing newline (#910) c32da0b
  • Fix useInput crash on unmapped key codes (#902) 969a4f1
  • Fix CJK text truncation exceeding <Box> width b5f3e3a
  • Fix splitting wide characters (emoji, CJK) when overlapping writes occur (#930) 06d53f4
  • Fix dangling staticNode reference (#905) 0dc4dfa

... (truncated)

Commits
  • dc48987 7.0.1
  • 42ddd40 Fix: Restore useApp exit typing
  • cb66873 Fix: Respect disableFocus() when handling Escape (#937)
  • fb14d81 7.0.0
  • 993f693 Update dependencies
  • 2b1e3a6 Add wrap="hard" option to Text component (#925)
  • 7c34548 Fix tests
  • cfaebbb Use useEffectEvent in useInput and usePaste to avoid per-render re-subs...
  • e195912 Stop setting key.meta to true when Escape is pressed
  • d3c6d14 Add border background color support for Box component (#906)
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 28, 2026

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from salikshah as a code owner April 28, 2026 10:23
@dependabot dependabot Bot changed the title chore(deps): bump ink from 5.2.1 to 7.0.1 in the ink group chore(deps): bump ink from 5.2.1 to 7.0.1 in the ink group across 1 directory Apr 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ink-01ea0c3646 branch 2 times, most recently from 22b6861 to 995f32d Compare May 2, 2026 16:14
@dependabot dependabot Bot changed the title chore(deps): bump ink from 5.2.1 to 7.0.1 in the ink group across 1 directory chore(deps): bump ink from 5.0.0 to 7.0.1 in the ink group across 1 directory May 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ink-01ea0c3646 branch 3 times, most recently from b132b2c to 82cc75b Compare May 2, 2026 17:31
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ink-01ea0c3646 branch 15 times, most recently from 809f575 to 230d63e Compare May 3, 2026 11:56
Bumps the ink group with 1 update in the / directory: [ink](https://github.com/vadimdemedes/ink).


Updates `ink` from 5.0.0 to 7.0.1
- [Release notes](https://github.com/vadimdemedes/ink/releases)
- [Commits](vadimdemedes/ink@v5.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: ink
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ink
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ink-01ea0c3646 branch from 230d63e to e1593ce Compare May 3, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants