chore: bump deps (ajv 8.20, ajv-formats 3, vitest 4.1.5, ref-parser, path-to-regexp)#2
Merged
Merged
Conversation
…to-regexp) Bumps everything except TypeScript. Notably crosses the ajv-formats v2 → v3 major (no impact: project does not use date-time format strings, which is the only behavioral break in v3). Also closes the fast-uri high-severity advisory transitively pulled in by ajv <8.20. - ajv ^8.18.0 → ^8.20.0 - ajv-formats ^2.1.1 → ^3.0.1 - @apidevtools/json-schema-ref-parser ^15.3.4 → ^15.3.5 - path-to-regexp ^8.4.0 → ^8.4.2 - vitest ^4.1.2 → ^4.1.5 - @vitest/coverage-v8 ^4.1.2 → ^4.1.5 Co-Authored-By: Claude Opus 4.7 (1M context) <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
ajv-formatsv2 → v3. Only behavioral break in v3 is thatdate-time/timeformats now require a timezone (RFC3339); this project has no such format strings or fixtures, so no impact.ajv8.18 → 8.20 also closes the high-severityfast-uriadvisory (GHSA-q3j6-qgpj-74h6, GHSA-v39h-62p7-jpjc) pulled transitively.npm auditis now clean.Lockfile regenerated via clean reinstall (
rm -rf node_modules package-lock.json && npm install) to keep platform-specific optional deps intact for Linux CI.Test plan
npm run buildpasses locallynpm run test:ci— 144/144 tests pass, coverage 91.62%npm audit— 0 vulnerabilities🤖 Generated with Claude Code