chore(deps-dev): bump vite from 4.5.12 to 6.4.3#4683
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.12 to 6.4.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.4.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.4.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.3 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 6 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 5c496c5. Configure here.
| "solid-start-node": "^0.3.10", | ||
| "typescript": "^4.9.5", | ||
| "vite": "^4.5.11" | ||
| "vite": "^6.4.3" |
There was a problem hiding this comment.
solid-start requires Vite four
High Severity
Raising the direct vite devDependency to ^6.4.3 conflicts with solid-start@0.3.10, which declares a peer of vite ^4.4.6 only. This e2e app runs solid-start via solid-start/vite, so the dev server and build are tied to that stack and are unlikely to work on Vite 6.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 5c496c5. Configure here.
| "tslib": "^2.5.0", | ||
| "typescript": "^5.1.6", | ||
| "vite": "^4.5.11" | ||
| "vite": "^6.4.3" |
There was a problem hiding this comment.
Svelte plugin lacks Vite six
High Severity
This package still uses @sveltejs/vite-plugin-svelte ^2.0.3, which resolves to a release whose peer range is vite ^4.0.0 only, while vite was bumped to ^6.4.3. The config loads that plugin for dev, build, and preview, so the Svelte e2e flow is on an unsupported Vite major.
Reviewed by Cursor Bugbot for commit 5c496c5. Configure here.
| "tslib": "^2.3.1", | ||
| "typescript": "^5.1.6", | ||
| "vite": "^4.5.11" | ||
| "vite": "^6.4.3" |
There was a problem hiding this comment.
SvelteKit peers reject Vite six
Medium Severity
Dev vite is now ^6.4.3, but @sveltejs/kit ^1.22.4 still pulls Kit 1.x, whose peer is vite ^4.0.0. vite.config.ts uses @sveltejs/kit/vite, so SDK build steps that run Vite inherit that mismatch.
Reviewed by Cursor Bugbot for commit 5c496c5. Configure here.
| "@vitejs/plugin-vue": "^4.2.3", | ||
| "typescript": "^5.1.6", | ||
| "vite": "^4.5.11", | ||
| "vite": "^6.4.3", |
There was a problem hiding this comment.
Vue plugin excludes Vite six
Medium Severity
vite was raised to ^6.4.3 while @vitejs/plugin-vue stays at ^4.2.3, which resolves to a build whose peers allow vite ^4.0.0 || ^5.0.0 only. The Vue e2e config always loads that plugin alongside vite-plugin-ssr.
Reviewed by Cursor Bugbot for commit 5c496c5. Configure here.
| "@vitejs/plugin-react": "^4.0.4", | ||
| "typescript": "^5.1.6", | ||
| "vite": "^4.5.11" | ||
| "vite": "^6.4.3" |
There was a problem hiding this comment.
React plugin peers omit Vite
Medium Severity
Several workspaces now depend on vite ^6.4.3 but still list @vitejs/plugin-react ^4.0.4. The lockfile resolves that to 4.2.0, whose peer range is vite ^4.2.0 || ^5.0.0 and excludes Vite 6 unless the plugin is refreshed to a release that adds ^6.0.0.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 5c496c5. Configure here.
| "node-fetch": "3.3.0", | ||
| "typescript": "^5.1.6", | ||
| "vite": "^4.5.11", | ||
| "vite": "^6.4.3", |
There was a problem hiding this comment.
Qwik still depends on Vite five
Medium Severity
vite is bumped to ^6.4.3, but @builder.io/qwik ^1.9.1 still depends on vite ^5 in the lockfile. Qwik City runs qwikVite() and qwikCity() inside the app’s Vite config, so the CLI major may no longer match what Qwik 1.9 was built against.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 5c496c5. Configure here.
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/react |
❌ Failed | 4m 39s | View ↗ |
nx test @e2e/solid-start |
❌ Failed | 1m 47s | View ↗ |
nx test @e2e/react-sdk-next-14-app |
❌ Failed | 1m 44s | View ↗ |
nx test @e2e/react-sdk-next-15-app |
❌ Failed | 1m 41s | View ↗ |
nx test @snippet/react-sdk-next-14-app |
❌ Failed | 1m 34s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 8m 50s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 8m 13s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 7m 52s | View ↗ |
Additional runs (38) |
✅ Succeeded | ... | View ↗ |
💡 Dealing with memory or CPU issues? See memory and CPU details with the resource usage add-on ↗.
☁️ Nx Cloud last updated this comment at 2026-06-15 17:55:13 UTC



Bumps vite from 4.5.12 to 6.4.3.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
6c2c881release: v6.4.396b0c10fix: backport #22572, reject windows alternate paths (#22576)8fed5cffix(deps): backport #22571, reject UNC paths for launch-editor-middleware (#2...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)Maintainer 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 jump (4→6) affects all SDK library builds and e2e/snippet dev tooling; verify CI builds and plugin compatibility (e.g.
@vitejs/plugin-react, Svelte/Vue plugins) even though runtime SDK code is unchanged.Overview
Upgrades Vite from
^4.5.11(resolved4.5.12) to^6.4.3across SDK output packages, e2e apps, react-tests, and snippets. The lockfile drops thevite@^4.5.11entry and addsvite@6.4.3(esbuild 0.25, Rollup 4, and related transitive updates).No application or Vite config source changes—only
package.jsonandyarn.lock. Builds and dev servers for React, Qwik, Solid, Svelte, Vue, and Next.js SDK targets now run on Vite 6.Reviewed by Cursor Bugbot for commit 5c496c5. Bugbot is set up for automated code reviews on this repo. Configure here.