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 - autoclosed #142

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
prettier (source) dependencies minor 1.18.2 -> 1.19.1

Release Notes

prettier/prettier ### [`v1.19.1`](https://togithub.com/prettier/prettier/blob/master/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/master/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)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 5 years ago

:warning: Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

:recycle: 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
lerna notice cli v3.16.4
lerna info Bootstrapping 7 packages
lerna info Installing external dependencies
lerna ERR! npm install --ignore-scripts --ignore-engines --ignore-platform --mutex network:31879 exited 1 in 'gatsby-starter-digital-garden'
lerna ERR! npm install --ignore-scripts --ignore-engines --ignore-platform --mutex network:31879 stderr:
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "network:": network:31879

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2019-11-10T12_45_19_214Z-debug.log

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