vuejs/vue-cli
### [`v4.5.17`](https://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4517-2022-03-23)
[Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.5.16...v4.5.17)
##### :bug: Bug Fix
- `@vue/cli-shared-utils`, `@vue/cli-ui`
- [d7a9881](https://togithub.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://togithub.com/sodatea))
### [`v4.5.16`](https://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4516-2022-03-15)
[Compare Source](https://togithub.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://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4515-2021-10-28)
[Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.5.14...v4.5.15)
##### Bug Fixes
- fix: set `.mjs` file type to `javascript/auto` [\[15b1e1b\]](https://togithub.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://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4514-2021-10-14)
[Compare Source](https://togithub.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://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4513-2021-05-08)
[Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.5.12...v4.5.13)
##### :bug: Bug Fix
- `@vue/babel-preset-app`
- [#6459](https://togithub.com/vuejs/vue-cli/pull/6459) fix: fix modern mode optional chaining syntax tranpilation ([@sodatea](https://togithub.com/sodatea))
- `@vue/cli-plugin-unit-mocha`
- [#6400](https://togithub.com/vuejs/vue-cli/pull/6400) fix(mocha): workaround the SVGElement issue in Vue 3 ([@fangbinwei](https://togithub.com/fangbinwei))
- `@vue/cli-service`
- [#6455](https://togithub.com/vuejs/vue-cli/pull/6455) fix: get rid of ssri vulnerability warnings ([@sodatea](https://togithub.com/sodatea))
##### Others
- [#6300](https://togithub.com/vuejs/vue-cli/pull/6300) chore: remove the word "Preview" from vue 3 preset ([@sodatea](https://togithub.com/sodatea))
##### Committers: 3
- Binwei Fang ([@fangbinwei](https://togithub.com/fangbinwei))
- Haoqun Jiang ([@sodatea](https://togithub.com/sodatea))
- Tony Trinh ([@tony19](https://togithub.com/tony19))
### [`v4.5.12`](https://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4512-2021-03-17)
[Compare Source](https://togithub.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://togithub.com/vuejs/jsx/issues/183)
- bump default `typescript` version to 4.1 and `prettier` version to 2.x for new projects, fixes [#6299](https://togithub.com/vuejs/vue-cli/pull/6299)
Configuration
📅 Schedule: 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 this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
4.5.11
->4.5.17
Release Notes
vuejs/vue-cli
### [`v4.5.17`](https://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4517-2022-03-23) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.5.16...v4.5.17) ##### :bug: Bug Fix - `@vue/cli-shared-utils`, `@vue/cli-ui` - [d7a9881](https://togithub.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://togithub.com/sodatea)) ### [`v4.5.16`](https://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4516-2022-03-15) [Compare Source](https://togithub.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://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4515-2021-10-28) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.5.14...v4.5.15) ##### Bug Fixes - fix: set `.mjs` file type to `javascript/auto` [\[15b1e1b\]](https://togithub.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://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4514-2021-10-14) [Compare Source](https://togithub.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://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4513-2021-05-08) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.5.12...v4.5.13) ##### :bug: Bug Fix - `@vue/babel-preset-app` - [#6459](https://togithub.com/vuejs/vue-cli/pull/6459) fix: fix modern mode optional chaining syntax tranpilation ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-unit-mocha` - [#6400](https://togithub.com/vuejs/vue-cli/pull/6400) fix(mocha): workaround the SVGElement issue in Vue 3 ([@fangbinwei](https://togithub.com/fangbinwei)) - `@vue/cli-service` - [#6455](https://togithub.com/vuejs/vue-cli/pull/6455) fix: get rid of ssri vulnerability warnings ([@sodatea](https://togithub.com/sodatea)) ##### Others - [#6300](https://togithub.com/vuejs/vue-cli/pull/6300) chore: remove the word "Preview" from vue 3 preset ([@sodatea](https://togithub.com/sodatea)) ##### Committers: 3 - Binwei Fang ([@fangbinwei](https://togithub.com/fangbinwei)) - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) - Tony Trinh ([@tony19](https://togithub.com/tony19)) ### [`v4.5.12`](https://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#4512-2021-03-17) [Compare Source](https://togithub.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://togithub.com/vuejs/jsx/issues/183) - bump default `typescript` version to 4.1 and `prettier` version to 2.x for new projects, fixes [#6299](https://togithub.com/vuejs/vue-cli/pull/6299)Configuration
📅 Schedule: 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 this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.