Skip to content

chore(deps-dev): bump vite from 4.5.12 to 6.4.3#4683

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-6.4.3
Open

chore(deps-dev): bump vite from 4.5.12 to 6.4.3#4683
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-6.4.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps vite from 4.5.12 to 6.4.3.

Release notes

Sourced from vite's releases.

v6.4.3

Please refer to CHANGELOG.md for details.

v6.4.2

Please refer to CHANGELOG.md for details.

v6.4.1

Please refer to CHANGELOG.md for details.

v6.4.0

Please refer to CHANGELOG.md for details.

v6.3.7

Please refer to CHANGELOG.md for details.

v6.3.6

Please refer to CHANGELOG.md for details.

v5.4.21

Please refer to CHANGELOG.md for details.

v5.4.20

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.4.3 (2026-06-01)

6.4.2 (2026-04-06)

6.4.1 (2025-10-20)

6.4.0 (2025-10-15)

  • feat: allow passing down resolved config to vite's createServer (#20932) (ca6455e), closes #20932

6.3.7 (2025-10-14)

  • fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20940) (c59a222), closes #20940

6.3.6 (2025-09-08)

6.3.5 (2025-05-05)

6.3.4 (2025-04-30)

  • fix: check static serve file inside sirv (#19965) (c22c43d), closes #19965
  • fix(optimizer): return plain object when using require to import externals in optimized dependenci (efc5eab), closes #19940

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vite since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 (resolved 4.5.12) to ^6.4.3 across SDK output packages, e2e apps, react-tests, and snippets. The lockfile drops the vite@^4.5.11 entry and adds vite@6.4.3 (esbuild 0.25, Rollup 4, and related transitive updates).

No application or Vite config source changes—only package.json and yarn.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.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 15, 2026
@changeset-bot

changeset-bot Bot commented Jun 15, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5c496c5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 6 potential issues.

Fix All in Cursor

❌ 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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5c496c5. Configure here.

@nx-cloud

nx-cloud Bot commented Jun 15, 2026

Copy link
Copy Markdown

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 5c496c5

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants