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 (#10985)
[![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/documents](https://togithub.com/ardatan/graphql-tools) ([source](https://togithub.com/ardatan/graphql-tools/tree/HEAD/packages/documents)) | [`1.0.0` -> `1.0.1`](https://renovatebot.com/diffs/npm/@graphql-tools%2fdocuments/1.0.0/1.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-tools%2fdocuments/1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-tools%2fdocuments/1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-tools%2fdocuments/1.0.0/1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-tools%2fdocuments/1.0.0/1.0.1?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.3` -> `10.0.4`](https://renovatebot.com/diffs/npm/@graphql-tools%2fschema/10.0.3/10.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-tools%2fschema/10.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-tools%2fschema/10.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-tools%2fschema/10.0.3/10.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-tools%2fschema/10.0.3/10.0.4?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.2.0` -> `10.3.2`](https://renovatebot.com/diffs/npm/@graphql-tools%2futils/10.2.0/10.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-tools%2futils/10.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-tools%2futils/10.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-tools%2futils/10.2.0/10.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-tools%2futils/10.2.0/10.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ardatan/graphql-tools (@​graphql-tools/documents)</summary> ### [`v1.0.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/documents/CHANGELOG.md#101) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]) ##### Patch Changes - [#​6196](https://togithub.com/ardatan/graphql-tools/pull/6196) [`26d29d0`](https://togithub.com/ardatan/graphql-tools/commit/26d29d014a0f9ffc68034f77fe29c7e4f0548f91) Thanks [@​martyganz](https://togithub.com/martyganz)! - Do not sort mutations when using `printExecutableGraphQLDocument` </details> <details> <summary>ardatan/graphql-tools (@​graphql-tools/schema)</summary> ### [`v10.0.4`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/schema/CHANGELOG.md#1004) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) ##### Patch Changes - [#​6194](https://togithub.com/ardatan/graphql-tools/pull/6194) [`7368829`](https://togithub.com/ardatan/graphql-tools/commit/73688291af0c8cb2fe550fe8c74fd8af84cb360f) Thanks [@​ardatan](https://togithub.com/ardatan)! - Handle interface objects in a different way - Updated dependencies \[[`7368829`](https://togithub.com/ardatan/graphql-tools/commit/73688291af0c8cb2fe550fe8c74fd8af84cb360f), [`e10c13a`](https://togithub.com/ardatan/graphql-tools/commit/e10c13a60e344b9217dc77a7cac50ec447feda7e)]: - [@​graphql-tools/utils](https://togithub.com/graphql-tools/utils)[@​10](https://togithub.com/10).2.1 </details> <details> <summary>ardatan/graphql-tools (@​graphql-tools/utils)</summary> ### [`v10.3.2`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1032) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) ##### Patch Changes - [`a276ba8`](https://togithub.com/ardatan/graphql-tools/commit/a276ba83cf7e2aa1c0f81454591a794d6efb8c2a) Thanks [@​ardatan](https://togithub.com/ardatan)! - Respect directive extensions on \`pruneSchema\` ### [`v10.3.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1031) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) ##### Patch Changes - [#​6325](https://togithub.com/ardatan/graphql-tools/pull/6325) [`9792e80`](https://togithub.com/ardatan/graphql-tools/commit/9792e80fdd6ecbe57541324282dd06573ce5bc77) Thanks [@​ardatan](https://togithub.com/ardatan)! - Make the executor disposable optional ### [`v10.3.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1030) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) ##### Minor Changes - [#​6323](https://togithub.com/ardatan/graphql-tools/pull/6323) [`cacf20f`](https://togithub.com/ardatan/graphql-tools/commit/cacf20f8dbe4ec5dce0d5fd87e37cf69ef9b177e) Thanks [@​ardatan](https://togithub.com/ardatan)! - Implement Symbol.dispose or Symbol.asyncDispose to make \`Executor\`s \`Disposable\` ### [`v10.2.3`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1023) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) ##### Patch Changes - [#​6278](https://togithub.com/ardatan/graphql-tools/pull/6278) [`66c99d9`](https://togithub.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c) Thanks [@​ardatan](https://togithub.com/ardatan)! - Handle `@defer` ### [`v10.2.2`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1022) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) ##### Patch Changes - [#​6238](https://togithub.com/ardatan/graphql-tools/pull/6238) [`0f7059b`](https://togithub.com/ardatan/graphql-tools/commit/0f7059beb218d0012c48e121c55e7db386796bee) Thanks [@​ardatan](https://togithub.com/ardatan)! - If the given objects are arrays with the same length, merge the elements. ```ts const a = [{ a: 1 }, { b: 2 }] const b = [{ c: 3 }, { d: 4 }] const result = mergeDeep(a, b) // [{ a: 1, c: 3 }, { b: 2, d: 4 }] ``` ### [`v10.2.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1021) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) ##### Patch Changes - [#​6194](https://togithub.com/ardatan/graphql-tools/pull/6194) [`7368829`](https://togithub.com/ardatan/graphql-tools/commit/73688291af0c8cb2fe550fe8c74fd8af84cb360f) Thanks [@​ardatan](https://togithub.com/ardatan)! - Handle interface objects in a different way - [#​6188](https://togithub.com/ardatan/graphql-tools/pull/6188) [`e10c13a`](https://togithub.com/ardatan/graphql-tools/commit/e10c13a60e344b9217dc77a7cac50ec447feda7e) Thanks [@​ardatan](https://togithub.com/ardatan)! - Add `respectArrayLength` flag to `mergeDeep` so instead of concatenating the arrays, elements of them will be merged if they have the same length </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information