Update vue-cli monorepo to v5 (major) #43

Merged
Brain merged 2 commits from renovate/major-5-vue-cli-monorepo into main 2024-04-23 17:16:04 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@vue/cli-plugin-babel (source) devDependencies major 4.5.19 -> 5.0.8
@vue/cli-plugin-eslint (source) devDependencies major 4.5.19 -> 5.0.8
@vue/cli-plugin-pwa (source) devDependencies major 4.5.19 -> 5.0.8
@vue/cli-service (source) devDependencies major 4.5.19 -> 5.0.8

Release Notes

vuejs/vue-cli (@​vue/cli-plugin-babel)

v5.0.8

Compare Source

🐛 Bug Fix

v5.0.7

Compare Source

  • @vue/cli-service
    • #​7202, [558dea2] fix: support devServer.server option, avoid deprecation warnings (@​backrunner, @​sodatea)
    • [beffe8a](https://github.com/vuejs/vue-cli/commit/beffe8a)] fix: allow disabling progress plugin via `devServer.client.progress`
      
  • @vue/cli-ui
    • #​7210 chore: upgrade to apollo-server-express 3.x
Committers: 2

v5.0.6

Compare Source

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

Compare Source

🐛 Bug Fix
Committers: 3

v5.0.4

Compare Source

🐛 Bug Fix
  • @vue/cli-service
  • @vue/cli-shared-utils, @vue/cli-ui
    • 75826d6 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain
Committers: 1

v5.0.3

Compare Source

🐛 Bug Fix
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

v5.0.2

Compare Source

🐛 Bug Fix
Committers: 2

v5.0.1

Compare Source

Same as 5.0.0.

v5.0.0

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 13

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme) ([source](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel)) | devDependencies | major | [`4.5.19` -> `5.0.8`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-babel/4.5.19/5.0.8) | | [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-eslint#readme) ([source](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint)) | devDependencies | major | [`4.5.19` -> `5.0.8`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-eslint/4.5.19/5.0.8) | | [@vue/cli-plugin-pwa](https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-pwa#readme) ([source](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-pwa)) | devDependencies | major | [`4.5.19` -> `5.0.8`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-pwa/4.5.19/5.0.8) | | [@vue/cli-service](https://cli.vuejs.org/) ([source](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service)) | devDependencies | major | [`4.5.19` -> `5.0.8`](https://renovatebot.com/diffs/npm/@vue%2fcli-service/4.5.19/5.0.8) | --- ### Release Notes <details> <summary>vuejs/vue-cli (@&#8203;vue/cli-plugin-babel)</summary> ### [`v5.0.8`](https://github.com/vuejs/vue-cli/releases/tag/v5.0.8) [Compare Source](https://github.com/vuejs/vue-cli/compare/v5.0.7...v5.0.8) ##### :bug: Bug Fix - `@vue/cli-service` - [0260e4d](https://github.com/vuejs/vue-cli/commit/0260e4d) fix: add devServer.server.type to useHttps judgement (https://github.com/vuejs/vue-cli/pull/7222) - `@vue/cli-ui` - [07052c4](https://github.com/vuejs/vue-cli/commit/07052c4) fix: Vue CLI UI graphql subscription server error, fixes https://github.com/vuejs/vue-cli/issues/7221 ### [`v5.0.7`](https://github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#507-2022-07-05) [Compare Source](https://github.com/vuejs/vue-cli/compare/v5.0.6...v5.0.7) - `@vue/cli-service` - [#&#8203;7202](https://github.com/vuejs/vue-cli/pull/7202), \[[558dea2](https://github.com/vuejs/vue-cli/commit/558dea2)] fix: support `devServer.server` option, avoid deprecation warnings ([@&#8203;backrunner](https://github.com/backrunner), [@&#8203;sodatea](https://github.com/sodatea)) - \[[beffe8a](https://github.com/vuejs/vue-cli/commit/beffe8a)] fix: allow disabling progress plugin via `devServer.client.progress` - `@vue/cli-ui` - [#&#8203;7210](https://github.com/vuejs/vue-cli/pull/7210) chore: upgrade to apollo-server-express 3.x ##### Committers: 2 - BackRunner ([@&#8203;backrunner](https://github.com/backrunner)) - Haoqun Jiang ([@&#8203;sodatea](https://github.com/sodatea)) ### [`v5.0.6`](https://github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#506-2022-06-16) [Compare Source](https://github.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://github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#505-2022-06-16) [Compare Source](https://github.com/vuejs/vue-cli/compare/v5.0.4...v5.0.5) ##### :bug: Bug Fix - `@vue/cli` - [#&#8203;7167](https://github.com/vuejs/vue-cli/pull/7167) feat(upgrade): prevent changing the structure of package.json file during upgrade ([@&#8203;blzsaa](https://github.com/blzsaa)) - `@vue/cli-service` - [#&#8203;7023](https://github.com/vuejs/vue-cli/pull/7023) fix: windows vue.config.mjs support ([@&#8203;xiaoxiangmoe](https://github.com/xiaoxiangmoe)) ##### Committers: 3 - Martijn Jacobs ([@&#8203;maerteijn](https://github.com/maerteijn)) - ZHAO Jinxiang ([@&#8203;xiaoxiangmoe](https://github.com/xiaoxiangmoe)) - [@&#8203;blzsaa](https://github.com/blzsaa) ### [`v5.0.4`](https://github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#504-2022-03-22) [Compare Source](https://github.com/vuejs/vue-cli/compare/v5.0.3...v5.0.4) ##### :bug: Bug Fix - `@vue/cli-service` - [#&#8203;7005](https://github.com/vuejs/vue-cli/pull/7005) Better handling of `publicPath: 'auto'` ([@&#8203;AndreiSoroka](https://github.com/AndreiSoroka)) - `@vue/cli-shared-utils`, `@vue/cli-ui` - [75826d6](https://github.com/vuejs/vue-cli/commit/75826d6) fix: replace `node-ipc` with `@achrinza/node-ipc` to further secure the dependency chain ##### Committers: 1 - Andrei ([@&#8203;AndreiSoroka](https://github.com/AndreiSoroka)) - Haoqun Jiang ([@&#8203;sodatea](https://github.com/sodatea)) ### [`v5.0.3`](https://github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#503-2022-03-15) [Compare Source](https://github.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://github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#502-2022-03-15) [Compare Source](https://github.com/vuejs/vue-cli/compare/v5.0.1...v5.0.2) ##### :bug: Bug Fix - `@vue/cli-service` - [#&#8203;7044](https://github.com/vuejs/vue-cli/pull/7044) fix(cli-service): devServer proxy should be optional ([@&#8203;ntnyq](https://github.com/ntnyq)) - [#&#8203;7039](https://github.com/vuejs/vue-cli/pull/7039) chore: add scss to LoaderOptions ([@&#8203;hiblacker](https://github.com/hiblacker)) ##### Committers: 2 - Blacker ([@&#8203;hiblacker](https://github.com/hiblacker)) - ntnyq ([@&#8203;ntnyq](https://github.com/ntnyq)) ### [`v5.0.1`](https://github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#501-2022-02-17) [Compare Source](https://github.com/vuejs/vue-cli/compare/v5.0.0...v5.0.1) Same as 5.0.0. ### [`v5.0.0`](https://github.com/vuejs/vue-cli/blob/HEAD/CHANGELOG.md#500-2022-02-17) [Compare Source](https://github.com/vuejs/vue-cli/compare/v4.5.19...v5.0.0) ##### :bug: Bug Fix - `@vue/cli-service` - [#&#8203;6972](https://github.com/vuejs/vue-cli/pull/6972) Remove --skip-plugin from arguments ([@&#8203;MatthijsBurgh](https://github.com/MatthijsBurgh)) - [#&#8203;6987](https://github.com/vuejs/vue-cli/pull/6987) fix: update mini-css-extract-plugin to ^2.5.3 ([@&#8203;darrinmn9](https://github.com/darrinmn9)) ##### :memo: Documentation - [#&#8203;6706](https://github.com/vuejs/vue-cli/pull/6706) docs: update vue create --help output in "Basics/Creating a Project" ([@&#8203;Lalaluka](https://github.com/Lalaluka)) - [#&#8203;6642](https://github.com/vuejs/vue-cli/pull/6642) docs: Update README.md ([@&#8203;wxsms](https://github.com/wxsms)) - [#&#8203;6620](https://github.com/vuejs/vue-cli/pull/6620) Fix typo in deployment guide ([@&#8203;Klikini](https://github.com/Klikini)) - [#&#8203;6623](https://github.com/vuejs/vue-cli/pull/6623) fix(docs): the plugin-dev in zh has a regexp lose the end / ([@&#8203;HelloJiya](https://github.com/HelloJiya)) - [#&#8203;6377](https://github.com/vuejs/vue-cli/pull/6377) replace master with main to reflect GH default ([@&#8203;anbnyc](https://github.com/anbnyc)) - [#&#8203;6359](https://github.com/vuejs/vue-cli/pull/6359) Fix master to main in heroku deployment ([@&#8203;MowlCoder](https://github.com/MowlCoder)) - [#&#8203;6266](https://github.com/vuejs/vue-cli/pull/6266) Add note about loader incompatible with webpack 4 ([@&#8203;JarnoRFB](https://github.com/JarnoRFB)) - [#&#8203;6239](https://github.com/vuejs/vue-cli/pull/6239) Update deployment.md ([@&#8203;anzuj](https://github.com/anzuj)) - [#&#8203;6237](https://github.com/vuejs/vue-cli/pull/6237) fix code demo ([@&#8203;yyzclyang](https://github.com/yyzclyang)) ##### Committers: 13 - Alec Barrett ([@&#8203;anbnyc](https://github.com/anbnyc)) - Alexander Sokolov ([@&#8203;Alex-Sokolov](https://github.com/Alex-Sokolov)) - Andy Castille ([@&#8203;Klikini](https://github.com/Klikini)) - Anzelika ([@&#8203;anzuj](https://github.com/anzuj)) - Ben Hutton ([@&#8203;Relequestual](https://github.com/Relequestual)) - Calvin Schröder ([@&#8203;Lalaluka](https://github.com/Lalaluka)) - Darrin Nagengast ([@&#8203;darrinmn9](https://github.com/darrinmn9)) - Matthijs van der Burgh ([@&#8203;MatthijsBurgh](https://github.com/MatthijsBurgh)) - Rüdiger Busche ([@&#8203;JarnoRFB](https://github.com/JarnoRFB)) - [@&#8203;HelloJiya](https://github.com/HelloJiya) - [@&#8203;MowlCoder](https://github.com/MowlCoder) - wxsm ([@&#8203;wxsms](https://github.com/wxsms)) - 鱼依藻常乐 ([@&#8203;yyzclyang](https://github.com/yyzclyang)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNSIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-04-16 22:07:21 +02:00
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement Details
continuous-integration/drone/pr Build is failing Details
3164d6a2a5
Update vue-cli monorepo to v5
Author
Collaborator

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: digitale-offline-registration@0.1.0
npm ERR! Found: eslint@6.8.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"6.8.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@">=7.5.0" from @vue/cli-plugin-eslint@5.0.8
npm ERR! node_modules/@vue/cli-plugin-eslint
npm ERR!   dev @vue/cli-plugin-eslint@"5.0.8" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-16T20_20_51_002Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-16T20_20_51_002Z-debug-0.log

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: package-lock.json ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: digitale-offline-registration@0.1.0 npm ERR! Found: eslint@6.8.0 npm ERR! node_modules/eslint npm ERR! dev eslint@"6.8.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer eslint@">=7.5.0" from @vue/cli-plugin-eslint@5.0.8 npm ERR! node_modules/@vue/cli-plugin-eslint npm ERR! dev @vue/cli-plugin-eslint@"5.0.8" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! npm ERR! For a full report see: npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-16T20_20_51_002Z-eresolve-report.txt npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-16T20_20_51_002Z-debug-0.log ```
renovate-bot force-pushed renovate/major-5-vue-cli-monorepo from 3164d6a2a5 to d0e3f0ca79 2024-04-16 22:20:55 +02:00 Compare
Brain added 1 commit 2024-04-16 22:53:47 +02:00
continuous-integration/drone/pr Build is passing Details
415433b1fa
Bump eslint and @vue/eslint-config-standard
Brain requested review from HerHde 2024-04-16 22:55:51 +02:00
Member

So, in der Kombination scheint der Kram jetzt mal zu tun.

So, in der Kombination scheint der Kram jetzt mal zu tun.
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ **Warning**: custom changes will be lost.
HerHde approved these changes 2024-04-23 17:15:46 +02:00
Brain merged commit 5ec81733a2 into main 2024-04-23 17:16:04 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wtf-eg/digitale-online-offline-registration#43
No description provided.