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 monorepo #519

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/delegate ^8.7.0 -> ^8.7.1 age adoption passing confidence
@graphql-tools/schema ^8.3.5 -> ^8.3.6 age adoption passing confidence

Release Notes

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

v8.7.1

Compare Source

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

v8.3.6

Compare Source

Patch Changes
  • 722abad: Fix addResolversToSchema bug where type or field processing would be aborted prematurely.

    In previous versions, if requireResolversToMatchSchema was set to ignore, although no error would be thrown for an unexpected resolver type, type processing would still be aborted early. This fix changes the behavior to correctly continue resolver type processing with the next provided type.

    In previous versions, if a resolver field began with double underscores, it would correctly be used for legacy behavior to directly set a type property, but field processing would be aborted early. This fix changes the behavior to correctly continue type processing with the next field.


Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Mar 30, 2022

Codecov Report

Merging #519 (cdb8d4d) into master (35f69f3) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #519   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          195       195           
  Branches        41        41           
=========================================
  Hits           195       195           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 35f69f3...cdb8d4d. Read the comment docs.

@renovate renovate bot merged commit e9ff778 into master Mar 31, 2022
@renovate renovate bot deleted the renovate/graphql-tools-monorepo branch March 31, 2022 00:35
@github-actions
Copy link

🎉 This PR is included in version 6.1.21 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

1 participant