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.3 #100

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.2 -> 1.16.3 homepage, source

Release Notes

prettier/prettier ### [`v1.16.3`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1163) [Compare Source](https://togithub.com/prettier/prettier/compare/1.16.2...1.16.3) [diff](https://togithub.com/prettier/prettier/compare/1.16.2...1.16.3) - TypeScript: Revert "Update typescript-estree to new package name" ([#​5818] by [@​ikatyang]) There's an internal change introduced in Prettier 1.16.2, which updated `typescript-estree` to its new package name, but unfortunately it broke the output so we reverted it as a temporary workaround for now. ```ts // Input export default { load(k: K, t: T) { return {k, t}; } } // Output (Prettier 1.16.2) export default { load(k: K, t: T) { return { k, t }; } }; // Output (Prettier 1.16.3) export default { load(k: K, t: T) { return { k, t }; } }; ``` [@​ikatyang]: https://togithub.com/ikatyang [#​5818]: https://togithub.com/prettier/prettier/pull/5818

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.