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 graphql-tools #8066

Merged
merged 2 commits into from
Dec 4, 2024
Merged

fix(deps): update graphql-tools #8066

merged 2 commits into from
Dec 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/batch-delegate (source) 9.0.21 -> 9.0.22 age adoption passing confidence
@graphql-tools/code-file-loader (source) 8.1.7 -> 8.1.8 age adoption passing confidence
@graphql-tools/delegate (source) 10.2.5 -> 10.2.6 age adoption passing confidence
@graphql-tools/executor (source) 1.3.5 -> 1.3.6 age adoption passing confidence
@graphql-tools/federation (source) 2.2.37 -> 2.2.38 age adoption passing confidence
@graphql-tools/graphql-file-loader (source) 8.0.5 -> 8.0.6 age adoption passing confidence
@graphql-tools/load (source) 8.0.6 -> 8.0.7 age adoption passing confidence
@graphql-tools/mock (source) 9.0.8 -> 9.0.9 age adoption passing confidence
@graphql-tools/resolvers-composition (source) 7.0.5 -> 7.0.6 age adoption passing confidence
@graphql-tools/schema (source) 10.0.10 -> 10.0.11 age adoption passing confidence
@graphql-tools/stitch (source) 9.4.7 -> 9.4.8 age adoption passing confidence
@graphql-tools/stitching-directives (source) 3.1.20 -> 3.1.21 age adoption passing confidence
@graphql-tools/url-loader (source) 8.0.17 -> 8.0.18 age adoption passing confidence
@graphql-tools/utils (source) 10.6.1 -> 10.6.2 age adoption passing confidence
@graphql-tools/wrap (source) 10.0.23 -> 10.0.24 age adoption passing confidence

Release Notes

graphql-hive/gateway (@​graphql-tools/batch-delegate)

v9.0.22

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/code-file-loader)

v8.1.8

Compare Source

Patch Changes
graphql-hive/gateway (@​graphql-tools/delegate)

v10.2.6

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/executor)

v1.3.6

Compare Source

Patch Changes
graphql-hive/gateway (@​graphql-tools/federation)

v2.2.38

Compare Source

ardatan/graphql-tools (@​graphql-tools/graphql-file-loader)

v8.0.6

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/load)

v8.0.7

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/mock)

v9.0.9

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/resolvers-composition)

v7.0.6

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/schema)

v10.0.11

Compare Source

Patch Changes
graphql-hive/gateway (@​graphql-tools/stitch)

v9.4.8

Compare Source

Patch Changes
graphql-hive/gateway (@​graphql-tools/stitching-directives)

v3.1.21

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/url-loader)

v8.0.18

Compare Source

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

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: [{}, {}] }
graphql-hive/gateway (@​graphql-tools/wrap)

v10.0.24

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 label Dec 4, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools branch from 09062a0 to c8ef0ef Compare December 4, 2024 13:04
Copy link
Contributor

github-actions bot commented Dec 4, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-mesh/cli 0.98.6-alpha-20241204165432-f48f123a6eb65b529a96ea8631bd86bda4baf7ea npm ↗︎ unpkg ↗︎
@graphql-mesh/config 0.106.6-alpha-20241204165432-f48f123a6eb65b529a96ea8631bd86bda4baf7ea npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-bare 0.104.6-alpha-20241204165432-f48f123a6eb65b529a96ea8631bd86bda4baf7ea npm ↗︎ unpkg ↗︎
@graphql-mesh/migrate-config-cli 1.3.12-alpha-20241204165432-f48f123a6eb65b529a96ea8631bd86bda4baf7ea npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Dec 4, 2024

💻 Website Preview

The latest changes are available as preview in: https://0a342824.graphql-mesh.pages.dev

Copy link
Contributor

github-actions bot commented Dec 4, 2024

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

@renovate renovate bot force-pushed the renovate/graphql-tools branch 2 times, most recently from 551d215 to 6e64797 Compare December 4, 2024 15:55
@renovate renovate bot force-pushed the renovate/graphql-tools branch from bd02060 to aa7da90 Compare December 4, 2024 16:51
@ardatan ardatan merged commit ace9bac into master Dec 4, 2024
22 checks passed
@ardatan ardatan deleted the renovate/graphql-tools branch December 4, 2024 18:01
This was referenced Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant