Closed renovate[bot] closed 11 months ago
Latest commit: 12234f4c5c4d92f00c666caff24ce2106a56e13e
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.
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
This PR contains the following updates:
^8.5.2
->^10.0.0
Release Notes
ardatan/graphql-tools (@graphql-tools/utils)
### [`v10.0.8`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1008) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.0.7...@graphql-tools/utils@10.0.8) ##### Patch Changes - [`accd58fd`](https://togithub.com/ardatan/graphql-tools/commit/accd58fdcf2698422f7e99173206168a84fe17a8) Thanks [@ardatan](https://togithub.com/ardatan)! - Extract `inspect` into the new `cross-inspect` package - Updated dependencies \[[`accd58fd`](https://togithub.com/ardatan/graphql-tools/commit/accd58fdcf2698422f7e99173206168a84fe17a8)]: - cross-inspect@1.0.0 ### [`v10.0.7`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1007) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.0.6...@graphql-tools/utils@10.0.7) ##### Patch Changes - [`b4c17591`](https://togithub.com/ardatan/graphql-tools/commit/b4c175911bf616e3df6b4fe64c6a169b0dc4d0c7) Thanks [@ardatan](https://togithub.com/ardatan)! - Convert GraphQLError like originalError property to a GraphQLError ### [`v10.0.6`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1006) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.0.5...@graphql-tools/utils@10.0.6) ##### Patch Changes - [`c52de863`](https://togithub.com/ardatan/graphql-tools/commit/c52de8638edeec3de6dadff6f3e66f99db16ed78) Thanks [@ardatan](https://togithub.com/ardatan)! - fix isValid path regex for paths including = [#5551](https://togithub.com/ardatan/graphql-tools/issues/5551) ### [`v10.0.5`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1005) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.0.4...@graphql-tools/utils@10.0.5) ##### Patch Changes - [`a59fb765`](https://togithub.com/ardatan/graphql-tools/commit/a59fb765a1256b914f1728283d793d61b66bdf89) Thanks [@ardatan](https://togithub.com/ardatan)! - Optimizations to get better performance in query planning ### [`v10.0.4`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1004) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.0.3...@graphql-tools/utils@10.0.4) ##### Patch Changes - [#5444](https://togithub.com/ardatan/graphql-tools/pull/5444) [`c1afb545`](https://togithub.com/ardatan/graphql-tools/commit/c1afb5452d2df1e9fa5553ba024d77a00e0d9398) Thanks [@kennyjwilli](https://togithub.com/kennyjwilli)! - Exports the `DirectableGraphQLObject` type. ### [`v10.0.3`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1003) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.0.2...@graphql-tools/utils@10.0.3) ##### Patch Changes - [#5398](https://togithub.com/ardatan/graphql-tools/pull/5398) [`be3411c7`](https://togithub.com/ardatan/graphql-tools/commit/be3411c7fa95b0c0a85e516450314038fae85e3a) Thanks [@EmrysMyrddin](https://togithub.com/EmrysMyrddin)! - incremental merge also merges extensions ### [`v10.0.2`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1002) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.0.1...@graphql-tools/utils@10.0.2) ##### Patch Changes - [#5396](https://togithub.com/ardatan/graphql-tools/pull/5396) [`bb8f169e`](https://togithub.com/ardatan/graphql-tools/commit/bb8f169e21a8a7002b66d3bc6e4e4b40cc2a5f5c) Thanks [@ardatan](https://togithub.com/ardatan)! - dependencies updates: - Added dependency [`dset@^3.1.2` ↗︎](https://www.npmjs.com/package/dset/v/3.1.2) (to `dependencies`) - [#5396](https://togithub.com/ardatan/graphql-tools/pull/5396) [`bb8f169e`](https://togithub.com/ardatan/graphql-tools/commit/bb8f169e21a8a7002b66d3bc6e4e4b40cc2a5f5c) Thanks [@ardatan](https://togithub.com/ardatan)! - Move the merging logic of incremental results to the utils package ### [`v10.0.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1001) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.0.0...@graphql-tools/utils@10.0.1) ##### Patch Changes - [`dcdc6eb7`](https://togithub.com/ardatan/graphql-tools/commit/dcdc6eb787ca77d741d98d68b70d4083f4d72b91) Thanks [@ardatan](https://togithub.com/ardatan)! - Support BigInt values ### [`v10.0.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1000) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@9.2.1...@graphql-tools/utils@10.0.0) ##### Major Changes - [#5274](https://togithub.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://togithub.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@ardatan](https://togithub.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16` - [#5274](https://togithub.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://togithub.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@ardatan](https://togithub.com/ardatan)! - `AggregateError` is no longer exported from `@graphql-tools/utils`. You can use the native `AggregateError` instead. ### [`v9.2.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#921) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@9.2.0...@graphql-tools/utils@9.2.1) ##### Patch Changes - [`b5c8f640`](https://togithub.com/ardatan/graphql-tools/commit/b5c8f6407b74466ed0d2989000458cb59239e9af) Thanks [@ardatan](https://togithub.com/ardatan)! - Do not use a global `WeakMap` for `memoize2of4`, and introduce `memoize2of5` ### [`v9.2.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#920) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@9.1.4...@graphql-tools/utils@9.2.0) ##### Minor Changes - [`a94217e9`](https://togithub.com/ardatan/graphql-tools/commit/a94217e920c5d6237471ab6ad4d96cf230984177) Thanks [@ardatan](https://togithub.com/ardatan)! - Support TypedDocumentNode in ExecutionRequest ##### Patch Changes - [#5016](https://togithub.com/ardatan/graphql-tools/pull/5016) [`62d074be`](https://togithub.com/ardatan/graphql-tools/commit/62d074be48779b1e096e056ca1233822c421dc99) Thanks [@mayrn-techdivision](https://togithub.com/mayrn-techdivision)! - Fixes introspection query issues when visiting field '\__type' ### [`v9.1.4`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#914) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@9.1.3...@graphql-tools/utils@9.1.4) ##### Patch Changes - [#4961](https://togithub.com/ardatan/graphql-tools/pull/4961) [`e3ec35ed`](https://togithub.com/ardatan/graphql-tools/commit/e3ec35ed27d4a329739c8da6be06ce74c8f25591) Thanks [@gilgardosh](https://togithub.com/gilgardosh)! - Bug fix: better handle array field types used for alias field names ### [`v9.1.3`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#913) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@9.1.2...@graphql-tools/utils@9.1.3) ##### Patch Changes - [#4887](https://togithub.com/ardatan/graphql-tools/pull/4887) [`904fe770`](https://togithub.com/ardatan/graphql-tools/commit/904fe770a355ee3d79464c3bbf0375d2dcd64759) Thanks [@ardatan](https://togithub.com/ardatan)! - Fix leak on Node 14 and add cancellation to async iterables correctly ### [`v9.1.2`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#912) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@9.1.1...@graphql-tools/utils@9.1.2) ##### Patch Changes - [`13c24883`](https://togithub.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b) Thanks [@ardatan](https://togithub.com/ardatan)! - Fix handling argument values in gateway request ### [`v9.1.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#911) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@9.1.0...@graphql-tools/utils@9.1.1) ##### Patch Changes - [#4842](https://togithub.com/ardatan/graphql-tools/pull/4842) [`7411a5e7`](https://togithub.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb) Thanks [@charlypoly](https://togithub.com/charlypoly)! - Fix validation swallowing fragments on naming conflicts ### [`v9.1.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#910) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@9.0.1...@graphql-tools/utils@9.1.0) ##### Minor Changes - [#4827](https://togithub.com/ardatan/graphql-tools/pull/4827) [`c0639dd0`](https://togithub.com/ardatan/graphql-tools/commit/c0639dd0065db1b5bcedaabf58b11945714bab8d) Thanks [@ardatan](https://togithub.com/ardatan)! - TypeError and all other GraphQLError s from argument value parsing should return 400 ### [`v9.0.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#901) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@9.0.0...@graphql-tools/utils@9.0.1) ##### Patch Changes - [`d83b1960`](https://togithub.com/ardatan/graphql-tools/commit/d83b19605be71481ccf8effd80d5254423ea811a) Thanks [@ardatan](https://togithub.com/ardatan)! - Fix [@stream](https://togithub.com/stream) support ### [`v9.0.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#900) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@8.13.1...@graphql-tools/utils@9.0.0) ##### Major Changes - [#4801](https://togithub.com/ardatan/graphql-tools/pull/4801) [`8f6d3efc`](https://togithub.com/ardatan/graphql-tools/commit/8f6d3efc92b25236f5a3a761ea7ba2f0a7c7f550) Thanks [@ardatan](https://togithub.com/ardatan)! - *BREAKING*: `checkValidationErrors` has been dropped and `validateGraphQlDocuments` now accepts `DocumentNode[]` instead and it throws the original `GraphQLError`s with the correct stack trace - [#4796](https://togithub.com/ardatan/graphql-tools/pull/4796) [`80836fa7`](https://togithub.com/ardatan/graphql-tools/commit/80836fa78af3c6e61c61fe4d3bc52831b2c58931) Thanks [@saihaj](https://togithub.com/saihaj)! - update `collectFields` to support collecting deffered values ##### Minor Changes - [#4796](https://togithub.com/ardatan/graphql-tools/pull/4796) [`80836fa7`](https://togithub.com/ardatan/graphql-tools/commit/80836fa78af3c6e61c61fe4d3bc52831b2c58931) Thanks [@saihaj](https://togithub.com/saihaj)! - add `@defer` directive - [#4796](https://togithub.com/ardatan/graphql-tools/pull/4796) [`80836fa7`](https://togithub.com/ardatan/graphql-tools/commit/80836fa78af3c6e61c61fe4d3bc52831b2c58931) Thanks [@saihaj](https://togithub.com/saihaj)! - export collect field helpers - [#4796](https://togithub.com/ardatan/graphql-tools/pull/4796) [`80836fa7`](https://togithub.com/ardatan/graphql-tools/commit/80836fa78af3c6e61c61fe4d3bc52831b2c58931) Thanks [@saihaj](https://togithub.com/saihaj)! - add `@stream` directive ### [`v8.13.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#8131) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@8.13.0...@graphql-tools/utils@8.13.1) ##### Patch Changes - [#4795](https://togithub.com/ardatan/graphql-tools/pull/4795) [`f7daf777`](https://togithub.com/ardatan/graphql-tools/commit/f7daf7777cc214801886e4a45c0389bc5837d175) Thanks [@glasser](https://togithub.com/glasser)! - Fix build break in v8.13.0 in some ESM environments. ### [`v8.13.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#8130) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@8.12.0...@graphql-tools/utils@8.13.0) ##### Minor Changes - [#4778](https://togithub.com/ardatan/graphql-tools/pull/4778) [`df5848b8`](https://togithub.com/ardatan/graphql-tools/commit/df5848b85102827f004f23aded7cf802cdcde00f) Thanks [@saihaj](https://togithub.com/saihaj)! - add isIterableObject, isObjectLike, isPromise, promiseReduce, hasOwnProperty - [#4778](https://togithub.com/ardatan/graphql-tools/pull/4778) [`df5848b8`](https://togithub.com/ardatan/graphql-tools/commit/df5848b85102827f004f23aded7cf802cdcde00f) Thanks [@saihaj](https://togithub.com/saihaj)! - add `Path` util from `graphql/jsutils` ##### Patch Changes - [#4778](https://togithub.com/ardatan/graphql-tools/pull/4778) [`df5848b8`](https://togithub.com/ardatan/graphql-tools/commit/df5848b85102827f004f23aded7cf802cdcde00f) Thanks [@saihaj](https://togithub.com/saihaj)! - improve inpsect util ### [`v8.12.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#8120) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@8.11.0...@graphql-tools/utils@8.12.0) ##### Minor Changes - [#4706](https://togithub.com/ardatan/graphql-tools/pull/4706) [`43c736bd`](https://togithub.com/ardatan/graphql-tools/commit/43c736bd1865c00898966a7ed14060496c9e6a0c) Thanks [@ardatan](https://togithub.com/ardatan)! - Do not throw duplicate type error name while rewiring types ### [`v8.11.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#8110) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@8.10.1...@graphql-tools/utils@8.11.0) ##### Minor Changes - [#4661](https://togithub.com/ardatan/graphql-tools/pull/4661) [`403ed450`](https://togithub.com/ardatan/graphql-tools/commit/403ed4507eff7cd509f410f7542a702da72e1a9a) Thanks [@nicolaslt](https://togithub.com/nicolaslt)! - Add getArgumentsWithDirectives ##### Patch Changes - [#4694](https://togithub.com/ardatan/graphql-tools/pull/4694) [`71cb4fae`](https://togithub.com/ardatan/graphql-tools/commit/71cb4faeb0833a228520a7bc2beed8ac7274443f) Thanks [@dimatill](https://togithub.com/dimatill)! - Fix pruneSchema to not remove type that is used only as a directive argument type ### [`v8.10.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#8101) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@8.10.0...@graphql-tools/utils@8.10.1) ##### Patch Changes - [#4673](https://togithub.com/ardatan/graphql-tools/pull/4673) [`4fe3d9c0`](https://togithub.com/ardatan/graphql-tools/commit/4fe3d9c037e9c138bd8a9b04b3977d74eba32c97) Thanks [@thgreasi](https://togithub.com/thgreasi)! - Fix typings for TypeScript 4.8 ### [`v8.10.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#8100) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@8.9.1...@graphql-tools/utils@8.10.0) ##### Minor Changes - [#4643](https://togithub.com/ardatan/graphql-tools/pull/4643) [`2609d71f`](https://togithub.com/ardatan/graphql-tools/commit/2609d71f7c3a0ef2b381c51d9ce60b0de49f9b27) Thanks [@ardatan](https://togithub.com/ardatan)! - Revert the breaking change introduced in `@graphql-tools/merge` ### [`v8.9.1`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#891) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@8.9.0...@graphql-tools/utils@8.9.1) ##### Patch Changes - [#4624](https://togithub.com/ardatan/graphql-tools/pull/4624) [`e3167edc`](https://togithub.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67) Thanks [@n1ru4l](https://togithub.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`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.