eddeee888 / graphql-code-generator-plugins

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

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

Open renovate[bot] opened 7 months ago

renovate[bot] commented 7 months ago

This PR contains the following updates:

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

Release Notes

ardatan/graphql-tools (@​graphql-tools/utils) ### [`v10.6.1`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1061) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.6.0...@graphql-tools/utils@10.6.1) ##### Patch Changes - [`1e02935`](https://redirect.github.com/ardatan/graphql-tools/commit/1e0293562961fb12b267235e5aa6d0e83d0e7d0f) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Handle parse errors correctly when loader gets a string directly ### [`v10.6.0`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1060) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.5.6...@graphql-tools/utils@10.6.0) ##### Minor Changes - [`414e404`](https://redirect.github.com/ardatan/graphql-tools/commit/414e404a06478ea8ddd1065bd765de14af0f6c43) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - new `fakePromise`, `mapMaybePromise` and `fakeRejectPromise` helper functions ### [`v10.5.6`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1056) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.5.5...@graphql-tools/utils@10.5.6) ##### Patch Changes - [#​6677](https://redirect.github.com/ardatan/graphql-tools/pull/6677) [`dc5043b`](https://redirect.github.com/ardatan/graphql-tools/commit/dc5043bb7c9afaca907c242eb6bf65e8019d79c4) Thanks [@​enisdenjo](https://redirect.github.com/enisdenjo)! - `onError` and `onEnd` callbacks from `mapAsyncIterator` are invoked only once regardless of how many times `throw`/`return` was called on the iterator ### [`v10.5.5`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1055) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.5.4...@graphql-tools/utils@10.5.5) ##### Patch Changes - [#​6524](https://redirect.github.com/ardatan/graphql-tools/pull/6524) [`cf2ce5e`](https://redirect.github.com/ardatan/graphql-tools/commit/cf2ce5ed4773087cc324599f2812f4fb91398b21) Thanks [@​kachkaev](https://redirect.github.com/kachkaev)! - Make two types compatible with strict tsc config ### [`v10.5.4`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1054) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.5.3...@graphql-tools/utils@10.5.4) ##### Patch Changes - [`0286437`](https://redirect.github.com/ardatan/graphql-tools/commit/02864374aa25c4b326673347d4f683ce30af3703) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Improve directive extraction ### [`v10.5.3`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1053) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.5.2...@graphql-tools/utils@10.5.3) ##### Patch Changes - [`2124d7d`](https://redirect.github.com/ardatan/graphql-tools/commit/2124d7de749b722e051fb591bcf9d514bc73fa50) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Allow invalid path in \`getDirectiveExtensions\` ### [`v10.5.2`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1052) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.5.1...@graphql-tools/utils@10.5.2) ##### Patch Changes - [`07b87ed`](https://redirect.github.com/ardatan/graphql-tools/commit/07b87eda0d895c5b39e926a454e01815a407f886) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Respect `extensionASTNodes` in directable GraphQLSchema object ### [`v10.5.1`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1051) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.5.0...@graphql-tools/utils@10.5.1) ##### Patch Changes - [`6291e14`](https://redirect.github.com/ardatan/graphql-tools/commit/6291e14668fdda82d9310b171d5ef71001984f1c) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Add all args from extensions to the AST even if they don't exist in the directive def ### [`v10.5.0`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1050) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.4.0...@graphql-tools/utils@10.5.0) ##### Minor Changes - [`8fd7703`](https://redirect.github.com/ardatan/graphql-tools/commit/8fd77030b0acf385b845b354f327069c78369d2a) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Export `getDirectiveExtensions` ### [`v10.4.0`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1040) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.3.4...@graphql-tools/utils@10.4.0) ##### Minor Changes - [`b8bf584`](https://redirect.github.com/ardatan/graphql-tools/commit/b8bf584fde87d3064c204d8ac2f9da5b869249c0) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Introduce \`getDirectiveExtensions\` and refactor directive handling in the extensions ### [`v10.3.4`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1034) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.3.3...@graphql-tools/utils@10.3.4) ##### Patch Changes - [#​6420](https://redirect.github.com/ardatan/graphql-tools/pull/6420) [`a867bbc`](https://redirect.github.com/ardatan/graphql-tools/commit/a867bbc9b5b91e89a09447797b4c02e22e47ddb4) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - `mapAsyncIterator` now accepts `AsyncIterable` ### [`v10.3.3`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1033) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.3.2...@graphql-tools/utils@10.3.3) ##### Patch Changes - [#​6385](https://redirect.github.com/ardatan/graphql-tools/pull/6385) [`d0f7d75`](https://redirect.github.com/ardatan/graphql-tools/commit/d0f7d75558a79c48a143fdce745488ef82886c39) Thanks [@​tobiasdiez](https://redirect.github.com/tobiasdiez)! - remove generic package export - Updated dependencies \[[`d0f7d75`](https://redirect.github.com/ardatan/graphql-tools/commit/d0f7d75558a79c48a143fdce745488ef82886c39)]: - cross-inspect@1.0.1 ### [`v10.3.2`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1032) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.3.1...@graphql-tools/utils@10.3.2) ##### Patch Changes - [`a276ba8`](https://redirect.github.com/ardatan/graphql-tools/commit/a276ba83cf7e2aa1c0f81454591a794d6efb8c2a) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Respect directive extensions on \`pruneSchema\` ### [`v10.3.1`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1031) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.3.0...@graphql-tools/utils@10.3.1) ##### Patch Changes - [#​6325](https://redirect.github.com/ardatan/graphql-tools/pull/6325) [`9792e80`](https://redirect.github.com/ardatan/graphql-tools/commit/9792e80fdd6ecbe57541324282dd06573ce5bc77) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Make the executor disposable optional ### [`v10.3.0`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1030) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.2.3...@graphql-tools/utils@10.3.0) ##### Minor Changes - [#​6323](https://redirect.github.com/ardatan/graphql-tools/pull/6323) [`cacf20f`](https://redirect.github.com/ardatan/graphql-tools/commit/cacf20f8dbe4ec5dce0d5fd87e37cf69ef9b177e) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Implement Symbol.dispose or Symbol.asyncDispose to make \`Executor\`s \`Disposable\` ### [`v10.2.3`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1023) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.2.2...@graphql-tools/utils@10.2.3) ##### Patch Changes - [#​6278](https://redirect.github.com/ardatan/graphql-tools/pull/6278) [`66c99d9`](https://redirect.github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Handle `@defer` ### [`v10.2.2`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1022) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.2.1...@graphql-tools/utils@10.2.2) ##### Patch Changes - [#​6238](https://redirect.github.com/ardatan/graphql-tools/pull/6238) [`0f7059b`](https://redirect.github.com/ardatan/graphql-tools/commit/0f7059beb218d0012c48e121c55e7db386796bee) Thanks [@​ardatan](https://redirect.github.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://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1021) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.2.0...@graphql-tools/utils@10.2.1) ##### Patch Changes - [#​6194](https://redirect.github.com/ardatan/graphql-tools/pull/6194) [`7368829`](https://redirect.github.com/ardatan/graphql-tools/commit/73688291af0c8cb2fe550fe8c74fd8af84cb360f) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Handle interface objects in a different way - [#​6188](https://redirect.github.com/ardatan/graphql-tools/pull/6188) [`e10c13a`](https://redirect.github.com/ardatan/graphql-tools/commit/e10c13a60e344b9217dc77a7cac50ec447feda7e) Thanks [@​ardatan](https://redirect.github.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://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1020) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.1.3...@graphql-tools/utils@10.2.0) ##### Minor Changes - [#​6105](https://redirect.github.com/ardatan/graphql-tools/pull/6105) [`5567347`](https://redirect.github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Add `enumValueFilter` and `directiveFilter` to `filterSchema` ##### Patch Changes - [#​6105](https://redirect.github.com/ardatan/graphql-tools/pull/6105) [`5567347`](https://redirect.github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Handle fields in unmerged types as both isolated and non-isolated fields ### [`v10.1.3`](https://redirect.github.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1013) [Compare Source](https://redirect.github.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.1.2...@graphql-tools/utils@10.1.3) ##### Patch Changes - [#​6055](https://redirect.github.com/ardatan/graphql-tools/pull/6055) [`4093f70`](https://redirect.github.com/ardatan/graphql-tools/commit/4093f7043a195fda1f2f8315e3cb1d4d05723415) Thanks [@​enisdenjo](https://redirect.github.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 is behind base branch, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

changeset-bot[bot] commented 7 months ago

āš ļø No Changeset found

Latest commit: 407f0866ab4c5e18912d150bf1952d6346c7f0d6

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