-
Notifications
You must be signed in to change notification settings - Fork 5k
chore: bump some dependencies #38729
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
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
For the context, this was reported upstream. Among other things the compilation became a few times slower and tsc was OOMing. Let's make sure that it doesn't regress compilation time significantly. |
yury-s
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm provided the compilation time is acceptable. I don't see much progress on the upstream issue unfortunately.
434c965 to
a5b33f2
Compare
Here are measurements on my laptop: It looks like |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
a5b33f2 to
9a89e55
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Resolves some audits/alerts. - `@modelcontextprotocol/sdk` to `1.25.2`; - `zod-to-json-schema` to `3.25.1`; - `qs` to `6.14.1`.
9a89e55 to
223c08a
Compare
Test results for "tests 1"2 failed 3 flaky34556 passed, 691 skipped Merge workflow run. |
Test results for "MCP"3 failed 2827 passed, 121 skipped Merge workflow run. |
Resolves some audits/alerts.
@modelcontextprotocol/sdkto1.25.2;zod-to-json-schemato3.25.1;qsto6.14.1.Unfortunately, re-exporting
zodToJsonSchematype from the bundle now results inerror TS2589: Type instantiation is excessively deep and possibly infinite.errors in some places. I removed the exact type, since the result is always immediately type-casted everywhere.Also fix some type issues found after version bumps.