This repository was archived by the owner on Jul 30, 2026. It is now read-only.
chore: update dependencies - #149
Merged
Merged
Conversation
Bump patch versions of two dependencies (per #141): - libphonenumber-js ^1.13.6 -> ^1.13.7 (resolves 1.13.8) - vitest ^4.1.7 -> ^4.1.9 (resolves 4.1.10) Typecheck, build, and full test suite (212 tests) all green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
There was a problem hiding this comment.
✅ Rules Dobby 2 sign-off — no findings.
Consolidated gatekeeper review of the patch dependency bump (libphonenumber-js ^1.13.6→^1.13.7 resolving 1.13.8; vitest ^4.1.7→^4.1.9 resolving 4.1.10):
- Rule compliance (per-rule check across all binding rules): clean. Both deps are actually used (
libphonenumber-jsviaphone.ts,vitestas the test runner), so no removal-instead-of-bump concern; conventional-commit title ✓;Closes #141uses a proper closing keyword ✓. - Code review (Review Dobby 2): 0 findings — branch built, typecheck + build clean, 212/212 tests pass on vitest 4.1.10, runtime smoke-test of the
libphonenumber-js/mobilesubpath OK.
No blocking issues. Approving and flipping to ready-for-review.
Submitted as COMMENT because GitHub disallows APPROVE on a self-authored PR — this is a clean sign-off, not a non-blocking note.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Applies the patch dependency updates requested in #141.
Both are patch bumps; the installed versions resolve to the newest patch satisfying each caret range. No CVEs this cycle (
npm auditreports 0 vulnerabilities).Verification
npm run typecheck— cleannpm test— 212 tests passed (15 files)npm run build— Build completeCloses #141