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

chore(deps): update dependency @graphql-tools/schema to v8.3.10 #9575

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/schema 8.3.5 -> 8.3.10 age adoption passing confidence

Release Notes

ardatan/graphql-tools

v8.3.10

Compare Source

Patch Changes

v8.3.9

Compare Source

Patch Changes

v8.3.8

Compare Source

Patch Changes

v8.3.7

Compare Source

Patch Changes

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: "every weekend" in timezone America/Los_Angeles.

🚦 Automerge: Disabled due to failing status checks.

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

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

@renovate
Copy link
Contributor Author

renovate bot commented Apr 2, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm notice 
npm notice New minor version of npm available! 8.5.0 -> 8.7.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.7.0>
npm notice Run `npm install -g npm@8.7.0` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: graphql-tag@2.12.3
npm ERR! Found: graphql@16.0.1
npm ERR! node_modules/graphql
npm ERR!   dev graphql@"16.0.1" from the root project
npm ERR!   peer graphql@"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" from @graphql-typed-document-node/core@3.1.1
npm ERR!   node_modules/@graphql-typed-document-node/core
npm ERR!     @graphql-typed-document-node/core@"^3.1.1" from the root project
npm ERR!   5 more (graphql-ws, subscriptions-transport-ws, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer graphql@"^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" from graphql-tag@2.12.3
npm ERR! node_modules/graphql-tag
npm ERR!   graphql-tag@"^2.12.3" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: graphql@15.8.0
npm ERR! node_modules/graphql
npm ERR!   peer graphql@"^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" from graphql-tag@2.12.3
npm ERR!   node_modules/graphql-tag
npm ERR!     graphql-tag@"^2.12.3" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-04-21T15_47_14_058Z-debug-0.log

@renovate renovate bot force-pushed the renovate/graphql-tools-schema-8.x branch from 829d7f8 to aea57ad Compare April 9, 2022 10:48
@renovate renovate bot changed the title chore(deps): update dependency @graphql-tools/schema to v8.3.6 chore(deps): update dependency @graphql-tools/schema to v8.3.7 Apr 9, 2022
@renovate renovate bot force-pushed the renovate/graphql-tools-schema-8.x branch from aea57ad to 4ff1e8a Compare April 16, 2022 10:29
@renovate renovate bot changed the title chore(deps): update dependency @graphql-tools/schema to v8.3.7 chore(deps): update dependency @graphql-tools/schema to v8.3.9 Apr 16, 2022
benjamn added a commit that referenced this pull request Apr 21, 2022
This should help with recent failures of dependency update PRs, e.g.
#9575 (comment)
benjamn added a commit that referenced this pull request Apr 21, 2022
This should help with recent failures of dependency update PRs, e.g.
#9575 (comment)
@renovate renovate bot force-pushed the renovate/graphql-tools-schema-8.x branch from 4ff1e8a to b7e43b0 Compare April 21, 2022 15:36
@renovate renovate bot changed the title chore(deps): update dependency @graphql-tools/schema to v8.3.9 chore(deps): update dependency @graphql-tools/schema to v8.3.10 Apr 21, 2022
@renovate renovate bot force-pushed the renovate/graphql-tools-schema-8.x branch from b7e43b0 to b142485 Compare April 21, 2022 15:47
@benjamn benjamn force-pushed the renovate/graphql-tools-schema-8.x branch from b142485 to 9415015 Compare April 21, 2022 15:51
@benjamn benjamn merged commit ff7ca13 into main Apr 21, 2022
@benjamn benjamn deleted the renovate/graphql-tools-schema-8.x branch April 21, 2022 15:54
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants