8000 v3.10.0 · vuejs/vue-cli@075921c · GitHub
[go: up one dir, main page]

Skip to content

Commit 075921c

Browse files
committed
v3.10.0
1 parent 02a30b1 commit 075921c

File tree

23 files changed

+134
-72
lines changed

23 files changed

+134
-72
lines changed

CHANGELOG.md

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

2+
## 3.10.0 (2019-08-03)
3+
4+
#### :rocket: New Features
5+
* `@vue/cli`
6+
* [#4342](https://github.com/vuejs/vue-cli/pull/4342) Add --port argument to 'vue serve' command ([@bokub](https://github.com/bokub))
7+
* `@vue/cli-plugin-eslint`
8+
* [#4329](https://github.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea))
9+
10+
#### :bug: Bug Fix
11+
* `@vue/cli-plugin-typescript`, `@vue/cli`
12+
* [#4374](https://github.com/vuejs/vue-cli/pull/4374) fix: do not generate empty file ([@cexbrayat](https://github.com/cexbrayat))
13+
* `@vue/cli-service`
14+
* [#4359](https://github.com/vuejs/vue-cli/pull/4359) fix stats display when chunkFilename contains query string ([@flyhope](https://github.com/flyhope))
15+
* `@vue/cli-plugin-typescript`
16+
* [#4346](https://github.com/vuejs/vue-cli/pull/4346) fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs ([@sodatea](https://github.com/sodatea))
17+
* `@vue/cli-plugin-eslint`
18+
* [#4347](https://github.com/vuejs/vue-cli/pull/4347) fix(eslint-generator): add ts file check to lint-staged ([@liruifengv](https://github.com/liruifengv))
19+
* [#4329](https://github.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea))
20+
* `@vue/cli-shared-utils`
21+
* [#4336](https://github.com/vuejs/vue-cli/pull/4336) fix: use `yarn --version` to detect yarn ([@sodatea](https://github.com/sodatea))
22+
* `@vue/cli`
23+
* [#4330](https://github.com/vuejs/vue-cli/pull/4330) fix: require parent template after `when` condition evaluated as truthy ([@sodatea](https://github.com/sodatea))
24+
25+
#### :memo: Documentation
26+
* `@vue/cli-plugin-e2e-nightwatch`
27+
* [#4364](https://github.com/vuejs/vue-cli/pull/4364) Replacing nightwatch CLI options URL with proper documentation ([@aberonni](https://github.com/aberonni))
28+
* Other
29+
* [#4358](https://github.com/vuejs/vue-cli/pull/4358) docs(ru): fix link in webpack.md ([@euaaaio](https://github.com/euaaaio))
30+
* [#4333](https://github.com/vuejs/vue-cli/pull/4333) Update html-and-static-assets.md ([@sergeymorkovkin](https://github.com/sergeymorkovkin))
31+
* [#4257](https://github.com/vuejs/vue-cli/pull/4257) Update mode-and-env.md ([@TechieForFun](https://github.com/TechieForFun))
32+
* [#4171](https://github.com/vuejs/vue-cli/pull/4171) Explain when .env files are loaded. ([@rimutaka](https://github.com/rimutaka))
33+
* [#4232](https://github.com/vuejs/vue-cli/pull/4232) Updated for Zeit Now V2 ([@ivansieder](https://github.com/ivansieder))
34+
* [#4217](https://github.com/vuejs/vue-cli/pull/4217) docs: add Render deployment guide ([@anurag](https://github.com/anurag))
35+
* [#4103](https://github.com/vuejs/vue-cli/pull/4103) deployment.md: Add instructions for Travis CI ([@terorie](https://github.com/terorie))
36+
* `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-service`, `@vue/cli-ui`
37+
* [#4241](https://github.com/vuejs/vue-cli/pull/4241) Fix typos ([@minho42](https://github.com/minho42))
38+
39+
#### :house: Internal
40+
* `@vue/cli-service`, `@vue/cli`
41+
* [#4367](https://github.com/vuejs/vue-cli/pull/4367) chore(cli-service): word spelling in comments ([@yiliang114](https://github.com/yiliang114))
42+
43+
#### Committers: 17
44+
- Anurag Goel ([@anurag](https://github.com/anurag))
45+
- Boris K ([@bokub](https://github.com/bokub))
46+
- Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat))
47+
- Domenico Gemoli ([@aberonni](https://github.com/aberonni))
48+
- Eduard Aksamitov ([@euaaaio](https://github.com/euaaaio))
49+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
50+
- Ivan Sieder ([@ivansieder](https://github.com/ivansieder))
51+
- Max Tolkachev ([@zhrivodkin](https://github.com/zhrivodkin))
52+
- Min ho Kim ([@minho42](https://github.com/minho42))
53+
- Mohsen Sadeghzade ([@TechieForFun](https://github.com/TechieForFun))
54+
- Richard Patel ([@terorie](https://github.com/terorie))
55+
- Sergey Morkovkin ([@sergeymorkovkin](https://github.com/sergeymorkovkin))
56+
- [@aruseni](https://github.com/aruseni)
57+
- mx ([@rimutaka](https://github.com/rimutaka))
58+
- yiliang ([@yiliang114](https://github.com/yiliang114))
59+
- 李枨煊 ([@flyhope](https://github.com/flyhope))
60+
- 李瑞丰 ([@liruifengv](https://github.com/liruifengv))
61+
62+
63+
264
## 3.9.3 (2019-07-18)
365

466
#### :bug: Bug Fix

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.9.3",
4+
"version": "3.10.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.9.2",
3+
"version": "3.10.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.9.0",
3+
"version": "3.10.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.9.0",
3+
"version": "3.10.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.9.2",
3+
"version": "3.10.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.0.0",
24-
"@vue/babel-preset-app": "^3.9.2",
25-
"@vue/cli-shared-utils": "^3.9.0",
24+
"@vue/babel-preset-app": "^3.10.0",
25+
"@vue/cli-shared-utils": "^3.10.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.9.0",
3+
"version": "3.10.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.9.0",
26+
"@vue/cli-shared-utils": "^3.10.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.9.2",
3+
"version": "3.10.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.9.0",
26+
"@vue/cli-shared-utils": "^3.10.0",
2727
"chromedriver": "^2.46.0",
2828
"deepmerge": "^3.2.0",
2929
"execa": "^1.0.0",

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.9.2",
3+
"version": "3.10.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.9.0",
26+
"@vue/cli-shared-utils": "^3.10.0",
2727
"babel-eslint": "^10.0.1",
2828
"eslint-loader": "^2.1.2",
2929
"globby": "^9.2.0",

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.9.0",
3+
"version": "3.10.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.9.0",
26+
"@vue/cli-shared-utils": "^3.10.0",
2727
"webpack": ">=4 < 4.29",
2828
"workbox-webpack-plugin": "^3.6.3"
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.9.0",
3+
"version": "3.10.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.9.0",
27+
"@vue/cli-shared-utils": "^3.10.0",
2828
"fork-ts-checker-webpack-plugin": "^0.5.2",
2929
"globby": "^9.2.0",
3030
"ts-loader": "^5.3.3",

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.9.0",
3+
"version": "3.10.0",
44
"description": "unit-jest 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.9.0",
26+
"@vue/cli-shared-utils": "^3.10.0",
2727
"babel-jest": "^23.6.0",
2828
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
2929
"jest": "^23.6.0",

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.9.0",
3+
"version": "3.10.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.9.0",
25+
"@vue/cli-shared-utils": "^3.10.0",
2626
"jsdom": "^13.2.0",
2727
"jsdom-global": "^3.0.2",
2828
"mocha": "^5.2.0",

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.9.3",
3+
"version": "3.10.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.9.2",
26-
"@vue/cli-plugin-babel": "^3.9.2",
27-
"@vue/cli-plugin-eslint": "^3.9.2",
28-
"@vue/cli-service": "^3.9.3",
25+
"@vue/babel-preset-app": "^3.10.0",
26+
"@vue/cli-plugin-babel": "^3.10.0",
27+
"@vue/cli-plugin-eslint": "^3.10.0",
28+
"@vue/cli-service": "^3.10.0",
2929
"babel-eslint": "^10.0.1",
3030
"chalk": "^2.4.2",
3131
"eslint": "^4.19.1",

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.9.3",
3+
"version": "3.10.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.9.0",
29-
"@vue/cli-shared-utils": "^3.9.0",
28+
"@vue/cli-overlay": "^3.10.0",
29+
"@vue/cli-shared-utils": "^3.10.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.9.0",
3+
"version": "3.10.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.9.3",
3+
"version": "3.10.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.9.3",
3+
"version": "3.10.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.9.2",
22-
"@vue/cli-plugin-eslint": "^3.9.2",
23-
"@vue/cli-service": "^3.9.3",
21+
"@vue/cli-plugin-babel": "^3.10.0",
22+
"@vue/cli-plugin-eslint": "^3.10.0",
23+
"@vue/cli-service": "^3.10.0",
2424
"@vue/eslint-config-standard": "^4.0.0",
2525
"eslint": "^5.16.0",
2626
"stylus": "^0.54.5",

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.9.3",
3+
"version": "3.10.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.9.2",
22-
"@vue/cli-plugin-eslint": "^3.9.2",
23-
"@vue/cli-service": "^3.9.3",
21+
"@vue/cli-plugin-babel": "^3.10.0",
22+
"@vue/cli-plugin-eslint": "^3.10.0",
23+
"@vue/cli-service": "^3.10.0",
2424
"@vue/eslint-config-standard": "^4.0.0",
2525
"eslint": "^5.16.0",
2626
"stylus": "^0.54.5",

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.9.3",
3+
"version": "3.10.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.9.0",
37+
"@vue/cli-shared-utils": "^3.10.0",
3838
"apollo-client": "^2.6.0",
3939
"chalk": "^2.4.1",
4040
"clone": "^2.1.1",
@@ -66,10 +66,10 @@
6666
"watch": "^1.0.2"
6767
},
6868
"devDependencies": {
69-
"@vue/cli-plugin-babel": "^3.9.2",
70-
"@vue/cli-plugin-e2e-cypress": "^3.9.0",
71-
"@vue/cli-plugin-eslint": "^3.9.2",
72-
"@vue/cli-service": "^3.9.3",
69+
"@vue/cli-plugin-babel": "^3.10.0",
70+
"@vue/cli-plugin-e2e-cypress": "^3.10.0",
71+
"@vue/cli-plugin-eslint": "^3.10.0",
72+
"@vue/cli-service": "^3.10.0",
7373
"@vue/eslint-config-standard": "^4.0.0",
7474
"@vue/ui": "^0.9.1",
7575
"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.9.0",
3+
"version": "3.10.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