Draft
Conversation
Bumps all pending dependency updates into one commit: Root package: - zod 3.25.76 → 4.3.6 (major) - @types/node 22 → 25 (major) - @modelcontextprotocol/sdk 1.26.0 → 1.27.1 - tsdown 0.15.12 → 0.21.4 - prettier 3.6.2 → 3.8.1 - typescript-eslint 8.48.0 → 8.57.1 - lefthook 2.0.2 → 2.1.4 - eslint/@eslint/js → 9.39.4 (kept at v9, typescript-eslint lacks v10 support) - Regenerated lockfile to pick up transitive security fixes (hono, @hono/node-server, express-rate-limit, flatted, rollup, minimatch, ajv, qs, undici) examples/servers/typescript: - @modelcontextprotocol/sdk → 1.27.1 - Removed zod-to-json-schema (broken with zod v4) - Added zod ^4 as direct dep - Regenerated lockfile GitHub Actions: - actions/setup-node v4 → v6 in action.yml Code changes for zod v4: - ZodError.errors → ZodError.issues (src/index.ts) - .refine() callback signature updated (src/schemas.ts) - everything-server: replaced zodToJsonSchema with SDK's toJsonSchemaCompat helper (handles zod v3/v4/v4-mini) Build fix for tsdown 0.21: - Added --no-fixed-extension to preserve dist/index.js output (tsdown 0.21 defaults to .mjs for type:module packages)
The lockfile was generated on macOS which caused npm to only resolve darwin-arm64 entries for platform-specific optional dependencies (esbuild, rolldown bindings). This broke npm ci on Linux CI runners. Regenerated from a clean state to include all 26 esbuild platforms and all 15 rolldown platform bindings.
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates all 15 open dependabot PRs into one.
Supersedes
Changes
Dependencies
Code changes (zod v4 migration)
ZodError.errors→ZodError.issuesin src/index.ts.refine()second-arg signature updated in src/schemas.tszod-to-json-schema(broken with zod v4) with the SDK'stoJsonSchemaCompathelper which handles v3/v4/v4-miniBuild fix (tsdown 0.21)
--no-fixed-extensionto build script — tsdown 0.21 defaults to.mjsoutput fortype: modulepackages, but our bin/action.yml/tier-check all referencedist/index.jsGitHub Actions
actions/setup-node@v4→@v6in action.ymlVerification
dist/index.js