How to Upgrade
First, reinstall the latest version of @vue/cli
globally.
yarn global add @vue/cli
# OR
npm install -g @vue/cli
Then in the projects, run
vue upgrade
🐛 Bug Fix
@vue/cli-plugin-eslint
- #5545 fix(eslint-migrator): skip upgrade prompt if eslint v7 is installed (#5545) (@EzioKissshot)
@vue/cli-plugin-typescript
@vue/cli-service
@vue/cli
🏠 Internal
@vue/babel-preset-app
- #5522 feat(babel-preset-app): pass full config to @babel/preset-env (@lucaswerkmeister)
📝 Documentation
Committers: 5
- Haoqun Jiang (@sodatea)
- Lucas Werkmeister (@lucaswerkmeister)
- Zhenya Zhu (@EzioKissshot)
- fxxjdedd (@fxxjdedd)
- yazhe wang (@jeneser)
- Saleh Alghusson (@qirh)