Skip to content

chore(deps-dev): Bump vite from 5.4.21 to 6.4.3 - #4

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

chore(deps-dev): Bump vite from 5.4.21 to 6.4.3#4
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 Jul 30, 2026

Copy link
Copy Markdown

Bumps 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 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.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/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
...

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 Jul 30, 2026
stoatworks-labs added a commit that referenced this pull request Jul 30, 2026
All ten open Dependabot alerts were dev/build-time tooling. Nine of them were
npm and are now closed; the tenth is Rust and can't be fixed from here.

  vitest 2.1.9 -> 3.2.7   (critical: with `vitest --ui` listening, an arbitrary
                           file can be read and executed. This repo only runs
                           `vitest run`, but the fix is a devDependency bump.)
  vite   5.4.21 -> 6.4.3  (high: server.fs.deny bypass on Windows alternate
                           paths, plus a launch-editor NTLMv2 disclosure — both
                           dev-server only. No 5.x patch exists, so this is the
                           major bump Dependabot's PR #4 was proposing.)
  esbuild 0.21.5 -> gone  (dev server accepts requests from any website; it
                           came in under vite 5 and left with it.)

vitest 3 still resolves a vite of its own, and npm kept pinning that to 5.4.21
from the old lockfile, so the root `overrides` entry forces ^6.4.3 across the
tree and package-lock.json was regenerated to make it stick. @vitejs/plugin-react
goes to ^4.7.0, the last v4 that accepts vite 6.

glib 0.18.5 stays. It arrives only through Tauri's GTK stack, which pins the
0.18 line while the advisory wants 0.20.0 — Dependabot's own run reports
`security_update_not_possible, latest-resolvable-version 0.18.5`. It is also
Linux-only; the macOS .dmg uses WKWebView and never compiles it. It clears when
Tauri moves.

The failing "Dependabot Updates" runs were a separate problem: with no
dependabot.yml, it auto-discovered every package.json and tried to update
packages/server and packages/web as standalone projects. They are workspace
members with no lockfile beside them, so each run died with
`dependency_file_not_supported` and the alerts sat open with no PR behind them.
.github/dependabot.yml now points npm at "/" (the only lockfile that resolves
the workspaces), gives launcher/ its own entry, and adds cargo and
github-actions.

Note npm audit still reports a pre-existing eslint -> minimatch ->
brace-expansion chain. It predates this change, Dependabot doesn't flag it, and
it is lint-only.

Verified under vite 6: build, build:static, typecheck, lint and 72 tests all
pass, and the static bundle still code-splits pdfjs out. Smoke-tested in the
browser — selecting SLX-D JB correctly switches the grid step to 0.125 MHz and
places 5 of 8 at 0.667 MHz spacing across the 4 MHz band, which is the real
ceiling.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@stoatworks-labs

Copy link
Copy Markdown
Owner

Superseded — vite is on 6.4.3 on main as of d3252bc, along with vitest 3.2.7 and the removal of the vulnerable esbuild 0.21.5 that came in under vite 5. The remaining question (vite 8) is tracked in #12, which has a real blocker: it breaks the server build's dead-branch elimination and drags pdfjs into a bundle that never uses it.

@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/vite-6.4.3 branch July 30, 2026 23:24
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