Open renovate[bot] opened 10 months ago
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 unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: styled-code-formats@0.0.0-dev
npm ERR! Found: prettier@2.8.8
npm ERR! node_modules/prettier
npm ERR! dev prettier@"^2.1.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer prettier@"^3.0.0" from pretty-quick@4.0.0
npm ERR! node_modules/pretty-quick
npm ERR! dev pretty-quick@"^4.0.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 /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-01-17T23_55_08_303Z-debug-0.log
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
styled-code-formats | ❌ Failed (Inspect) | Jan 17, 2024 11:55pm |
Thanks for the PR!
This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.
Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.
Is your PR ready for review and processing? Mark the PR ready by including #pr-ready
in a comment.
If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold
in a comment.
This PR contains the following updates:
^3.1.0
->^4.0.0
Release Notes
prettier/pretty-quick (pretty-quick)
### [`v4.0.0`](https://redirect.github.com/prettier/pretty-quick/blob/HEAD/CHANGELOG.md#400) [Compare Source](https://redirect.github.com/prettier/pretty-quick/compare/v3.3.1...v4.0.0) ##### Major Changes - [#182](https://redirect.github.com/prettier/pretty-quick/pull/182) [`f1cacb2`](https://redirect.github.com/prettier/pretty-quick/commit/f1cacb21c3a69cb50c34b716f59db4d746849c60) Thanks [@JounQin](https://redirect.github.com/JounQin)! - feat!: support prettier v3 ### [`v3.3.1`](https://redirect.github.com/prettier/pretty-quick/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://redirect.github.com/prettier/pretty-quick/compare/v3.3.0...v3.3.1) ##### Patch Changes - [#185](https://redirect.github.com/prettier/pretty-quick/pull/185) [`ca4d269`](https://redirect.github.com/prettier/pretty-quick/commit/ca4d269328fa6cbca651060f9af5a7e48c3abc02) Thanks [@JounQin](https://redirect.github.com/JounQin)! - fix: remove unexpected .tsbuildinfo file ### [`v3.3.0`](https://redirect.github.com/prettier/pretty-quick/blob/HEAD/CHANGELOG.md#330) [Compare Source](https://redirect.github.com/prettier/pretty-quick/compare/v3.2.1...v3.3.0) ##### Minor Changes - [#180](https://redirect.github.com/prettier/pretty-quick/pull/180) [`93924ab`](https://redirect.github.com/prettier/pretty-quick/commit/93924ab962ea94cc21f0ea6464a01b9f65543eb6) Thanks [@SukkaW](https://redirect.github.com/SukkaW)! - refactor: replace `chalk` and `multimatch` with their lightweight and performant alternatives ##### Patch Changes - [#183](https://redirect.github.com/prettier/pretty-quick/pull/183) [`71aab56`](https://redirect.github.com/prettier/pretty-quick/commit/71aab568495773cb3b9a683b79e6f20294ed585a) Thanks [@JounQin](https://redirect.github.com/JounQin)! - fix: more robust computation of git directory ### [`v3.2.1`](https://redirect.github.com/prettier/pretty-quick/blob/HEAD/CHANGELOG.md#321) [Compare Source](https://redirect.github.com/prettier/pretty-quick/compare/v3.2.0...v3.2.1) ##### Patch Changes - [#178](https://redirect.github.com/prettier/pretty-quick/pull/178) [`1929cc9`](https://redirect.github.com/prettier/pretty-quick/commit/1929cc96fe0210c6fc44015c996ccd9c7eabd7fc) Thanks [@JounQin](https://redirect.github.com/JounQin)! - fix: add tslib as dependency ### [`v3.2.0`](https://redirect.github.com/prettier/pretty-quick/blob/HEAD/CHANGELOG.md#320) [Compare Source](https://redirect.github.com/prettier/pretty-quick/compare/v3.1.4...v3.2.0) ##### Minor Changes - [#175](https://redirect.github.com/prettier/pretty-quick/pull/175) [`4f5a345`](https://redirect.github.com/prettier/pretty-quick/commit/4f5a345f932a33c99da54f38dfbf78f2b23ae773) Thanks [@JounQin](https://redirect.github.com/JounQin)! - feat: migrate code base to TypeScript ### [`v3.1.4`](https://redirect.github.com/prettier/pretty-quick/blob/HEAD/CHANGELOG.md#314) [Compare Source](https://redirect.github.com/prettier/pretty-quick/compare/v3.1.3...v3.1.4) ##### Patch Changes - [#172](https://redirect.github.com/prettier/pretty-quick/pull/172) [`49acad2`](https://redirect.github.com/prettier/pretty-quick/commit/49acad2abcf327a892eee0cef5d96ec94788414a) Thanks [@JounQin](https://redirect.github.com/JounQin)! - fix: incorrect prettier peer version ### [`v3.1.3`](https://redirect.github.com/prettier/pretty-quick/releases/tag/v3.1.3) [Compare Source](https://redirect.github.com/prettier/pretty-quick/compare/v3.1.2...v3.1.3) ##### Bug Fixes - detect git when in use git worktree ([#142](https://redirect.github.com/azz/pretty-quick/issues/142)) ([bc231a3](https://redirect.github.com/azz/pretty-quick/commit/bc231a3a03a82309603839764a675359bd09e4eb)) ### [`v3.1.2`](https://redirect.github.com/prettier/pretty-quick/releases/tag/v3.1.2) [Compare Source](https://redirect.github.com/prettier/pretty-quick/compare/v3.1.1...v3.1.2) ##### Bug Fixes - check for supportedExtenions after filtering ignored files ([#143](https://redirect.github.com/azz/pretty-quick/issues/143)) ([5cb47e6](https://redirect.github.com/azz/pretty-quick/commit/5cb47e6c92c98c0e54739151b400e12920b24990)) ### [`v3.1.1`](https://redirect.github.com/prettier/pretty-quick/releases/tag/v3.1.1) [Compare Source](https://redirect.github.com/prettier/pretty-quick/compare/v3.1.0...v3.1.1) ##### Bug Fixes - allow non-core file extensions (from plugins) ([#128](https://redirect.github.com/azz/pretty-quick/issues/128)) ([262a02d](https://redirect.github.com/azz/pretty-quick/commit/262a02dd8c8b44122c8ebf90de54d884a477c092))Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, 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.