chore(deps): consolidate open Dependabot dependency bumps#525
Merged
Conversation
Merges the updates from PRs #510-#517 and #524: eslint-plugin-prettier 5.5.6, vite 8.1.5, vite-plugin-dts 5.0.3, @commitlint/cli 21.2.1, fast-uri 3.1.4 (security fix), and in documentation-site: @docusaurus/faster 3.10.2, @mdx-js/react 3.1.1, react/react-dom 19.2.7. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NzTuChrhs1LNoPYiomdHvs
This was referenced Jul 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.
Summary
Consolidates all 9 currently-open Dependabot PRs into a single update, applied by bumping each package's version range and regenerating both lockfiles with
npm install(rather than merging each branch's lockfile diff separately, which would have produced repeated conflicts across the sharedpackage-lock.json/documentation-site/package-lock.jsonfiles).Supersedes:
fast-uri3.1.2 → 3.1.4 (security fix)@mdx-js/react3.1.0 → 3.1.1 (documentation-site)react19.2.3 → 19.2.7 (documentation-site)@docusaurus/faster3.10.1 → 3.10.2 (documentation-site)react-dom19.2.3 → 19.2.7 (documentation-site)vite-plugin-dts4.5.4 → 5.0.3 (major bump)@commitlint/cli20.5.0 → 21.2.1 (major bump)vite8.1.4 → 8.1.5eslint-plugin-prettier5.5.5 → 5.5.6All are dependency-only changes; no
/srccode was modified.Test plan
npm run check-types— 0 errorsnpm test— 146 test files / 1043 tests passingnpm run lint— 0 errors (only pre-existing TODO warnings)npm run cspell— 0 issuesnpm run check-exports— passingnpm run build(root) — succeeds, refreshes/distdocumentation-site:npm run buildandnpm run typecheck— both succeeddocumentation-site:npm run start, loaded/demos/ecsand/demos/physicsin a browser — both render and run correctly after thereact/react-dom/@docusaurus/fasterbumpsGenerated by Claude Code