Closed renovate[bot] closed 1 month ago
Latest commit: 70d495796a834d5cb0db605a03221fec9a57ccd1
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
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:
The artifact failure details are included below:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: vite-plugin-checker@0.8.0
npm ERR! Found: vue-tsc@1.8.27
npm ERR! node_modules/vue-tsc
npm ERR! vue-tsc@"^1.8.27" from vite-plugin-dts@3.9.1
npm ERR! node_modules/vite-plugin-dts
npm ERR! dev vite-plugin-dts@"3.9.1" from @3squared/forge-ui@1.11.0
npm ERR! packages/ui
npm ERR! @3squared/forge-ui@1.11.0
npm ERR! node_modules/@3squared/forge-ui
npm ERR! workspace packages/ui from the root project
npm ERR! 2 more (@3squared/forge-playground, forge-ui-styleguide)
npm ERR! dev vue-tsc@"1.8.27" from @3squared/forge-playground@1.3.0
npm ERR! packages/playground
npm ERR! @3squared/forge-playground@1.3.0
npm ERR! node_modules/@3squared/forge-playground
npm ERR! workspace packages/playground from the root project
npm ERR! 1 more (forge-ui-styleguide)
npm ERR! 2 more (@3squared/forge-ui, forge-ui-styleguide)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional vue-tsc@"~2.1.6" from vite-plugin-checker@0.8.0
npm ERR! node_modules/vite-plugin-checker
npm ERR! dev vite-plugin-checker@"0.8.0" from forge-ui-styleguide@1.3.1
npm ERR! apps/docs
npm ERR! forge-ui-styleguide@1.3.1
npm ERR! node_modules/forge-ui-styleguide
npm ERR! workspace apps/docs from the root project
npm ERR! dev vite-plugin-checker@"0.8.0" from @3squared/forge-ui@1.11.0
npm ERR! packages/ui
npm ERR! @3squared/forge-ui@1.11.0
npm ERR! node_modules/@3squared/forge-ui
npm ERR! workspace packages/ui from the root project
npm ERR! 2 more (@3squared/forge-playground, forge-ui-styleguide)
npm ERR!
npm ERR! Conflicting peer dependency: vue-tsc@2.1.6
npm ERR! node_modules/vue-tsc
npm ERR! peerOptional vue-tsc@"~2.1.6" from vite-plugin-checker@0.8.0
npm ERR! node_modules/vite-plugin-checker
npm ERR! dev vite-plugin-checker@"0.8.0" from forge-ui-styleguide@1.3.1
npm ERR! apps/docs
npm ERR! forge-ui-styleguide@1.3.1
npm ERR! node_modules/forge-ui-styleguide
npm ERR! workspace apps/docs from the root project
npm ERR! dev vite-plugin-checker@"0.8.0" from @3squared/forge-ui@1.11.0
npm ERR! packages/ui
npm ERR! @3squared/forge-ui@1.11.0
npm ERR! node_modules/@3squared/forge-ui
npm ERR! workspace packages/ui from the root project
npm ERR! 2 more (@3squared/forge-playground, forge-ui-styleguide)
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! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-09-28T16_18_52_134Z-debug-0.log
This PR contains the following updates:
7.1.0
->9.0.0
Release Notes
vuejs/eslint-config-prettier (@vue/eslint-config-prettier)
### [`v9.0.0`](https://redirect.github.com/vuejs/eslint-config-prettier/releases/tag/v9.0.0) [Compare Source](https://redirect.github.com/vuejs/eslint-config-prettier/compare/v8.0.0...v9.0.0) #### Breaking Changes - Update eslint-config-prettier to v9 by [@WikiRik](https://redirect.github.com/WikiRik) in [https://github.com/vuejs/eslint-config-prettier/pull/18](https://redirect.github.com/vuejs/eslint-config-prettier/pull/18), which contains the following potential breaking change: > Changed: [unicode-bom](https://eslint.org/docs/rules/unicode-bom) is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add "unicode-bom": "off" to your config to disable it again, or run ESLint with --fix to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien ([@nstepien](https://redirect.github.com/nstepien))! ### [`v8.0.0`](https://redirect.github.com/vuejs/eslint-config-prettier/blob/HEAD/CHANGELOG.md#800-2023-07-20) [Compare Source](https://redirect.github.com/vuejs/eslint-config-prettier/compare/v7.1.0...v8.0.0) ##### Breaking Changes - Upgraded to Prettier v3; please check out the [Prettier release blog](https://prettier.io/blog/2023/07/05/3.0.0.html) for more details - Requires Node.js >= v14 - Requires ESLint >= v8Configuration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.