-
Notifications
You must be signed in to change notification settings - Fork 342
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
Mesh SDK TypeScript usage requires skipLibCheck: true
- else throws TS1254 in upstream dependency cross-undici-fetch
#3711
Comments
@ardatan I can help a bit with tests the next couple of days so we can hopefully get a stable release again soon! |
skipLibCheck: true
- else throws TS1254 in upstream dependency cross-undici-fetch
Tried another update today, but now the project is even more unstable :| "dependencies": {
"@graphql-mesh/cache-inmemory-lru": "^0.6.3", // bumped again
"@graphql-mesh/merger-stitching": "^0.15.27",
"@graphql-mesh/openapi": "^0.24.0", // bumped again
"@graphql-mesh/runtime": "^0.33.3", // bumped again
"@graphql-tools/utils": "^8.6.3",
"graphql": "^15.5.0",
"graphql-jit": "^0.7.3",
"graphql-tag": "^2.12.6",
"tslib": "^2.3.1"
},
// removed utils resolution
"devDependencies": {
"@graphql-mesh/cli": "^0.63.0", // bumped again
I will create more tickets as needed for these seperate issues, but here I just want to find a stable version set, so I can pin and release. Can you please give me an update what has been recently going on, or where I can find information to properly migrate - I might have missed? Also I am still getting the type error from the cross-undici-fetch dependency. Please notify/close if this is no longer supposed to be the case. |
Found a fix for this, it is actually just |
We no longer use |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
The issue has already been reported in the upstream repo six weeks ago: ardatan/whatwg-node#18
Expected behavior
No type errors when
tsc
-(re)compiling SDK client packages into modules.Environment:
Additional context
My dependency update is currently still unstable.
I also have this new
globalContext
argument addition to work around (it's not even used...), please explain!The text was updated successfully, but these errors were encountered: