-
Notifications
You must be signed in to change notification settings - Fork 17
chore(deps-dev): bump vite from 5.4.19 to 8.1.5 #1051
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -116,7 +116,7 @@ | |
| "rollup-plugin-execute": "^1.1.1", | ||
| "rollup-preserve-directives": "^1.1.3", | ||
| "typescript": "^5.8.3", | ||
| "vite": "^5.4.19", | ||
| "vite": "^8.1.5", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Vite 8 breaks plugin-react peersHigh Severity Bumping Additional Locations (2)Reviewed by Cursor Bugbot for commit d42c08b. Configure here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Vite 8 breaks Vitest peersHigh Severity Bumping Additional Locations (2)Reviewed by Cursor Bugbot for commit 82ac2f4. Configure here. |
||
| "vite-plugin-dts": "^4.5.0", | ||
| "vite-plugin-no-bundle": "^4.0.0", | ||
| "vitest": "^3.2.4", | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vite 8 breaks vitest dependency
High Severity
viteststays at^3.2.4whilevitejumps to^8.1.5. Vitest 3.2.4 depends onvite: ^5.0.0 || ^6.0.0 || ^7.0.0-0, so it does not support Vite 8. Test runs that go through Vite's config/runtime can fail or pull inconsistent Vite versions.Additional Locations (2)
packages/react/package.json#L118-L122examples/client-example/package.json#L44-L46Reviewed by Cursor Bugbot for commit d42c08b. Configure here.