chore(deps): roll up the 2026-06-30 dependabot batch (#155-161) - #162
Merged
Conversation
prettier 3.9.3 changed two formatting behaviors (long string property values no longer wrap to their own line; some double-quoted strings normalize to single quotes). Reapplied across the tree so committed code stays in sync with the formatter. Cosmetic only, no logic changes.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This was referenced Jun 30, 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 seven open Dependabot PRs into one branch so they merge in a single pass under strict-mode branch protection, each as its own conventional commit.
pako2.2.0 → 3.0.0 (runtime major; supersedes chore(deps): bump pako from 2.2.0 to 3.0.0 #155)@tailwindcss/vite4.3.1 → 4.3.2 (supersedes chore(deps-dev): bump @tailwindcss/vite from 4.3.1 to 4.3.2 #156)tailwindcss4.3.1 → 4.3.2 (supersedes chore(deps-dev): bump tailwindcss from 4.3.1 to 4.3.2 #160)typescript-eslint8.62.0 → 8.62.1 (supersedes chore(deps-dev): bump typescript-eslint from 8.62.0 to 8.62.1 #157)eslint10.5.0 → 10.6.0 (supersedes chore(deps-dev): bump eslint from 10.5.0 to 10.6.0 #158)eslint-plugin-svelte3.19.0 → 3.20.0 (supersedes chore(deps-dev): bump eslint-plugin-svelte from 3.19.0 to 3.20.0 #159)prettier3.8.4 → 3.9.3 (supersedes chore(deps-dev): bump prettier from 3.8.4 to 3.9.3 #161)pako 3.0.0 (the only runtime dep)
Safe: usage is confined to
inflateRaw/deflateRawonUint8Array(saml.ts, generic.ts, examples.ts) — the stable byte-array path, unchanged across the major.tscpasses, and the DEFLATE round-trip tests pass under v3 (plus a direct round-trip smoke test).prettier 3.9.3 reformat
3.9.3 changed two formatting rules (long string property-values no longer wrap to their own line; some double quotes normalize to single). Reapplied tree-wide in a separate
style:commit (cosmetic only) so committed code stays in sync with the formatter.Verification
prettier --checkclean ·tsc --noEmitclean ·eslint . --quietclean ·npm audit→ 0 vulnerabilities · 382 tests / 100% coverage · production build succeeds.