Upgrade frontend dependencies to latest versions#58
Merged
deepakjois merged 1 commit intomainfrom Mar 16, 2026
Merged
Conversation
- Upgrade vite from v7.3.1 to v8.0.0 (Rolldown-based bundler) - Upgrade @vitejs/plugin-react from v5.1.4 to v6.0.1 (Oxc-based) - Upgrade vitest from v4.0.18 to v4.1.0 and @vitest/coverage-v8 - Update remaining deps via npm-check-updates: jsdom v29, oxfmt v0.40, oxlint v1.55, tanstack router v1.167, and others https://claude.ai/code/session_01AvG4MJFhYSQvUFqX115hDk
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
This PR updates all frontend dependencies to their latest available versions, including major version bumps for several key packages.
Key Changes
@codemirror/viewfrom ^6.39.17 to ^6.40.0@tanstack/react-routerfrom ^1.166.7 to ^1.167.3@vitejs/plugin-react: ^5.1.4 → ^6.0.1 (major version bump)vite: ^7.3.1 → ^8.0.0 (major version bump)@vitest/coverage-v8: ^4.0.18 → ^4.1.0vitest: ^4.0.18 → ^4.1.0jsdom: ^28.1.0 → ^29.0.0 (major version bump)oxlint: ^1.51.0 → ^1.55.0oxfmt: ^0.36.0 → ^0.40.0@types/nodefrom ^25.3.5 to ^25.5.0mswfrom ^2.12.10 to ^2.12.11Notes
https://claude.ai/code/session_01AvG4MJFhYSQvUFqX115hDk