Release 2.7.8: refresh dev deps and lockfile - #82
Merged
Conversation
bun update moved the dev toolchain within range (@types/node 26.4.0, knip 6.33.0, lefthook 2.1.12, typescript-eslint 8.68.0) plus lockfile transitives; carries the already-merged osv-scanner v2.5.1 and minor-patch bumps. Runtime deps unchanged. Build, typecheck, lint, tests (166) green. eslint (^9) and TypeScript (^6) held per the registry. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Summary
Bumps
@agent-score/sdkto 2.7.8.bun updaterefreshed the dev toolchain within range (@types/node 26.4.0, knip 6.33.0, lefthook 2.1.12, typescript-eslint 8.68.0) plus lockfile transitives, on top of the already-merged osv-scanner v2.5.1 and minor-patch group. Runtime dependencies are unchanged. eslint (^9) and TypeScript (^6) stay held per the dependency-holds registry.Type of change
Public API
None. No exported types, signatures, or wire formats changed; runtime dependencies are identical. The published
dist/is functionally unchanged.Test plan
Ran
bun run build,bun run typecheck,bun run lint, andbun run testafter the dep refresh: build succeeds, typecheck and lint clean, 166 tests pass (9 skipped). No behavior change, so no new tests.Checklist