iot-application
iot-application copied to clipboard
chore(deps): bump vite from 5.1.5 to 5.3.1
Bumps vite from 5.1.5 to 5.3.1.
Release notes
Sourced from vite's releases.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
5.3.1 (2024-06-14)
- fix(build): handle preload treeshaking for braces (#17479) (d355568), closes #17479
- fix(build): handle preload treeshaking for commas (#17472) (3e27071), closes #17472
- fix(build): preload treeshaking ignore equal (#17480) (6ced135), closes #17480
- chore: consolidate changelog for 5.3 (#17476) (1f09344), closes #17476
5.3.0 (2024-06-13)
Features
- feat: asset type add bmp (#17439) (ec287f8), closes #17439
- feat(typescript): update tsconfck to add support for
${configDir}
replacement in ts 5.5 (#17350) (4835e2b), closes #17350- refactor(build): remove quotes from preload marker (#16562) (9853190), closes #16562
- feat: add 'system' library format (#11256) (4102ca9), closes #11256
- feat: add an option to not start a websocket server (#16219) (14b5ced), closes #16219
- feat: add headTagInsertCheck warning (#16555) (9f02a9f), closes #16555
- feat(asset): support
/*@vite-ignore*/
fornew URL(, import.meta.url)
(#16590) (8880bc5), closes #16590- chore(deps): update esbuild (#17290) (5f13bf8), closes #17290
Performance
- refactor: plugin container (#17288) (4aa4a80), closes #17288
- refactor: remove acorn (#16238) (454e2d1), closes #16238
Fixes
- fix: typo in client log (#17363) (68aa9f8), closes #17363
- fix(ssrTransform): handle arbitrary module namespace identifiers (#17446) (0a76652), closes #17446
- fix: gracefully shutdown preview server on
SIGTERM
(fix #12990) (#17333) (2207a68), closes #12990 #17333- fix(css): ensure order of extracted CSS (#16588) (a52ed1d), closes #16588
- fix(deps): update all non-major dependencies (#17430) (4453d35), closes #17430
- fix(build): allow dynamic import treeshaking when injecting preload (#14221) (f43f71f), closes #14221
- fix(css): handle lightningcss minification in Deno (#17372) (b3f5bd1), closes #17372
- fix(css): handle url replacing when preprocessing with lightningcss (#17364) (6fbb5e0), closes #17364
- fix(ssr): remove pure CSS dynamic import (#17371) (67ff94b), closes #17371
- fix(ssr): resolve interlocking circular dependency issues (#15395) (687c38b), closes #15395
- fix: adjust import analysis behavior to match Node (#16738) (f599ab4), closes #16738
- fix: prevent unhandledRejection if
--open
fails (#16726) (1f60647), closes #16726- fix(optimize-deps): don't externalize JS files imported with asset extensions (#16242) (4161843), closes #16242
- fix(proxy): rewrite the origin header to match the target for ws proxy (#16558) (7b0a65e), closes #16558
Chore
- test: disable isolate for unit test (#17448) (f16fae5), closes #17448
- build: use esbuild to speedup building vite package (#17299) (6db2515), closes #17299
- chore: add error recovery option to LightningCSSOptions (#17420) (e04193f), closes #17420
- chore(deps): update dependency
@rollup/plugin-commonjs
to v26 (#17431) (507b3de), closes #17431
... (truncated)
Commits
c608e6a
release: v5.3.16ced135
fix(build): preload treeshaking ignore equal (#17480)d355568
fix(build): handle preload treeshaking for braces (#17479)1f09344
chore: consolidate changelog for 5.3 (#17476)3e27071
fix(build): handle preload treeshaking for commas (#17472)29a260c
release: v5.3.00a76652
fix(ssrTransform): handle arbitrary module namespace identifiers (#17446)f16fae5
test: disable isolate for unit test (#17448)ec287f8
feat: asset type add bmp (#17439)68aa9f8
fix: typo in client log (#17363)- Additional commits viewable in compare view
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
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)