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 v10 - autoclosed #120

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-plugin-tester 6.0.0 -> 10.1.0 age adoption passing confidence

Release Notes

babel-utils/babel-plugin-tester ### [`v10.1.0`](https://togithub.com/babel-utils/babel-plugin-tester/releases/tag/v10.1.0) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v10.0.0...v10.1.0) ##### Features - use babel.transformAsync when it's available ([#​84](https://togithub.com/babel-utils/babel-plugin-tester/issues/84)) ([969be11](https://togithub.com/babel-utils/babel-plugin-tester/commit/969be117ee279603244d0b413156c7995f403bd1)) ### [`v10.0.0`](https://togithub.com/babel-utils/babel-plugin-tester/releases/tag/v10.0.0) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v9.2.0...v10.0.0) ##### Bug Fixes - **pluginNameInference:** remove the inference. Default to "unknown plugin" ([#​78](https://togithub.com/babel-utils/babel-plugin-tester/issues/78)) ([91c22ec](https://togithub.com/babel-utils/babel-plugin-tester/commit/91c22ecc29598db2a99b16df29d986087e9cd1b4)), closes [#​60](https://togithub.com/babel-utils/babel-plugin-tester/issues/60) ##### BREAKING CHANGES - **pluginNameInference:** Plugin name inference is no longer supported ### [`v9.2.0`](https://togithub.com/babel-utils/babel-plugin-tester/releases/tag/v9.2.0) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v9.1.0...v9.2.0) ##### Features - add 'fixtureOutputExt' configuration option ([#​73](https://togithub.com/babel-utils/babel-plugin-tester/issues/73)) ([ae67eee](https://togithub.com/babel-utils/babel-plugin-tester/commit/ae67eeee0c344f066ebb518ae61498383f2e9167)) ### [`v9.1.0`](https://togithub.com/babel-utils/babel-plugin-tester/releases/tag/v9.1.0) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v9.0.1...v9.1.0) ##### Features - add types from definitely typed ([#​70](https://togithub.com/babel-utils/babel-plugin-tester/issues/70)) ([b5569f4](https://togithub.com/babel-utils/babel-plugin-tester/commit/b5569f48a90b3163ab7bdab8ab8d7f3bd50a49e8)) ### [`v9.0.1`](https://togithub.com/babel-utils/babel-plugin-tester/releases/tag/v9.0.1) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v9.0.0...v9.0.1) ##### Bug Fixes - apply fix line endings to code and output in two spots ([#​68](https://togithub.com/babel-utils/babel-plugin-tester/issues/68)) ([f1c17ef](https://togithub.com/babel-utils/babel-plugin-tester/commit/f1c17ef49a3fc06cf030c34c9fa95c52a56ea929)) ### [`v9.0.0`](https://togithub.com/babel-utils/babel-plugin-tester/releases/tag/v9.0.0) [Compare Source](https://togithub.com/babel-utils/babel-plugin-tester/compare/v8.0.1...v9.0.0) ##### Bug Fixes - **node:** update to prettier@2 and drop Node < 10.13 ([#​66](https://togithub.com/babel-utils/babel-plugin-tester/issues/66)) ([1e7ad06](https://togithub.com/babel-utils/babel-plugin-tester/commit/1e7ad06bd20c26d1f933867bada159ec5d52e94f)) ##### BREAKING CHANGES - **node:** Requires Node >= 10.13.0 ### [`v8.0.1`](https://togithub.com/babel-utils/babel-plugin-tester/releases/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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/tag/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))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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