Update dependency @vue/cli-service to v4.5.15 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@vue/cli-service (source) | devDependencies | minor | 4.2.3 -> 4.5.15 |
Release Notes
vuejs/vue-cli
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)
v4.5.9
🚀 New Features
-
@vue/cli-plugin-e2e-cypress
- #6062 fix(cypress): allow users to update cypress (@elevatebart)
Committers: 1
- Barthélémy Ledoux (@elevatebart)
v4.5.8
🐛 Bug Fix
-
@vue/cli-plugin-typescript
- #5975 fix: update vue-shims for Vue v3.0.1 (@cexbrayat)
-
@vue/cli
-
@vue/cli-plugin-eslint
Committers: 2
- Cédric Exbrayat (@cexbrayat)
- Haoqun Jiang (@sodatea)
v4.5.7
🐛 Bug Fix
-
@vue/cli-plugin-babel
,@vue/cli-plugin-typescript
,@vue/cli-service
-
@vue/cli
-
@vue/cli-plugin-pwa
,@vue/cli-service
📝 Documentation
- #5835 Update Vercel deployment instructions (@timothyis)
Committers: 4
- Bodo Graumann (@bodograumann)
- Haoqun Jiang (@sodatea)
- Timothy (@timothyis)
- kzhang (@godky)
v4.5.6
🐛 Bug Fix
Committers: 1
- Haoqun Jiang (@sodatea)
v4.5.5
🐛 Bug Fix
-
@vue/cli-service
-
@vue/cli-plugin-router
,@vue/cli-service
-
@vue/cli-plugin-unit-jest
,@vue/cli-plugin-unit-mocha
-
#5591 fix(unit-jest, unit-mocha): generate passing tests when
bare
option is used with router enabled (#3544) (@IwalkAlone)
-
#5591 fix(unit-jest, unit-mocha): generate passing tests when
-
@vue/cli-plugin-pwa
- #5820 fix: allow turning off theme color tags (@GabrielGMartinsBr)
-
@vue/cli
🏠 Internal
🔨 Underlying Tools
-
@vue/babel-preset-app
- #5831 chore: rename jsx package scope from ant-design-vue to vue (@Amour1688)
Committers: 8
- Booker Zhao (@binggg)
- Carlos Rodrigues (@pikax)
- Haoqun Jiang (@sodatea)
- Renan Cidale Assumpcao (@rcidaleassumpo)
- Sergey Skrynnikov (@IwalkAlone)
- Spenser Black (@spenserblack)
- @GabrielGMartinsBr
- 天泽 (@Amour1688)
v4.5.4
🐛 Bug Fix
-
@vue/cli-plugin-typescript
-
@vue/cli-service
-
@vue/cli
- #5778 fix: missing proxy argument (@RobbinBaauw)
Committers: 3
- Blacate (@Blacate)
- Haoqun Jiang (@sodatea)
- Robbin Baauw (@RobbinBaauw)
v4.5.3
🐛 Bug Fix
-
@vue/cli-service
-
@vue/cli-plugin-e2e-webdriverio
,@vue/cli-plugin-typescript
-
@vue/cli-plugin-typescript
Committers: 1
- Haoqun Jiang (@sodatea)
v4.5.2
🐛 Bug Fix
-
@vue/cli-plugin-typescript
📝 Documentation
-
@vue/babel-preset-app
,@vue/cli-plugin-e2e-nightwatch
,@vue/cli-plugin-eslint
,@vue/cli-plugin-typescript
,@vue/cli-service
,@vue/cli
🏠 Internal
-
@vue/babel-preset-app
,@vue/cli-plugin-e2e-nightwatch
,@vue/cli-plugin-eslint
,@vue/cli-plugin-typescript
,@vue/cli-service
,@vue/cli
Committers: 3
- Alexander Sokolov (@Alex-Sokolov)
- Haoqun Jiang (@sodatea)
- Necmettin Karakaya (@Necmttn)
v4.5.1
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.0
🚀 New Features
-
@vue/babel-preset-app
,@vue/cli-plugin-babel
,@vue/cli-plugin-eslint
,@vue/cli-plugin-router
,@vue/cli-plugin-typescript
,@vue/cli-plugin-unit-jest
,@vue/cli-plugin-unit-mocha
,@vue/cli-plugin-vuex
,@vue/cli-service
,@vue/cli-test-utils
,@vue/cli-ui
,@vue/cli
-
@vue/cli-plugin-typescript
-
@vue/cli-service
,@vue/cli-test-utils
,@vue/cli
- #5356 feat(cli,cli-service,cli-test-utils): add ts declaration (@fangbinwei)
-
@vue/cli-plugin-typescript
,@vue/cli-service
-
@vue/cli-service
,@vue/cli
🐛 Bug Fix
-
@vue/cli-service
-
@vue/babel-preset-app
📝 Documentation
- #5671 docs(zh): change line to lines in plugin-dev.md (@zhouxinyong)
-
#5668 docs(zh):
additionalData
example for sass-loader 9.0 (@chuzhixin) - #5408 docs: explain pwa head/manifest icons (@DRBragg)
🏠 Internal
-
@vue/cli-shared-utils
- #5700 refactor: use console.clear to clear the log (@imtaotao)
-
@vue/cli-service
,@vue/cli
Committers: 7
- Arthur (@imtaotao)
- Binwei Fang (@fangbinwei)
- Bogdan Luca (@lbogdan)
- Drew Bragg (@DRBragg)
- Haoqun Jiang (@sodatea)
- good luck (@chuzhixin)
- vimvinter (@zhouxinyong)
v4.4.6
🐛 Bug Fix
-
@vue/cli
📝 Documentation
- #5603 docs: @babel-preset/env -> @babel/preset-env (@sodatea)
- #5603 docs: @babel-preset/env -> @babel/preset-env (@sodatea)
Committers: 1
- Haoqun Jiang (@sodatea)
v4.4.5
🐛 Bug Fix
-
@vue/cli-service
-
@vue/cli-plugin-e2e-cypress
- #5580 Fix: stop ignoring --config-file cypress option (@ahderman)
-
@vue/cli
-
@vue/cli-plugin-e2e-nightwatch
🏠 Internal
-
@vue/cli-shared-utils
Committers: 5
- Alexander Sokolov (@Alex-Sokolov)
- Alexandre D'Erman (@ahderman)
- Haoqun Jiang (@sodatea)
- Yazhe Wang (@jeneser)
- @dtcz
v4.4.4
🐛 Bug Fix
-
@vue/cli-plugin-typescript
Committers: 1
- Haoqun Jiang (@sodatea)
v4.4.3
🐛 Bug Fix
-
@vue/cli-plugin-eslint
- #5545 fix(eslint-migrator): skip upgrade prompt if eslint v7 is installed (#5545) (@EzioKissshot)
-
@vue/cli-plugin-typescript
- #5539 fix: correctly shim @vue/compiler-sfc for fork-ts-checker-plugin (@sodatea)
-
@vue/cli-service
-
@vue/cli
-
#5540 fix: add
--no-verify
to initial git commit (@fxxjdedd)
-
#5540 fix: add
🏠 Internal
-
@vue/babel-preset-app
- #5522 feat(babel-preset-app): pass full config to @babel/preset-env (@lucaswerkmeister)
Committers: 5
- Haoqun Jiang (@sodatea)
- Lucas Werkmeister (@lucaswerkmeister)
- Zhenya Zhu (@EzioKissshot)
- fxxjdedd (@fxxjdedd)
- yazhe wang (@jeneser)
v4.4.2
📝 Documentation
Committers: 1
- Saleh Alghusson (@qirh)
v4.4.1
🐛 Bug Fix
-
@vue/babel-preset-app
-
@vue/cli
📝 Documentation
🏠 Internal
-
@vue/babel-preset-app
Committers: 3
- Alexander Sokolov (@Alex-Sokolov)
- Drew Bragg (@DRBragg)
- Haoqun Jiang (@sodatea)
v4.4.0
🚀 New Features
-
@vue/cli
-
@vue/cli-service
🐛 Bug Fix
-
@vue/cli-service
,@vue/cli-shared-utils
-
@vue/cli-plugin-unit-jest
-
@vue/cli
-
#5497 fix: allow specifying plugin version when calling
vue add
(@sodatea) - #5493 fix(ui): the logs from creator should be displayed in the UI (@sodatea)
- #5472 fix(creator): do not override the README.md generated by plugins (@sodatea)
- #5395 Update ProjectPackageManager.js upgrade() method: manage multiple package names separated by spaces (@motla)
-
#5424 fix: normalize the
file
argument oftransformScript
, fix Windows compatibility (@sodatea)
-
#5497 fix: allow specifying plugin version when calling
-
@vue/cli-plugin-unit-mocha
-
@vue/cli-service
- #4800 fix(serve): pass devServer sockPath properly to client (@AlbertBrand)
-
@vue/cli-plugin-eslint
-
@vue/cli-shared-utils
- #5390 fix: set timeout of openChrome.applescript (@374632897)
-
@vue/cli-plugin-e2e-nightwatch
- #5387 [cli-plugin-e2e-nightwatch] fixing globals.js import (@aberonni)
📝 Documentation
- Other
- #5408 docs: explain pwa head/manifest icons (@DRBragg)
- #5312 Make Heroku resource link accessible (@Timibadass)
- #5300 Update cli-service.md (@Akenokoru)
-
@vue/babel-preset-app
🏠 Internal
-
@vue/babel-preset-app
,@vue/cli-plugin-babel
,@vue/cli-plugin-e2e-nightwatch
,@vue/cli-plugin-eslint
,@vue/cli-plugin-typescript
,@vue/cli-plugin-unit-jest
,@vue/cli-plugin-unit-mocha
,@vue/cli-plugin-vuex
,@vue/cli-service
,@vue/cli-ui-addon-webpack
,@vue/cli-ui
,@vue/cli
Committers: 14
- Adrian B. Danieli (@sickp)
- Albert Brand (@AlbertBrand)
- Alexander Sokolov (@Alex-Sokolov)
- Domenico Gemoli (@aberonni)
- Drew Bragg (@DRBragg)
- Haoqun Jiang (@sodatea)
- Jiang Guoxi (@374632897)
- Romain (@motla)
- Stefano Bartoletti (@stefano-b)
- Timi Omoyeni (@Timibadass)
- @Akenokoru
- @epixian
- @tommyo
- 杨昆 (@godkun)
v4.3.1
🐛 Bug Fix
-
@vue/cli-plugin-eslint
-
@vue/cli
Committers: 1
- Haoqun Jiang (@sodatea)
v4.3.0
🚀 New Features
-
@vue/cli-plugin-unit-mocha
- #5294 feat(service): Allow mocha unit tests debugger to be bound to a specified IP and port (@darrylkuhn)
-
@vue/babel-preset-app
-
@vue/cli-service
- #5293 support vue.config.cjs (@simon300000)
- #3886 feat: wc entry accepts multiple file patterns splited by ',' (@manico)
-
@vue/cli
- #5212 feat(vue-cli): Choosing to save as a preset tells you where it is saved (@jaireina)
-
@vue/cli-plugin-typescript
- #5170 feat: use @vue/compiler-sfc as a compiler for TS if available (@cexbrayat)
-
@vue/cli-plugin-eslint
,@vue/cli-service-global
,@vue/cli-ui-addon-widgets
-
@vue/cli-service
,@vue/cli-ui-addon-webpack
,@vue/cli-ui-addon-widgets
,@vue/cli-ui
-
@vue/cli-plugin-router
- #4805 types(router): added router array type for Array RouteConfig (@manuelojeda)
🐛 Bug Fix
-
@vue/cli-shared-utils
-
@vue/cli-ui
- #5290 fix(cli-ui): build task defaults should respect outputDir option from config file (Closes #2639) (@LinusBorg)
-
@vue/cli-service
-
@vue/cli-plugin-pwa
- #5087 feat(pwa): Check for null or undefined in iconPaths (@janispritzkau)
-
@vue/cli-plugin-eslint
-
@vue/babel-preset-app
- #5236 fix(babel-preset-app): avoid corejs warning when useBuiltIns is false (@LeBenLeBen)
📝 Documentation
- #5243 docs: add warning on client side environment variables (@sodatea)
- #5231 Update plugin-dev.md (@yeyan1996)
🏠 Internal
-
@vue/cli-service-global
-
@vue/cli-service
-
@vue/cli
- #5228 test: e2e test case for command suggestion logic (@jamesgeorge007)
- #5238 Improve package.json not found error (@barbeque)
🔨 Underlying Tools
-
@vue/cli-plugin-eslint
Committers: 15
- Benoît Burgener (@LeBenLeBen)
- Cédric Exbrayat (@cexbrayat)
- Darryl Kuhn (@darrylkuhn)
- George Tsiolis (@gtsiolis)
- Haoqun Jiang (@sodatea)
- Jadranko Dragoje (@manico)
- Jair Reina (@jaireina)
- James George (@jamesgeorge007)
- Janis Pritzkau (@janispritzkau)
- Manuel Ojeda (@manuelojeda)
- Mike (@barbeque)
- Thorsten Lünborg (@LinusBorg)
- megos (@megos)
- simon3000 (@simon300000)
- 夜宴 (@yeyan1996)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.