johno / digital-garden

🌻[WIP] Gatsby Theme to build your own digital garden 🌻🥀🌸
216 stars 11 forks source link

Update dependency prettier to v1.19.1 #156

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 1.18.2 -> 1.19.1 age adoption passing confidence

Release Notes

prettier/prettier ### [`v1.19.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​1191) [Compare Source](https://togithub.com/prettier/prettier/compare/1.19.0...1.19.1) [diff](https://togithub.com/prettier/prettier/compare/1.19.0...1.19.1) ##### CLI ##### Fix `--stdin` regression in 1.19.0 ([#​6894](https://togithub.com/prettier/prettier/pull/6894) by [@​lydell](https://togithub.com/lydell)) // Prettier stable $ echo "test" | prettier --stdin --parser babel [error] regeneratorRuntime is not defined // Prettier master $ echo "test" | prettier --stdin --parser babel test; ##### TypeScript ##### Fix formatting of union type as arrow function return type ([#​6896](https://togithub.com/prettier/prettier/pull/6896) by [@​thorn0](https://togithub.com/thorn0)) ```jsx // Input export const getVehicleDescriptor = async ( vehicleId: string, ): Promise => {} // Prettier stable export const getVehicleDescriptor = async ( vehicleId: string ): Promise<| Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined> => {}; // Prettier master export const getVehicleDescriptor = async ( vehicleId: string ): Promise< Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined > => {}; ``` ### [`v1.19.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​1190) [Compare Source](https://togithub.com/prettier/prettier/compare/1.18.2...1.19.0) [diff](https://togithub.com/prettier/prettier/compare/1.18.2...1.19.0) 🔗 [Release Notes](https://prettier.io/blog/2019/11/09/1.19.0.html)

Configuration

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

🚦 Automerge: Disabled due to failing status checks.

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.

renovate[bot] commented 2 years ago

⚠ 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:

The artifact failure details are included below:

File name: yarn.lock
npm notice 
npm notice New patch version of npm available! 8.5.0 -> 8.5.5
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.5.5>
npm notice Run `npm install -g npm@8.5.5` to update!
npm notice 
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated mkdirp-promise@5.0.1: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
npm WARN deprecated read-package-tree@5.3.1: The functionality that this package provided is now in @npmcli/arborist
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
ERR! lerna Unknown command "info"
ERR! lerna Did you mean init?
lerna notice cli v3.16.4
lerna info Bootstrapping 7 packages
lerna info Installing external dependencies
lerna ERR! npm install --ignore-scripts --ignore-scripts --ignore-engines --ignore-platform exited 1 in 'gatsby-starter-digital-garden'
lerna ERR! npm install --ignore-scripts --ignore-scripts --ignore-engines --ignore-platform stderr:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: gatsby-theme-digital-garden@0.2.3
npm ERR! Found: react-helmet@6.0.0-beta
npm ERR! node_modules/react-helmet
npm ERR!   react-helmet@"^6.0.0-beta" from gatsby-theme-digital-garden@0.2.3
npm ERR!   packages/gatsby-theme-digital-garden
npm ERR!     gatsby-theme-digital-garden@0.2.3
npm ERR!     node_modules/gatsby-theme-digital-garden
npm ERR!       workspace packages/gatsby-theme-digital-garden from the root project
npm ERR!       2 more (gatsby-starter-digital-garden-custom-mdx, gatsby-starter-digital-garden-dark)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react-helmet@"^5.1.3" from gatsby-plugin-react-helmet@3.1.3
npm ERR! node_modules/gatsby-plugin-react-helmet
npm ERR!   gatsby-plugin-react-helmet@"^3.1.3" from gatsby-theme-digital-garden@0.2.3
npm ERR!   packages/gatsby-theme-digital-garden
npm ERR!     gatsby-theme-digital-garden@0.2.3
npm ERR!     node_modules/gatsby-theme-digital-garden
npm ERR!       workspace packages/gatsby-theme-digital-garden from the root project
npm ERR!       2 more (gatsby-starter-digital-garden-custom-mdx, gatsby-starter-digital-garden-dark)
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-26T13_48_22_338Z-debug-0.log

lerna ERR! npm install --ignore-scripts --ignore-scripts --ignore-engines --ignore-platform exited 1 in 'gatsby-starter-digital-garden'