graphql.macro icon indicating copy to clipboard operation
graphql.macro copied to clipboard

chore(deps): update dependency babel-plugin-tester to v10

Open renovate[bot] opened this issue 5 years ago • 0 comments

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

Compare Source

Features
  • use babel.transformAsync when it's available (#​84) (969be11)

v10.0.0

Compare Source

Bug Fixes
  • pluginNameInference: remove the inference. Default to "unknown plugin" (#​78) (91c22ec), closes #​60
BREAKING CHANGES
  • pluginNameInference: Plugin name inference is no longer supported

v9.2.0

Compare Source

Features

v9.1.0

Compare Source

Features

v9.0.1

Compare Source

Bug Fixes
  • apply fix line endings to code and output in two spots (#​68) (f1c17ef)

v9.0.0

Compare Source

Bug Fixes
  • node: update to prettier@2 and drop Node < 10.13 (#​66) (1e7ad06)
BREAKING CHANGES
  • node: Requires Node >= 10.13.0

v8.0.1

Compare Source

Bug Fixes
  • avoid crash when importing without global expect (#​56) (a134785)

v8.0.0

Compare Source

Features
  • format result with prettier and unstring snapshots (#​55) (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:
- const pluginTester = require('babel-plugin-tester')
+ const pluginTester = require('babel-plugin-tester').default

v7.0.4

Compare Source

Bug Fixes
  • set configFile to false by default (7b97a6f)

v7.0.3

Compare Source

Bug Fixes

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • Require Node 8

v6.5.0

Compare Source

Features

v6.4.0

Compare Source

Features

v6.3.1

Compare Source

Bug Fixes

v6.3.0

Compare Source

Features

v6.2.1

Compare Source

Bug Fixes
  • fixtures: get options from root options.json (#​42) (556ca0d)

v6.2.0

Compare Source

Features
  • fixtures: get plugin options for fixtures from options.json (#​41) (7b9e76d)

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

Bug Fixes

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.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Oct 26 '20 03:10 renovate[bot]