Skip to content

Bump vite from 5.4.21 to 6.4.3 in the npm_and_yarn group across 1 directory - #6

Merged
sundarshahi merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-53450a8c80
Aug 18, 2026
Merged

Bump vite from 5.4.21 to 6.4.3 in the npm_and_yarn group across 1 directory#6
sundarshahi merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-53450a8c80

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the / directory: vite.

Updates vite from 5.4.21 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.

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

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.21 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
  dependency-group: npm_and_yarn
...

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 Aug 18, 2026
@sundarshahi
sundarshahi merged commit 15cfafd into main Aug 18, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm_and_yarn-53450a8c80 branch August 18, 2026 16:56
sundarshahi added a commit that referenced this pull request Aug 18, 2026
Site CI has been failing on main since #6 merged. `vite build` died with
`TypeError: defaultServerConditions is not iterable` inside vite-plugin-solid.

It is a dual-vite problem, not a version problem. vitepress 1.6.4 — which is the
LATEST — depends on vite ^5.4.14, so the root resolves 5.4.21. Bumping the
playground to ^6 put a second vite (6.4.3) in a nested node_modules, while
vite-plugin-solid stayed hoisted at the root and therefore imported vite 5,
where `defaultServerConditions` does not exist. The plugin's peer range claims
^6 support, which is true of the plugin and false of this tree.

So the playground cannot move to vite 6 until vitepress does, and vitepress has
no release that does. Reverted to ^5, and the lockfile regenerated because it
still pinned 6.4.3 for the playground — `npm ci` would have reinstalled the
break even after package.json was corrected. Verified with a from-scratch
`rm -rf node_modules && npm ci && npm run docs:build`, which is what CI does.

Both advisories this bump was chasing are DEV-SERVER issues — esbuild request
forgery and vite path traversal in optimized-deps `.map` handling. Neither
touches the static output GitHub Pages serves. `npm audit --omit=dev` reports
zero. The trade is a local-only dev-server advisory against a site that builds.
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.

1 participant