Skip to content

build(deps): roll up Dependabot lockfile updates

Created by: ihsraham

Summary

  • Rolls up the Dependabot updates against develop, including the previously blocked fumadocs-mdx, tsx, and esbuild group.
  • Updates WDK docs to consume @tetherto/docs-seo-core@^1.0.2, which carries the newer Fumadocs Page<Type, Data> compatibility fix.
  • Bumps fumadocs-core and fumadocs-ui to 16.8.10 so fumadocs-mdx@14.3.2 can install and build cleanly.
  • Removes the unused scripts/api-ref-gen tool instead of maintaining its separate lockfile.

Dependabot PRs covered

  • #162 esbuild, fumadocs-mdx, and tsx
  • #175 form-data 4.0.5 -> 4.0.6
  • #171 dompurify 3.4.6 -> 3.4.11
  • #169 root markdown-it 14.1.1 -> 14.2.0
  • #170 handled by removing unused scripts/api-ref-gen

Validation

Ran with Node 22.22.2 / npm 10.9.7:

  • npm ci
  • git diff HEAD --check
  • npm run check:meta
  • npm run check:redirects
  • LINK_CHECK_EXTERNAL=false npm run check:links
  • npm run build

Build passed with the existing non-fatal docType SEO warnings and 0 broken links from the build link pass.

Merge request reports