Bump vite from 4.5.3 to 6.4.2 in /helm-frontend#11
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 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>
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, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1c1d01d. Configure here.
| "tailwindcss": "^3.3.3", | ||
| "typescript": "^5.0.2", | ||
| "vite": "^4.5.3", | ||
| "vite": "^6.4.2", |
There was a problem hiding this comment.
Vitest incompatible with Vite six
Medium Severity
Bumping vite to ^6.4.2 while keeping vitest at ^0.33.0 leaves Vitest on a separate Vite 4.5.3 install (vite ^3.0.0 || ^4.0.0 in the lockfile). yarn dev and yarn build use Vite 6, but yarn test runs through Vitest/Vite 4, so tests no longer exercise the same bundler as production and may miss Vite 6 regressions.
Reviewed by Cursor Bugbot for commit 1c1d01d. Configure here.
|
Superseded by #18. |


Bumps vite from 4.5.3 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, 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-version Vite upgrade can break dev/build behavior; vitest 0.33 may not fully align with Vite 6, so CI and local scripts need verification.
Overview
Upgrades the helm-frontend dev/build toolchain by bumping Vite from
^4.5.3to^6.4.2inpackage.json, with a matching yarn.lock refresh.The lockfile pulls in Vite 6’s updated stack—esbuild
0.25.12, Rollup4.61.0, newer Postcss, and related helpers (tinyglobby,fdir, etc.). No app source orvite.config.tschanges are included;dev,build, andpreviewstill run through Vite as before.Note for reviewers:
vitestremains at^0.33.0, which still resolves a separate Vite 4.x copy forvite-nodein the lockfile. After merge, confirmyarn build,yarn dev, andyarn teston this major jump.Reviewed by Cursor Bugbot for commit 1c1d01d. Bugbot is set up for automated code reviews on this repo. Configure here.