chore(deps): update dependency vite to v3 #11
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.9.15
->3.1.0
Release Notes
vitejs/vite
v3.1.0
Compare Source
Main Changes
Features
server.ssrTransform
(#9769) (246a087), closes #9769Bug Fixes
inlineDynamicImports
when input has length 1 (#9904) (9ac5075), closes #9904this
tovoid
(#9885) (2d2f2e5), closes #9885completeSystemWrapPlugin
capturesfunction ()
(fixes #9807) (#9821) (1ee0364), closes #9807 #9821injectQuery
break relative path (#9760) (61273b2), closes #9760Previous Changelogs
3.1.0-beta.2 (2022-09-02)
See 3.1.0-beta.2 changelog
3.1.0-beta.1 (2022-08-29)
See 3.1.0-beta.1 changelog
3.1.0-beta.0 (2022-08-25)
See 3.1.0-beta.0 changelog
v3.0.9
Compare Source
rollupOptions.output.dir
(fix #9100) (#9111) (3bffd14), closes #9100 #9111ssrTransform
object allocation (#9706) (6e58d9d), closes #9706v3.0.8
Compare Source
v3.0.7
Compare Source
v3.0.6
Compare Source
import.meta.url
for relative assets if output is not ESM (fixes #9297) (#9381) (6d95225), closes #9297 #9381v3.0.5
Compare Source
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
Configuration
📅 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.