File tree 24 files changed +83
-57
lines changed
cli-plugin-e2e-nightwatch
24 files changed +83
-57
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## 4.0.0 (2019-10-16)
3
+
4
+ #### :rocket : New Features
5
+ * ` @vue/cli-shared-utils ` , ` @vue/cli `
6
+ * [ #4677 ] ( https://github.com/vuejs/vue-cli/pull/4677 ) fix: add pnpm v4 support ([ @B4rtware ] ( https://github.com/B4rtware ) )
7
+
8
+ #### :boom : Breaking Changes
9
+ * ` @vue/cli `
10
+ * [ #4681 ] ( https://github.com/vuejs/vue-cli/pull/4681 ) chore!: add ` @vue/cli ` in ` --version ` output, to avoid confusion ([ @sodatea ] ( https://github.com/sodatea ) )
11
+
12
+ #### :bug : Bug Fix
13
+ * ` @vue/cli-plugin-babel `
14
+ * [ #4683 ] ( https://github.com/vuejs/vue-cli/pull/4683 ) fix: Corrected typo in babel migrator ([ @nblackburn ] ( https://github.com/nblackburn ) )
15
+
16
+ #### :memo : Documentation
17
+ * [ #2319 ] ( https://github.com/vuejs/vue-cli/pull/2319 ) missing documentation for building with vuex ([ @katerlouis ] ( https://github.com/katerlouis ) )
18
+
19
+ #### Committers: 5
20
+ - Haoqun Jiang ([ @sodatea ] ( https://github.com/sodatea ) )
21
+ - Maël Nison ([ @arcanis ] ( https://github.com/arcanis ) )
22
+ - Nathaniel Blackburn ([ @nblackburn ] ( https://github.com/nblackburn ) )
23
+ - René Eschke ([ @katerlouis ] ( https://github.com/katerlouis ) )
24
+ - [ @B4rtware ] ( https://github.com/B4rtware )
25
+
26
+
27
+
2
28
## 4.0.0-rc.8 (2019-10-11)
3
29
4
30
#### :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.0.0-rc.8 " ,
4
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.4.5" ,
24
- "@vue/babel-preset-app" : " ^4.0.0-rc.8 " ,
25
- "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
24
+ "@vue/babel-preset-app" : " ^4.0.0" ,
25
+ "@vue/cli-shared-utils" : " ^4.0.0" ,
26
26
"babel-loader" : " ^8.0.6" ,
27
27
"webpack" : " ^4.0.0"
28
28
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-e2e-cypress" ,
3
- "version" : " 4.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
26
+ "@vue/cli-shared-utils" : " ^4.0.0" ,
27
27
"cypress" : " ^3.3.1" ,
28
28
"eslint-plugin-cypress" : " ^2.2.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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
26
+ "@vue/cli-shared-utils" : " ^4.0.0" ,
27
27
"deepmerge" : " ^3.2.0" ,
28
28
"execa" : " ^1.0.0" ,
29
29
"nightwatch" : " ^1.2.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-eslint" ,
3
- "version" : " 4.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
26
+ "@vue/cli-shared-utils" : " ^4.0.0" ,
27
27
"eslint-loader" : " ^2.1.2" ,
28
28
"globby" : " ^9.2.0" ,
29
29
"webpack" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-pwa" ,
3
- "version" : " 4.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
26
+ "@vue/cli-shared-utils" : " ^4.0.0" ,
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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 "
26
+ "@vue/cli-shared-utils" : " ^4.0.0"
27
27
},
28
28
"devDependencies" : {
29
- "@vue/cli-test-utils" : " ^4.0.0-rc.8 "
29
+ "@vue/cli-test-utils" : " ^4.0.0"
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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.13.9" ,
27
- "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
27
+ "@vue/cli-shared-utils" : " ^4.0.0" ,
28
28
"fork-ts-checker-webpack-plugin" : " ^1.3.4" ,
29
29
"globby" : " ^9.2.0" ,
30
30
"ts-loader" : " ^6.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-unit-jest" ,
3
- "version" : " 4.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
4
4
"description" : " unit-jest plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
26
26
"@babel/core" : " ^7.0.0" ,
27
27
"@babel/plugin-transform-modules-commonjs" : " ^7.4.4" ,
28
28
"@types/jest" : " ^24.0.18" ,
29
- "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
29
+ "@vue/cli-shared-utils" : " ^4.0.0" ,
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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
25
+ "@vue/cli-shared-utils" : " ^4.0.0" ,
26
26
"jsdom" : " ^15.1.0" ,
27
27
"jsdom-global" : " ^3.0.2" ,
28
28
"mocha" : " ^6.1.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-vuex" ,
3
- "version" : " 4.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 "
26
+ "@vue/cli-test-utils" : " ^4.0.0"
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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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-build#readme" ,
24
24
"dependencies" : {
25
- "@vue/babel-preset-app" : " ^4.0.0-rc.8 " ,
26
- "@vue/cli-plugin-babel" : " ^4.0.0-rc.8 " ,
27
- "@vue/cli-plugin-eslint" : " ^4.0.0-rc.8 " ,
28
- "@vue/cli-service" : " ^4.0.0-rc.8 " ,
25
+ "@vue/babel-preset-app" : " ^4.0.0" ,
26
+ "@vue/cli-plugin-babel" : " ^4.0.0" ,
27
+ "@vue/cli-plugin-eslint" : " ^4.0.0" ,
28
+ "@vue/cli-service" : " ^4.0.0" ,
29
29
"babel-eslint" : " ^10.0.1" ,
30
30
"chalk" : " ^2.4.2" ,
31
31
"core-js" : " ^3.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-service" ,
3
- "version" : " 4.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
29
- "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
28
+ "@vue/cli-overlay" : " ^4.0.0" ,
29
+ "@vue/cli-shared-utils" : " ^4.0.0" ,
30
30
"@vue/component-compiler-utils" : " ^3.0.0" ,
31
31
"@vue/preload-webpack-plugin" : " ^1.1.0" ,
32
32
"@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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
22
- "@vue/cli-plugin-eslint" : " ^4.0.0-rc.8 " ,
23
- "@vue/cli-service" : " ^4.0.0-rc.8 " ,
21
+ "@vue/cli-plugin-babel" : " ^4.0.0" ,
22
+ "@vue/cli-plugin-eslint" : " ^4.0.0" ,
23
+ "@vue/cli-service" : " ^4.0.0" ,
24
24
"@vue/eslint-config-standard" : " ^4.0.0" ,
25
25
"core-js" : " ^3.1.2" ,
26
26
"eslint" : " ^5.16.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-ui-addon-widgets" ,
3
- "version" : " 4.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
22
- "@vue/cli-plugin-eslint" : " ^4.0.0-rc.8 " ,
23
- "@vue/cli-service" : " ^4.0.0-rc.8 " ,
21
+ "@vue/cli-plugin-babel" : " ^4.0.0" ,
22
+ "@vue/cli-plugin-eslint" : " ^4.0.0" ,
23
+ "@vue/cli-service" : " ^4.0.0" ,
24
24
"@vue/eslint-config-standard" : " ^4.0.0" ,
25
25
"core-js" : " ^3.1.2" ,
26
26
"eslint" : " ^5.16.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-ui" ,
3
- "version" : " 4.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/vuejs/vue-cli.git" ,
34
34
],
35
35
"dependencies" : {
36
36
"@akryum/winattr" : " ^3.0.0" ,
37
- "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
37
+ "@vue/cli-shared-utils" : " ^4.0.0" ,
38
38
"chalk" : " ^2.4.1" ,
39
39
"clone" : " ^2.1.1" ,
40
40
"deepmerge" : " ^3.2.0" ,
65
65
"watch" : " ^1.0.2"
66
66
},
67
67
"devDependencies" : {
68
- "@vue/cli-plugin-babel" : " ^4.0.0-rc.8 " ,
69
- "@vue/cli-plugin-e2e-cypress" : " ^4.0.0-rc.8 " ,
70
- "@vue/cli-plugin-eslint" : " ^4.0.0-rc.8 " ,
71
- "@vue/cli-service" : " ^4.0.0-rc.8 " ,
68
+ "@vue/cli-plugin-babel" : " ^4.0.0" ,
69
+ "@vue/cli-plugin-e2e-cypress" : " ^4.0.0" ,
70
+ "@vue/cli-plugin-eslint" : " ^4.0.0" ,
71
+ "@vue/cli-service" : " ^4.0.0" ,
72
72
"@vue/eslint-config-standard" : " ^4.0.0" ,
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.0.0-rc.8 " ,
3
+ "version" : " 4.0.0" ,
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.0.0-rc.8 " ,
28
- "@vue/cli-ui" : " ^4.0.0-rc.8 " ,
29
- "@vue/cli-ui-addon-webpack" : " ^4.0.0-rc.8 " ,
30
- "@vue/cli-ui-addon-widgets" : " ^4.0.0-rc.8 " ,
27
+ "@vue/cli-shared-utils" : " ^4.0.0" ,
28
+ "@vue/cli-ui" : " ^4.0.0" ,
29
+ "@vue/cli-ui-addon-webpack" : " ^4.0.0" ,
30
+ "@vue/cli-ui-addon-widgets" : " ^4.0.0" ,
31
31
"boxen" : " ^4.1.0" ,
32
32
"chalk" : " ^2.4.1" ,
33
33
"cmd-shim" : " ^2.0.2" ,
You can’t perform that action at this time.
0 commit comments