chore(deps): upgrade all packages to latest#161
Conversation
- ink 6.8.0 → 7.0.0 (backspace key fix, escape/meta separation) - react 19.2.4 → 19.2.5 - vitest 4.1.2 → 4.1.3 - @vitest/coverage-v8 4.1.2 → 4.1.3 - turbo 2.9.3 → 2.9.5 - oxlint 1.58.0 → 1.59.0 - oxfmt 0.43.0 → 0.44.0 - dotenv 17.4.0 → 17.4.1 - @types/node 25.5.0 → 25.5.2 - @typescript/native-preview 7.0.0-dev.20260401.1 → 7.0.0-dev.20260408.1 - @zpress/kit 0.2.14 → 0.2.16 ink 7 migration: - Remove `|| key.delete` backspace fallback (backspace now fires correctly) - Update JSDoc for input-state backspace handling New oxlint 1.59 rule fixes: - Use object shorthand in doctor.ts - Expand single-line JSDoc blocks in config types - Suppress react/hook-use-state for read-only useState Co-Authored-By: Claude <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 6412318 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Merging this PR will not alter performance
Comparing Footnotes
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (12)
📝 WalkthroughWalkthroughThe PR bundles coordinated dependency version updates across workspace package.json files and pnpm catalog (ink, react, Estimated code review effort🎯 3 (Moderate) | ⏱️ ~22 minutes The change involves mostly homogeneous dependency updates, but includes three related functional modifications to input key handling (autocomplete.tsx, input-state.ts, path-input.tsx) that require verification of intentionality and consistency. The Delete key behavior removal across multiple input components is localized but needs confirmation that this is a coordinated, intentional change rather than unintended side effects. Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
|| key.deletebackspace fallback (ink 7 now correctly fireskey.backspace), update JSDocTest plan
pnpm checkpasses (typecheck + lint + format)pnpm testpasses (all 17 tasks successful)