build(deps-dev): bump vite from 6.0.7 to 6.0.9 in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: vite.
Updates vite from 6.0.7 to 6.0.9
Release notes
Sourced from vite's releases.
v6.0.9
This version contains a breaking change due to security fixes. See https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6 for more details.
Please refer to CHANGELOG.md for details.
v6.0.8
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
6.0.9 (2025-01-20)
- fix!: check host header to prevent DNS rebinding attacks and introduce
server.allowedHosts(bd896fb)- fix!: default
server.cors: falseto disallow fetching from untrusted origins (b09572a)- fix: verify token for HMR WebSocket connection (029dcd6)
6.0.8 (2025-01-20)
- fix: avoid SSR HMR for HTML files (#19193) (3bd55bc), closes #19193
- fix: build time display 7m 60s (#19108) (cf0d2c8), closes #19108
- fix: don't resolve URL starting with double slash (#19059) (35942cd), closes #19059
- fix: ensure
server.close()only called once (#19204) (db81c2d), closes #19204- fix: resolve.conditions in ResolvedConfig was
defaultServerConditions(#19174) (ad75c56), closes #19174- fix: tree shake stringified JSON imports (#19189) (f2aed62), closes #19189
- fix: use shared sigterm callback (#19203) (47039f4), closes #19203
- fix(deps): update all non-major dependencies (#19098) (8639538), closes #19098
- fix(optimizer): use correct default install state path for yarn PnP (#19119) (e690d8b), closes #19119
- fix(types): improve
ESBuildOptions.include / excludetype to allowreadonly (string | RegExp)[](ea53e70), closes #19146- chore(deps): update dependency pathe to v2 (#19139) (71506f0), closes #19139
Commits
-
a55f8barelease: v6.0.9 -
bd896fbfix!: check host header to prevent DNS rebinding attacks and introduce `serve... -
029dcd6fix: verify token for HMR WebSocket connection -
b09572afix!: defaultserver.cors: falseto disallow fetching from untrusted origins -
c0f72a6release: v6.0.8 -
f2aed62fix: tree shake stringified JSON imports (#19189) -
db81c2dfix: ensureserver.close()only called once (#19204) -
47039f4fix: use shared sigterm callback (#19203) -
3bd55bcfix: avoid SSR HMR for HTML files (#19193) -
e690d8bfix(optimizer): use correct default install state path for yarn PnP (#19119) - Additional commits viewable in compare view
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
mergewill merge this PR after your CI passes on it - ``@dependabot
squash and mergewill squash and merge this PR after your CI passes on it - ``@dependabot
cancel mergewill cancel a previously requested merge and block automerging - ``@dependabot
reopenwill reopen this PR if it is closed - ``@dependabot
closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot
show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency - ``@dependabot
ignore <dependency name> major versionwill 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 versionwill 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.