File tree 24 files changed +71
-58
lines changed
cli-plugin-e2e-nightwatch
24 files changed +71
-58
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## 4.3.1 (2020-04-07)
3
+
4
+ #### :bug : Bug Fix
5
+ * ` @vue/cli-plugin-eslint `
6
+ * [ #5363 ] ( https://github.com/vuejs/vue-cli/pull/5363 ) fix(eslint-migrator): fix local eslint major version detection ([ @sodatea ] ( https://github.com/sodatea ) )
7
+ * ` @vue/cli `
8
+ * [ #5360 ] ( https://github.com/vuejs/vue-cli/pull/5360 ) fix: run migrator in a separator process, fix require cache issues during upgrade ([ @sodatea ] ( https://github.com/sodatea ) )
9
+
10
+ #### Committers: 1
11
+ - Haoqun Jiang ([ @sodatea ] ( https://github.com/sodatea ) )
12
+
13
+
14
+
2
15
## 4.3.0 (2020-04-01)
3
16
4
17
#### :rocket : New Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"useWorkspaces" : true ,
4
- "version" : " 4.3.0 " ,
4
+ "version" : " 4.3.1 " ,
5
5
"packages" : [
6
6
" packages/@vue/babel-preset-app" ,
7
7
" packages/@vue/cli*" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/babel-preset-app" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " babel-preset-app for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-init" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " init addon for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-overlay" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " error overlay & dev server middleware for vue-cli" ,
5
5
"main" : " dist/client.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-babel" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " babel plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
21
21
"homepage" : " https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme" ,
22
22
"dependencies" : {
23
23
"@babel/core" : " ^7.9.0" ,
24
- "@vue/babel-preset-app" : " ^4.3.0 " ,
25
- "@vue/cli-shared-utils" : " ^4.3.0 " ,
24
+ "@vue/babel-preset-app" : " ^4.3.1 " ,
25
+ "@vue/cli-shared-utils" : " ^4.3.1 " ,
26
26
"babel-loader" : " ^8.1.0" ,
27
27
"cache-loader" : " ^4.1.0" ,
28
28
"thread-loader" : " ^2.1.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-e2e-cypress" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " e2e-cypress plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
"access" : " public"
24
24
},
25
25
"dependencies" : {
26
- "@vue/cli-shared-utils" : " ^4.3.0 " ,
26
+ "@vue/cli-shared-utils" : " ^4.3.1 " ,
27
27
"cypress" : " ^3.8.3" ,
28
28
"eslint-plugin-cypress" : " ^2.10.3"
29
29
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-e2e-nightwatch" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " e2e-nightwatch plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
"access" : " public"
24
24
},
25
25
"dependencies" : {
26
- "@vue/cli-shared-utils" : " ^4.3.0 " ,
26
+ "@vue/cli-shared-utils" : " ^4.3.1 " ,
27
27
"deepmerge" : " ^4.2.2" ,
28
28
"nightwatch" : " ^1.3.4"
29
29
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-eslint" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " eslint plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
"access" : " public"
24
24
},
25
25
"dependencies" : {
26
- "@vue/cli-shared-utils" : " ^4.3.0 " ,
26
+ "@vue/cli-shared-utils" : " ^4.3.1 " ,
27
27
"eslint-loader" : " ^2.2.1" ,
28
28
"globby" : " ^9.2.0" ,
29
29
"inquirer" : " ^7.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-pwa" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " pwa plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
"access" : " public"
24
24
},
25
25
"dependencies" : {
26
- "@vue/cli-shared-utils" : " ^4.3.0 " ,
26
+ "@vue/cli-shared-utils" : " ^4.3.1 " ,
27
27
"webpack" : " ^4.0.0" ,
28
28
"workbox-webpack-plugin" : " ^4.3.1"
29
29
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-router" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " router plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
"access" : " public"
24
24
},
25
25
"dependencies" : {
26
- "@vue/cli-shared-utils" : " ^4.3.0 "
26
+ "@vue/cli-shared-utils" : " ^4.3.1 "
27
27
},
28
28
"devDependencies" : {
29
- "@vue/cli-test-utils" : " ^4.3.0 "
29
+ "@vue/cli-test-utils" : " ^4.3.1 "
30
30
},
31
31
"peerDependencies" : {
32
32
"@vue/cli-service" : " ^3.0.0 || ^4.0.0-0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-typescript" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " typescript plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
24
24
},
25
25
"dependencies" : {
26
26
"@types/webpack-env" : " ^1.15.1" ,
27
- "@vue/cli-shared-utils" : " ^4.3.0 " ,
27
+ "@vue/cli-shared-utils" : " ^4.3.1 " ,
28
28
"cache-loader" : " ^4.1.0" ,
29
29
"fork-ts-checker-webpack-plugin" : " ^3.1.1" ,
30
30
"globby" : " ^9.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-unit-jest" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " unit-jest plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
26
26
"@babel/core" : " ^7.9.0" ,
27
27
"@babel/plugin-transform-modules-commonjs" : " ^7.9.0" ,
28
28
"@types/jest" : " ^24.0.19" ,
29
- "@vue/cli-shared-utils" : " ^4.3.0 " ,
29
+ "@vue/cli-shared-utils" : " ^4.3.1 " ,
30
30
"babel-core" : " ^7.0.0-bridge.0" ,
31
31
"babel-jest" : " ^24.9.0" ,
32
32
"babel-plugin-transform-es2015-modules-commonjs" : " ^6.26.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-unit-mocha" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " mocha unit testing plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
22
22
},
23
23
"homepage" : " https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme" ,
24
24
"dependencies" : {
25
- "@vue/cli-shared-utils" : " ^4.3.0 " ,
25
+ "@vue/cli-shared-utils" : " ^4.3.1 " ,
26
26
"jsdom" : " ^15.2.1" ,
27
27
"jsdom-global" : " ^3.0.2" ,
28
28
"mocha" : " ^6.2.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-vuex" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " Vuex plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
"access" : " public"
24
24
},
25
25
"devDependencies" : {
26
- "@vue/cli-test-utils" : " ^4.3.0 "
26
+ "@vue/cli-test-utils" : " ^4.3.1 "
27
27
},
28
28
"peerDependencies" : {
29
29
"@vue/cli-service" : " ^3.0.0 || ^4.0.0-0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-service-global" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " vue-cli-service global addon for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
22
22
},
23
23
"homepage" : " https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-service-global#readme" ,
24
24
"dependencies" : {
25
- "@vue/cli-plugin-babel" : " ^4.3.0 " ,
26
- "@vue/cli-plugin-eslint" : " ^4.3.0 " ,
27
- "@vue/cli-service" : " ^4.3.0 " ,
25
+ "@vue/cli-plugin-babel" : " ^4.3.1 " ,
26
+ "@vue/cli-plugin-eslint" : " ^4.3.1 " ,
27
+ "@vue/cli-service" : " ^4.3.1 " ,
28
28
"babel-eslint" : " ^10.1.0" ,
29
29
"chalk" : " ^3.0.0" ,
30
30
"core-js" : " ^3.6.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-service" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " local service for vue-cli projects" ,
5
5
"main" : " lib/Service.js" ,
6
6
"typings" : " types/index.d.ts" ,
26
26
"@intervolga/optimize-cssnano-plugin" : " ^1.0.5" ,
27
27
"@soda/friendly-errors-webpack-plugin" : " ^1.7.1" ,
28
28
"@soda/get-current-script" : " ^1.0.0" ,
29
- "@vue/cli-overlay" : " ^4.3.0 " ,
30
- "@vue/cli-plugin-router" : " ^4.3.0 " ,
31
- "@vue/cli-plugin-vuex" : " ^4.3.0 " ,
32
- "@vue/cli-shared-utils" : " ^4.3.0 " ,
29
+ "@vue/cli-overlay" : " ^4.3.1 " ,
30
+ "@vue/cli-plugin-router" : " ^4.3.1 " ,
31
+ "@vue/cli-plugin-vuex" : " ^4.3.1 " ,
32
+ "@vue/cli-shared-utils" : " ^4.3.1 " ,
33
33
"@vue/component-compiler-utils" : " ^3.0.2" ,
34
34
"@vue/preload-webpack-plugin" : " ^1.1.0" ,
35
35
"@vue/web-component-wrapper" : " ^1.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-shared-utils" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " shared utilities for vue-cli packages" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-test-utils" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " test utilities for vue-cli packages" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-ui-addon-webpack" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/vuejs/vue-cli.git" ,
18
18
},
19
19
"license" : " MIT" ,
20
20
"devDependencies" : {
21
- "@vue/cli-plugin-babel" : " ^4.3.0 " ,
22
- "@vue/cli-plugin-eslint" : " ^4.3.0 " ,
23
- "@vue/cli-service" : " ^4.3.0 " ,
21
+ "@vue/cli-plugin-babel" : " ^4.3.1 " ,
22
+ "@vue/cli-plugin-eslint" : " ^4.3.1 " ,
23
+ "@vue/cli-service" : " ^4.3.1 " ,
24
24
"@vue/eslint-config-standard" : " ^5.1.2" ,
25
25
"core-js" : " ^3.6.4" ,
26
26
"eslint" : " ^6.7.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-ui-addon-widgets" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/vuejs/vue-cli.git" ,
18
18
},
19
19
"license" : " MIT" ,
20
20
"devDependencies" : {
21
- "@vue/cli-plugin-babel" : " ^4.3.0 " ,
22
- "@vue/cli-plugin-eslint" : " ^4.3.0 " ,
23
- "@vue/cli-service" : " ^4.3.0 " ,
21
+ "@vue/cli-plugin-babel" : " ^4.3.1 " ,
22
+ "@vue/cli-plugin-eslint" : " ^4.3.1 " ,
23
+ "@vue/cli-service" : " ^4.3.1 " ,
24
24
"@vue/eslint-config-standard" : " ^5.1.2" ,
25
25
"core-js" : " ^3.6.4" ,
26
26
"eslint" : " ^6.7.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-ui" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/vuejs/vue-cli.git" ,
35
35
],
36
36
"dependencies" : {
37
37
"@akryum/winattr" : " ^3.0.0" ,
38
- "@vue/cli-shared-utils" : " ^4.3.0 " ,
38
+ "@vue/cli-shared-utils" : " ^4.3.1 " ,
39
39
"apollo-server-express" : " ^2.11.0" ,
40
40
"clone" : " ^2.1.1" ,
41
41
"deepmerge" : " ^4.2.2" ,
65
65
"watch" : " ^1.0.2"
66
66
},
67
67
"devDependencies" : {
68
- "@vue/cli-plugin-babel" : " ^4.3.0 " ,
69
- "@vue/cli-plugin-e2e-cypress" : " ^4.3.0 " ,
70
- "@vue/cli-plugin-eslint" : " ^4.3.0 " ,
71
- "@vue/cli-service" : " ^4.3.0 " ,
68
+ "@vue/cli-plugin-babel" : " ^4.3.1 " ,
69
+ "@vue/cli-plugin-e2e-cypress" : " ^4.3.1 " ,
70
+ "@vue/cli-plugin-eslint" : " ^4.3.1 " ,
71
+ "@vue/cli-service" : " ^4.3.1 " ,
72
72
"@vue/eslint-config-standard" : " ^5.1.2" ,
73
73
"@vue/ui" : " ^0.9.2" ,
74
74
"ansi_up" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " Command line interface for rapid Vue.js development" ,
5
5
"bin" : {
6
6
"vue" : " bin/vue.js"
24
24
"access" : " public"
25
25
},
26
26
"dependencies" : {
27
- "@vue/cli-shared-utils" : " ^4.3.0 " ,
28
- "@vue/cli-ui" : " ^4.3.0 " ,
29
- "@vue/cli-ui-addon-webpack" : " ^4.3.0 " ,
30
- "@vue/cli-ui-addon-widgets" : " ^4.3.0 " ,
27
+ "@vue/cli-shared-utils" : " ^4.3.1 " ,
28
+ "@vue/cli-ui" : " ^4.3.1 " ,
29
+ "@vue/cli-ui-addon-webpack" : " ^4.3.1 " ,
30
+ "@vue/cli-ui-addon-widgets" : " ^4.3.1 " ,
31
31
"boxen" : " ^4.1.0" ,
32
32
"cmd-shim" : " ^3.0.3" ,
33
33
"commander" : " ^2.20.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-cli-version-marker" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " version marker for @vue/cli" ,
5
5
"author" : " Evan You" ,
6
6
"license" : " MIT" ,
7
7
"main" : " package.json" ,
8
8
"devDependencies" : {
9
- "@vue/cli" : " ^4.3.0 "
9
+ "@vue/cli" : " ^4.3.1 "
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments