xicons
xicons copied to clipboard
build(deps-dev): bump vite from 2.9.15 to 4.1.4 in /packages/v2icons-utils
Bumps vite from 2.9.15 to 4.1.4.
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.
[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.
4.1.4 (2023-02-21)
- fix(define): should not stringify vite internal env (#12120) (73c3999), closes #12120
- docs: update rollup docs links (#12130) (439a73f), closes #12130
4.1.3 (2023-02-20)
- fix: catch and handle websocket error (#11991) (#12007) (4b5cc9f), closes #11991 #12007
- fix: do not append version query param when scanning for dependencies (#11961) (575bcf6), closes #11961
- fix(css): handle pure css chunk heuristic with special queries (#12091) (a873af5), closes #12091
- fix(esbuild): umd helper insert into wrong position in lib mode (#11988) (86bc243), closes #11988
- fix(html): respect disable modulepreload (#12111) (6c50119), closes #12111
- fix(html): rewrite assets url in
<noscript>
(#11764) (1dba285), closes #11764- feat(preview): improve error when build output missing (#12096) (a0702a1), closes #12096
- feat(ssr): add importer path to error msg when invalid url import occur (#11606) (70729c0), closes #11606
4.1.2 (2023-02-17)
- fix: correct access to
crossOrigin
attribute (#12023) (6a0d356), closes #12023- fix: narrow defineConfig return type (#12021) (18fa8f0), closes #12021
- fix(define): inconsistent env values in build mode (#12058) (0a50c59), closes #12058
- fix(env): compatible with env variables ended with unescaped $ (#12031) (05b3df0), closes #12031
- fix(ssr): print file url in
ssrTransform
parse error (#12060) (19f39f7), closes #12060- revert: narrow defineConfig return type (#12077) (54d511e), closes #12077
- feat: support
import.meta.hot?.accept
(#12053) (081c27f), closes #12053- chore: add jsdoc default value (#11746) (8c87af7), closes #11746
- chore: fix typos (#12032) (ee1a686), closes #12032
- chore(deps): update dependency strip-literal to v1 (#12044) (5bd6c0a), closes #12044
- chore(pluginContainer): simplify error position judge condition (#12003) (e3ef9f4), closes #12003
4.1.1 (2023-02-02)
- chore: 4.1.0 changelog cleanup (#11900) (7747d32), closes #11900
- fix: catch statSync error (#11907) (f80b9a2), closes #11907
4.1.0 (2023-02-02)
Vite 4.1 updates to the latest versions of Rollup and esbuild. Check out the new Rollup docs, that are now powered by VitePress making the navigation between Vite and Rollup docs easier for users.
Vite docs got a theme update migrating to the latest version of VitePress.
As part of Vite 4, the Vue and React plugins have been extracted out of the monorepo. Although their release cycle will no longer follow Vite releases moving forward, Vite 4.1 is released in parallel with new versions of
@vitejs/plugin-react
and@vitejs/plugin-react-swc
.@vitejs/plugin-react
3.1.0 reworks the way HMR is handled fixing many edge cases and@vitejs/plugin-react-swc
3.1.0 adds support for SWC plugins.
... (truncated)
Commits
b5a2485
release: v4.1.473c3999
fix(define): should not stringify vite internal env (#12120)439a73f
docs: update rollup docs links (#12130)04e4df3
release: v4.1.36c50119
fix(html): respect disable modulepreload (#12111)575bcf6
fix: do not append version query param when scanning for dependencies (#11961)a873af5
fix(css): handle pure css chunk heuristic with special queries (#12091)4b5cc9f
fix: catch and handle websocket error (#11991) (#12007)a0702a1
feat(preview): improve error when build output missing (#12096)1dba285
fix(html): rewrite assets url in\<noscript>
(#11764)- 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 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)