Bump vite from 4.5.0 to 5.0.2
Bumps vite from 4.5.0 to 5.0.2.
Release notes
Sourced from vite's releases.
create-vite@5.0.0
Please refer to CHANGELOG.md for details.
create-vite@5.0.0-beta.1
Please refer to CHANGELOG.md for details.
create-vite@5.0.0-beta.0
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
5.0.2 (2023-11-21)
5.0.1 (2023-11-21)
- test: avoid read check when running as root (#14884) (1d9516c), closes #14884
- perf(hmr): skip traversed modules when checking circular imports (#15034) (41e437f), closes #15034
- fix: run htmlFallbackMiddleware for no accept header requests (#15025) (b93dfe3), closes #15025
- fix: update type CSSModulesOptions interface (#14987) (d0b2153), closes #14987
- fix(legacy): error in build with --watch and manifest enabled (#14450) (b9ee620), closes #14450
- chore: add comment about crossorigin attribute for script module (#15040) (03c371e), closes #15040
- chore: cleanup v5 beta changelog (#14694) (531d3cb), closes #14694
5.0.0 (2023-11-16)
Vite 5 is out! Read the announcement blog post here
Today, we mark another big milestone in Vite's path. The Vite team, contributors, and ecosystem partners, are excited to announce the release of Vite 5. Vite is now using Rollup 4, which already represents a big boost in build performance. And there are also new options to improve your dev server performance profile.
Vite 5 focuses on cleaning up the API (removing deprecated features) and streamlines several features closing long-standing issues, for example switching
define
to use proper AST replacements instead of regexes. We also continue to take steps to future-proof Vite (Node.js 18+ is now required, and the CJS Node API has been deprecated).Quick links:
Docs in other languages:
Learn more at the Vite 5 announcement blog post.
Breaking changes
... (truncated)
Commits
-
5d05fc2
release: v5.0.2 -
6fcceeb
fix: make htmlFallback more permissive (#15059) -
c3b55c4
release: v5.0.1 -
1d9516c
test: avoid read check when running as root (#14884) -
41e437f
perf(hmr): skip traversed modules when checking circular imports (#15034) -
b9ee620
fix(legacy): error in build with --watch and manifest enabled (#14450) -
03c371e
chore: add comment about crossorigin attribute for script module (#15040) -
b93dfe3
fix: run htmlFallbackMiddleware for no accept header requests (#15025) -
d0b2153
fix: update type CSSModulesOptions interface (#14987) -
531d3cb
chore: cleanup v5 beta changelog (#14694) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts