Bump vite from 4.5.0 to 5.0.3 in /frontend
Bumps vite from 4.5.0 to 5.0.3.
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.3 (2023-11-28)
- fix:
generateCodeFrame
infinite loop (#15093) (6619de7), closes #15093- fix: js fallback sourcemap content should be using original content (#15135) (227d56d), closes #15135
- fix(css): render correct asset url when CSS chunk name is nested (#15154) (ef403c0), closes #15154
- fix(css): use non-nested chunk name if facadeModule is not CSS file (#15155) (811e392), closes #15155
- fix(dev): bind plugin context functions (#14569) (cb3243c), closes #14569
- chore(deps): update all non-major dependencies (#15145) (7ff2c0a), closes #15145
- build: handle latest json-stable-stringify replacement (#15049) (bcc4a61), closes #15049
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:
... (truncated)
Commits
-
2649f40
release: v5.0.3 -
811e392
fix(css): use non-nested chunk name if facadeModule is not CSS file (#15155) -
cb3243c
fix(dev): bind plugin context functions (#14569) -
ef403c0
fix(css): render correct asset url when CSS chunk name is nested (#15154) -
7ff2c0a
chore(deps): update all non-major dependencies (#15145) -
227d56d
fix: js fallback sourcemap content should be using original content (#15135) -
6619de7
fix:generateCodeFrame
infinite loop (#15093) -
bcc4a61
build: handle latest json-stable-stringify replacement (#15049) -
5d05fc2
release: v5.0.2 -
6fcceeb
fix: make htmlFallback more permissive (#15059) - 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