LiveAtlas
LiveAtlas copied to clipboard
Bump vite from 4.4.2 to 4.4.9
Bumps vite from 4.4.2 to 4.4.9.
Changelog
Sourced from vite's changelog.
4.4.9 (2023-08-07)
- chore: fix eslint warnings (#14031) (4021a0e), closes #14031
- chore(deps): update all non-major dependencies (#13938) (a1b519e), closes #13938
- fix: dynamic import vars ignored warning (#14006) (4479431), closes #14006
- fix(build): silence warn dynamic import module when inlineDynamicImports true (#13970) (7a77aaf), closes #13970
- perf: improve build times and memory utilization (#14016) (9d7d45e), closes #14016
- perf: replace startsWith with === (#14005) (f5c1224), closes #14005
4.4.8 (2023-07-31)
- fix: modulePreload false (#13973) (488085d), closes #13973
- fix: multiple entries with shared css and no JS (#13962) (89a3db0), closes #13962
- fix: use file extensions on type imports so they work with
moduleResolution: 'node16'
(#13947) (aeef670), closes #13947- fix(css): enhance error message for missing preprocessor dependency (#11485) (65e5c22), closes #11485
- fix(esbuild): fix static properties transpile when useDefineForClassFields false (#13992) (4ca7c13), closes #13992
- fix(importAnalysis): strip url base before passing as safeModulePaths (#13712) (1ab06a8), closes #13712
- fix(importMetaGlob): avoid unnecessary hmr of negative glob (#13646) (844451c), closes #13646
- fix(optimizer): avoid double-commit of optimized deps when discovery is disabled (#13865) (df77991), closes #13865
- fix(optimizer): enable experimentalDecorators by default (#13981) (f8a5ffc), closes #13981
- perf: replace startsWith with === (#13989) (3aab14e), closes #13989
- perf: single slash does not need to be replaced (#13980) (66f522c), closes #13980
- perf: use Intl.DateTimeFormatter instead of toLocaleTimeString (#13951) (af53a1d), closes #13951
- perf: use Intl.NumberFormat instead of toLocaleString (#13949) (a48bf88), closes #13949
- perf: use magic-string hires boundary for sourcemaps (#13971) (b9a8d65), closes #13971
- chore(reporter): remove unnecessary map (#13972) (dd9d4c1), closes #13972
- refactor: add new overload to the type of defineConfig (#13958) (24c12fe), closes #13958
4.4.7 (2023-07-24)
- fix:
optimizeDeps.include
not working with paths inside packages (#13922) (06e4f57), closes #13922- fix: lightningcss fails with html-proxy (#13776) (6b56094), closes #13776
- fix: prepend
config.base
to vite/env path (#13941) (8e6cee8), closes #13941- fix(html): support
import.meta.env
define replacement without quotes (#13425) (883089c), closes #13425- fix(proxy): handle error when proxy itself errors (#13929) (4848e41), closes #13929
- chore(eslint): allow type annotations (#13920) (d1264fd), closes #13920
4.4.6 (2023-07-21)
- fix: constrain inject helpers for iife (#13909) (c89f677), closes #13909
- fix: display manualChunks warning only when a function is not used (#13797) (#13798) (51c271f), closes #13797 #13798
- fix: do not append
browserHash
on optimized deps during build (#13906) (0fb2340), closes #13906- fix: use Bun's implementation of
ws
instead of the bundled one (#13901) (049404c), closes #13901- feat(client): add guide to press Esc for closing the overlay (#13896) (da389cc), closes #13896
... (truncated)
Commits
898fee7
release: v4.4.94021a0e
chore: fix eslint warnings (#14031)4479431
fix: dynamic import vars ignored warning (#14006)a1b519e
chore(deps): update all non-major dependencies (#13938)9d7d45e
perf: improve build times and memory utilization (#14016)f5c1224
perf: replace startsWith with === (#14005)7a77aaf
fix(build): silence warn dynamic import module when inlineDynamicImports true...e41d78e
release: v4.4.8488085d
fix: modulePreload false (#13973)4ca7c13
fix(esbuild): fix static properties transpile when useDefineForClassFields fa...- 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)