🚨 [security] Update vite 6.0.6 → 6.0.11 (patch) #62
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ vite (6.0.6 → 6.0.11) · Repo · Changelog
Security Advisories 🚨
🚨 Websites were able to send any requests to the development server and read the response in vite
Release Notes
6.0.10
6.0.9
6.0.8
6.0.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 36 commits:
release: v6.0.11
fix: allow CORS from loopback addresses by default (#19249)
fix: `preview.allowedHosts` with specific values was not respected (#19246)
release: v6.0.10
fix: try parse `server.origin` URL (#19241)
release: v6.0.9
fix!: check host header to prevent DNS rebinding attacks and introduce `server.allowedHosts`
fix: verify token for HMR WebSocket connection
fix!: default `server.cors: false` to disallow fetching from untrusted origins
release: v6.0.8
docs: unify `__dirname` usage (#19176)
fix: tree shake stringified JSON imports (#19189)
docs(ssr): remove link to Discord channel (#19202)
fix: ensure `server.close()` only called once (#19204)
fix: use shared sigterm callback (#19203)
fix: avoid SSR HMR for HTML files (#19193)
docs: fix mismatched variable names (#19184)
fix(optimizer): use correct default install state path for yarn PnP (#19119)
fix: resolve.conditions in ResolvedConfig was `defaultServerConditions` (#19174)
fix(legacy): import babel once (#19152)
fix(deps): update all non-major dependencies (#19098)
fix: don't resolve URL starting with double slash (#19059)
fix(types): improve `ESBuildOptions.include / exclude` type to allow `readonly (string | RegExp)[]` (#19146)
chore(deps): update dependency pathe to v2 (#19139)
docs: capitalize title in sidebar (#19121)
fix: build time display 7m 60s (#19108)
docs: add Hono to framework examples (#18988)
release: v6.0.7
fix(ssr): fix semicolon injection by ssr transform (#19097)
perf: skip globbing for static path in warmup (#19107)
fix: skip the plugin if it has been called before with the same id and importer (#19016)
docs: make SSR page easier to be found (#19080)
fix(html): error while removing `vite-ignore` attribute for inline script (#19062)
docs: fix canonical links (#19084)
feat(css): show lightningcss warnings (#19076)
fix: fix `minify` when `builder.sharedPlugins: true` (#19025)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands