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 to v16 #14

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 20, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql 15.6.0 -> 16.10.0 age adoption passing confidence

Release Notes

graphql/graphql-js (graphql)

v16.10.0: 16.10.0

Compare Source

v16.10.0 (2024-12-15)

New Feature 🚀
Bug Fix 🐞
Docs 📝
10 PRs were merged
Internal 🏠
4 PRs were merged
Committers: 5

v16.9.0

Compare Source

v16.9.0 (2024-06-21)

New Feature 🚀
  • #​4119 backport[v16]: Introduce "recommended" validation rules (@​benjie)
  • #​4122 backport[v16]: Enable passing values configuration to GraphQLEnumType as a thunk (@​benjie)
  • #​4124 backport[v16]: Implement OneOf Input Objects via @oneOf directive (@​benjie)
Committers: 1

v16.8.2

Compare Source

v16.8.2 (2024-06-12)

Bug Fix 🐞* #​4022 fix: remove globalThis check and align with what bundlers can accept (@​JoviDeCroock)
Internal 🏠* #​4104 Fix publish scripts (@​benjie)
Committers: 2

v16.8.1

Compare Source

v16.8.1 (2023-09-19)
Bug Fix 🐞
Committers: 1

v16.8.0

Compare Source

v16.8.0 (2023-08-14)

New Feature 🚀
Committers: 1

v16.7.1

Compare Source

v16.7.1 (2023-06-22)

📢 Big shout out to @​phryneas, who managed to reproduce this issue and come up with this fix.

Bug Fix 🐞
Committers: 1

v16.7.0

Compare Source

v16.7.0 (2023-06-21)
New Feature 🚀
Bug Fix 🐞
Committers: 3

v16.6.0

Compare Source

v16.6.0 (2022-08-16)

New Feature 🚀
Bug Fix 🐞
Committers: 2

v16.5.0

Compare Source

v16.5.0 (2022-05-09)

New Feature 🚀
Committers: 1

v16.4.0

Compare Source

v16.4.0 (2022-04-25)

New Feature 🚀
Bug Fix 🐞
Docs 📝
2 PRs were merged
Polish 💅
3 PRs were merged
Internal 🏠
26 PRs were merged
Dependency 📦
2 PRs were merged
Committers: 7

v16.3.0

Compare Source

v16.3.0 (2022-01-26)

New Feature 🚀
Bug Fix 🐞
Docs 📝
2 PRs were merged
Polish 💅
7 PRs were merged
Internal 🏠
5 PRs were merged
Dependency 📦
4 PRs were merged
Committers: 6

v16.2.0: v16.2.0

Compare Source

v16.2.0 (2021-12-17)

New Feature 🚀
Docs 📝
Polish 💅
Internal 🏠
2 PRs were merged
Committers: 2

v16.1.0

Compare Source

v16.1.0 (2021-12-07)

New Feature 🚀
Bug Fix 🐞
Docs 📝
Polish 💅
9 PRs were merged
Internal 🏠
9 PRs were merged
Dependency 📦
4 PRs were merged
Committers: 5

v16.0.1

Compare Source

v16.0.1 (2021-11-01)

Bug Fix 🐞
Polish 💅
Internal 🏠
Committers: 1

v16.0.0

Compare Source

v16.0.0 (2021-10-28)

Breaking Change 💥
Deprecation ⚠
New Feature 🚀
Bug Fix 🐞
Docs 📝
5 PRs were merged
Polish 💅
119 PRs were merged

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 becomes conflicted, 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.

@renovate
Copy link
Author

renovate bot commented Mar 20, 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 WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/graphql
npm WARN   graphql@"16.8.1" from the root project
npm WARN   4 more (@graphql-tools/merge, @graphql-tools/mock, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^14.2.1 || ^15.0.0" from [email protected]
npm WARN node_modules/apollo-graphql
npm WARN   apollo-graphql@"^0.9.0" from [email protected]
npm WARN   node_modules/apollo-server-core
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/graphql
npm WARN   peer graphql@"^14.2.1 || ^15.0.0" from [email protected]
npm WARN   node_modules/apollo-graphql
npm WARN     apollo-graphql@"^0.9.0" from [email protected]
npm WARN     node_modules/apollo-server-core
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/graphql
npm ERR!   graphql@"16.8.1" from the root project
npm ERR!   peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0" from @graphql-tools/[email protected]
npm ERR!   node_modules/@graphql-tools/merge
npm ERR!     @graphql-tools/merge@"^8.1.0" from @graphql-tools/[email protected]
npm ERR!     node_modules/@graphql-tools/schema
npm ERR!       @graphql-tools/schema@"^8.2.0" from @graphql-tools/[email protected]
npm ERR!       node_modules/@graphql-tools/mock
npm ERR!         @graphql-tools/mock@"^8.1.2" from [email protected]
npm ERR!         node_modules/apollo-server-core
npm ERR!       1 more (apollo-server-core)
npm ERR!   3 more (@graphql-tools/mock, @graphql-tools/schema, @graphql-tools/utils)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer graphql@"^15.3.0" from [email protected]
npm ERR! node_modules/apollo-server-cloudflare
npm ERR!   apollo-server-cloudflare@"3.3.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/graphql
npm ERR!   peer graphql@"^15.3.0" from [email protected]
npm ERR!   node_modules/apollo-server-cloudflare
npm ERR!     apollo-server-cloudflare@"3.3.0" 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! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/c7a54c/b37f76/cache/others/npm/_logs/2023-09-19T09_05_13_312Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/c7a54c/b37f76/cache/others/npm/_logs/2023-09-19T09_05_13_312Z-debug-0.log

@renovate renovate bot force-pushed the renovate/graphql-16.x branch from becaadb to 96108a0 Compare April 25, 2022 13:45
@renovate renovate bot force-pushed the renovate/graphql-16.x branch from 96108a0 to c868e9d Compare May 9, 2022 17:15
@renovate renovate bot force-pushed the renovate/graphql-16.x branch from c868e9d to 75813ab Compare September 25, 2022 17:23
@renovate renovate bot force-pushed the renovate/graphql-16.x branch 2 times, most recently from 1452bdc to 1dc69f6 Compare June 22, 2023 19:59
@renovate renovate bot force-pushed the renovate/graphql-16.x branch from 1dc69f6 to d7bfaa6 Compare August 14, 2023 21:32
@renovate renovate bot force-pushed the renovate/graphql-16.x branch from d7bfaa6 to 7a8d14a Compare September 19, 2023 09:05
@renovate renovate bot force-pushed the renovate/graphql-16.x branch from 7a8d14a to 8c23b59 Compare June 12, 2024 16:19
Copy link
Author

renovate bot commented Jun 12, 2024

⚠️ 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 WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/graphql
npm WARN   graphql@"16.10.0" from the root project
npm WARN   4 more (@graphql-tools/merge, @graphql-tools/mock, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^14.2.1 || ^15.0.0" from [email protected]
npm WARN node_modules/apollo-graphql
npm WARN   apollo-graphql@"^0.9.0" from [email protected]
npm WARN   node_modules/apollo-server-core
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/graphql
npm WARN   peer graphql@"^14.2.1 || ^15.0.0" from [email protected]
npm WARN   node_modules/apollo-graphql
npm WARN     apollo-graphql@"^0.9.0" from [email protected]
npm WARN     node_modules/apollo-server-core
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/graphql
npm ERR!   graphql@"16.10.0" from the root project
npm ERR!   peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0" from @graphql-tools/[email protected]
npm ERR!   node_modules/@graphql-tools/merge
npm ERR!     @graphql-tools/merge@"^8.1.0" from @graphql-tools/[email protected]
npm ERR!     node_modules/@graphql-tools/schema
npm ERR!       @graphql-tools/schema@"^8.2.0" from @graphql-tools/[email protected]
npm ERR!       node_modules/@graphql-tools/mock
npm ERR!         @graphql-tools/mock@"^8.1.2" from [email protected]
npm ERR!         node_modules/apollo-server-core
npm ERR!       1 more (apollo-server-core)
npm ERR!   3 more (@graphql-tools/mock, @graphql-tools/schema, @graphql-tools/utils)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer graphql@"^15.3.0" from [email protected]
npm ERR! node_modules/apollo-server-cloudflare
npm ERR!   apollo-server-cloudflare@"3.3.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/graphql
npm ERR!   peer graphql@"^15.3.0" from [email protected]
npm ERR!   node_modules/apollo-server-cloudflare
npm ERR!     apollo-server-cloudflare@"3.3.0" 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/2024-12-15T12_23_00_457Z-debug-0.log

@renovate renovate bot force-pushed the renovate/graphql-16.x branch from 8c23b59 to 0c07098 Compare June 21, 2024 16:25
@renovate renovate bot force-pushed the renovate/graphql-16.x branch from 0c07098 to c097cea Compare December 15, 2024 12:23
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