chore(deps): update dependency prettier to v3 #44

Merged
nemunaire merged 1 commits from renovate/prettier-3.x into master 2023-07-20 07:48:33 +00:00
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) ^2.5.1 -> ^3.0.0 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

v3.0.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`^2.5.1` -> `^3.0.0`](https://renovatebot.com/diffs/npm/prettier/2.8.8/3.0.0) | [![age](https://badges.renovateapi.com/packages/npm/prettier/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/prettier/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/prettier/3.0.0/compatibility-slim/2.8.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/prettier/3.0.0/confidence-slim/2.8.8)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.0.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://github.com/prettier/prettier/compare/2.8.8...3.0.0) [diff](https://github.com/prettier/prettier/compare/3.0.0-alpha.6...3.0.0) 🔗 [Release Notes](https://prettier.io/blog/2023/07/05/3.0.0.html) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTguMCIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Author
Contributor

⚠ 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 could not resolve
npm ERR! 
npm ERR! While resolving: prettier-plugin-svelte@2.10.1
npm ERR! Found: prettier@3.0.0
npm ERR! node_modules/prettier
npm ERR!   dev prettier@"^3.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer prettier@"^1.16.4 || ^2.0.0" from prettier-plugin-svelte@2.10.1
npm ERR! node_modules/prettier-plugin-svelte
npm ERR!   dev prettier-plugin-svelte@"^2.5.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: prettier@2.8.8
npm ERR! node_modules/prettier
npm ERR!   peer prettier@"^1.16.4 || ^2.0.0" from prettier-plugin-svelte@2.10.1
npm ERR!   node_modules/prettier-plugin-svelte
npm ERR!     dev prettier-plugin-svelte@"^2.5.0" 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! See /var/lib/renovatebot/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /var/lib/renovatebot/cache/others/npm/_logs/2023-07-18T03_24_57_036Z-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 could not resolve npm ERR! npm ERR! While resolving: prettier-plugin-svelte@2.10.1 npm ERR! Found: prettier@3.0.0 npm ERR! node_modules/prettier npm ERR! dev prettier@"^3.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer prettier@"^1.16.4 || ^2.0.0" from prettier-plugin-svelte@2.10.1 npm ERR! node_modules/prettier-plugin-svelte npm ERR! dev prettier-plugin-svelte@"^2.5.0" from the root project npm ERR! npm ERR! Conflicting peer dependency: prettier@2.8.8 npm ERR! node_modules/prettier npm ERR! peer prettier@"^1.16.4 || ^2.0.0" from prettier-plugin-svelte@2.10.1 npm ERR! node_modules/prettier-plugin-svelte npm ERR! dev prettier-plugin-svelte@"^2.5.0" 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! See /var/lib/renovatebot/cache/others/npm/eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in: npm ERR! /var/lib/renovatebot/cache/others/npm/_logs/2023-07-18T03_24_57_036Z-debug-0.log ```
renovate-bot force-pushed renovate/prettier-3.x from 9dbd50d90b to 1a62c58382 2023-07-06 10:27:27 +00:00 Compare
renovate-bot force-pushed renovate/prettier-3.x from 1a62c58382 to af1956f02c 2023-07-09 15:32:55 +00:00 Compare
renovate-bot force-pushed renovate/prettier-3.x from af1956f02c to 6bfe2e1c6f 2023-07-09 18:36:40 +00:00 Compare
renovate-bot force-pushed renovate/prettier-3.x from 362201f870 to 66ca4c0a2f 2023-07-11 16:31:30 +00:00 Compare
renovate-bot force-pushed renovate/prettier-3.x from 66ca4c0a2f to 78b3e81a8c 2023-07-11 18:28:38 +00:00 Compare
renovate-bot force-pushed renovate/prettier-3.x from 78b3e81a8c to d47c27583b 2023-07-17 22:34:20 +00:00 Compare
renovate-bot force-pushed renovate/prettier-3.x from d47c27583b to c49ab35ca8 2023-07-18 01:28:11 +00:00 Compare
renovate-bot force-pushed renovate/prettier-3.x from c49ab35ca8 to f111af122e 2023-07-18 03:25:08 +00:00 Compare
nemunaire merged commit f111af122e into master 2023-07-20 07:48:33 +00:00
nemunaire deleted branch renovate/prettier-3.x 2023-07-20 07:48:33 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
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: teach/maatma-videos#44
No description provided.