Open renovate[bot] opened 1 year ago
This PR contains the following updates:
4.2.3
4.5.19
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
4.2.3
->4.5.19
4.2.3
->4.5.19
4.2.3
->4.5.19
Release Notes
vuejs/vue-cli (@vue/cli-plugin-babel)
### [`v4.5.19`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4519-2022-06-28) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.18...v4.5.19) IMPORTANT NOTE: [IE 11 has reached End-of-Life](https://docs.microsoft.com/en-us/lifecycle/faq/internet-explorer-microsoft-edge#what-is-the-lifecycle-policy-for-internet-explorer-). The default `browserslist` query no longer includes IE 11 as a target. If your project still has to support IE 11, you **MUST** manually add `IE 11` to the last line of the `.browserslistrc` file in the project (or `browserslist` field in `package.json`) ##### :bug: Bug Fix - `@vue/babel-preset-app` - \[[c7fa1cf](https://redirect.github.com/vuejs/vue-cli/commit/c7fa1cf)] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6. - `@vue/cli-plugin-typescript` - \[[5b57792](https://redirect.github.com/vuejs/vue-cli/commit/5b57792)] fix: typechecking with Vue 2.7, fixes [#7213](https://redirect.github.com/vuejs/vue-cli/issues/7213) ### [`v4.5.18`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4518-2022-06-16) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.17...v4.5.18) Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta). In Vue 2.7, `vue-template-compiler` is no longer a required peer dependency. Rather, there's a new export under the main package as `vue/compiler-sfc`. ### [`v4.5.17`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4517-2022-03-23) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.16...v4.5.17) ##### :bug: Bug Fix - `@vue/cli-shared-utils`, `@vue/cli-ui` - [d7a9881](https://redirect.github.com/vuejs/vue-cli/commit/d7a9881) fix: replace `node-ipc` with `@achrinza/node-ipc` to further secure the dependency chain ##### Committers: 1 - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) ### [`v4.5.16`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4516-2022-03-15) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.15...v4.5.16) ##### :bug: Bug Fix - `@vue/cli-service` - Fix demo-lib.html and demo-wc.html for Vue 2 - `@vue/cli-shared-utils`, `@vue/cli-ui` - Lock `node-ipc` to v9.2.1 ### [`v4.5.15`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4515-2021-10-28) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.14...v4.5.15) ##### Bug Fixes - fix: set `.mjs` file type to `javascript/auto` [\[15b1e1b\]](https://redirect.github.com/vuejs/vue-cli/commit/15b1e1b6bfa40fe0b69db304a2439c66ff9ba65f) This change allows an `.mjs` file to import named exports from `.cjs` and plain `.js` files. Fixes compatibility with `pinia`. ### [`v4.5.14`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4514-2021-10-14) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.13...v4.5.14) ##### Security Fixes This version fixed a CORS vulnerability and an XSS vulnerability in Vue CLI UI. We recommend all users of `vue ui` to upgrade to this version as soon as possible. ##### Credits: Ngo Wei Lin ([@Creastery](https://twitter.com/creastery)) of STAR Labs ([@starlabs_sg](https://twitter.com/starlabs_sg)) ### [`v4.5.13`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4513-2021-05-08) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.12...v4.5.13) ##### :bug: Bug Fix - `@vue/babel-preset-app` - [#6459](https://redirect.github.com/vuejs/vue-cli/pull/6459) fix: fix modern mode optional chaining syntax tranpilation ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-unit-mocha` - [#6400](https://redirect.github.com/vuejs/vue-cli/pull/6400) fix(mocha): workaround the SVGElement issue in Vue 3 ([@fangbinwei](https://redirect.github.com/fangbinwei)) - `@vue/cli-service` - [#6455](https://redirect.github.com/vuejs/vue-cli/pull/6455) fix: get rid of ssri vulnerability warnings ([@sodatea](https://redirect.github.com/sodatea)) ##### Others - [#6300](https://redirect.github.com/vuejs/vue-cli/pull/6300) chore: remove the word "Preview" from vue 3 preset ([@sodatea](https://redirect.github.com/sodatea)) ##### Committers: 3 - Binwei Fang ([@fangbinwei](https://redirect.github.com/fangbinwei)) - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) - Tony Trinh ([@tony19](https://redirect.github.com/tony19)) ### [`v4.5.12`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4512-2021-03-17) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.11...v4.5.12) - bump `vue-codemod` to work around an NPM hoisting bug - bump minimum required JSX preset / plugin versions, fixes [https://github.com/vuejs/jsx/issues/183](https://redirect.github.com/vuejs/jsx/issues/183) - bump default `typescript` version to 4.1 and `prettier` version to 2.x for new projects, fixes [#6299](https://redirect.github.com/vuejs/vue-cli/pull/6299) ### [`v4.5.11`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4511-2021-01-22) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.10...v4.5.11) ##### :bug: Bug Fix - `@vue/cli` - [#6207](https://redirect.github.com/vuejs/vue-cli/pull/6207) fix: support basic auth for npm registry access ([@bodograumann](https://redirect.github.com/bodograumann)) ##### Committers: 1 - Bodo Graumann ([@bodograumann](https://redirect.github.com/bodograumann)) ### [`v4.5.10`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4510-2021-01-06) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.9...v4.5.10) ##### :bug: Bug Fix - `@vue/cli-plugin-unit-mocha` - [#6186](https://redirect.github.com/vuejs/vue-cli/pull/6186) fix(mocha): workaround the ShadowRoot issue in Vue 3.0.5 ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-unit-mocha`, `@vue/cli-service` - [#6097](https://redirect.github.com/vuejs/vue-cli/pull/6097) fix(mocha): disable SSR optimization for Vue 3 testing ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-ui` - [#6000](https://redirect.github.com/vuejs/vue-cli/pull/6000) fix: prevent snoretoast shortcut, set notif title ([#2720](https://redirect.github.com/vuejs/vue-cli/issues/2720)) ([@tony19](https://redirect.github.com/tony19)) - `@vue/cli-service-global`, `@vue/cli-service` - [#5992](https://redirect.github.com/vuejs/vue-cli/pull/5992) fix: using `lang` attribute with empty string in html template ([@fangbinwei](https://redirect.github.com/fangbinwei)) ##### Committers: 3 - Binwei Fang ([@fangbinwei](https://redirect.github.com/fangbinwei)) - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) - Tony Trinh ([@tony19](https://redirect.github.com/tony19)) ### [`v4.5.9`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#459-2020-11-17) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.8...v4.5.9) ##### :rocket: New Features - `@vue/cli-plugin-e2e-cypress` - [#6062](https://redirect.github.com/vuejs/vue-cli/pull/6062) fix(cypress): allow users to update cypress ([@elevatebart](https://redirect.github.com/elevatebart)) ##### Committers: 1 - Barthélémy Ledoux ([@elevatebart](https://redirect.github.com/elevatebart)) ### [`v4.5.8`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#458-2020-10-19) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.7...v4.5.8) ##### :bug: Bug Fix - `@vue/cli-plugin-typescript` - [#5975](https://redirect.github.com/vuejs/vue-cli/pull/5975) fix: update vue-shims for Vue v3.0.1 ([@cexbrayat](https://redirect.github.com/cexbrayat)) - `@vue/cli` - [#5961](https://redirect.github.com/vuejs/vue-cli/pull/5961) fix: npm 7 compat by turning on `legacy-peer-deps` flag ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-eslint` - [#5962](https://redirect.github.com/vuejs/vue-cli/pull/5962) fix: narrow the eslint peer dep version range, avoiding npm 7 error ([@sodatea](https://redirect.github.com/sodatea)) ##### Committers: 2 - Cédric Exbrayat ([@cexbrayat](https://redirect.github.com/cexbrayat)) - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) ### [`v4.5.7`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#457-2020-10-07) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.6...v4.5.7) ##### :bug: Bug Fix - `@vue/cli-plugin-babel`, `@vue/cli-plugin-typescript`, `@vue/cli-service` - [#5903](https://redirect.github.com/vuejs/vue-cli/pull/5903) fix: update the `.vue` file shim for Vue 3 ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli` - [#5871](https://redirect.github.com/vuejs/vue-cli/pull/5871) fix: more accurate warning message for missing global peer dependencies ([@sodatea](https://redirect.github.com/sodatea)) - [#5902](https://redirect.github.com/vuejs/vue-cli/pull/5902) fix: incorrectly read Taobao binary mirror configuration. ([@godky](https://redirect.github.com/godky)) - [#5892](https://redirect.github.com/vuejs/vue-cli/pull/5892) fix: respect scope when resolving package metadata ([@bodograumann](https://redirect.github.com/bodograumann)) - `@vue/cli-plugin-pwa`, `@vue/cli-service` - [#5899](https://redirect.github.com/vuejs/vue-cli/pull/5899) fix: shouldn't remove attribute quotes in HTML ([@sodatea](https://redirect.github.com/sodatea)) ##### :memo: Documentation - [#5835](https://redirect.github.com/vuejs/vue-cli/pull/5835) Update Vercel deployment instructions ([@timothyis](https://redirect.github.com/timothyis)) ##### Committers: 4 - Bodo Graumann ([@bodograumann](https://redirect.github.com/bodograumann)) - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) - Timothy ([@timothyis](https://redirect.github.com/timothyis)) - kzhang ([@godky](https://redirect.github.com/godky)) ### [`v4.5.6`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#456-2020-09-10) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.5...v4.5.6) ##### :bug: Bug Fix - `@vue/cli` - [#5869](https://redirect.github.com/vuejs/vue-cli/pull/5869) fix: skip checking git gpgSign config ([@sodatea](https://redirect.github.com/sodatea)) ##### Committers: 1 - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) ### [`v4.5.5`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#455-2020-09-10) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.4...v4.5.5) ##### :bug: Bug Fix - `@vue/cli-service` - [#5868](https://redirect.github.com/vuejs/vue-cli/pull/5868) fix: enable some syntax extensions by default for vue script compiler ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-router`, `@vue/cli-service` - [#5852](https://redirect.github.com/vuejs/vue-cli/pull/5852) fix: fix duplicate id="app" in Vue 3 project template ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha` - [#5591](https://redirect.github.com/vuejs/vue-cli/pull/5591) fix(unit-jest, unit-mocha): generate passing tests when `bare` option is used with router enabled ([#3544](https://redirect.github.com/vuejs/vue-cli/issues/3544)) ([@IwalkAlone](https://redirect.github.com/IwalkAlone)) - `@vue/cli-plugin-pwa` - [#5820](https://redirect.github.com/vuejs/vue-cli/pull/5820) fix: allow turning off theme color tags ([@GabrielGMartinsBr](https://redirect.github.com/GabrielGMartinsBr)) - `@vue/cli` - [#5827](https://redirect.github.com/vuejs/vue-cli/pull/5827) fix: fix support for Node.js v8 and deprecate it ([@sodatea](https://redirect.github.com/sodatea)) - [#5823](https://redirect.github.com/vuejs/vue-cli/pull/5823) Handle GPG sign git config for initial commit ([@spenserblack](https://redirect.github.com/spenserblack)) - [#5808](https://redirect.github.com/vuejs/vue-cli/pull/5808) fix: strip non-ansi characters from registry config ([@sodatea](https://redirect.github.com/sodatea)) - [#5801](https://redirect.github.com/vuejs/vue-cli/pull/5801) fix: do not throw when api.render is called from an anonymous function ([@sodatea](https://redirect.github.com/sodatea)) ##### :house: Internal - `@vue/cli-ui` - [#3687](https://redirect.github.com/vuejs/vue-cli/pull/3687) perf(ui): improve get folder list to use Promises instead of sync ([@pikax](https://redirect.github.com/pikax)) ##### :hammer: Underlying Tools - `@vue/babel-preset-app` - [#5831](https://redirect.github.com/vuejs/vue-cli/pull/5831) chore: rename jsx package scope from ant-design-vue to vue ([@Amour1688](https://redirect.github.com/Amour1688)) ##### Committers: 8 - Booker Zhao ([@binggg](https://redirect.github.com/binggg)) - Carlos Rodrigues ([@pikax](https://redirect.github.com/pikax)) - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) - Renan Cidale Assumpcao ([@rcidaleassumpo](https://redirect.github.com/rcidaleassumpo)) - Sergey Skrynnikov ([@IwalkAlone](https://redirect.github.com/IwalkAlone)) - Spenser Black ([@spenserblack](https://redirect.github.com/spenserblack)) - [@GabrielGMartinsBr](https://redirect.github.com/GabrielGMartinsBr) - 天泽 ([@Amour1688](https://redirect.github.com/Amour1688)) ### [`v4.5.4`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#454-2020-08-18) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.3...v4.5.4) ##### :bug: Bug Fix - `@vue/cli-plugin-typescript` - [#5798](https://redirect.github.com/vuejs/vue-cli/pull/5798) fix: fix Vue 3 + TS + Router template ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-service` - [#5788](https://redirect.github.com/vuejs/vue-cli/pull/5788) fix: ensure Dev Tool is enabled in Vue 3 runtime ([@sodatea](https://redirect.github.com/sodatea)) - [#5693](https://redirect.github.com/vuejs/vue-cli/pull/5693) fix: mayProxy.isPublicFileRequest judgment ([@Blacate](https://redirect.github.com/Blacate)) - `@vue/cli` - [#5778](https://redirect.github.com/vuejs/vue-cli/pull/5778) fix: missing proxy argument ([@RobbinBaauw](https://redirect.github.com/RobbinBaauw)) ##### Committers: 3 - Blacate ([@Blacate](https://redirect.github.com/Blacate)) - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) - Robbin Baauw ([@RobbinBaauw](https://redirect.github.com/RobbinBaauw)) ### [`v4.5.3`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#453-2020-08-11) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.2...v4.5.3) ##### :bug: Bug Fix - `@vue/cli-service` - [#5774](https://redirect.github.com/vuejs/vue-cli/pull/5774) fix: load vue from `@vue/cli-service-global` on `vue serve`/`vue build` ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-e2e-webdriverio`, `@vue/cli-plugin-typescript` - [#5769](https://redirect.github.com/vuejs/vue-cli/pull/5769) fix: add missing mocha type if wdio is not installed along with any unit testing frameworks ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-typescript` - [#5771](https://redirect.github.com/vuejs/vue-cli/pull/5771) fix: only replace App.vue when there's no router plugin ([@sodatea](https://redirect.github.com/sodatea)) ##### Committers: 1 - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) ### [`v4.5.2`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#452-2020-08-10) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.1...v4.5.2) ##### :bug: Bug Fix - `@vue/cli-plugin-typescript` - [#5768](https://redirect.github.com/vuejs/vue-cli/pull/5768) fix: no longer need a shim for fork-ts-checker vue 3 support ([@sodatea](https://redirect.github.com/sodatea)) ##### :memo: Documentation - `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-service`, `@vue/cli` - [#5694](https://redirect.github.com/vuejs/vue-cli/pull/5694) \[Fix] common misspelling errors ([@Necmttn](https://redirect.github.com/Necmttn)) ##### :house: Internal - `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-service`, `@vue/cli` - [#5694](https://redirect.github.com/vuejs/vue-cli/pull/5694) \[Fix] common misspelling errors ([@Necmttn](https://redirect.github.com/Necmttn)) ##### Committers: 3 - Alexander Sokolov ([@Alex-Sokolov](https://redirect.github.com/Alex-Sokolov)) - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) - Necmettin Karakaya ([@Necmttn](https://redirect.github.com/Necmttn)) ### [`v4.5.1`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4519-2022-06-28) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.5.0...v4.5.1) IMPORTANT NOTE: [IE 11 has reached End-of-Life](https://docs.microsoft.com/en-us/lifecycle/faq/internet-explorer-microsoft-edge#what-is-the-lifecycle-policy-for-internet-explorer-). The default `browserslist` query no longer includes IE 11 as a target. If your project still has to support IE 11, you **MUST** manually add `IE 11` to the last line of the `.browserslistrc` file in the project (or `browserslist` field in `package.json`) ##### :bug: Bug Fix - `@vue/babel-preset-app` - \[[c7fa1cf](https://redirect.github.com/vuejs/vue-cli/commit/c7fa1cf)] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6. - `@vue/cli-plugin-typescript` - \[[5b57792](https://redirect.github.com/vuejs/vue-cli/commit/5b57792)] fix: typechecking with Vue 2.7, fixes [#7213](https://redirect.github.com/vuejs/vue-cli/issues/7213) ### [`v4.5.0`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#450-2020-07-24) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.4.6...v4.5.0) ##### :rocket: New Features - `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-router`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-plugin-vuex`, `@vue/cli-service`, `@vue/cli-test-utils`, `@vue/cli-ui`, `@vue/cli` - [#5637](https://redirect.github.com/vuejs/vue-cli/pull/5637) feat: allow choosing vue version on creation (and in presets) ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-typescript` - [#5688](https://redirect.github.com/vuejs/vue-cli/pull/5688) feat: add `skipLibCheck` option in the TS template (defaults to `true`) ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-service`, `@vue/cli-test-utils`, `@vue/cli` - [#5356](https://redirect.github.com/vuejs/vue-cli/pull/5356) feat(cli,cli-service,cli-test-utils): add ts declaration ([@fangbinwei](https://redirect.github.com/fangbinwei)) - `@vue/cli-plugin-typescript`, `@vue/cli-service` - [#5570](https://redirect.github.com/vuejs/vue-cli/pull/5570) feat: detect and compile Vue 3 projects ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-service`, `@vue/cli` - [#5556](https://redirect.github.com/vuejs/vue-cli/pull/5556) feat: support node nightly builds ([@sodatea](https://redirect.github.com/sodatea)) ##### :bug: Bug Fix - `@vue/cli-service` - [#5681](https://redirect.github.com/vuejs/vue-cli/pull/5681) Fix Kubernetes container detection ([@lbogdan](https://redirect.github.com/lbogdan)) - `@vue/babel-preset-app` - [#5543](https://redirect.github.com/vuejs/vue-cli/pull/5543) fix: better error message for non-existent polyfill names ([@sodatea](https://redirect.github.com/sodatea)) ##### :memo: Documentation - [#5671](https://redirect.github.com/vuejs/vue-cli/pull/5671) docs(zh): change line to lines in plugin-dev.md ([@zhouxinyong](https://redirect.github.com/zhouxinyong)) - [#5668](https://redirect.github.com/vuejs/vue-cli/pull/5668) docs(zh): `additionalData` example for sass-loader 9.0 ([@chuzhixin](https://redirect.github.com/chuzhixin)) - [#5408](https://redirect.github.com/vuejs/vue-cli/pull/5408) docs: explain pwa head/manifest icons ([@DRBragg](https://redirect.github.com/DRBragg)) ##### :house: Internal - `@vue/cli-shared-utils` - [#5700](https://redirect.github.com/vuejs/vue-cli/pull/5700) refactor: use console.clear to clear the log ([@imtaotao](https://redirect.github.com/imtaotao)) - `@vue/cli-service`, `@vue/cli` - [#5629](https://redirect.github.com/vuejs/vue-cli/pull/5629) refactor: replace jscodeshift with vue-codemod ([@sodatea](https://redirect.github.com/sodatea)) ##### Committers: 7 - Arthur ([@imtaotao](https://redirect.github.com/imtaotao)) - Binwei Fang ([@fangbinwei](https://redirect.github.com/fangbinwei)) - Bogdan Luca ([@lbogdan](https://redirect.github.com/lbogdan)) - Drew Bragg ([@DRBragg](https://redirect.github.com/DRBragg)) - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) - good luck ([@chuzhixin](https://redirect.github.com/chuzhixin)) - vimvinter ([@zhouxinyong](https://redirect.github.com/zhouxinyong)) ### [`v4.4.6`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#446-2020-06-24) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.4.5...v4.4.6) ##### :bug: Bug Fix - `@vue/cli` - [#5614](https://redirect.github.com/vuejs/vue-cli/pull/5614) fix jscodeshift peer dependency error ([@sodatea](https://redirect.github.com/sodatea)) - [#5609](https://redirect.github.com/vuejs/vue-cli/pull/5609) fix: fix support for some legacy registry servers ([@sodatea](https://redirect.github.com/sodatea)) ##### :memo: Documentation - [#5603](https://redirect.github.com/vuejs/vue-cli/pull/5603) docs: [@babel-preset/env](https://redirect.github.com/babel-preset/env) -> [@babel/preset-env](https://redirect.github.com/babel/preset-env) ([@sodatea](https://redirect.github.com/sodatea)) - [#5603](https://redirect.github.com/vuejs/vue-cli/pull/5603) docs: [@babel-preset/env](https://redirect.github.com/babel-preset/env) -> [@babel/preset-env](https://redirect.github.com/babel/preset-env) ([@sodatea](https://redirect.github.com/sodatea)) ##### Committers: 1 - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) ### [`v4.4.5`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#445-2020-06-22) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.4.4...v4.4.5) ##### :bug: Bug Fix - `@vue/cli-service` - [#5592](https://redirect.github.com/vuejs/vue-cli/pull/5592) fix polyfill injection when building app on multiple threads ([@dtcz](https://redirect.github.com/dtcz)) - [#5598](https://redirect.github.com/vuejs/vue-cli/pull/5598) fix: fix an edge case that VUE_CLI_SERVICE_CONFIG_PATH might be ignored ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-e2e-cypress` - [#5580](https://redirect.github.com/vuejs/vue-cli/pull/5580) Fix: stop ignoring --config-file cypress option ([@ahderman](https://redirect.github.com/ahderman)) - `@vue/cli` - [#5586](https://redirect.github.com/vuejs/vue-cli/pull/5586) fix: support auth token when retrieving package metadata ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-e2e-nightwatch` - [#5528](https://redirect.github.com/vuejs/vue-cli/pull/5528) fix(nightwatch): should not install corresponding webdriver if the browser is unselected ([@sodatea](https://redirect.github.com/sodatea)) ##### :house: Internal - `@vue/cli-shared-utils` - [#5572](https://redirect.github.com/vuejs/vue-cli/pull/5572) refactor: replace request-promise-native with util.promisify ([@jeneser](https://redirect.github.com/jeneser)) ##### Committers: 5 - Alexander Sokolov ([@Alex-Sokolov](https://redirect.github.com/Alex-Sokolov)) - Alexandre D'Erman ([@ahderman](https://redirect.github.com/ahderman)) - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) - Yazhe Wang ([@jeneser](https://redirect.github.com/jeneser)) - [@dtcz](https://redirect.github.com/dtcz) ### [`v4.4.4`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#444-2020-06-12) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.4.3...v4.4.4) ##### :bug: Bug Fix - `@vue/cli-plugin-typescript` - [#5576](https://redirect.github.com/vuejs/vue-cli/pull/5576) fix: should return the parse result in the compiler-sfc-shim ([@sodatea](https://redirect.github.com/sodatea)) ##### Committers: 1 - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) ### [`v4.4.3`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#443-2020-06-12) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.4.2...v4.4.3) ##### :bug: Bug Fix - `@vue/cli-plugin-eslint` - [#5545](https://redirect.github.com/vuejs/vue-cli/pull/5545) fix(eslint-migrator): skip upgrade prompt if eslint v7 is installed ([#5545](https://redirect.github.com/vuejs/vue-cli/issues/5545)) ([@EzioKissshot](https://redirect.github.com/EzioKissshot)) - `@vue/cli-plugin-typescript` - [#5539](https://redirect.github.com/vuejs/vue-cli/pull/5539) fix: correctly shim [@vue/compiler-sfc](https://redirect.github.com/vue/compiler-sfc) for fork-ts-checker-plugin ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-service` - [#5542](https://redirect.github.com/vuejs/vue-cli/pull/5542) fix(cli-service): process the webpack failed hook in the serve command ([@jeneser](https://redirect.github.com/jeneser)) - `@vue/cli` - [#5540](https://redirect.github.com/vuejs/vue-cli/pull/5540) fix: add `--no-verify` to initial git commit ([@fxxjdedd](https://redirect.github.com/fxxjdedd)) ##### :house: Internal - `@vue/babel-preset-app` - [#5522](https://redirect.github.com/vuejs/vue-cli/pull/5522) feat(babel-preset-app): pass full config to [@babel/preset-env](https://redirect.github.com/babel/preset-env) ([@lucaswerkmeister](https://redirect.github.com/lucaswerkmeister)) ##### Committers: 5 - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) - Lucas Werkmeister ([@lucaswerkmeister](https://redirect.github.com/lucaswerkmeister)) - Zhenya Zhu ([@EzioKissshot](https://redirect.github.com/EzioKissshot)) - fxxjdedd ([@fxxjdedd](https://redirect.github.com/fxxjdedd)) - yazhe wang ([@jeneser](https://redirect.github.com/jeneser)) ### [`v4.4.2`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#442-2020-06-12) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.4.1...v4.4.2) ##### :memo: Documentation - `@vue/cli-plugin-pwa` - [#5530](https://redirect.github.com/vuejs/vue-cli/pull/5530) docs: mention using `null` to ignore icons ([@qirh](https://redirect.github.com/qirh)) ##### Committers: 1 - Saleh Alghusson ([@qirh](https://redirect.github.com/qirh)) ### [`v4.4.1`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#441-2020-05-25) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.4.0...v4.4.1) ##### :bug: Bug Fix - `@vue/babel-preset-app` - [#5513](https://redirect.github.com/vuejs/vue-cli/pull/5513) refactor: improve the polyfill importing logic of modern mode ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli` - [#5502](https://redirect.github.com/vuejs/vue-cli/pull/5502) fix(cli): fix the creation log ([@sodatea](https://redirect.github.com/sodatea)) ##### :memo: Documentation - [#5408](https://redirect.github.com/vuejs/vue-cli/pull/5408) docs: explain pwa head/manifest icons ([@DRBragg](https://redirect.github.com/DRBragg)) ##### :house: Internal - `@vue/babel-preset-app` - [#5513](https://redirect.github.com/vuejs/vue-cli/pull/5513) refactor: improve the polyfill importing logic of modern mode ([@sodatea](https://redirect.github.com/sodatea)) ##### Committers: 3 - Alexander Sokolov ([@Alex-Sokolov](https://redirect.github.com/Alex-Sokolov)) - Drew Bragg ([@DRBragg](https://redirect.github.com/DRBragg)) - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) ### [`v4.4.0`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#440-2020-05-19) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.3.1...v4.4.0) ##### :rocket: New Features - `@vue/cli` - [#5498](https://redirect.github.com/vuejs/vue-cli/pull/5498) feat(plugin-api): expose `inquirer` to prompts.js, allowing custom prompt types ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-service` - [#5376](https://redirect.github.com/vuejs/vue-cli/pull/5376) feat(cli-service) add stdin flag to build ([@sickp](https://redirect.github.com/sickp)) ##### :bug: Bug Fix - `@vue/cli-service`, `@vue/cli-shared-utils` - [#5500](https://redirect.github.com/vuejs/vue-cli/pull/5500) fix: should throw errors if there is bad require() in vue.config.js ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-unit-jest` - [#5499](https://redirect.github.com/vuejs/vue-cli/pull/5499) fix(unit-jest): fix .vue coverage report when babel plugin is not enabled ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli` - [#5497](https://redirect.github.com/vuejs/vue-cli/pull/5497) fix: allow specifying plugin version when calling `vue add` ([@sodatea](https://redirect.github.com/sodatea)) - [#5493](https://redirect.github.com/vuejs/vue-cli/pull/5493) fix(ui): the logs from creator should be displayed in the UI ([@sodatea](https://redirect.github.com/sodatea)) - [#5472](https://redirect.github.com/vuejs/vue-cli/pull/5472) fix(creator): do not override the README.md generated by plugins ([@sodatea](https://redirect.github.com/sodatea)) - [#5395](https://redirect.github.com/vuejs/vue-cli/pull/5395) Update ProjectPackageManager.js upgrade() method: manage multiple package names separated by spaces ([@motla](https://redirect.github.com/motla)) - [#5424](https://redirect.github.com/vuejs/vue-cli/pull/5424) fix: normalize the `file` argument of `transformScript`, fix Windows compatibility ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-unit-mocha` - [#5473](https://redirect.github.com/vuejs/vue-cli/pull/5473) fixed --inspect-brk flag clobbering other values ([@tommyo](https://redirect.github.com/tommyo)) - `@vue/cli-service` - [#4800](https://redirect.github.com/vuejs/vue-cli/pull/4800) fix(serve): pass devServer sockPath properly to client ([@AlbertBrand](https://redirect.github.com/AlbertBrand)) - `@vue/cli-plugin-eslint` - [#5455](https://redirect.github.com/vuejs/vue-cli/pull/5455) fix(eslint): invalidate the cache when `.eslintignore` changes ([@godkun](https://redirect.github.com/godkun)) - `@vue/cli-shared-utils` - [#5390](https://redirect.github.com/vuejs/vue-cli/pull/5390) fix: set timeout of openChrome.applescript ([@374632897](https://redirect.github.com/374632897)) - `@vue/cli-plugin-e2e-nightwatch` - [#5387](https://redirect.github.com/vuejs/vue-cli/pull/5387) \[cli-plugin-e2e-nightwatch] fixing globals.js import ([@aberonni](https://redirect.github.com/aberonni)) ##### :memo: Documentation - Other - [#5408](https://redirect.github.com/vuejs/vue-cli/pull/5408) docs: explain pwa head/manifest icons ([@DRBragg](https://redirect.github.com/DRBragg)) - [#5312](https://redirect.github.com/vuejs/vue-cli/pull/5312) Make Heroku resource link accessible ([@Timibadass](https://redirect.github.com/Timibadass)) - [#5300](https://redirect.github.com/vuejs/vue-cli/pull/5300) Update cli-service.md ([@Akenokoru](https://redirect.github.com/Akenokoru)) - `@vue/babel-preset-app` - [#5282](https://redirect.github.com/vuejs/vue-cli/pull/5282) docs: update polyfill names according to core-js 3 ([@sodatea](https://redirect.github.com/sodatea)) ##### :house: Internal - `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-plugin-vuex`, `@vue/cli-service`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui`, `@vue/cli` - [#5496](https://redirect.github.com/vuejs/vue-cli/pull/5496) chore: dependency maintenance ([@sodatea](https://redirect.github.com/sodatea)) ##### Committers: 14 - Adrian B. Danieli ([@sickp](https://redirect.github.com/sickp)) - Albert Brand ([@AlbertBrand](https://redirect.github.com/AlbertBrand)) - Alexander Sokolov ([@Alex-Sokolov](https://redirect.github.com/Alex-Sokolov)) - Domenico Gemoli ([@aberonni](https://redirect.github.com/aberonni)) - Drew Bragg ([@DRBragg](https://redirect.github.com/DRBragg)) - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) - Jiang Guoxi ([@374632897](https://redirect.github.com/374632897)) - Romain ([@motla](https://redirect.github.com/motla)) - Stefano Bartoletti ([@stefano-b](https://redirect.github.com/stefano-b)) - Timi Omoyeni ([@Timibadass](https://redirect.github.com/Timibadass)) - [@Akenokoru](https://redirect.github.com/Akenokoru) - [@epixian](https://redirect.github.com/epixian) - [@tommyo](https://redirect.github.com/tommyo) - 杨昆 ([@godkun](https://redirect.github.com/godkun)) ### [`v4.3.1`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#431-2020-04-07) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.3.0...v4.3.1) ##### :bug: Bug Fix - `@vue/cli-plugin-eslint` - [#5363](https://redirect.github.com/vuejs/vue-cli/pull/5363) fix(eslint-migrator): fix local eslint major version detection ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli` - [#5360](https://redirect.github.com/vuejs/vue-cli/pull/5360) fix: run migrator in a separator process, fix require cache issues during upgrade ([@sodatea](https://redirect.github.com/sodatea)) ##### Committers: 1 - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) ### [`v4.3.0`](https://redirect.github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#430-2020-04-01) [Compare Source](https://redirect.github.com/vuejs/vue-cli/compare/v4.2.3...v4.3.0) ##### :rocket: New Features - `@vue/cli-plugin-unit-mocha` - [#5294](https://redirect.github.com/vuejs/vue-cli/pull/5294) feat(service): Allow mocha unit tests debugger to be bound to a specified IP and port ([@darrylkuhn](https://redirect.github.com/darrylkuhn)) - `@vue/babel-preset-app` - [#5322](https://redirect.github.com/vuejs/vue-cli/pull/5322) feat: enable `bugfixes` option for babel by default ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-service` - [#5293](https://redirect.github.com/vuejs/vue-cli/pull/5293) support vue.config.cjs ([@simon300000](https://redirect.github.com/simon300000)) - [#3886](https://redirect.github.com/vuejs/vue-cli/pull/3886) feat: wc entry accepts multiple file patterns splited by ',' ([@manico](https://redirect.github.com/manico)) - `@vue/cli` - [#5212](https://redirect.github.com/vuejs/vue-cli/pull/5212) feat(vue-cli): Choosing to save as a preset tells you where it is saved ([@jaireina](https://redirect.github.com/jaireina)) - `@vue/cli-plugin-typescript` - [#5170](https://redirect.github.com/vuejs/vue-cli/pull/5170) feat: use [@vue/compiler-sfc](https://redirect.github.com/vue/compiler-sfc) as a compiler for TS if available ([@cexbrayat](https://redirect.github.com/cexbrayat)) - `@vue/cli-plugin-eslint`, `@vue/cli-service-global`, `@vue/cli-ui-addon-widgets` - [#5241](https://redirect.github.com/vuejs/vue-cli/pull/5241) feat: ease the default `no-console` severity to `warn` ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-service`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui` - [#5233](https://redirect.github.com/vuejs/vue-cli/pull/5233) feat: add "not dead" to the default browserslist query ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-router` - [#4805](https://redirect.github.com/vuejs/vue-cli/pull/4805) types(router): added router array type for Array RouteConfig ([@manuelojeda](https://redirect.github.com/manuelojeda)) ##### :bug: Bug Fix - `@vue/cli-shared-utils` - [#5315](https://redirect.github.com/vuejs/vue-cli/pull/5315) fix: avoid process hanging when trying to get Chrome version ([@sodatea](https://redirect.github.com/sodatea)) - [#5264](https://redirect.github.com/vuejs/vue-cli/pull/5264) fix false positive of `hasProjectNpm` ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-ui` - [#5290](https://redirect.github.com/vuejs/vue-cli/pull/5290) fix(cli-ui): build task defaults should respect outputDir option from config file (Closes [#2639](https://redirect.github.com/vuejs/vue-cli/issues/2639)) ([@LinusBorg](https://redirect.github.com/LinusBorg)) - `@vue/cli-service` - [#5320](https://redirect.github.com/vuejs/vue-cli/pull/5320) fix: spawn scripts with node, fix modern mode with Yarn 2 (Berry) ([@sodatea](https://redirect.github.com/sodatea)) - [#5247](https://redirect.github.com/vuejs/vue-cli/pull/5247) fix(target-lib): fix dynamic public path in a dynamic chunk in Firefox ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-plugin-pwa` - [#5087](https://redirect.github.com/vuejs/vue-cli/pull/5087) feat(pwa): Check for null or undefined in iconPaths ([@janispritzkau](https://redirect.github.com/janispritzkau)) - `@vue/cli-plugin-eslint` - [#5242](https://redirect.github.com/vuejs/vue-cli/pull/5242) fix: fix severity config in ui ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/babel-preset-app` - [#5236](https://redirect.github.com/vuejs/vue-cli/pull/5236) fix(babel-preset-app): avoid corejs warning when useBuiltIns is false ([@LeBenLeBen](https://redirect.github.com/LeBenLeBen)) ##### :memo: Documentation - [#5243](https://redirect.github.com/vuejs/vue-cli/pull/5243) docs: add warning on client side environment variables ([@sodatea](https://redirect.github.com/sodatea)) - [#5231](https://redirect.github.com/vuejs/vue-cli/pull/5231) Update plugin-dev.md ([@yeyan1996](https://redirect.github.com/yeyan1996)) ##### :house: Internal - `@vue/cli-service-global` - [#5319](https://redirect.github.com/vuejs/vue-cli/pull/5319) chore(cli-service-global): remove direct dependency on `@vue/babel-preset-app` ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli-service` - [#5305](https://redirect.github.com/vuejs/vue-cli/pull/5305) refactor: simplify config loading by skipping `fs.existsSync` check ([@sodatea](https://redirect.github.com/sodatea)) - `@vue/cli` - [#5228](https://redirect.github.com/vuejs/vue-cli/pull/5228) test: e2e test case for command suggestion logic ([@jamesgeorge007](https://redirect.github.com/jamesgeorge007)) - [#5238](https://redirect.github.com/vuejs/vue-cli/pull/5238) Improve package.json not found error ([@barbeque](https://redirect.github.com/barbeque)) ##### :hammer: Underlying Tools - `@vue/cli-plugin-eslint` - [#5273](https://redirect.github.com/vuejs/vue-cli/pull/5273) chore(eslint): bump minimum required eslint-loader version to support ESLint 6 ([@megos](https://redirect.github.com/megos)) ##### Committers: 15 - Benoît Burgener ([@LeBenLeBen](https://redirect.github.com/LeBenLeBen)) - Cédric Exbrayat ([@cexbrayat](https://redirect.github.com/cexbrayat)) - Darryl Kuhn ([@darrylkuhn](https://redirect.github.com/darrylkuhn)) - George Tsiolis ([@gtsiolis](https://redirect.github.com/gtsiolis)) - Haoqun Jiang ([@sodatea](https://redirect.github.com/sodatea)) - Jadranko Dragoje ([@manico](https://redirect.github.com/manico)) - Jair Reina ([@jaireina](https://redirect.github.com/jaireina)) - James George ([@jamesgeorge007](https://redirect.github.com/jamesgeorge007)) - Janis Pritzkau ([@janispritzkau](https://redirect.github.com/janispritzkau)) - Manuel Ojeda ([@manuelojeda](https://redirect.github.com/manuelojeda)) - Mike ([@barbeque](https://redirect.github.com/barbeque)) - Thorsten Lünborg ([@LinusBorg](https://redirect.github.com/LinusBorg)) - megos ([@megos](https://redirect.github.com/megos)) - simon3000 ([@simon300000](https://redirect.github.com/simon300000)) - 夜宴 ([@yeyan1996](https://redirect.github.com/yeyan1996))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.