Skip to content

chore(deps): roll up the 2026-06-24 dependabot batch (#148-151) - #152

Merged
kellenmurphy merged 5 commits into
mainfrom
chore/deps-batch-20260624
Jun 25, 2026
Merged

chore(deps): roll up the 2026-06-24 dependabot batch (#148-151)#152
kellenmurphy merged 5 commits into
mainfrom
chore/deps-batch-20260624

Conversation

@kellenmurphy

Copy link
Copy Markdown
Owner

Rolls the four open Dependabot PRs into one branch so they merge in a single pass under strict-mode branch protection, each as its own conventional commit.

Coverage note

vite 8.1.0 shifted v8 coverage attribution and exposed the defensive if (!text) return false guard in generic.isReadable as uncovered (it's unreachable through the public API — decodeAllGeneric only passes non-empty decoded blobs). Marked with the repo's standard /* v8 ignore */, restoring 100%. Separate test: commit so the dependency bumps stay clean.

Verification

tsc --noEmit clean · eslint . --quiet clean · npm audit → 0 vulnerabilities · 100% coverage · production build succeeds.

The vite 8.1.0 bump shifted v8 coverage attribution and exposed the
`if (!text) return false` guard in isReadable as uncovered. The guard is
defensive: decodeAllGeneric only ever calls isReadable with non-empty
decoded blobs, so the empty path isn't reachable through the public API.
Marked with the repo's standard /* v8 ignore */ to keep coverage at 100%.
@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant