evenchange4 / graphql.macro

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

fix(deps): update dependency babel-plugin-macros to v3 #121

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-plugin-macros ^2.5.0 -> ^3.0.0 age adoption passing confidence

Release Notes

kentcdodds/babel-plugin-macros ### [`v3.1.0`](https://togithub.com/kentcdodds/babel-plugin-macros/releases/tag/v3.1.0) [Compare Source](https://togithub.com/kentcdodds/babel-plugin-macros/compare/v3.0.1...v3.1.0) ##### Features - support more extensions that babel macros can be written in ([#​175](https://togithub.com/kentcdodds/babel-plugin-macros/issues/175)) ([856e5f4](https://togithub.com/kentcdodds/babel-plugin-macros/commit/856e5f4ceee462f50df2b42428e5deb56893ab45)) ### [`v3.0.1`](https://togithub.com/kentcdodds/babel-plugin-macros/releases/tag/v3.0.1) [Compare Source](https://togithub.com/kentcdodds/babel-plugin-macros/compare/v3.0.0...v3.0.1) ##### Bug Fixes - Revert [`d5d44a6`](https://togithub.com/kentcdodds/babel-plugin-macros/commit/d5d44a6) to fix regression ([#​165](https://togithub.com/kentcdodds/babel-plugin-macros/issues/165)) ([18d79d3](https://togithub.com/kentcdodds/babel-plugin-macros/commit/18d79d3ac3c2975565e7897d2233cf498f15ffb5)) ### [`v3.0.0`](https://togithub.com/kentcdodds/babel-plugin-macros/releases/tag/v3.0.0) [Compare Source](https://togithub.com/kentcdodds/babel-plugin-macros/compare/v2.8.0...v3.0.0) ##### Bug Fixes - getConfigExporer typo ([#​153](https://togithub.com/kentcdodds/babel-plugin-macros/issues/153)) ([6c2bf2a](https://togithub.com/kentcdodds/babel-plugin-macros/commit/6c2bf2a006b4f08b375ee4a4b0c20f42c66ef833)) ##### Features - allow macros to end in .cjs ([#​161](https://togithub.com/kentcdodds/babel-plugin-macros/issues/161)) ([0c63f6f](https://togithub.com/kentcdodds/babel-plugin-macros/commit/0c63f6fe9328344650fbe0ffbeb088cf9554fd66)) - **node:** drop Node 8 and update dependencies ([#​146](https://togithub.com/kentcdodds/babel-plugin-macros/issues/146)) ([324bcb3](https://togithub.com/kentcdodds/babel-plugin-macros/commit/324bcb362cf3deafde42fb2d69b8a1a2bd0104e4)) ##### BREAKING CHANGES - **node:** Requires Node 10+ ### [`v2.8.0`](https://togithub.com/kentcdodds/babel-plugin-macros/releases/tag/v2.8.0) [Compare Source](https://togithub.com/kentcdodds/babel-plugin-macros/compare/v2.7.1...v2.8.0) ##### Bug Fixes - manual release ([6ecddef](https://togithub.com/kentcdodds/babel-plugin-macros/commit/6ecddef103c35f171948241561daea731995d0fa)) ##### Features - **resolve:** add fallback path to resolve modules relatively ([#​138](https://togithub.com/kentcdodds/babel-plugin-macros/issues/138)) ([2cac571](https://togithub.com/kentcdodds/babel-plugin-macros/commit/2cac571a5809c42671c2bcbd74921df65036369e)) ### [`v2.7.1`](https://togithub.com/kentcdodds/babel-plugin-macros/releases/tag/v2.7.1) [Compare Source](https://togithub.com/kentcdodds/babel-plugin-macros/compare/v2.7.0...v2.7.1) ##### Bug Fixes - Do not log error message when config is missing ([#​136](https://togithub.com/kentcdodds/babel-plugin-macros/issues/136)) ([a3c0e23](https://togithub.com/kentcdodds/babel-plugin-macros/commit/a3c0e236df3f52ae19de39eb3c0894d477c94d88)) ### [`v2.7.0`](https://togithub.com/kentcdodds/babel-plugin-macros/releases/tag/v2.7.0) [Compare Source](https://togithub.com/kentcdodds/babel-plugin-macros/compare/v2.6.2...v2.7.0) ##### Features - add isMacrosName option ([#​133](https://togithub.com/kentcdodds/babel-plugin-macros/issues/133)) ([c2e2ec9](https://togithub.com/kentcdodds/babel-plugin-macros/commit/c2e2ec92a7a8816d464d1d0dd431055606960b69)) ### [`v2.6.2`](https://togithub.com/kentcdodds/babel-plugin-macros/releases/tag/v2.6.2) [Compare Source](https://togithub.com/kentcdodds/babel-plugin-macros/compare/v2.6.1...v2.6.2) ##### Bug Fixes - update all deps and fix cosmiconfig usage ([1fcdc4f](https://togithub.com/kentcdodds/babel-plugin-macros/commit/1fcdc4f7c1b6c293b7f6dc7eb1a6c4edc1b8e8ec)) ### [`v2.6.1`](https://togithub.com/kentcdodds/babel-plugin-macros/releases/tag/v2.6.1) [Compare Source](https://togithub.com/kentcdodds/babel-plugin-macros/compare/v2.6.0...v2.6.1) ##### Bug Fixes - macro options from plugin options in required macros ([#​120](https://togithub.com/kentcdodds/babel-plugin-macros/issues/120)) ([2d57c60](https://togithub.com/kentcdodds/babel-plugin-macros/commit/2d57c60)) ### [`v2.6.0`](https://togithub.com/kentcdodds/babel-plugin-macros/releases/tag/v2.6.0) [Compare Source](https://togithub.com/kentcdodds/babel-plugin-macros/compare/v2.5.1...v2.6.0) ##### Features - **config:** allow macro config to come from plugin options in babel config. ([#​113](https://togithub.com/kentcdodds/babel-plugin-macros/issues/113)) ([796c189](https://togithub.com/kentcdodds/babel-plugin-macros/commit/796c189)) ### [`v2.5.1`](https://togithub.com/kentcdodds/babel-plugin-macros/releases/tag/v2.5.1) [Compare Source](https://togithub.com/kentcdodds/babel-plugin-macros/compare/v2.5.0...v2.5.1) ##### Bug Fixes - **deps:** upgrade all deps ([e0ebca7](https://togithub.com/kentcdodds/babel-plugin-macros/commit/e0ebca7)), closes [#​107](https://togithub.com/kentcdodds/babel-plugin-macros/issues/107)

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.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.