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: resolve graphql-tools version to 10.0.0 #966

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

ChaituVR
Copy link
Member

Related to ardatan/graphql-tools#6776

  • Right now all deployments are failing because of error
23 16:56:50] │ node_modules/@graphql-tools/utils/typings/fakePromise.d.ts(2,37): error TS1139: Type parameter declaration expected.
[2024-12-23 16:56:50] │ node_modules/@graphql-tools/utils/typings/fakePromise.d.ts(2,44): error TS1005: ',' expected.
[2024-12-23 16:56:50] │ node_modules/@graphql-tools/utils/typings/fakePromise.d.ts(2,51): error TS1005: ')' expected.
[2024-12-23 16:56:50] │ node_modules/@graphql-tools/utils/typings/fakePromise.d.ts(2,53): error TS1434: Unexpected keyword or identifier.
[2024-12-23 16:56:50] │ node_modules/@graphql-tools/utils/typings/fakePromise.d.ts(2,54): error TS1128: Declaration or statement expected.
[2024-12-23 16:56:50] │ node_modules/@graphql-tools/utils/typings/fakePromise.d.ts(2,55): error TS1128: Declaration or statement expected.
[2024-12-2
  • solution suggests to upgrade typescript to latest version but it doesn't work in our case somehow
  • also don't think skiplibcheck is good way to go

@ChaituVR ChaituVR requested a review from bonustrack December 23, 2024 17:28
Copy link
Member

@bonustrack bonustrack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@ChaituVR ChaituVR merged commit 983e815 into master Dec 24, 2024
2 checks passed
@ChaituVR ChaituVR deleted the fix-graphql-tools-version branch December 24, 2024 01:11
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.

2 participants