mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-16 20:30:19 -06:00
v4.0.0-rc.8
This commit is contained in:
36
CHANGELOG.md
36
CHANGELOG.md
@@ -1,4 +1,40 @@
|
||||
|
||||
## 4.0.0-rc.8 (2019-10-11)
|
||||
|
||||
#### :rocket: New Features
|
||||
* `@vue/cli`
|
||||
* [#3926](https://github.com/vuejs/vue-cli/pull/3926) chore: better upgrade messages ([@phanan](https://github.com/phanan))
|
||||
* `@vue/babel-preset-app`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`
|
||||
* [#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))
|
||||
* `@vue/cli-plugin-pwa`
|
||||
* [#4664](https://github.com/vuejs/vue-cli/pull/4664) feat(pwa): improve compatibility with v3 plugin usage ([@sodatea](https://github.com/sodatea))
|
||||
* `@vue/cli-service`
|
||||
* [#4641](https://github.com/vuejs/vue-cli/pull/4641) feat: make the minimizer config available in all modes ([@sodatea](https://github.com/sodatea))
|
||||
* [#4644](https://github.com/vuejs/vue-cli/pull/4644) feat: add webdriver log files to gitignore ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### :boom: Breaking Changes
|
||||
* `@vue/cli-service`
|
||||
* [#4676](https://github.com/vuejs/vue-cli/pull/4676) chore!: upgrade terser-webpack-plugin to 2.x ([@sodatea](https://github.com/sodatea))
|
||||
* [#4673](https://github.com/vuejs/vue-cli/pull/4673) refactor!: use DefinePlugin (again) instead of EnvironmentPlugin ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### :bug: Bug Fix
|
||||
* `@vue/cli-service`
|
||||
* [#4666](https://github.com/vuejs/vue-cli/pull/4666) fix: fix redundant log messages from webpack-dev-server ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### :house: Internal
|
||||
* `@vue/cli-service`
|
||||
* [#4673](https://github.com/vuejs/vue-cli/pull/4673) refactor!: use DefinePlugin (again) instead of EnvironmentPlugin ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### :hammer: Underlying Tools
|
||||
* `@vue/cli-service`
|
||||
* [#4676](https://github.com/vuejs/vue-cli/pull/4676) chore!: upgrade terser-webpack-plugin to 2.x ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### Committers: 2
|
||||
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
|
||||
- Phan An ([@phanan](https://github.com/phanan))
|
||||
|
||||
|
||||
|
||||
## 4.0.0-rc.7 (2019-10-01)
|
||||
|
||||
#### :bug: Bug Fix
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
- **`vue-cli-service test:unit`**
|
||||
|
||||
Run unit tests with [mocha-webpack](https://github.com/zinserjan/mocha-webpack) + [chai](http://chaijs.com/).
|
||||
Run unit tests with [mochapack](https://github.com/sysgears/mochapack) + [chai](http://chaijs.com/).
|
||||
|
||||
**Note the tests are run inside Node.js with browser environment simulated with JSDOM.**
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
Default files matches are: any files in `tests/unit` that end in `.spec.(ts|js)`.
|
||||
|
||||
All [mocha-webpack command line options](http://zinserjan.github.io/mocha-webpack/docs/installation/cli-usage.html) are also supported.
|
||||
All [mochapack command line options](https://sysgears.github.io/mochapack/docs/installation/cli-usage.html) are also supported.
|
||||
|
||||
## Installing in an Already Created Project
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"packages": [
|
||||
"packages/@vue/babel-preset-app",
|
||||
"packages/@vue/cli*",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/babel-preset-app",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "babel-preset-app for vue-cli",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-init",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "init addon for vue-cli",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-overlay",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "error overlay & dev server middleware for vue-cli",
|
||||
"main": "dist/client.js",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-babel",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "babel plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -21,8 +21,8 @@
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.4.5",
|
||||
"@vue/babel-preset-app": "^4.0.0-rc.7",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
||||
"@vue/babel-preset-app": "^4.0.0-rc.8",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.8",
|
||||
"babel-loader": "^8.0.6",
|
||||
"webpack": "^4.0.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-e2e-cypress",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "e2e-cypress plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.8",
|
||||
"cypress": "^3.3.1",
|
||||
"eslint-plugin-cypress": "^2.2.1"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-e2e-nightwatch",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "e2e-nightwatch plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.8",
|
||||
"deepmerge": "^3.2.0",
|
||||
"execa": "^1.0.0",
|
||||
"nightwatch": "^1.2.2"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-eslint",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "eslint plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.8",
|
||||
"eslint-loader": "^2.1.2",
|
||||
"globby": "^9.2.0",
|
||||
"webpack": "^4.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-pwa",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "pwa plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.8",
|
||||
"webpack": "^4.0.0",
|
||||
"workbox-webpack-plugin": "^4.3.1"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-router",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "router plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,10 +23,10 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.7"
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-test-utils": "^4.0.0-rc.7"
|
||||
"@vue/cli-test-utils": "^4.0.0-rc.8"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-typescript",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "typescript plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/webpack-env": "^1.13.9",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.8",
|
||||
"fork-ts-checker-webpack-plugin": "^1.3.4",
|
||||
"globby": "^9.2.0",
|
||||
"ts-loader": "^6.0.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-unit-jest",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "unit-jest plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
|
||||
"@types/jest": "^24.0.18",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.8",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-jest": "^24.9.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-unit-mocha",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "mocha unit testing plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.8",
|
||||
"jsdom": "^15.1.0",
|
||||
"jsdom-global": "^3.0.2",
|
||||
"mocha": "^6.1.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-vuex",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "Vuex plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-test-utils": "^4.0.0-rc.7"
|
||||
"@vue/cli-test-utils": "^4.0.0-rc.8"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-service-global",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "vue-cli-service global addon for vue-cli",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
@@ -22,10 +22,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-build#readme",
|
||||
"dependencies": {
|
||||
"@vue/babel-preset-app": "^4.0.0-rc.7",
|
||||
"@vue/cli-plugin-babel": "^4.0.0-rc.7",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-rc.7",
|
||||
"@vue/cli-service": "^4.0.0-rc.7",
|
||||
"@vue/babel-preset-app": "^4.0.0-rc.8",
|
||||
"@vue/cli-plugin-babel": "^4.0.0-rc.8",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-rc.8",
|
||||
"@vue/cli-service": "^4.0.0-rc.8",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"chalk": "^2.4.2",
|
||||
"core-js": "^3.1.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-service",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "local service for vue-cli projects",
|
||||
"main": "lib/Service.js",
|
||||
"typings": "types/index.d.ts",
|
||||
@@ -25,8 +25,8 @@
|
||||
"dependencies": {
|
||||
"@intervolga/optimize-cssnano-plugin": "^1.0.5",
|
||||
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
|
||||
"@vue/cli-overlay": "^4.0.0-rc.7",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
||||
"@vue/cli-overlay": "^4.0.0-rc.8",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.8",
|
||||
"@vue/component-compiler-utils": "^3.0.0",
|
||||
"@vue/preload-webpack-plugin": "^1.1.0",
|
||||
"@vue/web-component-wrapper": "^1.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-shared-utils",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "shared utilities for vue-cli packages",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-test-utils",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "test utilities for vue-cli packages",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-ui-addon-webpack",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git",
|
||||
@@ -18,9 +18,9 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.0.0-rc.7",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-rc.7",
|
||||
"@vue/cli-service": "^4.0.0-rc.7",
|
||||
"@vue/cli-plugin-babel": "^4.0.0-rc.8",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-rc.8",
|
||||
"@vue/cli-service": "^4.0.0-rc.8",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"core-js": "^3.1.2",
|
||||
"eslint": "^5.16.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-ui-addon-widgets",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git",
|
||||
@@ -18,9 +18,9 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.0.0-rc.7",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-rc.7",
|
||||
"@vue/cli-service": "^4.0.0-rc.7",
|
||||
"@vue/cli-plugin-babel": "^4.0.0-rc.8",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-rc.8",
|
||||
"@vue/cli-service": "^4.0.0-rc.8",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"core-js": "^3.1.2",
|
||||
"eslint": "^5.16.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-ui",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@akryum/winattr": "^3.0.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.8",
|
||||
"chalk": "^2.4.1",
|
||||
"clone": "^2.1.1",
|
||||
"deepmerge": "^3.2.0",
|
||||
@@ -65,10 +65,10 @@
|
||||
"watch": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.0.0-rc.7",
|
||||
"@vue/cli-plugin-e2e-cypress": "^4.0.0-rc.7",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-rc.7",
|
||||
"@vue/cli-service": "^4.0.0-rc.7",
|
||||
"@vue/cli-plugin-babel": "^4.0.0-rc.8",
|
||||
"@vue/cli-plugin-e2e-cypress": "^4.0.0-rc.8",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0-rc.8",
|
||||
"@vue/cli-service": "^4.0.0-rc.8",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"@vue/ui": "^0.9.2",
|
||||
"ansi_up": "^3.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "Command line interface for rapid Vue.js development",
|
||||
"bin": {
|
||||
"vue": "bin/vue.js"
|
||||
@@ -24,10 +24,10 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
||||
"@vue/cli-ui": "^4.0.0-rc.7",
|
||||
"@vue/cli-ui-addon-webpack": "^4.0.0-rc.7",
|
||||
"@vue/cli-ui-addon-widgets": "^4.0.0-rc.7",
|
||||
"@vue/cli-shared-utils": "^4.0.0-rc.8",
|
||||
"@vue/cli-ui": "^4.0.0-rc.8",
|
||||
"@vue/cli-ui-addon-webpack": "^4.0.0-rc.8",
|
||||
"@vue/cli-ui-addon-widgets": "^4.0.0-rc.8",
|
||||
"boxen": "^4.1.0",
|
||||
"chalk": "^2.4.1",
|
||||
"cmd-shim": "^2.0.2",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "vue-cli-version-marker",
|
||||
"version": "4.0.0-rc.7",
|
||||
"version": "4.0.0-rc.8",
|
||||
"description": "version marker for @vue/cli",
|
||||
"author": "Evan You",
|
||||
"license": "MIT",
|
||||
"main": "package.json",
|
||||
"devDependencies": {
|
||||
"@vue/cli": "^4.0.0-rc.7"
|
||||
"@vue/cli": "^4.0.0-rc.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user