Commit d741e24
deps: upgrade ink from 6.2.0 to 6.8.0
Upgrade the Ink terminal UI framework to the latest version.
Code changes required for compatibility:
- Pass concurrent: true to inkRender() (new default behavior in 6.8.0)
- Defer unmountInk() calls with setImmediate() so React 19 can flush
batched state updates before the component tree is torn down
- Adapt waitUntilExit() return type change (.then(() => {}))
Co-authored-by: Claude Code <claude-code@anthropic.com>1 parent e36b6ab commit d741e24
3 files changed
Lines changed: 60 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments