Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2023

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/utils (source) ^8.5.2 -> ^10.0.0 age confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/utils)

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
  • #​7281
    53db005
    Thanks @​EmrysMyrddin! - Add optional subgraphName preoperty
    to the ExecutionRequest interface for usage in Gateways like Hive Gateway.
Patch Changes

v10.8.6

Compare Source

Patch Changes

v10.8.5

Compare Source

Patch Changes

v10.8.4

Compare Source

Patch Changes

v10.8.3

Compare Source

Patch Changes

v10.8.2

Compare Source

Patch Changes

v10.8.1

Compare Source

Patch Changes

v10.8.0

Compare Source

Minor Changes
Patch Changes
  • 0a3e193
    Thanks @​ardatan! - Do not add _v prefix if there is only one
    argument/variable

v10.7.2

Compare Source

Patch Changes

v10.7.1

Compare Source

Patch Changes

v10.7.0

Compare Source

Minor Changes
  • #​6789
    2c70d27
    Thanks @​n1ru4l! - - New helper function getAbortPromise to get a
    promise rejected when AbortSignal is aborted

    • New helper function registerAbortSignalListener to register a listener to abort a promise when
      AbortSignal is aborted

    Instead of using .addEventListener('abort', () => {/* ... */}), we register a single listener to
    avoid warnings on Node.js like
    MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 abort listeners added. Use emitter.setMaxListeners() to increase limit.

v10.6.4

Compare Source

Patch Changes

v10.6.3

Compare Source

Patch Changes
  • 020b9e4
    Thanks @​ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and
    `AbortSignal` in `ExecutionRequest`

v10.6.2

Compare Source

Patch Changes
  • #​6737
    1b24656
    Thanks @​ardatan! - Handle array of primitives correctly

    The bug was following;

    mergeDeep([{ options: ['$a', '$b'] }, { options: ['$c'] }, { options: ['$d', '$e'] }])
    
    // results in { options: [{}, {}] }

v10.6.1

Compare Source

Patch Changes
  • 1e02935
    Thanks @​ardatan! - Handle parse errors correctly when loader gets a
    string directly

v10.6.0

Compare Source

Minor Changes
  • 414e404
    Thanks @​ardatan! - new fakePromise, mapMaybePromise and
    fakeRejectPromise helper functions

v10.5.6

Compare Source

Patch Changes
  • #​6677
    dc5043b
    Thanks @​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

Compare Source

Patch Changes

v10.5.4

Compare Source

Patch Changes

v10.5.3

Compare Source

Patch Changes

v10.5.2

Compare Source

Patch Changes
  • 07b87ed
    Thanks @​ardatan! - Respect extensionASTNodes in directable
    GraphQLSchema object

v10.5.1

Compare Source

Patch Changes
  • 6291e14
    Thanks @​ardatan! - Add all args from extensions to the AST even if
    they don't exist in the directive def

v10.5.0

Compare Source

Minor Changes

v10.4.0

Compare Source

Minor Changes
  • b8bf584
    Thanks @​ardatan! - Introduce `getDirectiveExtensions` and refactor
    directive handling in the extensions

v10.3.4

Compare Source

Patch Changes

v10.3.3

Compare Source

Patch Changes

v10.3.2

Compare Source

Patch Changes

v10.3.1

Compare Source

Patch Changes

v10.3.0

Compare Source

Minor Changes

v10.2.3

Compare Source

Patch Changes

v10.2.2

Compare Source

Patch Changes
  • #​6238
    0f7059b
    Thanks @​ardatan! - If the given objects are arrays with the same
    length, merge the elements.

    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

Compare Source

Patch Changes
  • #​6194
    7368829
    Thanks @​ardatan! - Handle interface objects in a different way

  • #​6188
    e10c13a
    Thanks @​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

Compare Source

Minor Changes
Patch Changes

v10.1.3

Compare Source

Patch Changes
  • #​6055
    4093f70
    Thanks @​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).

v10.1.2

Compare Source

Patch Changes

v10.1.1

Compare Source

Patch Changes

v10.1.0

Compare Source

Minor Changes

v10.0.13

Compare Source

Patch Changes

v10.0.12

Compare Source

Patch Changes

v10.0.11

Compare Source

Patch Changes

v10.0.10

Compare Source

Patch Changes

v10.0.9

Compare Source

Patch Changes

v10.0.8

Compare Source

Patch Changes
  • accd58fd
    Thanks @​ardatan! - Extract inspect into the new cross-inspect
    package

  • Updated dependencies
    [accd58fd]:

    • cross-inspect@1.0.0

v10.0.7

Compare Source

Patch Changes
  • b4c17591
    Thanks @​ardatan! - Convert GraphQLError like originalError property
    to a GraphQLError

v10.0.6

Compare Source

Patch Changes

v10.0.5

Compare Source

Patch Changes

v10.0.4

Compare Source

Patch Changes

v10.0.3

Compare Source

Patch Changes

v10.0.2

Compare Source

Patch Changes

v10.0.1

Compare Source

Patch Changes

v10.0.0

Compare Source

Major Changes

v9.2.1

Compare Source

Patch Changes
  • b5c8f640
    Thanks @​ardatan! - Do not use a global WeakMap for memoize2of4,
    and introduce memoize2of5

v9.2.0

Compare Source

Minor Changes
Patch Changes

v9.1.4

Compare Source

Patch Changes

v9.1.3

Compare Source

Patch Changes

v9.1.2

Compare Source

Patch Changes

v9.1.1

Compare Source

Patch Changes

v9.1.0

Compare Source

Minor Changes

v9.0.1

Compare Source

Patch Changes

v9.0.0

Compare Source

Major Changes
  • #​4801
    8f6d3efc
    Thanks @​ardatan! - BREAKING: checkValidationErrors has been
    dropped and validateGraphQlDocuments now accepts DocumentNode[] instead and it throws the
    original GraphQLErrors with the correct stack trace

  • #​4796
    80836fa7
    Thanks @​saihaj! - update collectFields to support collecting
    deffered values

Minor Changes

v8.13.1

Compare Source

Patch Changes

v8.13.0

Compare Source

Minor Changes
Patch Changes

v8.12.0

Compare Source

Minor Changes

v8.11.0

Compare Source

Minor Changes
Patch Changes

v8.10.1

Compare Source

Patch Changes

v8.10.0

Compare Source

Minor Changes

v8.9.1

Compare Source

Patch Changes

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 23, 2023
@renovate renovate bot requested a review from ardatan November 23, 2023 17:03
Copy link

changeset-bot bot commented Nov 23, 2023

⚠️ No Changeset found

Latest commit: 8082101

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

@renovate renovate bot force-pushed the renovate/major-graphql-tools branch from 693ecf2 to 8082101 Compare August 10, 2025 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants