Update dependency @vue/cli-plugin-babel to v5.0.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@vue/cli-plugin-babel | devDependencies | patch | 5.0.0-beta.3 -> 5.0.1 |
Release Notes
vuejs/vue-cli
v5.0.1
Same as 5.0.0.
v5.0.0
🐛 Bug Fix
-
@vue/cli-service
- #6972 Remove --skip-plugin from arguments (@MatthijsBurgh)
- #6987 fix: update mini-css-extract-plugin to ^2.5.3 (@darrinmn9)
📝 Documentation
- #6706 docs: update vue create --help output in "Basics/Creating a Project" (@Lalaluka)
- #6642 docs: Update README.md (@wxsms)
- #6620 Fix typo in deployment guide (@Klikini)
- #6623 fix(docs): the plugin-dev in zh has a regexp lose the end / (@HelloJiya)
- #6377 replace master with main to reflect GH default (@anbnyc)
- #6359 Fix master to main in heroku deployment (@MowlCoder)
- #6266 Add note about loader incompatible with webpack 4 (@JarnoRFB)
- #6239 Update deployment.md (@anzuj)
- #6237 fix code demo (@yyzclyang)
Committers: 13
- Alec Barrett (@anbnyc)
- Alexander Sokolov (@Alex-Sokolov)
- Andy Castille (@Klikini)
- Anzelika (@anzuj)
- Ben Hutton (@Relequestual)
- Calvin Schröder (@Lalaluka)
- Darrin Nagengast (@darrinmn9)
- Matthijs van der Burgh (@MatthijsBurgh)
- Rüdiger Busche (@JarnoRFB)
- @HelloJiya
- @MowlCoder
- wxsm (@wxsms)
- 鱼依藻常乐 (@yyzclyang)
v5.0.0-rc.3
🚀 New Features
-
@vue/cli-service
- #6980 feat: add build stats hash support (@xiaoxiangmoe)
-
@vue/cli-plugin-e2e-nightwatch
- #6520 feat: Upgraded Nightwatch to 2.0, updated distribued config (@vaibhavsingh97)
💥 Breaking Changes
-
@vue/cli-plugin-typescript
,@vue/cli-service
-
@vue/cli-plugin-e2e-nightwatch
- #6520 feat: Upgraded Nightwatch to 2.0, updated distribued config (@vaibhavsingh97)
🐛 Bug Fix
Committers: 6
- Haoqun Jiang (@sodatea)
- Rotzbua (@Rotzbua)
- Simon Stieger (@sstieger)
- Vaibhav Singh (@vaibhavsingh97)
- ZHAO Jinxiang (@xiaoxiangmoe)
- @DarknessChaser
v5.0.0-rc.2
🚀 New Features
💥 Breaking Changes
-
@vue/cli-ui
,@vue/cli
-
@vue/cli-service
- #6872 chore: use vue-loader v17 (@cexbrayat)
🐛 Bug Fix
-
@vue/cli-service
- #6944 fix: set mini-css-extract-plugin to 2.4.5 (@cexbrayat)
-
#6907 fix: use
setupMiddlewares
, avoid dev server deprecation warnings (@sodatea)
-
@vue/cli-plugin-e2e-cypress
- #6926 fix: Update cypress api link to the latest (@justforuse)
Committers: 3
- Allen (@justforuse)
- Cédric Exbrayat (@cexbrayat)
- Haoqun Jiang (@sodatea)
v5.0.0-rc.1
🚀 New Features
-
@vue/cli
- #6824 feat: update npm.taobao.org to npmmirror.com (@Certseeds)
🐛 Bug Fix
-
@vue/cli-service
-
@vue/cli-plugin-babel
,@vue/cli-plugin-eslint
,@vue/cli-plugin-pwa
,@vue/cli-plugin-typescript
,@vue/cli-service
📝 Documentation
-
@vue/cli-plugin-babel
,@vue/cli-plugin-e2e-cypress
,@vue/cli-plugin-e2e-nightwatch
,@vue/cli-plugin-e2e-webdriverio
,@vue/cli-plugin-eslint
,@vue/cli-plugin-pwa
,@vue/cli-plugin-router
,@vue/cli-plugin-typescript
,@vue/cli-plugin-unit-jest
,@vue/cli-plugin-unit-mocha
,@vue/cli-plugin-vuex
Committers: 3
- Haoqun Jiang (@sodatea)
- Killer_Quinn (@Certseeds)
- puxiao (@puxiao)
v5.0.0-rc.0
🚀 New Features
-
@vue/cli
-
@vue/cli-plugin-eslint
,@vue/cli-ui-addon-webpack
,@vue/cli-ui-addon-widgets
,@vue/cli-ui
-
@vue/cli-service
-
@vue/cli-plugin-eslint
💥 Breaking Changes
-
@vue/babel-preset-app
,@vue/cli-plugin-typescript
,@vue/cli-service
-
@vue/cli-service
🐛 Bug Fix
-
@vue/cli-plugin-unit-jest
- #6794 fix(migrator): be aware of the project's vue version (@stefanlivens)
-
@vue/cli-plugin-eslint
🏠 Internal
-
@vue/cli-plugin-router
,@vue/cli-plugin-typescript
,@vue/cli-ui-addon-webpack
,@vue/cli-ui-addon-widgets
,@vue/cli-ui
Committers: 3
- Haoqun Jiang (@sodatea)
- Simon Legner (@simon04)
- @stefanlivens
v5.0.0-beta.7
🚀 New Features
-
@vue/cli-service
- #6771 feat!: remove url-loader and file-loader in favor of asset modules (@sodatea)
-
#6752 Add a top-level
terser
option to allow users to customize the minifier (@screetBloom)
💥 Breaking Changes
-
@vue/cli-service
🐛 Bug Fix
-
@vue/cli-service
-
@vue/cli-plugin-unit-jest
- #6775 fix(migrator): fix invalid semver (@stefanlivens)
Committers: 3
- FM (@screetBloom)
- Haoqun Jiang (@sodatea)
- @stefanlivens
v5.0.0-beta.6
🚀 New Features
-
@vue/cli-plugin-eslint
,@vue/cli-service
- #6748 feat: switch to stylish formatter for eslint (@cexbrayat)
Committers: 1
- Cédric Exbrayat (@cexbrayat)
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)
v5.0.0-beta.5
🚀 New Features
-
@vue/cli-plugin-eslint
,@vue/cli-service
- #6714 feat(cli-plugin-eslint): use ESLint class instead of CLIEngine (@ota-meshi)
💥 Breaking Changes
-
@vue/cli-plugin-e2e-webdriverio
Committers: 3
- Haoqun Jiang (@sodatea)
- Yosuke Ota (@ota-meshi)
- @zj9495
v5.0.0-beta.4
🚀 New Features
-
@vue/cli-plugin-typescript
,@vue/cli-plugin-unit-jest
- #6627 feat: update jest to v27 (@cexbrayat)
-
@vue/cli-plugin-eslint
,@vue/cli-service
,@vue/cli-test-utils
-
@vue/cli-plugin-babel
,@vue/cli-plugin-eslint
-
@vue/cli-plugin-e2e-cypress
💥 Breaking Changes
-
@vue/cli-plugin-typescript
,@vue/cli-plugin-unit-jest
- #6627 feat: update jest to v27 (@cexbrayat)
-
@vue/cli-plugin-eslint
,@vue/cli-service
,@vue/cli-test-utils
-
@vue/cli-plugin-e2e-cypress
🐛 Bug Fix
-
@vue/cli-service
📝 Documentation
🏠 Internal
-
@vue/cli-plugin-pwa
,@vue/cli-service
- #6638 refactor: remove redundant Webpack version checks (@KubesDavid)
-
@vue/cli-ui
Committers: 4
- Cédric Exbrayat (@cexbrayat)
- David Kubeš (@KubesDavid)
- Haoqun Jiang (@sodatea)
- Vinsea (@Vinsea)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by RenovateBot