Skip to content

Upgrade frontend dependencies to latest versions#58

Merged
deepakjois merged 1 commit intomainfrom
claude/migrate-vite-8-XoVAb
Mar 16, 2026
Merged

Upgrade frontend dependencies to latest versions#58
deepakjois merged 1 commit intomainfrom
claude/migrate-vite-8-XoVAb

Conversation

@deepakjois
Copy link
Owner

Summary

This PR updates all frontend dependencies to their latest available versions, including major version bumps for several key packages.

Key Changes

  • CodeMirror: Updated @codemirror/view from ^6.39.17 to ^6.40.0
  • TanStack Router: Updated @tanstack/react-router from ^1.166.7 to ^1.167.3
  • TanStack Router DevTools & Plugin: Updated to ^1.166.9 and ^1.166.12 respectively
  • Build Tools:
    • @vitejs/plugin-react: ^5.1.4 → ^6.0.1 (major version bump)
    • vite: ^7.3.1 → ^8.0.0 (major version bump)
  • Testing & Linting:
    • @vitest/coverage-v8: ^4.0.18 → ^4.1.0
    • vitest: ^4.0.18 → ^4.1.0
    • jsdom: ^28.1.0 → ^29.0.0 (major version bump)
    • oxlint: ^1.51.0 → ^1.55.0
    • oxfmt: ^0.36.0 → ^0.40.0
  • Type Definitions: @types/node from ^25.3.5 to ^25.5.0
  • Other: msw from ^2.12.10 to ^2.12.11

Notes

  • Lock file has been updated with transitive dependency resolutions
  • All major version bumps should be tested to ensure compatibility

https://claude.ai/code/session_01AvG4MJFhYSQvUFqX115hDk

- 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
@deepakjois deepakjois merged commit 1850eba into main Mar 16, 2026
2 checks passed
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.

2 participants