Update dependency vite to v3 #19
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lucxjo/friends-best#19
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/vite-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^2.9.12
->3.0.4
Release Notes
vitejs/vite
v3.0.4
Compare Source
v3.0.3
Compare Source
resolveConfig()
concurrent safe (#9224) (dfaeb2b), closes #9224@rollup/plugin-commonjs
name (#9313) (c417364), closes #9313v3.0.2
Compare Source
v3.0.1
Compare Source
vite:esbuild
(fixes #9164) (#9166) (e6f3b02), closes #9164 #9166v3.0.0
Compare Source
Main Changes
localhost
instead of127.0.0.1
.import.meta
.js
,mjs
, orcjs
) for output JS entries and chunks based on their format and the package type.import.meta.glob
has been improved, read about the new features in the Glob Import Guide@rollup/plugin-commonjs
, removing one of the difference id dependency handling between dev and prod.build.minify: 'terser'
, you'll need to install it (npm add -D terser
)Features
__dirname
support (#8442) (51e9195), closes #8442version
(#8456) (e992594), closes #8456ExportData.imports
toExportData.hasImports
(#8355) (168de2d), closes #8355preview
anddev
for MPA and SSR apps (#8217) (d7cba46), closes #8217.wasm?init
) (#8219) (75c3bf6), closes #8219generatedCode: 'es2015'
for rollup build (#5018) (46d5e67), closes #5018dynamic-import-vars
(#7756) (80d113b), closes #7756{ import: '*' }
(#8071) (0b78b2a), closes #8071import.meta.glob
(#7537) (330e0a9), closes #7537Bug Fixes
import.meta.url
in ssr (#8846) (ef749ed), closes #8846knownJsSrcRE
files from root (fixes #4161) (#8808) (e1e426e), closes #4161 #8808'undefined'
(#8761) (3271266), closes #8761rollupOptions.external
for transitive dependencies (#8679) (4f9097b), closes #8679KNOWN_ASSET_TYPES
(#8565) (2dfc015), closes #8565localhost
instead of127.0.0.1
(#8543) (49c0896), closes #8543loadConfigFromBundledFile
(#8556) (2548dd3), closes #8556_
and.
in different way (#8508) (9065b37), closes #8508acornInjectPlugins
work (fixes #8410) (#8415) (08d594b), closes #8410 #8415import.meta.accept()
->import.meta.hot.accept()
(#8361) (c5185cf), closes #8361handleHMRUpdate
(#8367) (79d5ce1), closes #8367es-module-lexer
(fixes #8349) (#8352) (df2cc3d), closes #8349 #8352transformGlobImport
(#8343) (1dbc7cc), closes #8343exports
(#8324) (689adc0), closes #8324loadEnv
(#8305) (80dd2df), closes #8305entryFileNames
for polyfill chunks (#8247) (baa9632), closes #8247Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.