Update vue-cli monorepo to v4.5.19
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@vue/cli-plugin-babel (source) | devDependencies | patch | 4.5.9 -> 4.5.19 |
@vue/cli-plugin-eslint (source) | devDependencies | patch | 4.5.9 -> 4.5.19 |
@vue/cli-service (source) | devDependencies | patch | 4.5.9 -> 4.5.19 |
Release Notes
vuejs/vue-cli (@vue/cli-plugin-babel)
v4.5.19
IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist
query no longer includes IE 11 as a target.
If your project still has to support IE 11, you MUST manually add IE 11
to the last line of the .browserslistrc
file in the project (or browserslist
field in package.json
)
🐛 Bug Fix
-
@vue/babel-preset-app
- [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
-
@vue/cli-plugin-typescript
v4.5.18
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7, vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc
.
v4.5.17
🐛 Bug Fix
-
@vue/cli-shared-utils
,@vue/cli-ui
-
d7a9881 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chain
-
d7a9881 fix: replace
Committers: 1
- Haoqun Jiang (@sodatea)
v4.5.16
🐛 Bug Fix
-
@vue/cli-service
- Fix demo-lib.html and demo-wc.html for Vue 2
-
@vue/cli-shared-utils
,@vue/cli-ui
- Lock
node-ipc
to v9.2.1
- Lock
v4.5.15
Bug Fixes
- fix: set
.mjs
file type tojavascript/auto
[15b1e1b]
This change allows an .mjs
file to import named exports from .cjs
and plain .js
files.
Fixes compatibility with pinia
.
v4.5.14
Security Fixes
This version fixed a CORS vulnerability and an XSS vulnerability in Vue CLI UI.
We recommend all users of vue ui
to upgrade to this version as soon as possible.
Credits:
Ngo Wei Lin (@Creastery) of STAR Labs (@starlabs_sg)
v4.5.13
🐛 Bug Fix
-
@vue/babel-preset-app
-
@vue/cli-plugin-unit-mocha
- #6400 fix(mocha): workaround the SVGElement issue in Vue 3 (@fangbinwei)
-
@vue/cli-service
Others
Committers: 3
- Binwei Fang (@fangbinwei)
- Haoqun Jiang (@sodatea)
- Tony Trinh (@tony19)
v4.5.12
- bump
vue-codemod
to work around an NPM hoisting bug - bump minimum required JSX preset / plugin versions, fixes https://github.com/vuejs/jsx/issues/183
- bump default
typescript
version to 4.1 andprettier
version to 2.x for new projects, fixes #6299
v4.5.11
🐛 Bug Fix
-
@vue/cli
- #6207 fix: support basic auth for npm registry access (@bodograumann)
Committers: 1
- Bodo Graumann (@bodograumann)
v4.5.10
🐛 Bug Fix
-
@vue/cli-plugin-unit-mocha
-
@vue/cli-plugin-unit-mocha
,@vue/cli-service
-
@vue/cli-ui
-
@vue/cli-service-global
,@vue/cli-service
-
#5992 fix: using
lang
attribute with empty string in html template (@fangbinwei)
-
#5992 fix: using
Committers: 3
- Binwei Fang (@fangbinwei)
- Haoqun Jiang (@sodatea)
- Tony Trinh (@tony19)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.