-
Notifications
You must be signed in to change notification settings - Fork 16
chore(deps-dev): bump vite from 5.4.19 to 8.1.4 #1045
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
base: main
Are you sure you want to change the base?
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 |
|---|---|---|
|
|
@@ -65,7 +65,7 @@ | |
| "rimraf": "^6.0.1", | ||
| "rollup": "^4.46.2", | ||
| "typescript": "^5.8.3", | ||
| "vite": "^5.4.19", | ||
| "vite": "^8.1.4", | ||
|
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. Codecov plugin peers exclude Vite 8Medium Severity
Additional Locations (2)Reviewed by Cursor Bugbot for commit b919714. Configure here. |
||
| "vitest": "^3.2.4" | ||
| }, | ||
| "dependencies": { | ||
|
|
||
| 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.4", | ||
|
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. Plugin-react incompatible with Vite 8High Severity
Additional Locations (2)Reviewed by Cursor Bugbot for commit b919714. 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.
Vitest 3 cannot use Vite 8
High Severity
Packages now declare
vite^8.1.4alongsidevitest^3.2.4. Vitest 3.2.4 depends on Vite^5 || ^6 || ^7, and the lockfile resolves a separatevite@7.3.1for it. Builds and tests can run on different Vite majors, which is unsupported for Vite 8.Additional Locations (2)
packages/react/package.json#L118-L122packages/react-core/package.json#L74-L78Reviewed by Cursor Bugbot for commit b919714. Configure here.