chore(deps-dev): Bump vite from 5.4.21 to 6.4.3 - #4
Conversation
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>
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>
|
Superseded — vite is on 6.4.3 on |
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps vite from 5.4.21 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)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.