chore(deps-dev): bump vite from 5.4.19 to 8.1.4#1045
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.19 to 8.1.4. - [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.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.1.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
d6c9ac0 to
b919714
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 3 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b919714. Configure here.
| "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.
Plugin-react incompatible with Vite 8
High Severity
vite is bumped to ^8.1.4 while @vitejs/plugin-react stays at ^4.5.1, whose peer range only allows Vite ^4.2 || ^5 || ^6. Vite 8 support landed in @vitejs/plugin-react@5.2.0, so React library builds and example apps that rely on this plugin are on an unsupported pairing and may fail under Rolldown.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit b919714. Configure here.
| "rollup": "^4.46.2", | ||
| "typescript": "^5.8.3", | ||
| "vite": "^5.4.19", | ||
| "vite": "^8.1.4", |
There was a problem hiding this comment.
Vitest 3 cannot use Vite 8
High Severity
Packages now declare vite ^8.1.4 alongside vitest ^3.2.4. Vitest 3.2.4 depends on Vite ^5 || ^6 || ^7, and the lockfile resolves a separate vite@7.3.1 for it. Builds and tests can run on different Vite majors, which is unsupported for Vite 8.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit b919714. Configure here.
| "rollup": "^4.46.2", | ||
| "typescript": "^5.8.3", | ||
| "vite": "^5.4.19", | ||
| "vite": "^8.1.4", |
There was a problem hiding this comment.
Codecov plugin peers exclude Vite 8
Medium Severity
@codecov/vite-plugin@^2.0.1 still peers on Vite 4.x || 5.x || 6.x only, but this PR moves package builds to Vite 8. Bundle analysis uploads (when CODECOV_TOKEN is set) run through an unsupported plugin pairing.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit b919714. Configure here.


Bumps vite from 5.4.19 to 8.1.4.
Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
a477454release: v8.1.4ab5dafafeat(legacy): prefer oxc as minifier (fix #21973) (#22468)173a1b6fix(ssr): align named export function call stacktrace column with Node (#22829)575c32cfix(build): add workaround for building on stackblitz (#22840)72a5e21fix(optimizer): avoid optimizer run for transform request before init (#22852)a9539d6chore(deps): update dependency postcss-modules to v9 (#22867)70435b2docs: fix incorrect@defaultforserver.cors(#22859)2c4a217build: remove the custom onLog function (#22878)c581b55build: replace deprecatedonwarnwithonLog(#22741)ea22fb3refactor: eliminate ineffectiveDynamicImport warn (#22876)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