Originally created by: dependabot[bot]
Bumps vite from 7.3.5 to 8.0.16.
Sourced from vite's releases.
v8.0.16
Please refer to CHANGELOG.md (github.com) for details.
v8.0.15
Please refer to CHANGELOG.md (github.com) for details.
v8.0.14
Please refer to CHANGELOG.md (github.com) for details.
v8.0.13
Please refer to CHANGELOG.md (github.com) for details.
v8.0.12
Please refer to CHANGELOG.md (github.com) for details.
v8.0.11
Please refer to CHANGELOG.md (github.com) for details.
v8.0.10
Please refer to CHANGELOG.md (github.com) for details.
v8.0.9
Please refer to CHANGELOG.md (github.com) for details.
v8.0.8
Please refer to CHANGELOG.md (github.com) for details.
v8.0.7
Please refer to CHANGELOG.md (github.com) for details.
v8.0.6
Please refer to CHANGELOG.md (github.com) for details.
v8.0.5
Please refer to CHANGELOG.md (github.com) for details.
v8.0.4
Please refer to CHANGELOG.md (github.com) for details.
create-vite@8.0.3
Please refer to CHANGELOG.md (github.com) for details.
v8.0.3
Please refer to CHANGELOG.md (github.com) for details.
create-vite@8.0.2
Please refer to CHANGELOG.md (github.com) for details.
v8.0.2
Please refer to CHANGELOG.md (github.com) for details.
... (truncated)
Sourced from vite's changelog.
8.0.16 (2026-06-01)
Bug Fixes
- deps: reject UNC paths for launch-editor-middleware (#22571](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22571">/issues/22571)) (50b9512)
- reject windows alternate paths (#22572](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22572">/issues/22572)) (dc245c7)
8.0.15 (2026-06-01)
Features
- send 408 on request timeout (#22476](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22476">/issues/22476)) (c85c9ee)
- update rolldown to 1.0.3 (#22538](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22538">/issues/22538)) (646dbed)
Bug Fixes
- capitalize error messages and remove spurious space in parse error (#22488](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22488">/issues/22488)) (85a0eff)
- deps: update all non-major dependencies (#22511](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22511">/issues/22511)) (2686d7d)
- dev: fix html-proxy cache key mismatch for /@fs/ HTML paths (#21762](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/21762">/issues/21762)) (47c4213)
- glob: error on relative glob in virtual module when no files match (#22497](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22497">/issues/22497)) (5c8e98f)
- optimizer: close the rolldown bundle when write() rejects (#22528](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22528">/issues/22528)) (e3cfb9d)
- resolve: provide onWarn for viteResolvePlugin in JS plugin containers (#22509](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22509">/issues/22509)) (40985f1)
Miscellaneous Chores
- deps: update rolldown-related dependencies (#22566](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22566">/issues/22566)) (3052a67)
Code Refactoring
- correct logic in
collectAllModulesfunction (#22562](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22562">/issues/22562)) (6978a9c)8.0.14 (2026-05-21)
Features
- update rolldown to 1.0.2 (#22484](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22484">/issues/22484)) (96efc88)
Bug Fixes
- deps: update all non-major dependencies (#22471](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22471">/issues/22471)) (98b8163)
- dev: handle errors when sending messages to vite server (#22450](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22450">/issues/22450)) (e8e9a34)
- html: handle trailing slash paths in transformIndexHtml (#22480](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22480">/issues/22480)) (5d94d1b)
- optimizer: pass oxc jsx options to transformSync in dependency scan (#22342](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22342">/issues/22342)) (b3132da)
Miscellaneous Chores
- deps: update rolldown-related dependencies (#22470](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22470">/issues/22470)) (7cb728e)
- remove irrelevant commits from changelog (2c69495)
Code Refactoring
- glob: do not rewrite import path for absolute base (#22310](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22310">/issues/22310)) (0ae2844)
... (truncated)
f94df87 release: v8.0.16dc245c7 fix: reject windows alternate paths (#22572](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22572">/issues/22572))50b9512 fix(deps): reject UNC paths for launch-editor-middleware (#22571](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22571">/issues/22571))8d1b019 release: v8.0.152686d7d fix(deps): update all non-major dependencies (#22511](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22511">/issues/22511))3052a67 chore(deps): update rolldown-related dependencies (#22566](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22566">/issues/22566))e3cfb9d fix(optimizer): close the rolldown bundle when write() rejects (#22528](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22528">/issues/22528))6978a9c refactor: correct logic in collectAllModules function (#22562](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22562">/issues/22562))646dbed feat: update rolldown to 1.0.3 (#22538](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22538">/issues/22538))85a0eff fix: capitalize error messages and remove spurious space in parse error (#22488](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22488">/issues/22488))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]
Superseded by [#11].
Related
Tickets:
#11Ticket changed by: dependabot[bot]