Closed renovate[bot] closed 4 years ago
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:
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'
This PR contains the following updates:
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, ): PromiseRenovate 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.