chore(deps-dev): bump vite from 5.4.19 to 8.1.5 - #1051
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
| "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.
Vite 8 breaks plugin-react peers
High Severity
Bumping vite to ^8.1.5 leaves @vitejs/plugin-react at ^4.5.1, whose peer range is only ^4.2.0 || ^5.0.0 || ^6.0.0. That mismatch affects every React package and example that still uses the v4 plugin, so installs and Vite builds are likely to fail or behave incorrectly under Vite 8's Rolldown stack.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit d42c08b. Configure here.
| "rollup": "^4.46.2", | ||
| "typescript": "^5.8.3", | ||
| "vite": "^5.4.19", | ||
| "vite": "^8.1.5", |
There was a problem hiding this comment.
Vite 8 breaks vitest dependency
High Severity
vitest stays at ^3.2.4 while vite jumps to ^8.1.5. Vitest 3.2.4 depends on vite: ^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)
Reviewed by Cursor Bugbot for commit d42c08b. Configure here.
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.19 to 8.1.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.1.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.1.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
d42c08b to
82ac2f4
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
There are 3 total unresolved issues (including 2 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 82ac2f4. Configure here.
| "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.
Vite 8 breaks Vitest peers
High Severity
Bumping vite from 5.4 to 8.1 leaves vitest at ^3.2.4, which only peers Vite 5–7. Vite 8 also replaces Rollup with Rolldown, so unchanged @vitejs/plugin-react ^4.5.1 and vite-plugin-dts ^4.5.0 are outside supported ranges. Package builds and Vitest runs are likely to fail without coordinated upgrades.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 82ac2f4. Configure here.
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps vite from 5.4.19 to 8.1.5.
Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
5e7fe12release: v8.1.56c08c39fix(optimizer): respect importer module format for dynamic import interop wit...5a72b87fix(client): overlay error message format align rolldown (#22869)f8b38e3fix(module-runner): don't crash stack-trace source mapping when globalThis.Bu...8100320fix(bundled-dev): avoid duplicatedbuildEnd(#22931)c88c236docs(build): fix incorrect@defaultfor build.cssMinify (#22948)b59a73ffix(ssr): scope switch-case declarations to the switch, not the function (#22...fef682dfix(deps): update all non-major dependencies (#22921)3c345e4fix(deps): update rolldown-related dependencies (#22922)369ed60docs(build): fix incorrect@defaultfor build.lib.formats (#22911)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vite since your current version.
Most Recent Ignore Conditions Applied to This Pull Request