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 babel-plugin-tester to v8 - autoclosed #101

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
babel-plugin-tester devDependencies major 6.0.0 -> 8.0.1

Release Notes

babel-utils/babel-plugin-tester ### [`v8.0.1`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v8.0.1) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v8.0.0...v8.0.1) ##### Bug Fixes - avoid crash when importing without global expect ([#​56](https://togithub.com/babel-utils/babel-plugin-tester/issues/56)) ([a134785](https://togithub.com/babel-utils/babel-plugin-tester/commit/a134785)) ### [`v8.0.0`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v8.0.0) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v7.0.4...v8.0.0) ##### Features - format result with prettier and unstring snapshots ([#​55](https://togithub.com/babel-utils/babel-plugin-tester/issues/55)) ([60e5c07](https://togithub.com/babel-utils/babel-plugin-tester/commit/60e5c07)) ##### BREAKING CHANGES - Your snapshots will probably need to be updated with these changes. If you don't like the changes, then take a look at the README about overriding the formatResult and disabling the un-string snapshot serializer - If you're using commonjs (`require`) you'll need to require the default: ```diff - const pluginTester = require('babel-plugin-tester') + const pluginTester = require('babel-plugin-tester').default ``` ### [`v7.0.4`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v7.0.4) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v7.0.3...v7.0.4) ##### Bug Fixes - set configFile to false by default ([7b97a6f](https://togithub.com/babel-utils/babel-plugin-tester/commit/7b97a6f)) ### [`v7.0.3`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v7.0.3) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v7.0.2...v7.0.3) ##### Bug Fixes - support all babelrc files ([#​54](https://togithub.com/babel-utils/babel-plugin-tester/issues/54)) ([dd01d8b](https://togithub.com/babel-utils/babel-plugin-tester/commit/dd01d8b)) ### [`v7.0.2`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v7.0.2) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v7.0.1...v7.0.2) ##### Bug Fixes - remove unnecessary packages ([#​52](https://togithub.com/babel-utils/babel-plugin-tester/issues/52)) ([9d1b8ff](https://togithub.com/babel-utils/babel-plugin-tester/commit/9d1b8ff)) ### [`v7.0.1`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v7.0.1) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v7.0.0...v7.0.1) ##### Bug Fixes - remove try/catch. ([523fc9a](https://togithub.com/babel-utils/babel-plugin-tester/commit/523fc9a)) ### [`v7.0.0`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v7.0.0) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v6.5.0...v7.0.0) ##### Features - update all the things ([7c8296b](https://togithub.com/babel-utils/babel-plugin-tester/commit/7c8296b)) ##### BREAKING CHANGES - Require Node 8 ### [`v6.5.0`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v6.5.0) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v6.4.0...v6.5.0) ##### Features - jsx and tsx support ([#​48](https://togithub.com/babel-utils/babel-plugin-tester/issues/48)) ([9ea1783](https://togithub.com/babel-utils/babel-plugin-tester/commit/9ea1783)) ### [`v6.4.0`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v6.4.0) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v6.3.1...v6.4.0) ##### Features - control which linefeed character to use ([#​45](https://togithub.com/babel-utils/babel-plugin-tester/issues/45)) ([8c38231](https://togithub.com/babel-utils/babel-plugin-tester/commit/8c38231)) ### [`v6.3.1`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v6.3.1) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v6.3.0...v6.3.1) ##### Bug Fixes - trim input and output correctly ([#​44](https://togithub.com/babel-utils/babel-plugin-tester/issues/44)) ([1d22086](https://togithub.com/babel-utils/babel-plugin-tester/commit/1d22086)) ### [`v6.3.0`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v6.3.0) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v6.2.1...v6.3.0) ##### Features - concat arrays in `babelOptions` ([#​43](https://togithub.com/babel-utils/babel-plugin-tester/issues/43)) ([b63e8e1](https://togithub.com/babel-utils/babel-plugin-tester/commit/b63e8e1)) ### [`v6.2.1`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v6.2.1) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v6.2.0...v6.2.1) ##### Bug Fixes - **fixtures:** get options from root options.json ([#​42](https://togithub.com/babel-utils/babel-plugin-tester/issues/42)) ([556ca0d](https://togithub.com/babel-utils/babel-plugin-tester/commit/556ca0d)) ### [`v6.2.0`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v6.2.0) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v6.1.0...v6.2.0) ##### Features - **fixtures:** get plugin options for fixtures from options.json ([#​41](https://togithub.com/babel-utils/babel-plugin-tester/issues/41)) ([7b9e76d](https://togithub.com/babel-utils/babel-plugin-tester/commit/7b9e76d)) ### [`v6.1.0`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v6.1.0) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v6.0.1...v6.1.0) ##### Features - **fixtures:** allow formatting fixtures results ([#​39](https://togithub.com/babel-utils/babel-plugin-tester/issues/39)) ([e6c219f](https://togithub.com/babel-utils/babel-plugin-tester/commit/e6c219f)) ### [`v6.0.1`](https://togithub.com/babel-utils/babel-plugin-tester/releases/v6.0.1) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v6.0.0...v6.0.1) ##### Bug Fixes - avoid returning values in describe blocks ([#​38](https://togithub.com/babel-utils/babel-plugin-tester/issues/38)) ([f3d7b5b](https://togithub.com/babel-utils/babel-plugin-tester/commit/f3d7b5b))

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 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.