Uh oh!
There was an error while loading. Please reload this page.
[3.x] Upgrade Vite 7 to Vite 8 - #2414
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## master #2414 +/- ##
===========================================
Coverage 100.00% 100.00% + Complexity 1615 1608 -7
===========================================
Files 169 168 -1 Lines 4074 4039 -35 ===========================================
- Hits 4074 4039 -35 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
emmadesilva
commented
Apr 13, 2026
Think this may be something we have to do in a major release, so halting this for now and closing dependabots trying to do this. |
emmadesilva
commented
Jul 2, 2026
@copilot resolve the merge conflicts in this pull request and rebase |
Resolved the merge conflicts and merged |
Squashed to also contain: - Fix vite 8 peer dependency conflict by using local vite-plugin package - Update tsconfig.json
Uh oh!
There was an error while loading. Please reload this page.
* Upgrade Vite 7 to Vite 8 Squashed to also contain: - Fix vite 8 peer dependency conflict by using local vite-plugin package - Update tsconfig.json * Compile TypeScript --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Upgrade Vite 7 to Vite 8 Squashed to also contain: - Fix vite 8 peer dependency conflict by using local vite-plugin package - Update tsconfig.json * Compile TypeScript --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Upgrade Vite 7 to Vite 8 Squashed to also contain: - Fix vite 8 peer dependency conflict by using local vite-plugin package - Update tsconfig.json * Compile TypeScript --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Upgrade Vite 7 to Vite 8 Squashed to also contain: - Fix vite 8 peer dependency conflict by using local vite-plugin package - Update tsconfig.json * Compile TypeScript --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Upgrade Vite 7 to Vite 8 Squashed to also contain: - Fix vite 8 peer dependency conflict by using local vite-plugin package - Update tsconfig.json * Compile TypeScript --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Upgrade Vite 7 to Vite 8 Squashed to also contain: - Fix vite 8 peer dependency conflict by using local vite-plugin package - Update tsconfig.json * Compile TypeScript --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Upgrade Vite 7 to Vite 8 Squashed to also contain: - Fix vite 8 peer dependency conflict by using local vite-plugin package - Update tsconfig.json * Compile TypeScript --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Upgrade Vite 7 to Vite 8 Squashed to also contain: - Fix vite 8 peer dependency conflict by using local vite-plugin package - Update tsconfig.json * Compile TypeScript --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Upgrade Vite 7 to Vite 8 Squashed to also contain: - Fix vite 8 peer dependency conflict by using local vite-plugin package - Update tsconfig.json * Compile TypeScript --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Upgrades to Vite 8. Also updated the vite-plugin TypeScript build config to use bundler-style module resolution so the local plugin build resolves Vite 8/Rolldown package exports correctly.