Originally created by: dependabot[bot]
Bumps vite from 6.3.5 to 7.1.5.
Sourced from vite's releases.
v7.1.5
Please refer to CHANGELOG.md (github.com) for details.
v7.1.4
Please refer to CHANGELOG.md (github.com) for details.
v7.1.3
Please refer to CHANGELOG.md (github.com) for details.
v7.1.2
Please refer to CHANGELOG.md (github.com) for details.
v7.1.1
Please refer to CHANGELOG.md (github.com) for details.
create-vite@7.1.1
Please refer to CHANGELOG.md (github.com) for details.
plugin-legacy@7.1.0
Please refer to CHANGELOG.md (github.com) for details.
create-vite@7.1.0
Please refer to CHANGELOG.md (github.com) for details.
v7.1.0
Please refer to CHANGELOG.md (github.com) for details.
v7.1.0-beta.1
Please refer to CHANGELOG.md (github.com) for details.
v7.1.0-beta.0
Please refer to CHANGELOG.md (github.com) for details.
v7.0.7
Please refer to CHANGELOG.md (github.com) for details.
v7.0.6
Please refer to CHANGELOG.md (github.com) for details.
v7.0.5
Please refer to CHANGELOG.md (github.com) for details.
v7.0.4
Please refer to CHANGELOG.md (github.com) for details.
v7.0.3
Please refer to CHANGELOG.md (github.com) for details.
create-vite@7.0.3
Please refer to CHANGELOG.md (github.com) for details.
... (truncated)
Sourced from vite's changelog.
7.1.5 (2025-09-08)
Bug Fixes
- apply
fs.strictcheck to HTML files (#20736](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20736">/issues/20736)) (14015d7)- deps: update all non-major dependencies (#20732](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20732">/issues/20732)) (122bfba)
- upgrade sirv to 3.0.2 (#20735](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20735">/issues/20735)) (09f2b52)
7.1.4 (2025-09-01)
Bug Fixes
- add missing awaits (#20697](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20697">/issues/20697)) (79d10ed)
- deps: update all non-major dependencies (#20676](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20676">/issues/20676)) (5a274b2)
- deps: update all non-major dependencies (#20709](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20709">/issues/20709)) (0401feb)
- pass rollup watch options when building in watch mode (#20674](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20674">/issues/20674)) (f367453)
Miscellaneous Chores
- remove unused constants entry from rolldown.config.ts (#20710](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20710">/issues/20710)) (537fcf9)
Code Refactoring
- remove unnecessary
minifyparameter fromfinalizeCss(#20701](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20701">/issues/20701)) (8099582)7.1.3 (2025-08-19)
Features
- cli: add Node.js version warning for unsupported versions (#20638](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20638">/issues/20638)) (a1be1bf)
- generate code frame for parse errors thrown by terser (#20642](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20642">/issues/20642)) (a9ba017)
- support long lines in
generateCodeFrame(#20640](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20640">/issues/20640)) (1559577)Bug Fixes
- deps: update all non-major dependencies (#20634](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20634">/issues/20634)) (4851cab)
- optimizer: incorrect incompatible error (#20439](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20439">/issues/20439)) (446fe83)
- support multiline new URL(..., import.meta.url) expressions (#20644](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20644">/issues/20644)) (9ccf142)
Performance Improvements
- cli: dynamically import
resolveConfig(#20646](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20646">/issues/20646)) (f691f57)Miscellaneous Chores
- deps: update rolldown-related dependencies (#20633](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20633">/issues/20633)) (98b92e8)
Code Refactoring
- replace startsWith with strict equality (#20603](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20603">/issues/20603)) (42816de)
- use
importin worker threads (#20641](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/20641">/issues/20641)) (530687a)Tests
... (truncated)
5647540 release: v7.1.509f2b52 fix: upgrade sirv to 3.0.2 (#20735](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20735">/issues/20735))14015d7 fix: apply fs.strict check to HTML files (#20736](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20736">/issues/20736))122bfba fix(deps): update all non-major dependencies (#20732](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20732">/issues/20732))bcc3144 release: v7.1.40401feb fix(deps): update all non-major dependencies (#20709](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20709">/issues/20709))537fcf9 chore: remove unused constants entry from rolldown.config.ts (#20710](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20710">/issues/20710))79d10ed fix: add missing awaits (#20697](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20697">/issues/20697))8099582 refactor: remove unnecessary minify parameter from finalizeCss (#20701](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20701">/issues/20701))f367453 fix: pass rollup watch options when building in watch mode (#20674](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20674">/issues/20674))This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite since your current version.
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.
Originally posted by: dependabot[bot]
Labels
The following labels could not be found:
deps,javascript. Please create them before Dependabot can add them to a pull request.Please fix the above issues or remove invalid values from
dependabot.yml.