fix: resolve security alerts via consolidated dependency update#149
Merged
Conversation
Bumps dependencies to clear open Dependabot security alerts (1 critical, 10 high, 4 medium) in one branch instead of merging 12 individual PRs. Explicit manifest bumps (security-driven, exact/major): - vite 7.0.4 -> 7.3.2 (high+med+low: dev-server/CVE fixes) - happy-dom ^18.0.1 -> ^20.9.0 (critical: test-env DOM) Swept via `yarn upgrade` (caret deps + transitive lockfile, all in-range): - svgo -> 4.0.1, rollup -> 4.60.4, fast-uri -> 3.1.2, flatted -> 3.4.2, postcss -> 8.5.15, minimatch -> 10.2.5/3.1.5, picomatch -> 2.3.2/4.0.4 - glob (vulnerable range) no longer resolved at all - plus caret dev-tooling minors: eslint 9.39, typescript-eslint 8.59, typescript 5.9, prettier 3.8, terser, autoprefixer, cssnano, etc. Supersedes Dependabot PRs #140-#148 (Dependabot will auto-close them). Residuals (intentionally out of scope): - js-yaml 4.1.0 (medium) pinned by markdownlint-cli2, a dev-only .md linter; no untrusted-input path. Clears when markdownlint-cli2 is bumped. - wee_alloc (critical, Rust) has no patched version; fix is to drop the custom global allocator in wasm-cpu -- a code change, separate branch. Tests: 685 passed / 18 skipped. Lint + type-check clean. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis patch release bumps the application version to 4.42.3 and updates two development dependencies: happy-dom to ^20.9.0 and vite to 7.3.2. No source code logic is modified. ChangesDependency and Version Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This was referenced May 23, 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.
What
Consolidated dependency update that clears the open Dependabot security alerts (1 critical / 10 high / 4 medium) in a single branch, rather than merging 12 separate Dependabot PRs that would serialize-rebase against each other under the
testsstrict-status ruleset.Security alerts → fixed here
Plus the in-range caret dev-tooling minors (eslint 9.39, typescript-eslint 8.59, typescript 5.9, prettier 3.8, terser, autoprefixer, cssnano, …).
Supersedes
Dependabot PRs #140–#148 — Dependabot will auto-close them once this merges.
Residuals (intentionally out of scope)
markdownlint-cli2, a dev-only Markdown linter with no untrusted-input path. Clears whenmarkdownlint-cli2is bumped (separate major0.18→0.22).#[global_allocator]inwasm-cpu. That's a code change, handled on its own branch.Verification
yarn test:ci: 685 passed / 18 skipped, lint + type-check clean🤖 Generated with Claude Code
Summary by CodeRabbit
Chores
Version