Closed renovate[bot] closed 2 years ago
This PR contains the following updates:
^8.0.0
^8.0.0 \|\| ^9.0.0
π Schedule: Branch creation - "after 11am before 3pm on saturday" (UTC), 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.
This PR contains the following updates:
^8.0.0
->^8.0.0 \|\| ^9.0.0
Release Notes
ardatan/graphql-tools
### [`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 utilConfiguration
π Schedule: Branch creation - "after 11am before 3pm on saturday" (UTC), 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.