8000 v4.0.0-alpha.0 · turkdevops/vue-cli@63f501a · GitHub
[go: up one dir, main page]

Skip to content

Commit 63f501a

Browse files
committed
v4.0.0-alpha.0
1 parent caec086 commit 63f501a

File tree

23 files changed

+136
-72
lines changed

23 files changed

+136
-72
lines changed

CHANGELOG.md

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

2+
## 4.0.0-alpha.0 (2019-04-30)
3+
4+
#### :rocket: New Feature
5+
* `@vue/cli-plugin-pwa`
6+
* [#2981](https://github.com/vuejs/vue-cli/pull/2981) feat!: manifest.json should be generated by cli-plugin-pwa ([@aweikalee](https://github.com/aweikalee))
7+
8+
#### :boom: Breaking Change
9+
* `@vue/cli-service`, `@vue/cli`
10+
* [#3921](https://github.com/vuejs/vue-cli/pull/3921) chore!: default to dart sass for `sass` option of `cssPreprocessor` ([@sodatea](https://github.com/sodatea))
11+
* `@vue/cli-service`
12+
* [#3918](https://github.com/vuejs/vue-cli/pull/3918) chore!: upgrade to copy-webpack-plugin v5 ([@sodatea](https://github.com/sodatea))
13+
* [#3913](https://github.com/vuejs/vue-cli/pull/3913) feat!: upgrade to webpack-chain v5 ([@sodatea](https://github.com/sodatea))
14+
* [#3863](https://github.com/vuejs/vue-cli/pull/3863) feat!: enable splitChunks by default even in development mode ([@sodatea](https://github.com/sodatea))
15+
* [#3866](https://github.com/vuejs/vue-cli/pull/3866) feat!: upgrade css-loader to v2 ([@sodatea](https://github.com/sodatea))
16+
* [#3853](https://github.com/vuejs/vue-cli/pull/3853) feat!: set `whitespace: 'condense'` for template compiler ([@sodatea](https://github.com/sodatea))
17+
* [#3782](https://github.com/vuejs/vue-cli/pull/3782) refactor!: use EnvironmentPlugin instead of DefinePlugin ([@sodatea](https://github.com/sodatea))
18+
* `@vue/cli-plugin-pwa`
19+
* [#2981](https://github.com/vuejs/vue-cli/pull/2981) feat!: manifest.json should be generated by cli-plugin-pwa ([@aweikalee](https://github.com/aweikalee))
20+
* [#3915](https://github.com/vuejs/vue-cli/pull/3915) feat!: upgrade to workbox v4 ([@sodatea](https://github.com/sodatea))
21+
* `@vue/cli-plugin-e2e-nightwatch`
22+
* [#3916](https://github.com/vuejs/vue-cli/pull/3916) chore!: upgrade chromedriver to 74 and make it a peer dependency ([@sodatea](https://github.com/sodatea))
23+
* [#3774](https://github.com/vuejs/vue-cli/pull/3774) chore: remove support for legacy `vue-cli-service e2e` command ([@sodatea](https://github.com/sodatea))
24+
* [#3388](https://github.com/vuejs/vue-cli/pull/3388) chore(plugin/nightwatch): bump nightwatch dependency ([@darrenjennings](https://github.com/darrenjennings))
25+
* `@vue/cli-plugin-unit-mocha`
26+
* [#3914](https://github.com/vuejs/vue-cli/pull/3914) feat!: upgrade to mocha 6 and use mochapack instead of mocha-webpack ([@sodatea](https://github.com/sodatea))
27+
* `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui`
28+
* [#3912](https://github.com/vuejs/vue-cli/pull/3912) feat!: upgrade to core-js 3 ([@sodatea](https://github.com/sodatea))
29+
* `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`
30+
* [#3870](https://github.com/vuejs/vue-cli/pull/3870) feat!: upgrade jest to v24 ([@sodatea](https://github.com/sodatea))
31+
* `@vue/cli-plugin-eslint`
32+
* [#3852](https://github.com/vuejs/vue-cli/pull/3852) feat!: require ESLint as a peer dependency ([@sodatea](https://github.com/sodatea))
33+
* `@vue/cli-plugin-eslint`, `@vue/cli-service-global`
34+
* [#3775](https://github.com/vuejs/vue-cli/pull/3775) feat!: use ESLint v5 by default everywhere ([@sodatea](https://github.com/sodatea))
35+
36+
#### :house: Internal
37+
* `@vue/cli-service`
38+
* [#3866](https://github.com/vuejs/vue-cli/pull/3866) feat!: upgrade css-loader to v2 ([@sodatea](https://github.com/sodatea))
39+
* [#3782](https://github.com/vuejs/vue-cli/pull/3782) refactor!: use EnvironmentPlugin instead of DefinePlugin ([@sodatea](https://github.com/sodatea))
40+
41+
#### :hammer: Underlying Tools
42+
* `@vue/cli-service`
43+
* [#3918](https://github.com/vuejs/vue-cli/pull/3918) chore!: upgrade to copy-webpack-plugin v5 ([@sodatea](https://github.com/sodatea))
44+
* [#3913](https://github.com/vuejs/vue-cli/pull/3913) feat!: upgrade to webpack-chain v5 ([@sodatea](https://github.com/sodatea))
45+
* `@vue/cli-plugin-e2e-nightwatch`
46+
* [#3916](https://github.com/vuejs/vue-cli/pull/3916) chore!: upgrade chromedriver to 74 and make it a peer dependency ([@sodatea](https://github.com/sodatea))
47+
* [#3388](https://github.com/vuejs/vue-cli/pull/3388) chore(plugin/nightwatch): bump nightwatch dependency ([@darrenjennings](https://github.com/darrenjennings))
48+
* `@vue/cli-plugin-pwa`
49+
* [#3915](https://github.com/vuejs/vue-cli/pull/3915) feat!: upgrade to workbox v4 ([@sodatea](https://github.com/sodatea))
50+
* `@vue/cli-plugin-unit-mocha`
51+
* [#3914](https://github.com/vuejs/vue-cli/pull/3914) feat!: upgrade to mocha 6 and use mochapack instead of mocha-webpack ([@sodatea](https://github.com/sodatea))
52+
* `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui`
53+
* [#3912](https://github.com/vuejs/vue-cli/pull/3912) feat!: upgrade to core-js 3 ([@sodatea](https://github.com/sodatea))
54+
* `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`
55+
* [#3870](https://github.com/vuejs/vue-cli/pull/3870) feat!: upgrade jest to v24 ([@sodatea](https://github.com/sodatea))
56+
* `@vue/cli-plugin-eslint`, `@vue/cli-service-global`
57+
* [#3775](https://github.com/vuejs/vue-cli/pull/3775) feat!: use ESLint v5 by default everywhere ([@sodatea](https://github.com/sodatea))
58+
59+
#### Committers: 3
60+
- Darren Jennings ([@darrenjennings](https://github.com/darrenjennings))
61+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
62+
- 毛呆 ([@aweikalee](https://github.com/aweikalee))
63+
64+
65+
266
## 3.7.0 (2019-04-28)
367

468
#### :rocket: New Feature

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": false,
4-
"version": "3.7.0",
4+
"version": "4.0.0-alpha.0",
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": "3.7.0",
3+
"version": "4.0.0-alpha.0",
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": "3.7.0",
3+
"version": "4.0.0-alpha.0",
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": "3.7.0",
3+
"version": "4.0.0-alpha.0",
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": "3.7.0",
3+
"version": "4.0.0-alpha.0",
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.4.4",
24-
"@vue/babel-preset-app": "^3.7.0",
25-
"@vue/cli-shared-utils": "^3.7.0",
24+
"@vue/babel-preset-app": "^4.0.0-alpha.0",
25+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2626
"babel-loader": "^8.0.5",
2727
"webpack": ">=4 < 4.29"
2828
},

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": "3.7.0",
3+
"version": "4.0.0-alpha.0",
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": "^3.7.0",
26+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2727
"cypress": "^3.2.0",
2828
"eslint-plugin-cypress": "^2.2.1"
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": "3.7.0",
3+
"version": "4.0.0-alpha.0",
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": "^3.6.0",
26+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2727
"deepmerge": "^3.2.0",
2828
"execa": "^1.0.0",
2929
"nightwatch": "^1.0.19",

packages/@vue/cli-plugin-eslint/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-eslint",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "eslint 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": "^3.6.0",
26+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2727
"eslint-loader": "^2.1.2",
2828
"globby": "^9.2.0",
2929
"webpack": ">=4 < 4.29"

packages/@vue/cli-plugin-pwa/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-pwa",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "pwa 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": "^3.7.0",
26+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2727
"webpack": ">=4 < 4.29",
2828
"workbox-webpack-plugin": "^4.3.0"
2929
},

packages/@vue/cli-plugin-typescript/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-typescript",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "typescript plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@types/webpack-env": "^1.13.9",
27-
"@vue/cli-shared-utils": "^3.7.0",
27+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2828
"fork-ts-checker-webpack-plugin": "^1.2.0",
2929
"globby": "^9.2.0",
3030
"ts-loader": "^5.4.4",

packages/@vue/cli-plugin-unit-jest/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-unit-jest",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "unit-jest plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@babel/core": "^7.4.4",
2727
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
28-
"@vue/cli-shared-utils": "^3.6.0",
28+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2929
"babel-core": "7.0.0-bridge.0",
3030
"babel-jest": "^24.7.1",
3131
"jest": "^24.7.1",

packages/@vue/cli-plugin-unit-mocha/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-unit-mocha",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "mocha unit testing plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
2424
"dependencies": {
25-
"@vue/cli-shared-utils": "^3.6.0",
25+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2626
"jsdom": "^15.0.0",
2727
"jsdom-global": "^3.0.2",
2828
"mocha": "^6.1.4",

packages/@vue/cli-service-global/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-service-global",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "vue-cli-service global addon for vue-cli",
55
"main": "index.js",
66
"publishConfig": {
@@ -22,10 +22,10 @@
2222
},
2323
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-build#readme",
2424
"dependencies": {
25-
"@vue/babel-preset-app": "^3.7.0",
26-
"@vue/cli-plugin-babel": "^3.7.0",
27-
"@vue/cli-plugin-eslint": "^3.7.0",
28-
"@vue/cli-service": "^3.7.0",
25+
"@vue/babel-preset-app": "^4.0.0-alpha.0",
26+
"@vue/cli-plugin-babel": "^4.0.0-alpha.0",
27+
"@vue/cli-plugin-eslint": "^4.0.0-alpha.0",
28+
"@vue/cli-service": "^4.0.0-alpha.0",
2929
"babel-eslint": "^10.0.1",
3030
"chalk": "^2.4.2",
3131
"eslint": "^5.16.0",

packages/@vue/cli-service/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-service",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "local service for vue-cli projects",
55
"main": "lib/Service.js",
66
"typings": "types/index.d.ts",
@@ -25,8 +25,8 @@
2525
"dependencies": {
2626
"@intervolga/optimize-cssnano-plugin": "^1.0.5",
2727
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
28-
"@vue/cli-overlay": "^3.7.0",
29-
"@vue/cli-shared-utils": "^3.7.0",
28+
"@vue/cli-overlay": "^4.0.0-alpha.0",
29+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
3030
"@vue/component-compiler-utils": "^2.6.0",
3131
"@vue/preload-webpack-plugin": "^1.1.0",
3232
"@vue/web-component-wrapper": "^1.2.0",

packages/@vue/cli-shared-utils/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-shared-utils",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "shared utilities for vue-cli packages",
55
"main": "index.js",
66
"repository": {

packages/@vue/cli-test-utils/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-test-utils",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "test utilities for vue-cli packages",
55
"repository": {
66
"type": "git",

packages/@vue/cli-ui-addon-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-ui-addon-webpack",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/vuejs/vue-cli.git",
@@ -18,9 +18,9 @@
1818
},
1919
"license": "MIT",
2020
"devDependencies": {
21-
"@vue/cli-plugin-babel": "^3.7.0",
22-
"@vue/cli-plugin-eslint": "^3.7.0",
23-
"@vue/cli-service": "^3.7.0",
21+
"@vue/cli-plugin-babel": "^4.0.0-alpha.0",
22+
"@vue/cli-plugin-eslint": "^4.0.0-alpha.0",
23+
"@vue/cli-service": "^4.0.0-alpha.0",
2424
"@vue/eslint-config-standard": "^4.0.0",
2525
"core-js": "^3.0.1",
2626
"eslint": "^5.16.0",

packages/@vue/cli-ui-addon-widgets/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-ui-addon-widgets",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/vuejs/vue-cli.git",
@@ -18,9 +18,9 @@
1818
},
1919
"license": "MIT",
2020
"devDependencies": {
21-
"@vue/cli-plugin-babel": "^3.7.0",
22-
"@vue/cli-plugin-eslint": "^3.7.0",
23-
"@vue/cli-service": "^3.7.0",
21+
"@vue/cli-plugin-babel": "^4.0.0-alpha.0",
22+
"@vue/cli-plugin-eslint": "^4.0.0-alpha.0",
23+
"@vue/cli-service": "^4.0.0-alpha.0",
2424
"@vue/eslint-config-standard": "^4.0.0",
2525
"core-js": "^3.0.1",
2626
"eslint": "^5.16.0",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-ui",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/vuejs/vue-cli.git",
@@ -34,7 +34,7 @@
3434
],
3535
"dependencies": {
3636
"@akryum/winattr": "^3.0.0",
37-
"@vue/cli-shared-utils": "^3.7.0",
37+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
3838
"chalk": "^2.4.1",
3939
"clone": "^2.1.1",
4040
"deepmerge": "^3.2.0",
@@ -64,10 +64,10 @@
6464
"watch": "^1.0.2"
6565
},
6666
"devDependencies": {
67-
"@vue/cli-plugin-babel": "^3.7.0",
68-
"@vue/cli-plugin-e2e-cypress": "^3.7.0",
69-
"@vue/cli-plugin-eslint": "^3.7.0",
70-
"@vue/cli-service": "^3.7.0",
67+
"@vue/cli-plugin-babel": "^4.0.0-alpha.0",
68+
"@vue/cli-plugin-e2e-cypress": "^4.0.0-alpha.0",
69+
"@vue/cli-plugin-eslint": "^4.0.0-alpha.0",
70+
"@vue/cli-service": "^4.0.0-alpha.0",
7171
"@vue/eslint-config-standard": "^4.0.0",
7272
"@vue/ui": "^0.9.2",
7373
"ansi_up": "^3.0.0",

packages/@vue/cli-upgrade/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-upgrade",
3-
"version": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "utility to upgrade vue cli service / plugins in vue apps",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)
0