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

Bump @graphql-tools/delegate from 10.0.9 to 10.0.10 #4502

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps @graphql-tools/delegate from 10.0.9 to 10.0.10.

Changelog

Sourced from @​graphql-tools/delegate's changelog.

10.0.10

Patch Changes

  • #6134 a83da08 Thanks @​User! - Ignore unmerged fields

    Let's say you have a gateway schema like in the bottom, and id is added to the query, only if the age is requested;

    # This will be sent as-is
    {
      user {
        name
      }
    }

    But the following will be transformed;

    {
      user {
        name
        age
      }
    }

    Into

    {
      user {
        id
        name
        age
      }
    }
    type Query {
    }
    type User {
    id: ID! # is the key for all services
    name: String!
    age: Int! # This comes from another service
    }
    </code></pre>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/ardatan/graphql-tools/commit/876f03a7e61e7246adbb4781d2a99a0b60b09f6d&quot;&gt;&lt;code&gt;876f03a&lt;/code&gt;&lt;/a> chore(release): update monorepo packages versions (<a href="https://github.com/ardatan/graphql-tools/tree/HEAD/packages/delegate/issues/6142&quot;&gt;#6142&lt;/a&gt;)&lt;/li>
    <li><a href="https://github.com/ardatan/graphql-tools/commit/fc9c71fbc9057a8e32e0d8813b23819c631afa65&quot;&gt;&lt;code&gt;fc9c71f&lt;/code&gt;&lt;/a> fix(federation/stitch/delegate): handle complex nested keys (<a href="https://github.com/ardatan/graphql-tools/tree/HEAD/packages/delegate/issues/6150&quot;&gt;#6150&lt;/a&gt;)&lt;/li>
    <li><a href="https://github.com/ardatan/graphql-tools/commit/cd962c1048b21c0a6f91c943860089b050ac5f5e&quot;&gt;&lt;code&gt;cd962c1&lt;/code&gt;&lt;/a> Handle unresolvable interface fields and choose the best root field if there ...</li>
    <li><a href="https://github.com/ardatan/graphql-tools/commit/a83da087e24929ed0734a2cff63c97bd45cc9eb4&quot;&gt;&lt;code&gt;a83da08&lt;/code&gt;&lt;/a> Ignore unmerged fields (<a href="https://github.com/ardatan/graphql-tools/tree/HEAD/packages/delegate/issues/6134&quot;&gt;#6134&lt;/a&gt;)&lt;/li>
    <li>See full diff in <a href="https://github.com/ardatan/graphql-tools/commits/@graphql-tools/delegate@10.0.10/packages/delegate&quot;&gt;compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
    Dependabot will merge this PR once CI passes on it, as requested by @reitermarkus.
    
    
    Dependabot commands and options
    
    You can trigger Dependabot actions by commenting on this PR:
    
    @dependabot rebase will rebase this PR
    @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    @dependabot merge will merge this PR after your CI passes on it
    @dependabot squash and merge will squash and merge this PR after your CI passes on it
    @dependabot cancel merge will cancel a previously requested merge and block automerging
    @dependabot reopen will reopen this PR if it is closed
    @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 13, 2024
@reitermarkus
Copy link
Owner

@dependabot merge

Bumps [@graphql-tools/delegate](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/delegate) from 10.0.9 to 10.0.10.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/delegate/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/[email protected]/packages/delegate)

---
updated-dependencies:
- dependency-name: "@graphql-tools/delegate"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graphql-tools/delegate-10.0.10 branch from 104e5ca to 18db43a Compare May 20, 2024 20:00
@dependabot dependabot bot merged commit 4d2ce63 into main May 20, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/graphql-tools/delegate-10.0.10 branch May 20, 2024 20:01
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant