chore(deps): safe patch/minor refresh - #42
Merged
Conversation
- bindings: zod ^4.3.5 -> ^4.4.3 (minor floor lift), @types/bun ^1.3.5 -> ^1.3.14 - bindings.yml: pin oven-sh/setup-bun bun-version latest -> 1.3.14 TypeScript held at ^5.9.3 (TS7 is a major, out of scope for a safe-bucket bump).
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.
What
Safe patch/minor dependency refresh for the TypeScript bindings, plus a CI Bun pin.
bindings/typescript:zod^4.3.5→^4.4.3(minor floor lift),@types/bun^1.3.5→^1.3.14;bun.lockrefreshed..github/workflows/bindings.yml: pinoven-sh/setup-bunbun-versionlatest→1.3.14(matches the workspace Bun pin; removes floating-latestdrift).Why
Bring the bindings' dependency floor and the CI Bun runtime current within the safe (patch/minor) bucket.
bun-version: latestis a floating pin — a new Bun release can silently change the CI runtime; pinning to1.3.14makes the bindings lane reproducible and consistent with the rest of the stack.TypeScript is deliberately held at
^5.9.3:typescript@7is a major bump, out of scope for a safe-bucket refresh (see the majors register in the effort evidence).How to verify
Local gate green: lint 0, build 0, tests 136 pass / 0 fail.
Risks
Low. zod 4.3.5→4.4.3 and @types/bun 1.3.5→1.3.14 are within-major minor bumps; existing frozen binding exports are unchanged (no API surface change). The Bun pin only affects the CI bindings lane.