dzangolab / vue-accordion

MIT License
2 stars 1 forks source link

chore(deps): update vue monorepo to v5 (major) - autoclosed #101

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/cli-plugin-babel 4.5.15 -> 5.0.6 age adoption passing confidence
@vue/cli-plugin-eslint 4.5.15 -> 5.0.6 age adoption passing confidence
@vue/cli-plugin-unit-jest 4.5.15 -> 5.0.6 age adoption passing confidence
@vue/cli-service (source) 4.5.15 -> 5.0.6 age adoption passing confidence

Release Notes

vuejs/vue-cli ### [`v5.0.6`](https://togithub.com/vuejs/vue-cli/releases/tag/v5.0.6) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v5.0.5...v5.0.6) 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`. ### [`v5.0.5`](https://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#​505-2022-06-16) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v5.0.4...v5.0.5) ##### :bug: Bug Fix - `@vue/cli` - [#​7167](https://togithub.com/vuejs/vue-cli/pull/7167) feat(upgrade): prevent changing the structure of package.json file during upgrade ([@​blzsaa](https://togithub.com/blzsaa)) - `@vue/cli-service` - [#​7023](https://togithub.com/vuejs/vue-cli/pull/7023) fix: windows vue.config.mjs support ([@​xiaoxiangmoe](https://togithub.com/xiaoxiangmoe)) ##### Committers: 3 - Martijn Jacobs ([@​maerteijn](https://togithub.com/maerteijn)) - ZHAO Jinxiang ([@​xiaoxiangmoe](https://togithub.com/xiaoxiangmoe)) - [@​blzsaa](https://togithub.com/blzsaa) ### [`v5.0.4`](https://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#​504-2022-03-22) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v5.0.3...v5.0.4) ##### :bug: Bug Fix - `@vue/cli-service` - [#​7005](https://togithub.com/vuejs/vue-cli/pull/7005) Better handling of `publicPath: 'auto'` ([@​AndreiSoroka](https://togithub.com/AndreiSoroka)) - `@vue/cli-shared-utils`, `@vue/cli-ui` - [75826d6](https://togithub.com/vuejs/vue-cli/commit/75826d6) fix: replace `node-ipc` with `@achrinza/node-ipc` to further secure the dependency chain ##### Committers: 1 - Andrei ([@​AndreiSoroka](https://togithub.com/AndreiSoroka)) - Haoqun Jiang ([@​sodatea](https://togithub.com/sodatea)) ### [`v5.0.3`](https://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#​503-2022-03-15) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v5.0.2...v5.0.3) ##### :bug: Bug Fix - `@vue/cli-shared-utils`, `@vue/cli-ui` - Lock `node-ipc` to v9.2.1 ### [`v5.0.2`](https://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#​502-2022-03-15) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v5.0.1...v5.0.2) ##### :bug: Bug Fix - `@vue/cli-service` - [#​7044](https://togithub.com/vuejs/vue-cli/pull/7044) fix(cli-service): devServer proxy should be optional ([@​ntnyq](https://togithub.com/ntnyq)) - [#​7039](https://togithub.com/vuejs/vue-cli/pull/7039) chore: add scss to LoaderOptions ([@​hiblacker](https://togithub.com/hiblacker)) ##### Committers: 2 - Blacker ([@​hiblacker](https://togithub.com/hiblacker)) - ntnyq ([@​ntnyq](https://togithub.com/ntnyq)) ### [`v5.0.1`](https://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#​501-2022-02-17) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v5.0.0...v5.0.1) Same as 5.0.0. ### [`v5.0.0`](https://togithub.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#​500-2022-02-17) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.5.18...v5.0.0) ##### :bug: Bug Fix - `@vue/cli-service` - [#​6972](https://togithub.com/vuejs/vue-cli/pull/6972) Remove --skip-plugin from arguments ([@​MatthijsBurgh](https://togithub.com/MatthijsBurgh)) - [#​6987](https://togithub.com/vuejs/vue-cli/pull/6987) fix: update mini-css-extract-plugin to ^2.5.3 ([@​darrinmn9](https://togithub.com/darrinmn9)) ##### :memo: Documentation - [#​6706](https://togithub.com/vuejs/vue-cli/pull/6706) docs: update vue create --help output in "Basics/Creating a Project" ([@​Lalaluka](https://togithub.com/Lalaluka)) - [#​6642](https://togithub.com/vuejs/vue-cli/pull/6642) docs: Update README.md ([@​wxsms](https://togithub.com/wxsms)) - [#​6620](https://togithub.com/vuejs/vue-cli/pull/6620) Fix typo in deployment guide ([@​Klikini](https://togithub.com/Klikini)) - [#​6623](https://togithub.com/vuejs/vue-cli/pull/6623) fix(docs): the plugin-dev in zh has a regexp lose the end / ([@​HelloJiya](https://togithub.com/HelloJiya)) - [#​6377](https://togithub.com/vuejs/vue-cli/pull/6377) replace master with main to reflect GH default ([@​anbnyc](https://togithub.com/anbnyc)) - [#​6359](https://togithub.com/vuejs/vue-cli/pull/6359) Fix master to main in heroku deployment ([@​MowlCoder](https://togithub.com/MowlCoder)) - [#​6266](https://togithub.com/vuejs/vue-cli/pull/6266) Add note about loader incompatible with webpack 4 ([@​JarnoRFB](https://togithub.com/JarnoRFB)) - [#​6239](https://togithub.com/vuejs/vue-cli/pull/6239) Update deployment.md ([@​anzuj](https://togithub.com/anzuj)) - [#​6237](https://togithub.com/vuejs/vue-cli/pull/6237) fix code demo ([@​yyzclyang](https://togithub.com/yyzclyang)) ##### Committers: 13 - Alec Barrett ([@​anbnyc](https://togithub.com/anbnyc)) - Alexander Sokolov ([@​Alex-Sokolov](https://togithub.com/Alex-Sokolov)) - Andy Castille ([@​Klikini](https://togithub.com/Klikini)) - Anzelika ([@​anzuj](https://togithub.com/anzuj)) - Ben Hutton ([@​Relequestual](https://togithub.com/Relequestual)) - Calvin Schröder ([@​Lalaluka](https://togithub.com/Lalaluka)) - Darrin Nagengast ([@​darrinmn9](https://togithub.com/darrinmn9)) - Matthijs van der Burgh ([@​MatthijsBurgh](https://togithub.com/MatthijsBurgh)) - Rüdiger Busche ([@​JarnoRFB](https://togithub.com/JarnoRFB)) - [@​HelloJiya](https://togithub.com/HelloJiya) - [@​MowlCoder](https://togithub.com/MowlCoder) - wxsm ([@​wxsms](https://togithub.com/wxsms)) - 鱼依藻常乐 ([@​yyzclyang](https://togithub.com/yyzclyang)) ### [`v4.5.18`](https://togithub.com/vuejs/vue-cli/releases/tag/v4.5.18) [Compare Source](https://togithub.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://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

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 has been generated by Mend Renovate. View repository job log here.