File tree 24 files changed +93
-59
lines changed
cli-plugin-e2e-nightwatch
24 files changed +93
-59
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ## 4.2.3 (2020-02-27)
3
+
4
+ #### :bug : Bug Fix
5
+ * ` @vue/cli `
6
+ * [ #5163 ] ( https://github.com/vuejs/vue-cli/pull/5163 ) fix "Vue packages version mismatch" error caused by other global packages ([ @sodatea ] ( https://github.com/sodatea ) )
7
+ * [ #5202 ] ( https://github.com/vuejs/vue-cli/pull/5202 ) fix(GeneratorAPI): remove warning when using extendPackage with prune ([ @cexbrayat ] ( https://github.com/cexbrayat ) )
8
+ * ` @vue/cli-service-global `
9
+ * [ #5196 ] ( https://github.com/vuejs/vue-cli/pull/5196 ) fix(cli-service-global): fix no-debugger rule config ([ @sodatea ] ( https://github.com/sodatea ) )
10
+
11
+ #### :memo : Documentation
12
+ * [ #5224 ] ( https://github.com/vuejs/vue-cli/pull/5224 ) Update mode-and-env.md ([ @derline ] ( https://github.com/derline ) )
13
+ * [ #5184 ] ( https://github.com/vuejs/vue-cli/pull/5184 ) Remove unnecessary hyphen ([ @dehero ] ( https://github.com/dehero ) )
14
+ * [ #5209 ] ( https://github.com/vuejs/vue-cli/pull/5209 ) docs(zh): update example format ([ @defead ] ( https://github.com/defead ) )
15
+ * [ #5141 ] ( https://github.com/vuejs/vue-cli/pull/5141 ) docs(zh): Update now 404 url ([ @xiaohp ] ( https://github.com/xiaohp ) )
16
+ * [ #5176 ] ( https://github.com/vuejs/vue-cli/pull/5176 ) Added basic upgrading instructions ([ @Uninen ] ( https://github.com/Uninen ) )
17
+ * [ #5157 ] ( https://github.com/vuejs/vue-cli/pull/5157 ) docs(zh): fix typos ([ @maomao1996 ] ( https://github.com/maomao1996 ) )
18
+
19
+ #### :house : Internal
20
+ * ` @vue/cli `
21
+ * [ #5166 ] ( https://github.com/vuejs/vue-cli/pull/5166 ) chore: switch over to leven for command suggestion ([ @jamesgeorge007 ] ( https://github.com/jamesgeorge007 ) )
22
+
23
+ #### Committers: 9
24
+ - Cédric Exbrayat ([ @cexbrayat ] ( https://github.com/cexbrayat ) )
25
+ - Haoqun Jiang ([ @sodatea ] ( https://github.com/sodatea ) )
26
+ - James George ([ @jamesgeorge007 ] ( https://github.com/jamesgeorge007 ) )
27
+ - Ville Säävuori ([ @Uninen ] ( https://github.com/Uninen ) )
28
+ - Xiao Haiping ([ @xiaohp ] ( https://github.com/xiaohp ) )
29
+ - [ @defead ] ( https://github.com/defead )
30
+ - [ @dehero ] ( https://github.com/dehero )
31
+ - [ @derline ] ( https://github.com/derline )
32
+ - 茂茂 ([ @maomao1996 ] ( https://github.com/maomao1996 ) )
33
+
34
+
1
35
## 4.2.2 (2020-02-07)
2
36
3
37
#### :bug : Bug Fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"useWorkspaces" : true ,
4
- "version" : " 4.2.2 " ,
4
+ "version" : " 4.2.3 " ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.8.4" ,
24
- "@vue/babel-preset-app" : " ^4.2.2 " ,
25
- "@vue/cli-shared-utils" : " ^4.2.2 " ,
24
+ "@vue/babel-preset-app" : " ^4.2.3 " ,
25
+ "@vue/cli-shared-utils" : " ^4.2.3 " ,
26
26
"babel-loader" : " ^8.0.6" ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
26
+ "@vue/cli-shared-utils" : " ^4.2.3 " ,
27
27
"cypress" : " ^3.8.3" ,
28
28
"eslint-plugin-cypress" : " ^2.8.1"
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
26
+ "@vue/cli-shared-utils" : " ^4.2.3 " ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
26
+ "@vue/cli-shared-utils" : " ^4.2.3 " ,
27
27
"eslint-loader" : " ^2.1.2" ,
28
28
"globby" : " ^9.2.0" ,
29
29
"inquirer" : " ^6.3.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-pwa" ,
3
- "version" : " 4.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
26
+ "@vue/cli-shared-utils" : " ^4.2.3 " ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 "
26
+ "@vue/cli-shared-utils" : " ^4.2.3 "
27
27
},
28
28
"devDependencies" : {
29
- "@vue/cli-test-utils" : " ^4.2.2 "
29
+ "@vue/cli-test-utils" : " ^4.2.3 "
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
27
+ "@vue/cli-shared-utils" : " ^4.2.3 " ,
28
28
"cache-loader" : " ^4.1.0" ,
29
29
"fork-ts-checker-webpack-plugin" : " ^1.5.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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
4
4
"description" : " unit-jest plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
26
26
"@babel/core" : " ^7.8.4" ,
27
27
"@babel/plugin-transform-modules-commonjs" : " ^7.8.3" ,
28
28
"@types/jest" : " ^24.0.19" ,
29
- "@vue/cli-shared-utils" : " ^4.2.2 " ,
29
+ "@vue/cli-shared-utils" : " ^4.2.3 " ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
25
+ "@vue/cli-shared-utils" : " ^4.2.3 " ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 "
26
+ "@vue/cli-test-utils" : " ^4.2.3 "
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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/babel-preset-app" : " ^4.2.2 " ,
26
- "@vue/cli-plugin-babel" : " ^4.2.2 " ,
27
- "@vue/cli-plugin-eslint" : " ^4.2.2 " ,
28
- "@vue/cli-service" : " ^4.2.2 " ,
25
+ "@vue/babel-preset-app" : " ^4.2.3 " ,
26
+ "@vue/cli-plugin-babel" : " ^4.2.3 " ,
27
+ "@vue/cli-plugin-eslint" : " ^4.2.3 " ,
28
+ "@vue/cli-service" : " ^4.2.3 " ,
29
29
"babel-eslint" : " ^10.0.3" ,
30
30
"chalk" : " ^3.0.0" ,
31
31
"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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
4
4
"description" : " local service for vue-cli projects" ,
5
5
"main" : " lib/Service.js" ,
6
6
"typings" : " types/index.d.ts" ,
25
25
"dependencies" : {
26
26
"@intervolga/optimize-cssnano-plugin" : " ^1.0.5" ,
27
27
"@soda/friendly-errors-webpack-plugin" : " ^1.7.1" ,
28
- "@vue/cli-overlay" : " ^4.2.2 " ,
29
- "@vue/cli-plugin-router" : " ^4.2.2 " ,
30
- "@vue/cli-plugin-vuex" : " ^4.2.2 " ,
31
- "@vue/cli-shared-utils" : " ^4.2.2 " ,
28
+ "@vue/cli-overlay" : " ^4.2.3 " ,
29
+ "@vue/cli-plugin-router" : " ^4.2.3 " ,
30
+ "@vue/cli-plugin-vuex" : " ^4.2.3 " ,
31
+ "@vue/cli-shared-utils" : " ^4.2.3 " ,
32
32
"@vue/component-compiler-utils" : " ^3.0.2" ,
33
33
"@vue/preload-webpack-plugin" : " ^1.1.0" ,
34
34
"@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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
22
- "@vue/cli-plugin-eslint" : " ^4.2.2 " ,
23
- "@vue/cli-service" : " ^4.2.2 " ,
21
+ "@vue/cli-plugin-babel" : " ^4.2.3 " ,
22
+ "@vue/cli-plugin-eslint" : " ^4.2.3 " ,
23
+ "@vue/cli-service" : " ^4.2.3 " ,
24
24
"@vue/eslint-config-standard" : " ^5.1.0" ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
22
- "@vue/cli-plugin-eslint" : " ^4.2.2 " ,
23
- "@vue/cli-service" : " ^4.2.2 " ,
21
+ "@vue/cli-plugin-babel" : " ^4.2.3 " ,
22
+ "@vue/cli-plugin-eslint" : " ^4.2.3 " ,
23
+ "@vue/cli-service" : " ^4.2.3 " ,
24
24
"@vue/eslint-config-standard" : " ^5.1.0" ,
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.2.2 " ,
3
+ "version" : " 4.2.3 " ,
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.2.2 " ,
38
+ "@vue/cli-shared-utils" : " ^4.2.3 " ,
39
39
"apollo-server-express" : " ^2.9.6" ,
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.2.2 " ,
69
- "@vue/cli-plugin-e2e-cypress" : " ^4.2.2 " ,
70
- "@vue/cli-plugin-eslint" : " ^4.2.2 " ,
71
- "@vue/cli-service" : " ^4.2.2 " ,
68
+ "@vue/cli-plugin-babel" : " ^4.2.3 " ,
69
+ "@vue/cli-plugin-e2e-cypress" : " ^4.2.3 " ,
70
+ "@vue/cli-plugin-eslint" : " ^4.2.3 " ,
71
+ "@vue/cli-service" : " ^4.2.3 " ,
72
72
"@vue/eslint-config-standard" : " ^5.1.0" ,
73
73
"@vue/ui" : " ^0.9.2" ,
74
74
"ansi_up" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments