Chore(deps-dev): Bump vite from 5.4.19 to 6.4.2 in /app#39
Chore(deps-dev): Bump vite from 5.4.19 to 6.4.2 in /app#39dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.19 to 6.4.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7e246f9. Configure here.
| "typescript": "^4.9.5", | ||
| "typescript-eslint": "^7.13.0", | ||
| "vite": "^5.4.17", | ||
| "vite": "^6.4.2", |
There was a problem hiding this comment.
Plugin peer dependency incompatible with new vite version
High Severity
vite-plugin-node-polyfills@0.21.0 declares a peer dependency of vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0, which does not include vite 6. Vite 6 support was added in version 0.23.0 of that plugin. The specifier ^0.21.0 in package.json only resolves to >=0.21.0 <0.22.0, so it cannot auto-upgrade to a compatible version. This plugin is actively used in vite.config.js and the incompatibility could cause build failures or runtime errors.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 7e246f9. Configure here.


Bumps vite from 5.4.19 to 6.4.2.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
6b3fad0release: v6.4.2ca4da5dfix: avoid path traversal with optimize deps sourcemap handler (#22161)fe28e47fix: apply server.fs check to env transport (#22159) (#22163)5487f4frelease: v6.4.11114b5dfix(dev): trim trailing slash beforeserver.fs.denycheck (#20968) (#20969)f12697crelease: v6.4.0ca6455efeat: allow passing down resolved config to vite's createServer (#20932)0e173d8release: v6.3.7c59a222fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20940)3f337c5release: v6.3.6Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major Vite upgrade (5.x → 6.x) changes the build/dev toolchain and transitive bundler dependencies, which may cause build/config incompatibilities or subtle bundling/runtime differences.
Overview
Upgrades
appdev tooling by bumpingvitefrom5.4.xto6.4.2.Updates
pnpm-lock.yamlto align with Vite 6, including newerrollup/esbuild/postcssversions and new/updated transitive deps (e.g.,jiti,tinyglobby/fdir) required by the upgraded toolchain and related plugins.Reviewed by Cursor Bugbot for commit 7e246f9. Bugbot is set up for automated code reviews on this repo. Configure here.