Bump vite from 5.2.7 to 5.2.8
Bumps vite from 5.2.7 to 5.2.8.
Changelog
Sourced from vite's changelog.
5.2.8 (2024-04-03)
- fix: csp nonce injection when no closing tag (#16281) (#16282) (3c85c6b), closes #16281 #16282
- fix: do not access document in
/@vite/client
when not defined (#16318) (646319c), closes #16318- fix: fix sourcemap when using object as
define
value (#15805) (445c4f2), closes #15805- fix(css): unknown file error happened with lightningcss (#16306) (01af308), closes #16306
- fix(hmr): multiple updates happened when invalidate is called while multiple tabs open (#16307) (21cc10b), closes #16307
- fix(scanner): duplicate modules for same id if glob is used in html-like types (#16305) (eca68fa), closes #16305
- chore(deps): update all non-major dependencies (#16325) (a78e265), closes #16325
- refactor: use types from sass instead of
@types/sass
(#16340) (4581e83), closes #16340
Commits
-
8b8d402
release: v5.2.8 -
646319c
fix: do not access document in/@vite/client
when not defined (#16318) -
445c4f2
fix: fix sourcemap when using object asdefine
value (#15805) -
a78e265
chore(deps): update all non-major dependencies (#16325) -
4581e83
refactor: use types from sass instead of@types/sass
(#16340) -
3c85c6b
fix: csp nonce injection when no closing tag (#16281) (#16282) -
21cc10b
fix(hmr): multiple updates happened when invalidate is called while multiple ... -
01af308
fix(css): unknown file error happened with lightningcss (#16306) -
eca68fa
fix(scanner): duplicate modules for same id if glob is used in html-like type... - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts