evenchange4 / graphql.macro

Compile GraphQL AST at build-time with babel-plugin-macros.
MIT License
239 stars 21 forks source link

chore(deps): update dependency prettier to v1.16.4 - autoclosed #60

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.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 ### [`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.

codecov[bot] commented 5 years ago

Codecov Report

Merging #60 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   95.45%   95.45%           
=======================================
  Files           5        5           
  Lines          44       44           
  Branches        6        6           
=======================================
  Hits           42       42           
  Misses          2        2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9720495...f6f0647. Read the comment docs.