Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update graphql-tools monorepo (#11232)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@graphql-tools/merge](https://togithub.com/ardatan/graphql-tools) ([source](https://togithub.com/ardatan/graphql-tools/tree/HEAD/packages/merge)) | [`9.0.4` -> `9.0.5`](https://renovatebot.com/diffs/npm/@graphql-tools%2fmerge/9.0.4/9.0.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-tools%2fmerge/9.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-tools%2fmerge/9.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-tools%2fmerge/9.0.4/9.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-tools%2fmerge/9.0.4/9.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@graphql-tools/schema](https://togithub.com/ardatan/graphql-tools) ([source](https://togithub.com/ardatan/graphql-tools/tree/HEAD/packages/schema)) | [`10.0.4` -> `10.0.5`](https://renovatebot.com/diffs/npm/@graphql-tools%2fschema/10.0.4/10.0.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-tools%2fschema/10.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-tools%2fschema/10.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-tools%2fschema/10.0.4/10.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-tools%2fschema/10.0.4/10.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@graphql-tools/utils](https://togithub.com/ardatan/graphql-tools) ([source](https://togithub.com/ardatan/graphql-tools/tree/HEAD/packages/utils)) | [`10.3.4` -> `10.5.2`](https://renovatebot.com/diffs/npm/@graphql-tools%2futils/10.3.4/10.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-tools%2futils/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-tools%2futils/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-tools%2futils/10.3.4/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-tools%2futils/10.3.4/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ardatan/graphql-tools (@​graphql-tools/merge)</summary> ### [`v9.0.5`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/merge/CHANGELOG.md#905) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/merge@9.0.4...@graphql-tools/merge@9.0.5) ##### Patch Changes - [`b8bf584`](https://togithub.com/ardatan/graphql-tools/commit/b8bf584fde87d3064c204d8ac2f9da5b869249c0) Thanks [@​ardatan](https://togithub.com/ardatan)! - Introduce \`getDirectiveExtensions\` and refactor directive handling in the extensions - Updated dependencies \[[`b8bf584`](https://togithub.com/ardatan/graphql-tools/commit/b8bf584fde87d3064c204d8ac2f9da5b869249c0)]: - [@​graphql-tools/utils](https://togithub.com/graphql-tools/utils)[@​10](https://togithub.com/10).4.0 </details> <details> <summary>ardatan/graphql-tools (@​graphql-tools/schema)</summary> ### [`v10.0.5`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/schema/CHANGELOG.md#1005) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/schema@10.0.4...@graphql-tools/schema@10.0.5) ##### Patch Changes - [`b8bf584`](https://togithub.com/ardatan/graphql-tools/commit/b8bf584fde87d3064c204d8ac2f9da5b869249c0) Thanks [@​ardatan](https://togithub.com/ardatan)! - Introduce \`getDirectiveExtensions\` and refactor directive handling in the extensions - Updated dependencies \[[`b8bf584`](https://togithub.com/ardatan/graphql-tools/commit/b8bf584fde87d3064c204d8ac2f9da5b869249c0)]: - [@​graphql-tools/utils](https://togithub.com/graphql-tools/utils)[@​10](https://togithub.com/10).4.0 - [@​graphql-tools/merge](https://togithub.com/graphql-tools/merge)[@​9](https://togithub.com/9).0.5 </details> <details> <summary>ardatan/graphql-tools (@​graphql-tools/utils)</summary> ### [`v10.5.2`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1052) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.5.1...@graphql-tools/utils@10.5.2) ##### Patch Changes - [`07b87ed`](https://togithub.com/ardatan/graphql-tools/commit/07b87eda0d895c5b39e926a454e01815a407f886) Thanks [@​ardatan](https://togithub.com/ardatan)! - Respect `extensionASTNodes` in directable GraphQLSchema object ### [`v10.5.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1051) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.5.0...@graphql-tools/utils@10.5.1) ##### Patch Changes - [`6291e14`](https://togithub.com/ardatan/graphql-tools/commit/6291e14668fdda82d9310b171d5ef71001984f1c) Thanks [@​ardatan](https://togithub.com/ardatan)! - Add all args from extensions to the AST even if they don't exist in the directive def ### [`v10.5.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1050) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.4.0...@graphql-tools/utils@10.5.0) ##### Minor Changes - [`8fd7703`](https://togithub.com/ardatan/graphql-tools/commit/8fd77030b0acf385b845b354f327069c78369d2a) Thanks [@​ardatan](https://togithub.com/ardatan)! - Export `getDirectiveExtensions` ### [`v10.4.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1040) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.3.4...@graphql-tools/utils@10.4.0) ##### Minor Changes - [`b8bf584`](https://togithub.com/ardatan/graphql-tools/commit/b8bf584fde87d3064c204d8ac2f9da5b869249c0) Thanks [@​ardatan](https://togithub.com/ardatan)! - Introduce \`getDirectiveExtensions\` and refactor directive handling in the extensions </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information