graphql.macro
graphql.macro copied to clipboard
chore(deps): update dependency babel-plugin-tester to v10
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| babel-plugin-tester | 6.0.0 -> 10.1.0 |
Release Notes
babel-utils/babel-plugin-tester
v10.1.0
Features
v10.0.0
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
Features
v9.1.0
Features
v9.0.1
Bug Fixes
v9.0.0
Bug Fixes
BREAKING CHANGES
- node: Requires Node >= 10.13.0
v8.0.1
Bug Fixes
v8.0.0
Features
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
Bug Fixes
- set configFile to false by default (7b97a6f)
v7.0.3
Bug Fixes
v7.0.2
Bug Fixes
v7.0.1
Bug Fixes
- remove try/catch. (523fc9a)
v7.0.0
Features
- update all the things (7c8296b)
BREAKING CHANGES
- Require Node 8
v6.5.0
Features
v6.4.0
Features
v6.3.1
Bug Fixes
v6.3.0
Features
v6.2.1
Bug Fixes
v6.2.0
Features
v6.1.0
Features
v6.0.1
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.