Open renovate[bot] opened 4 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
π Inspect: https://vercel.com/particular/demo-sync-moltin-to-shippo/EG4gL8w98PBZ83icc83G9fW9QxTV
β
Preview: https://demo-sync-moltin-to-shippo-git-renovate-prett-9fe967-particular.vercel.app
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 WARN using --force Recommended protections disabled.
npm notice
npm notice New minor version of npm available! 8.3.1 -> 8.5.3
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.5.3>
npm notice Run `npm install -g npm@8.5.3` to update!
npm notice
npm WARN using --force Recommended protections disabled.
chmod: cannot access '/home/ubuntu/.npm': No such file or directory
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: @particular./sync-moltin-to-shippo@0.0.0-semantic-release
npm ERR! Found: prettier@1.17.1
npm ERR! node_modules/prettier
npm ERR! dev prettier@"1.17.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer prettier@">=2.0.0" from pretty-quick@3.1.3
npm ERR! node_modules/pretty-quick
npm ERR! dev pretty-quick@"3.1.3" 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/2022-03-07T17_58_09_530Z-debug-0.log
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.
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
This PR contains the following updates:
1.11.0
->3.1.3
Release Notes
azz/pretty-quick
### [`v3.1.3`](https://togithub.com/azz/pretty-quick/releases/tag/v3.1.3) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.1.2...v3.1.3) ##### Bug Fixes - detect git when in use git worktree ([#142](https://togithub.com/azz/pretty-quick/issues/142)) ([bc231a3](https://togithub.com/azz/pretty-quick/commit/bc231a3a03a82309603839764a675359bd09e4eb)) ### [`v3.1.2`](https://togithub.com/azz/pretty-quick/releases/tag/v3.1.2) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.1.1...v3.1.2) ##### Bug Fixes - check for supportedExtenions after filtering ignored files ([#143](https://togithub.com/azz/pretty-quick/issues/143)) ([5cb47e6](https://togithub.com/azz/pretty-quick/commit/5cb47e6c92c98c0e54739151b400e12920b24990)) ### [`v3.1.1`](https://togithub.com/azz/pretty-quick/releases/tag/v3.1.1) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.1.0...v3.1.1) ##### Bug Fixes - allow non-core file extensions (from plugins) ([#128](https://togithub.com/azz/pretty-quick/issues/128)) ([262a02d](https://togithub.com/azz/pretty-quick/commit/262a02dd8c8b44122c8ebf90de54d884a477c092)) ### [`v3.1.0`](https://togithub.com/azz/pretty-quick/releases/tag/v3.1.0) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.0.2...v3.1.0) ##### Features - add an --ignore-path flag ([#115](https://togithub.com/azz/pretty-quick/issues/115)) ([eaf29e2](https://togithub.com/azz/pretty-quick/commit/eaf29e2a5a7e20d6a7d17672812b6340739dadd6)) ### [`v3.0.2`](https://togithub.com/azz/pretty-quick/releases/tag/v3.0.2) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.0.1...v3.0.2) ##### Bug Fixes - don't ignore file extensions defined in .prettierrc overrides ([#111](https://togithub.com/azz/pretty-quick/issues/111)) ([30699de](https://togithub.com/azz/pretty-quick/commit/30699deb3e031b54d3e05f404cfedbae7c994420)) ### [`v3.0.1`](https://togithub.com/azz/pretty-quick/releases/tag/v3.0.1) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.0.0...v3.0.1) ##### Bug Fixes - don't copy tests on build ([#112](https://togithub.com/azz/pretty-quick/issues/112)) ([e500e3c](https://togithub.com/azz/pretty-quick/commit/e500e3cff88bcb92c184f86f925e43e6a41b3235)) ### [`v3.0.0`](https://togithub.com/azz/pretty-quick/releases/tag/v3.0.0) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v2.0.2...v3.0.0) - BREAKING CHANGE: require node 10 and prettier 2 ([#104](https://togithub.com/azz/pretty-quick/issues/104)) ([9290ae4](https://togithub.com/azz/pretty-quick/commit/9290ae433655935f23513174a409ec537b407cc1)), closes [#104](https://togithub.com/azz/pretty-quick/issues/104) ##### BREAKING CHANGES - Node >=10.13.0 is required - Prettier ^2.0.0 is required If you are still on an older version of Node, or using Prettier v1, please stay on `pretty-quick@2`. ##### Other Changes - Run Prettier on full codebase ### [`v2.0.2`](https://togithub.com/azz/pretty-quick/releases/tag/v2.0.2) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v2.0.1...v2.0.2) #### [2.0.2](http://git+https/github.com/azz/pretty-quick/compare/v2.0.1...v2.0.2) (2020-08-21) ##### Bug Fixes - allow `.js.flow` extension ([#103](http://git+https/togithub.com/azz/pretty-quick/issues/103)) ([5360691](http://git+https/github.com/azz/pretty-quick/commit/53606914f20479d681081c5546ec66e719bbc924)), closes [/github.com/prettier/prettier/blob/ef880ec4b93230ac1c45be830ff060e78e0740d8/src/language-js/index.js#L22](http://git+https//github.com/prettier/prettier/blob/ef880ec4b93230ac1c45be830ff060e78e0740d8/src/language-js/index.js/issues/L22) ### [`v2.0.1`](https://togithub.com/azz/pretty-quick/releases/tag/v2.0.1) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v2.0.0...v2.0.1) #### [2.0.1](http://git+https/github.com/azz/pretty-quick/compare/v2.0.0...v2.0.1) (2019-11-05) ##### Bug Fixes - handling of submodules and .git path ([#90](http://git+https/togithub.com/azz/pretty-quick/issues/90)) ([#92](http://git+https/togithub.com/azz/pretty-quick/issues/92)) ([3370668](http://git+https/github.com/azz/pretty-quick/commit/337066812d10ea6a1e229815cc0cadb98d3f866c)) ### [`v2.0.0`](https://togithub.com/azz/pretty-quick/releases/tag/v2.0.0) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v1.11.1...v2.0.0) ##### Bug Fixes - upgrade dependencies ([#85](https://togithub.com/azz/pretty-quick/issues/85)) ([116f248](https://togithub.com/azz/pretty-quick/commit/116f248c8e4c291366137c835150bfe12500acf8)) ##### BREAKING CHANGES - requires node 8 ### [`v1.11.1`](https://togithub.com/azz/pretty-quick/releases/tag/v1.11.1) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v1.11.0...v1.11.1) ##### Bug Fixes - **deps:** bump diff from 3.4.0 to 3.5.0 ([#66](https://togithub.com/azz/pretty-quick/issues/66)) ([fd20481](https://togithub.com/azz/pretty-quick/commit/fd20481))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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.