File tree 25 files changed +95
-59
lines changed
cli-plugin-e2e-nightwatch
25 files changed +95
-59
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## 4.0.0-rc.8 (2019-10-11)
3
+
4
+ #### :rocket : New Features
5
+ * ` @vue/cli `
6
+ * [ #3926 ] ( https://github.com/vuejs/vue-cli/pull/3926 ) chore: better upgrade messages ([ @phanan ] ( https://github.com/phanan ) )
7
+ * ` @vue/babel-preset-app ` , ` @vue/cli-plugin-unit-jest ` , ` @vue/cli-plugin-unit-mocha `
8
+ * [ #4663 ] ( https://github.com/vuejs/vue-cli/pull/4663 ) feat(babel-preset): set target to node whenever NODE_ENV === 'test' ([ @sodatea ] ( https://github.com/sodatea ) )
9
+ * ` @vue/cli-plugin-pwa `
10
+ * [ #4664 ] ( https://github.com/vuejs/vue-cli/pull/4664 ) feat(pwa): improve compatibility with v3 plugin usage ([ @sodatea ] ( https://github.com/sodatea ) )
11
+ * ` @vue/cli-service `
12
+ * [ #4641 ] ( https://github.com/vuejs/vue-cli/pull/4641 ) feat: make the minimizer config available in all modes ([ @sodatea ] ( https://github.com/sodatea ) )
13
+ * [ #4644 ] ( https://github.com/vuejs/vue-cli/pull/4644 ) feat: add webdriver log files to gitignore ([ @sodatea ] ( https://github.com/sodatea ) )
14
+
15
+ #### :boom : Breaking Changes
16
+ * ` @vue/cli-service `
17
+ * [ #4676 ] ( https://github.com/vuejs/vue-cli/pull/4676 ) chore!: upgrade terser-webpack-plugin to 2.x ([ @sodatea ] ( https://github.com/sodatea ) )
18
+ * [ #4673 ] ( https://github.com/vuejs/vue-cli/pull/4673 ) refactor!: use DefinePlugin (again) instead of EnvironmentPlugin ([ @sodatea ] ( https://github.com/sodatea ) )
19
+
20
+ #### :bug : Bug Fix
21
+ * ` @vue/cli-service `
22
+ * [ #4666 ] ( https://github.com/vuejs/vue-cli/pull/4666 ) fix: fix redundant log messages from webpack-dev-server ([ @sodatea ] ( https://github.com/sodatea ) )
23
+
24
+ #### :house : Internal
25
+ * ` @vue/cli-service `
26
+ * [ #4673 ] ( https://github.com/vuejs/vue-cli/pull/4673 ) refactor!: use DefinePlugin (again) instead of EnvironmentPlugin ([ @sodatea ] ( https://github.com/sodatea ) )
27
+
28
+ #### :hammer : Underlying Tools
29
+ * ` @vue/cli-service `
30
+ * [ #4676 ] ( https://github.com/vuejs/vue-cli/pull/4676 ) chore!: upgrade terser-webpack-plugin to 2.x ([ @sodatea ] ( https://github.com/sodatea ) )
31
+
32
+ #### Committers: 2
33
+ - Haoqun Jiang ([ @sodatea ] ( https://github.com/sodatea ) )
34
+ - Phan An ([ @phanan ] ( https://github.com/phanan ) )
35
+
36
+
37
+
2
38
## 4.0.0-rc.7 (2019-10-01)
3
39
4
40
#### :bug : Bug Fix
Original file line number Diff line number Diff line change 6
6
7
7
- ** ` vue-cli-service test:unit ` **
8
8
9
- Run unit tests with [ mocha-webpack ] ( https://github.com/zinserjan/mocha-webpack ) + [ chai] ( http://chaijs.com/ ) .
9
+ Run unit tests with [ mochapack ] ( https://github.com/sysgears/mochapack ) + [ chai] ( http://chaijs.com/ ) .
10
10
11
11
** Note the tests are run inside Node.js with browser environment simulated with JSDOM.**
12
12
27
27
28
28
Default files matches are: any files in ` tests/unit ` that end in ` .spec.(ts|js) ` .
29
29
30
- All [ mocha-webpack command line options] ( http ://zinserjan .github.io/mocha-webpack /docs/installation/cli-usage.html) are also supported.
30
+ All [ mochapack command line options] ( https ://sysgears .github.io/mochapack /docs/installation/cli-usage.html) are also supported.
31
31
32
32
## Installing in an Already Created Project
33
33
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.7 " ,
4
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
25
- "@vue/cli-shared-utils" : " ^4.0.0-rc.7 " ,
24
+ "@vue/babel-preset-app" : " ^4.0.0-rc.8 " ,
25
+ "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
26
+ "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
26
+ "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
26
+ "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
26
+ "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 "
26
+ "@vue/cli-shared-utils" : " ^4.0.0-rc.8 "
27
27
},
28
28
"devDependencies" : {
29
- "@vue/cli-test-utils" : " ^4.0.0-rc.7 "
29
+ "@vue/cli-test-utils" : " ^4.0.0-rc.8 "
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
27
+ "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
29
+ "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
25
+ "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 "
26
+ "@vue/cli-test-utils" : " ^4.0.0-rc.8 "
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
26
- "@vue/cli-plugin-babel" : " ^4.0.0-rc.7 " ,
27
- "@vue/cli-plugin-eslint" : " ^4.0.0-rc.7 " ,
28
- "@vue/cli-service" : " ^4.0.0-rc.7 " ,
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 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
29
- "@vue/cli-shared-utils" : " ^4.0.0-rc.7 " ,
28
+ "@vue/cli-overlay" : " ^4.0.0-rc.8 " ,
29
+ "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
22
- "@vue/cli-plugin-eslint" : " ^4.0.0-rc.7 " ,
23
- "@vue/cli-service" : " ^4.0.0-rc.7 " ,
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 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
22
- "@vue/cli-plugin-eslint" : " ^4.0.0-rc.7 " ,
23
- "@vue/cli-service" : " ^4.0.0-rc.7 " ,
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 " ,
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.7 " ,
3
+ "version" : " 4.0.0-rc.8 " ,
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.7 " ,
37
+ "@vue/cli-shared-utils" : " ^4.0.0-rc.8 " ,
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.7 " ,
69
- "@vue/cli-plugin-e2e-cypress" : " ^4.0.0-rc.7 " ,
70
- "@vue/cli-plugin-eslint" : " ^4.0.0-rc.7 " ,
71
- "@vue/cli-service" : " ^4.0.0-rc.7 " ,
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 " ,
72
72
"@vue/eslint-config-standard" : " ^4.0.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