n1ru4l / graphql-live-query

Realtime GraphQL Live Queries with JavaScript
MIT License
437 stars 36 forks source link

fix(deps): update dependency @graphql-tools/utils to v9 - autoclosed #987

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/utils ^8.5.2 -> ^9.0.0 age adoption passing confidence

Release Notes

ardatan/graphql-tools ### [`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

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 1 year ago

āš ļø No Changeset found

Latest commit: 052ac64e6a6ced81817eeb9415a397b3253c6448

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