Skip to content
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

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

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2024

This PR contains the following updates:

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

Release Notes

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

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).


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 is behind base branch, 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.

Copy link

changeset-bot bot commented Apr 29, 2024

⚠️ No Changeset found

Latest commit: 4fe8f7e

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/graphql-tools-monorepo branch 6 times, most recently from 6b9e98e to 5498df6 Compare May 20, 2024 12:48
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 3 times, most recently from 515bed4 to bc05b57 Compare May 27, 2024 11:18
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.2.0 fix(deps): update dependency @graphql-tools/utils to v10.2.1 May 27, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 5 times, most recently from 7c1183b to afbc94e Compare May 29, 2024 14:31
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 4 times, most recently from db5b524 to d5d0067 Compare June 11, 2024 09:17
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.2.1 fix(deps): update dependency @graphql-tools/utils to v10.2.2 Jun 11, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 3 times, most recently from 9602a52 to 91a1e65 Compare June 12, 2024 12:55
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 2 times, most recently from 1b7f425 to 82ed682 Compare June 30, 2024 12:11
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.2.2 fix(deps): update dependency @graphql-tools/utils to v10.2.3 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 3 times, most recently from bfc96a4 to 346e473 Compare July 2, 2024 10:09
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 2a1eab8 to 4f63925 Compare October 30, 2024 12:28
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 4f63925 to 2d5bbe1 Compare November 13, 2024 16:34
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.5.5 fix(deps): update dependency @graphql-tools/utils to v10.5.6 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 4 times, most recently from 2cfa235 to e08b9d6 Compare November 22, 2024 10:24
@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 e08b9d6 to 407f086 Compare November 27, 2024 19:46
@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 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 force-pushed the renovate/graphql-tools-monorepo branch from 407f086 to 5e3ae69 Compare December 5, 2024 05:01
@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 2 times, most recently from 8ebb201 to 59c32af Compare December 14, 2024 19:04
@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 59c32af to 1b3501e Compare December 24, 2024 13:29
@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 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 7 times, most recently from e71aef8 to e59c46f Compare January 5, 2025 05:30
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from e59c46f to 4fe8f7e Compare January 5, 2025 05:39
@eddeee888 eddeee888 merged commit 844abd4 into master Jan 5, 2025
13 checks passed
@eddeee888 eddeee888 deleted the renovate/graphql-tools-monorepo branch January 5, 2025 06:03
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.

1 participant