Financial-Times / tako

🐙 A GitHub App that provides an API listing the repositories it is installed on.
MIT License
4 stars 0 forks source link

Update dependency prettier to v1.16.4 #105

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
prettier devDependencies patch 1.16.3 -> 1.16.4 homepage, source

Release Notes

prettier/prettier ### [`v1.16.4`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1164) [Compare Source](https://togithub.com/prettier/prettier/compare/1.16.3...1.16.4) [diff](https://togithub.com/prettier/prettier/compare/1.16.3...1.16.4) - API: Fix `prettier.getSupportInfo()` reporting babel parser for older versions of Prettier. ([#​5826] by [@​azz]) In version `1.16.0` of Prettier, the `babylon` parser was renamed to `babel`. Unfortunately this lead to a minor breaking change: `prettier.getSupportInfo('1.15.0')` would report that it supported `babel`, not `babylon`, which breaks text-editor integrations. This has now been fixed. [@​azz]: https://togithub.com/azz [#​5826]: https://togithub.com/prettier/prettier/pull/5826

Renovate configuration

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

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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



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

renovate[bot] commented 5 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label rebase to this PR and Renovate will reset/recreate it.

sjparkinson commented 5 years ago

Worth noting I have added running prettier --check to the lint script as part of this pull requests.