chore(deps): roll up the 2026-06-24 dependabot batch (#148-151) - #152
Merged
Conversation
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 Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This was referenced Jun 25, 2026
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.
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.
wrangler4.103.0 → 4.104.0, cloudflare group (supersedes chore(deps-dev): bump wrangler from 4.103.0 to 4.104.0 in the cloudflare group #148)vite8.0.16 → 8.1.0 (supersedes chore(deps-dev): bump vite from 8.0.16 to 8.1.0 #149)@types/node26.0.0 → 26.0.1 (supersedes chore(deps-dev): bump @types/node from 26.0.0 to 26.0.1 #150)@sveltejs/kit2.67.0 → 2.68.0,svelte5.56.3 → 5.56.4,svelte-check4.6.0 → 4.7.1 (supersedes chore(deps-dev): bump the svelte group across 1 directory with 3 updates #151)Coverage note
vite8.1.0 shifted v8 coverage attribution and exposed the defensiveif (!text) return falseguard ingeneric.isReadableas uncovered (it's unreachable through the public API —decodeAllGenericonly passes non-empty decoded blobs). Marked with the repo's standard/* v8 ignore */, restoring 100%. Separatetest:commit so the dependency bumps stay clean.Verification
tsc --noEmitclean ·eslint . --quietclean ·npm audit→ 0 vulnerabilities · 100% coverage · production build succeeds.