8000 chore: dev merge · vuejs/vue-cli@4aa2f9d · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 4aa2f9d

Browse files
chore: dev merge
2 parents 4404ccf + ae7c5a5 commit 4aa2f9d

File tree

41 files changed

+496
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+496
-116
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11

2+
## 5.0.0-beta.2 (2021-06-09)
3+
4+
#### :rocket: New Features
5+
* `@vue/cli-plugin-typescript`, `@vue/cli-service`, `@vue/cli-shared-utils`, `@vue/cli`
6+
* [#6411](https://github.com/vuejs/vue-cli/pull/6411) feat: implement plugin execution order ([@fangbinwei](https://github.com/fangbinwei))
7+
8+
#### :bug: Bug Fix
9+
* `@vue/cli-plugin-pwa`
10+
* [#6518](https://github.com/vuejs/vue-cli/pull/6518) fix(pwa): Replace closeTag parameter with voidTag for HtmlWebpackPlugin ([@tcitworld](https://github.com/tcitworld))
11+
* `@vue/cli-service`
12+
* [#6506](https://github.com/vuejs/vue-cli/pull/6506) fix(webpack): slash on publicPath: 'auto' ([@tomicakr](https://github.com/tomicakr))
13+
* `@vue/cli-plugin-unit-mocha`
14+
* [#6478](https://github.com/vuejs/vue-cli/pull/6478) fix(mocha): set mode to `none` to avoid DefinePlugin conflict ([@sodatea](https://github.com/sodatea))
15+
16+
#### :memo: Documentation
17+
* [#6493](https://github.com/vuejs/vue-cli/pull/6493) Fixed some minor typos ([@Ashikpaul](https://github.com/Ashikpaul))
18+
* [#6487](https://github.com/vuejs/vue-cli/pull/6487) update deployment.md ([@andydodo](https://github.com/andydodo))
19+
20+
#### :house: Internal
21+
* `@vue/cli-service`
22+
* [#6519](https://github.com/vuejs/vue-cli/pull/6519) chore: use scoped package names for aliases ([@sodatea](https://github.com/sodatea))
23+
24+
#### Committers: 6
25+
- Andy Do ([@andydodo](https://github.com/andydodo))
26+
- Ashik Paul ([@Ashikpaul](https://github.com/Ashikpaul))
27+
- Binwei Fang ([@fangbinwei](https://github.com/fangbinwei))
28+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
29+
- Thomas Citharel ([@tcitworld](https://github.com/tcitworld))
30+
- tomica ([@tomicakr](https://github.com/tomicakr))
31+
32+
33+
234
## 5.0.0-beta.1 (2021-05-14)
335

436
#### :rocket: New Features

docs/migrations/migrate-from-v4.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,27 @@ sidebar: auto
77
First, install the latest Vue CLI globally:
88

99
```sh
10-
npm install -g @vue/cli
10+
npm install -g @vue/cli@next
1111
# OR
12-
yarn global add @vue/cli
12+
yarn global add @vue/cli@next
1313
```
1414

1515
## Upgrade All Plugins at Once
1616

1717
In your existing projects, run:
1818

1919
```sh
20-
vue upgrade
20+
vue upgrade --next
2121
```
2222

2323
And then follow the command line instructions.
2424

2525
See the following section for detailed breaking changes introduced in each package.
2626

27+
::: tip Note
28+
If you see errors like `setup compilation vue-loader-plugin(node:44156) UnhandledPromiseRejectionWarning: TypeError: The 'compilation' argument must be an instance of Compilation` after upgrading, please remove the lockfile (`yarn.lock` or `package-lock.json`) and `node_modules` in the project and reinstall all the dependencies.
29+
:::
30+
2731
------
2832

2933
## One-By-One Manual Migration

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "5.0.0-beta.1",
4+
"version": "5.0.0-beta.2",
55
"packages": [
66
"packages/@vue/babel-preset-app",
77
"packages/@vue/cli*",

packages/@vue/babel-preset-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-preset-app",
3-
"version": "5.0.0-beta.1",
3+
"version": "5.0.0-beta.2",
44
"description": "babel-preset-app for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

packages/@vue/cli-init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-init",
3-
"version": "5.0.0-beta.1",
3+
"version": "5.0.0-beta.2",
44
"description": "init addon for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

packages/@vue/cli-overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-overlay",
3-
"version": "5.0.0-beta.1",
3+
"version": "5.0.0-beta.2",
44
"description": "error overlay & dev server middleware for vue-cli",
55
"main": "dist/client.js",
66
"files": [

packages/@vue/cli-plugin-babel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-babel",
3-
"version": "5.0.0-beta.1",
3+
"version": "5.0.0-beta.2",
44
"description": "babel plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -21,8 +21,8 @@
2121
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
2222
"dependencies": {
2323
"@babel/core": "^7.12.16",
24-
"@vue/babel-preset-app": "^5.0.0-beta.1",
25-
"@vue/cli-shared-utils": "^5.0.0-beta.1",
24+
"@vue/babel-preset-app": "^5.0.0-beta.2",
25+
"@vue/cli-shared-utils": "^5.0.0-beta.2",
2626
"babel-loader": "^8.2.2",
2727
"thread-loader": "^3.0.0",
2828
"webpack": "^5.22.0"

packages/@vue/cli-plugin-e2e-cypress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-cypress",
3-
"version": "5.0.0-beta.1",
3+
"version": "5.0.0-beta.2",
44
"description": "e2e-cypress plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^5.0.0-beta.1",
26+
"@vue/cli-shared-utils": "^5.0.0-beta.2",
2727
"cypress": "^7.1.0",
2828
"eslint-plugin-cypress": "^2.11.2"
2929
},

packages/@vue/cli-plugin-e2e-nightwatch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-nightwatch",
3-
"version": "5.0.0-beta.1",
3+
"version": "5.0.0-beta.2",
44
"description": "e2e-nightwatch plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^5.0.0-beta.1",
26+
"@vue/cli-shared-utils": "^5.0.0-beta.2",
2727
"deepmerge": "^4.2.2",
2828
"nightwatch": "^1.7.3"
2929
},

packages/@vue/cli-plugin-e2e-webdriverio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-webdriverio",
3-
"version": "5.0.0-beta.1",
3+
"version": "5.0.0-beta.2",
44
"description": "e2e-webdriverio plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@types/mocha": "^8.2.1",
29-
"@vue/cli-shared-utils": "^5.0.0-beta.1",
29+
"@vue/cli-shared-utils": "^5.0.0-beta.2",
3030
"@wdio/cli": "^7.0.7",
3131
"@wdio/local-runner": "^7.0.7",
3232
"@wdio/mocha-framework": "^7.0.7",

0 commit comments

Comments
 (0)
0