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 #2151

Merged
merged 4 commits into from
Dec 24, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql 15.8.0 -> 16.2.0 age adoption passing confidence

Release Notes

graphql/graphql-js

v16.2.0

Compare Source

v16.2.0 (2021-12-17)

New Feature 🚀
Docs 📝
Polish 💅
Internal 🏠
2 PRs were merged
##### Committers: 2 * Christoph Zwerschke([@​Cito](https://togithub.com/Cito)) * Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov))

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 * Alex Reilly([@​twof](https://togithub.com/twof)) * Francisco Marques([@​tofran](https://togithub.com/tofran)) * Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) * Paul Serraino([@​paulserraino](https://togithub.com/paulserraino)) * Yaacov Rydzinski ([@​yaacovCR](https://togithub.com/yaacovCR))

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
##### Internal 🏠
59 PRs were merged
##### Dependency 📦
20 PRs were merged
  • [#​283

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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 renovate bot requested review from Jolg42 and millsp October 28, 2021 21:53
@renovate renovate bot force-pushed the renovate/graphql-16.x branch 2 times, most recently from a57b939 to da7fb84 Compare November 1, 2021 21:49
@renovate renovate bot force-pushed the renovate/graphql-16.x branch from da7fb84 to 36aeb51 Compare November 5, 2021 02:16
@renovate renovate bot force-pushed the renovate/graphql-16.x branch from 36aeb51 to b7ff2d5 Compare November 20, 2021 18:00
@Jolg42 Jolg42 added process/candidate tech/typescript Issue for tech TypeScript. labels Nov 22, 2021
@Jolg42
Copy link
Contributor

Jolg42 commented Nov 22, 2021

https://github.com/prisma/e2e-tests/runs/4274499965?check_suite_focus=true#step:6:84
libraries (apollo-server, library, ubuntu-latest) fails with

$ /home/runner/work/e2e-tests/e2e-tests/libraries/apollo-server/node_modules/.bin/tsc
Error: node_modules/apollo-link/lib/types.d.ts(5,18): error TS2430: Interface 'ExecutionResult<TData>' incorrectly extends interface 'ExecutionResult<ObjMap<unknown>, ObjMap<unknown>>'.
  Types of property 'data' are incompatible.
    Type 'TData | null | undefined' is not assignable to type 'ObjMap<unknown> | null | undefined'.
      Type 'TData' is not assignable to type 'ObjMap<unknown> | null | undefined'.
        Type 'TData' is not assignable to type 'ObjMap<unknown>'.
Error: node_modules/apollo-server-errors/dist/index.d.ts(2,22): error TS2720: Class 'ApolloError' incorrectly implements class 'GraphQLError'. Did you mean to extend 'GraphQLError' and inherit its members as a subclass?
  Type 'ApolloError' is missing the following properties from type 'GraphQLError': toJSON, [Symbol.toStringTag]
error Command failed with exit code 2.

and https://github.com/prisma/e2e-tests/runs/4274500018?check_suite_focus=true#step:6:100
libraries (type-graphql, library, ubuntu-latest) fails with

$ /home/runner/work/e2e-tests/e2e-tests/libraries/type-graphql/node_modules/.bin/tsc
Error: node_modules/apollo-link/lib/types.d.ts(5,18): error TS2430: Interface 'ExecutionResult<TData>' incorrectly extends interface 'ExecutionResult<ObjMap<unknown>, ObjMap<unknown>>'.
  Types of property 'data' are incompatible.
    Type 'TData | null | undefined' is not assignable to type 'ObjMap<unknown> | null | undefined'.
      Type 'TData' is not assignable to type 'ObjMap<unknown> | null | undefined'.
        Type 'TData' is not assignable to type 'ObjMap<unknown>'.
Error: node_modules/apollo-server-errors/dist/index.d.ts(2,22): error TS2720: Class 'ApolloError' incorrectly implements class 'GraphQLError'. Did you mean to extend 'GraphQLError' and inherit its members as a subclass?
  Type 'ApolloError' is missing the following properties from type 'GraphQLError': toJSON, [Symbol.toStringTag]
Error: node_modules/type-graphql/dist/utils/emitSchemaDefinitionFile.d.ts(2,10): error TS2305: Module '"graphql/utilities/printSchema"' has no exported member 'Options'.
error Command failed with exit code 2.
info Visit yarnpkg.com/en/docs/cli/run for documentation about this command.
libraries/type-graphql done
exitting with code 2

@renovate renovate bot force-pushed the renovate/graphql-16.x branch 2 times, most recently from 1ac2c0c to 6374572 Compare December 8, 2021 17:37
@renovate renovate bot force-pushed the renovate/graphql-16.x branch from 6374572 to c6ece62 Compare December 17, 2021 15:37
@matthewmueller matthewmueller added this to the 3.8.0 milestone Dec 21, 2021
@aqrln aqrln force-pushed the renovate/graphql-16.x branch from 6cb1b75 to 77a6848 Compare December 24, 2021 14:12
@aqrln
Copy link
Member

aqrln commented Dec 24, 2021

@aqrln aqrln merged commit eb10f6a into dev Dec 24, 2021
@aqrln aqrln deleted the renovate/graphql-16.x branch December 24, 2021 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech/typescript Issue for tech TypeScript.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants