Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added message #7405

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
7111fcf
chore: add `scss` to LoaderOptions interface (#7039)
hiblacker Mar 14, 2022
4c679ec
fix(cli-service): devServer proxy should be optional (#7044)
ntnyq Mar 14, 2022
37ef809
fix: lock node-ipc version
haoqunjiang Mar 15, 2022
a859b1f
v5.0.2
haoqunjiang Mar 15, 2022
b0d9316
fix(typo): should lock version
haoqunjiang Mar 15, 2022
dd53f26
v5.0.3
haoqunjiang Mar 15, 2022
75826d6
fix: replace `node-ipc` with `@achrinza/node-ipc` to further secure t…
haoqunjiang Mar 22, 2022
c5cfefb
Better handling of `publicPath: 'auto'` (#7005)
AndreiSoroka Mar 22, 2022
ca97fc2
v5.0.4
haoqunjiang Mar 22, 2022
9c74b30
docs: update changelog
haoqunjiang Mar 22, 2022
a3ccc3d
docs: add 4.5.17 changelog
haoqunjiang Mar 23, 2022
dded73a
fix: windows vue.config.mjs support (#7023)
xiaoxiangmoe Mar 31, 2022
6035629
chore: remove redundant yorkie dependency in typescript plugin
haoqunjiang Apr 6, 2022
940e436
fix: update `@achrinza/node-ipc` to support non-LTS Node.js versions
haoqunjiang Apr 6, 2022
ce97e62
fix: add XMLSerializer to the global scope (#7101)
maerteijn Apr 13, 2022
00fd2b6
chore: update the @achrinza/node-ipc to support Node.js 18
haoqunjiang Jun 14, 2022
1452cd3
feat: update cypress to 9.x
haoqunjiang Jun 14, 2022
d5bb358
chore: update lockfile
haoqunjiang Jun 14, 2022
b2b07a5
chore: run yarn-audit-fix
haoqunjiang Jun 15, 2022
697bb44
fix: should correctly resolve cypress bin path for Cypress 10
haoqunjiang Jun 15, 2022
619965b
docs: fix 404 links
haoqunjiang Jun 15, 2022
27dba1a
fix: eliminate calling deprecated function in cli-plugin-e2e-cypress …
blzsaa Jun 16, 2022
64446e0
feat(upgrade): prevent changing the structure of package.json file du…
blzsaa Jun 16, 2022
98c66c9
v5.0.5
haoqunjiang Jun 16, 2022
a648958
fix: compatibility with Vue 2.7
haoqunjiang Jun 16, 2022
fcf27e3
fixup! fix: compatibility with Vue 2.7
haoqunjiang Jun 16, 2022
6b163f2
chore: fix lint errors
haoqunjiang Jun 16, 2022
ef08a08
v5.0.6
haoqunjiang Jun 16, 2022
bddd64d
fix: optimize the judgment on whether HTTPS has been set in options (…
backrunner Jul 4, 2022
558dea2
fix: support `devServer.server` option, avoid deprecation warning
haoqunjiang Jul 4, 2022
beffe8a
fix: allow disabling progress plugin via `devServer.client.progress`
haoqunjiang Jul 4, 2022
23fa20f
chore: upgrade to apollo-server-express 3.x (#7210)
haoqunjiang Jul 5, 2022
6f9b6ec
chore: update fallback chromedriver version
haoqunjiang Jul 5, 2022
4a0655f
v5.0.7
haoqunjiang Jul 5, 2022
a5a893e
chore: update changelog
haoqunjiang Jul 5, 2022
07052c4
fix: Vue CLI UI graphql subscription server error
haoqunjiang Jul 7, 2022
0260e4d
fix: add devServer.server.type to useHttps judgement (#7222)
backrunner Jul 7, 2022
4e024b7
ci: bump appveyor node version
haoqunjiang Jul 7, 2022
b154dbd
v5.0.8
haoqunjiang Jul 7, 2022
bc1c0bc
chore: update readme [ci skip]
yyx990803 Aug 17, 2022
95ad425
docs: bump vitepress
yyx990803 Aug 17, 2022
7c0134e
docs: add recommendation for create-vue in docs
yyx990803 Aug 17, 2022
248f770
docs: simplify message wording + message on landing page
yyx990803 Aug 17, 2022
e636817
docs: revert vitepress version
yyx990803 Aug 17, 2022
ea4c98a
fix: pnpm v7 install error (#7265)
lvqq Sep 4, 2022
f0f254e
chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (#7324)
dependabot[bot] Nov 9, 2022
cfde3e7
Update README.md
kenzo104 Jul 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
v5.0.2
  • Loading branch information
haoqunjiang committed Mar 15, 2022
commit a859b1fdf26bca3fcd44b535965926da333d11f8
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@

## 5.0.2 (2022-03-15)

#### :bug: Bug Fix
* `@vue/cli-service`
* [#7044](https://github.com/vuejs/vue-cli/pull/7044) fix(cli-service): devServer proxy should be optional ([@ntnyq](https://github.com/ntnyq))
* [#7039](https://github.com/vuejs/vue-cli/pull/7039) chore: add scss to LoaderOptions ([@hiblacker](https://github.com/hiblacker))

#### Committers: 2
- Blacker ([@hiblacker](https://github.com/hiblacker))
- ntnyq ([@ntnyq](https://github.com/ntnyq))


## 5.0.1 (2022-02-17)

Same as 5.0.0.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.0.1",
"version": "5.0.2",
"packages": [
"packages/@vue/babel-preset-app",
"packages/@vue/cli*",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/babel-preset-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/babel-preset-app",
"version": "5.0.1",
"version": "5.0.2",
"description": "babel-preset-app for vue-cli",
"main": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-init",
"version": "5.0.1",
"version": "5.0.2",
"description": "init addon for vue-cli",
"main": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-overlay",
"version": "5.0.1",
"version": "5.0.2",
"description": "error overlay & dev server middleware for vue-cli",
"main": "dist/client.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/@vue/cli-plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-babel",
"version": "5.0.1",
"version": "5.0.2",
"description": "babel plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -21,8 +21,8 @@
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
"dependencies": {
"@babel/core": "^7.12.16",
"@vue/babel-preset-app": "^5.0.1",
"@vue/cli-shared-utils": "^5.0.1",
"@vue/babel-preset-app": "^5.0.2",
"@vue/cli-shared-utils": "^5.0.2",
"babel-loader": "^8.2.2",
"thread-loader": "^3.0.0",
"webpack": "^5.54.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-e2e-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-e2e-cypress",
"version": "5.0.1",
"version": "5.0.2",
"description": "e2e-cypress plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^5.0.1",
"@vue/cli-shared-utils": "^5.0.2",
"eslint-plugin-cypress": "^2.11.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-e2e-nightwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-e2e-nightwatch",
"version": "5.0.1",
"version": "5.0.2",
"description": "e2e-nightwatch plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^5.0.1",
"@vue/cli-shared-utils": "^5.0.2",
"deepmerge": "^4.2.2",
"nightwatch": "^2.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-e2e-webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-e2e-webdriverio",
"version": "5.0.1",
"version": "5.0.2",
"description": "e2e-webdriverio plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@types/mocha": "^8.2.1",
"@vue/cli-shared-utils": "^5.0.1",
"@vue/cli-shared-utils": "^5.0.2",
"@wdio/cli": "^7.0.7",
"@wdio/local-runner": "^7.0.7",
"@wdio/mocha-framework": "^7.0.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-eslint",
"version": "5.0.1",
"version": "5.0.2",
"description": "eslint plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^5.0.1",
"@vue/cli-shared-utils": "^5.0.2",
"eslint-webpack-plugin": "^3.1.0",
"globby": "^11.0.2",
"webpack": "^5.54.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-pwa",
"version": "5.0.1",
"version": "5.0.2",
"description": "pwa plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^5.0.1",
"@vue/cli-shared-utils": "^5.0.2",
"html-webpack-plugin": "^5.1.0",
"webpack": "^5.54.0",
"workbox-webpack-plugin": "^6.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/@vue/cli-plugin-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-router",
"version": "5.0.1",
"version": "5.0.2",
"description": "router plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -23,10 +23,10 @@
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^5.0.1"
"@vue/cli-shared-utils": "^5.0.2"
},
"devDependencies": {
"@vue/cli-test-utils": "^5.0.1"
"@vue/cli-test-utils": "^5.0.2"
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-typescript",
"version": "5.0.1",
"version": "5.0.2",
"description": "typescript plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/core": "^7.12.16",
"@types/webpack-env": "^1.15.2",
"@vue/cli-shared-utils": "^5.0.1",
"@vue/cli-shared-utils": "^5.0.2",
"babel-loader": "^8.2.2",
"fork-ts-checker-webpack-plugin": "^6.4.0",
"globby": "^11.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-unit-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-unit-jest",
"version": "5.0.1",
"version": "5.0.2",
"description": "unit-jest plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -26,7 +26,7 @@
"@babel/core": "^7.12.16",
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
"@types/jest": "^27.0.1",
"@vue/cli-shared-utils": "^5.0.1",
"@vue/cli-shared-utils": "^5.0.2",
"babel-jest": "^27.1.0",
"deepmerge": "^4.2.2",
"jest": "^27.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-unit-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-unit-mocha",
"version": "5.0.1",
"version": "5.0.2",
"description": "mocha unit testing plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -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": "^5.0.1",
"@vue/cli-shared-utils": "^5.0.2",
"jsdom": "^18.0.1",
"jsdom-global": "^3.0.2",
"mocha": "^8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-vuex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-vuex",
"version": "5.0.1",
"version": "5.0.2",
"description": "Vuex plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"access": "public"
},
"devDependencies": {
"@vue/cli-test-utils": "^5.0.1"
"@vue/cli-test-utils": "^5.0.2"
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"
Expand Down
10 changes: 5 additions & 5 deletions packages/@vue/cli-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-service",
"version": "5.0.1",
"version": "5.0.2",
"description": "local service for vue-cli projects",
"main": "lib/Service.js",
"typings": "types/index.d.ts",
Expand All @@ -27,10 +27,10 @@
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
"@soda/get-current-script": "^1.0.2",
"@types/minimist": "^1.2.0",
"@vue/cli-overlay": "^5.0.1",
"@vue/cli-plugin-router": "^5.0.1",
"@vue/cli-plugin-vuex": "^5.0.1",
"@vue/cli-shared-utils": "^5.0.1",
"@vue/cli-overlay": "^5.0.2",
"@vue/cli-plugin-router": "^5.0.2",
"@vue/cli-plugin-vuex": "^5.0.2",
"@vue/cli-shared-utils": "^5.0.2",
"@vue/component-compiler-utils": "^3.3.0",
"@vue/vue-loader-v15": "npm:vue-loader@^15.9.7",
"@vue/web-component-wrapper": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-shared-utils",
"version": "5.0.1",
"version": "5.0.2",
"description": "shared utilities for vue-cli packages",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-test-utils",
"version": "5.0.1",
"version": "5.0.2",
"description": "test utilities for vue-cli packages",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/@vue/cli-ui-addon-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-ui-addon-webpack",
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git",
Expand All @@ -20,9 +20,9 @@
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "^5.0.1",
"@vue/cli-plugin-eslint": "^5.0.1",
"@vue/cli-service": "^5.0.1",
"@vue/cli-plugin-babel": "^5.0.2",
"@vue/cli-plugin-eslint": "^5.0.2",
"@vue/cli-service": "^5.0.2",
"@vue/eslint-config-standard": "^6.1.0",
"core-js": "^3.8.3",
"eslint": "^7.32.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@vue/cli-ui-addon-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-ui-addon-widgets",
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git",
Expand All @@ -20,9 +20,9 @@
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "^5.0.1",
"@vue/cli-plugin-eslint": "^5.0.1",
"@vue/cli-service": "^5.0.1",
"@vue/cli-plugin-babel": "^5.0.2",
"@vue/cli-plugin-eslint": "^5.0.2",
"@vue/cli-service": "^5.0.2",
"@vue/eslint-config-standard": "^6.1.0",
"core-js": "^3.8.3",
"eslint": "^7.32.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/@vue/cli-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-ui",
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@akryum/winattr": "^3.0.0",
"@vue/cli-shared-utils": "^5.0.1",
"@vue/cli-shared-utils": "^5.0.2",
"apollo-server-express": "^2.21.0",
"clone": "^2.1.1",
"deepmerge": "^4.2.2",
Expand Down Expand Up @@ -66,10 +66,10 @@
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@graphql-eslint/eslint-plugin": "^3.8.0",
"@vue/cli-plugin-babel": "^5.0.1",
"@vue/cli-plugin-e2e-cypress": "^5.0.1",
"@vue/cli-plugin-eslint": "^5.0.1",
"@vue/cli-service": "^5.0.1",
"@vue/cli-plugin-babel": "^5.0.2",
"@vue/cli-plugin-e2e-cypress": "^5.0.2",
"@vue/cli-plugin-eslint": "^5.0.2",
"@vue/cli-service": "^5.0.2",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/ui": "^0.12.2",
"ansi_up": "^5.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/@vue/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli",
"version": "5.0.1",
"version": "5.0.2",
"description": "Command line interface for rapid Vue.js development",
"bin": {
"vue": "bin/vue.js"
Expand All @@ -27,10 +27,10 @@
"dependencies": {
"@types/ejs": "^3.0.6",
"@types/inquirer": "^8.1.3",
"@vue/cli-shared-utils": "^5.0.1",
"@vue/cli-ui": "^5.0.1",
"@vue/cli-ui-addon-webpack": "^5.0.1",
"@vue/cli-ui-addon-widgets": "^5.0.1",
"@vue/cli-shared-utils": "^5.0.2",
"@vue/cli-ui": "^5.0.2",
"@vue/cli-ui-addon-webpack": "^5.0.2",
"@vue/cli-ui-addon-widgets": "^5.0.2",
"boxen": "^5.0.0",
"commander": "^7.1.0",
"debug": "^4.1.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
"yaml-front-matter": "^4.1.0"
},
"devDependencies": {
"@vue/cli-service": "^5.0.1",
"@vue/cli-service": "^5.0.2",
"cmd-shim": "^4.1.0"
},
"engines": {
Expand Down
Loading