Skip to content

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

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 13, 2024

This PR contains the following updates:

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

Release Notes

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

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

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 changed the title fix(deps): update dependency @graphql-tools/utils to v10.5.6 fix(deps): update dependency @graphql-tools/utils to v10.6.0 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 07147ab to 1fac749 Compare November 22, 2024 11:11
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.6.0 fix(deps): update dependency @graphql-tools/utils to v10.6.1 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 2 times, most recently from 5a0b323 to affdac9 Compare December 4, 2024 14:24
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.6.1 fix(deps): update dependency @graphql-tools/utils to v10.6.2 Dec 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.6.2 fix(deps): update dependency @graphql-tools/utils to v10.6.3 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from affdac9 to 1ab34dd Compare December 13, 2024 11:59
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.6.3 fix(deps): update dependency @graphql-tools/utils to v10.6.4 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 1ab34dd to c19ad66 Compare December 14, 2024 18:54
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.6.4 fix(deps): update dependency @graphql-tools/utils to v10.7.0 Dec 24, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from c19ad66 to 73948f6 Compare December 24, 2024 13:00
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 73948f6 to a2cc512 Compare January 2, 2025 15:34
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.7.0 fix(deps): update dependency @graphql-tools/utils to v10.7.1 Jan 2, 2025
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from a2cc512 to ccdb658 Compare January 6, 2025 14:04
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.7.1 fix(deps): update dependency @graphql-tools/utils to v10.7.2 Jan 6, 2025
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.7.2 fix(deps): update dependency @graphql-tools/utils to v10.8.1 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from ccdb658 to ea0720a Compare February 11, 2025 10:27
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from ea0720a to 9f821c1 Compare February 21, 2025 19:49
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.8.1 fix(deps): update dependency @graphql-tools/utils to v10.8.2 Feb 21, 2025
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.8.2 fix(deps): update dependency @graphql-tools/utils to v10.8.3 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 3 times, most recently from 5cde002 to d77fe0f Compare March 4, 2025 01:35
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.8.3 fix(deps): update dependency @graphql-tools/utils to v10.8.4 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 2 times, most recently from c35dd76 to 1cfa4cb Compare March 13, 2025 16:48
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.8.4 fix(deps): update dependency @graphql-tools/utils to v10.8.5 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 1cfa4cb to b34eae9 Compare March 14, 2025 02:01
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.8.5 fix(deps): update dependency @graphql-tools/utils to v10.8.6 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from b34eae9 to af48005 Compare March 17, 2025 13:37
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from af48005 to 66c3d1a Compare April 1, 2025 13:22
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 66c3d1a to b4f2f3f Compare April 24, 2025 05:45
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from b4f2f3f to 07f591c Compare May 19, 2025 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants