eddeee888 / graphql-code-generator-plugins

List of GraphQL Code Generator plugins that complements the official plugins.
MIT License
44 stars 10 forks source link

fix(deps): update dependency @graphql-tools/utils to v10.3.0 #263

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/utils (source) 10.1.2 -> 10.3.0 age adoption passing confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/utils) ### [`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/utils@10.2.3...@graphql-tools/utils@10.3.0) ##### 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/utils@10.2.2...@graphql-tools/utils@10.2.3) ##### 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/utils@10.2.1...@graphql-tools/utils@10.2.2) ##### 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/utils@10.2.0...@graphql-tools/utils@10.2.1) ##### 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 ### [`v10.2.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1020) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.1.3...@graphql-tools/utils@10.2.0) ##### Minor Changes - [#​6105](https://togithub.com/ardatan/graphql-tools/pull/6105) [`5567347`](https://togithub.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95) Thanks [@​ardatan](https://togithub.com/ardatan)! - Add `enumValueFilter` and `directiveFilter` to `filterSchema` ##### Patch Changes - [#​6105](https://togithub.com/ardatan/graphql-tools/pull/6105) [`5567347`](https://togithub.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95) Thanks [@​ardatan](https://togithub.com/ardatan)! - Handle fields in unmerged types as both isolated and non-isolated fields ### [`v10.1.3`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1013) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.1.2...@graphql-tools/utils@10.1.3) ##### Patch Changes - [#​6055](https://togithub.com/ardatan/graphql-tools/pull/6055) [`4093f70`](https://togithub.com/ardatan/graphql-tools/commit/4093f7043a195fda1f2f8315e3cb1d4d05723415) Thanks [@​enisdenjo](https://togithub.com/enisdenjo)! - Disallow new lines in paths when checking with `isValidPath` A string may sometimes look like a path but is not (like an SDL of a simple GraphQL schema). To make sure we don't yield false-positives in such cases, we disallow new lines in paths (even though most Unix systems support new lines in file names).

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.

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: 968b3c7eae50728f37dcd04781b8ce006d1e0e04

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR