build(deps): consolidate safe JS dependency bumps (round 2) - #1615
Merged
Conversation
Batch low-risk Dependabot updates into one branch/CI run. Direct: - dompurify 3.4.11 -> 3.4.12 (#1613) - prosemirror-markdown 1.13.4 -> 1.13.5 (#1613) - webpack 5.108.3 -> 5.108.4 (#1613) Transitive (via npm update): - svgo 2.8.0 -> 2.8.3 (#1611) - ws 8.18.0 -> 8.21.0 (+ 7.5.10 -> 7.5.11) — remote DoS fix (#1614) Lockfile regenerated from main so firm ts-node + pinned nested typescript survive. Skips #1612 (tiptap 0.9 / lingui 5.9 / playwright 1.61 — incompatible under current pins). Co-Authored-By: Claude Opus 4.8 <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.
Second consolidation round — batches the low-risk Dependabot JS updates that were failing CI individually (all hit the lockfile optional-peer pruning issue) into one branch/CI run.
Included
Direct (package.json) — supersedes #1613
dompurify3.4.11 → 3.4.12prosemirror-markdown1.13.4 → 1.13.5webpack5.108.3 → 5.108.4Transitive (via
npm update)svgo2.8.0 → 2.8.3 — supersedes build(deps-dev): bump svgo from 2.8.0 to 2.8.3 #1611ws8.18.0 → 8.21.0 (+ 7.5.10 → 7.5.11) — remote memory-exhaustion DoS fix — supersedes build(deps): bump ws #1614Lockfile regenerated from
mainso the firmts-nodeand pinned nestedtypescript@5.9.3survive (dependabot's own lockfiles prune these and fail CI).Deliberately excluded
tiptap-markdown0.9 (needs Tiptap v3),@lingui/*5.9.5 (breaks build under pinnedtypescript@4.6.4),@playwright/test1.61 (times out Cucumber e2e)Local validation
make lint-ui(0 errors),make build-ui(webpack 5.108.4),make test-ui(127 tests) ✅npm ci --dry-runclean;ts-node+ nestedtypescriptintact🤖 Generated with Claude Code