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.5.6 #263

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

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.5.6 age adoption passing confidence

Release Notes

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

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: 2d5bbe1

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 5 times, most recently from e0a0f67 to e35af29 Compare August 2, 2024 09:33
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.3.2 fix(deps): update dependency @graphql-tools/utils to v10.3.3 Aug 5, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 4 times, most recently from 52b76b3 to eac8f43 Compare August 7, 2024 18:07
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.3.3 fix(deps): update dependency @graphql-tools/utils to v10.3.4 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from eac8f43 to d29ce55 Compare August 12, 2024 00:05
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.3.4 fix(deps): update dependency @graphql-tools/utils to v10.4.0 Aug 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.4.0 fix(deps): update dependency @graphql-tools/utils to v10.5.0 Aug 12, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from d29ce55 to 8141ceb Compare August 12, 2024 12:37
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.5.0 fix(deps): update dependency @graphql-tools/utils to v10.5.1 Aug 12, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 8141ceb to 977ae4c Compare August 12, 2024 23:17
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.5.1 fix(deps): update dependency @graphql-tools/utils to v10.5.2 Aug 12, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 977ae4c to 0d24d39 Compare August 14, 2024 10:24
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.5.2 fix(deps): update dependency @graphql-tools/utils to v10.5.3 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 0d24d39 to ee7cba8 Compare August 16, 2024 03:57
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.5.3 fix(deps): update dependency @graphql-tools/utils to v10.5.4 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from ee7cba8 to 22bb461 Compare October 15, 2024 11:02
@renovate renovate bot changed the title fix(deps): update dependency @graphql-tools/utils to v10.5.4 fix(deps): update dependency @graphql-tools/utils to v10.5.5 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 22bb461 to 1594b7e Compare October 19, 2024 03:02
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 2 times, most recently 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
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