chore(deps): toolchain safety bumps (dprint, vitest, vite, prettier) - #468
Merged
Conversation
…, vitest 4.1.5→4.1.10, vite 8.1.0→8.1.5, prettier 3.8.5→3.9.5, etc.) Splits the bundled #303 into narrower bumps. This PR covers the toolchain safety set (patch and minor): - @tailwindcss/postcss 4.3.1 → 4.3.3 - @tanstack/react-virtual 3.14.4 → 3.14.6 - @vitest/browser 4.1.9 → 4.1.10 - @vitest/browser-playwright 4.1.7 → 4.1.10 - @vitest/coverage-v8 4.1.7 → 4.1.10 - dprint 0.54.0 → 0.55.2 - lefthook 2.1.9 → 2.1.10 - prettier-plugin-tailwindcss 0.8.0 → 0.8.1 - terser 5.48.0 → 5.49.0 - typescript-eslint 8.62.0 → 8.65.0 - vite 8.1.0 → 8.1.5 - vitest 4.1.5 → 4.1.10 Verified locally: - vitest: 1534/1534 pass - tsc --noEmit: clean - eslint: 0 errors (180 pre-existing warnings unrelated) Excludes from this PR (each gets its own): - typescript 6 → 7 (major; migration plan needed) - lucide-react 1.21 → 1.25 (need icon-name regression grep) - eslint 10.6 → 10.7 (may have rule changes; will verify before bumping) - react-resizable-panels 4.11 → 4.12 (minor with API touch surface) Refs #303
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Splits the bundled #303 into narrower, CI-passing groups. This PR is the toolchain safety set: patches and minors only.
Verification
Excluded, each gets its own PR
Closes #303 (together with the sibling PRs that will follow).