Open renovate[bot] opened 2 years ago
This PR contains the following updates:
4.5.6
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.5.6
->4.5.19
4.5.6
->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))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.