chore(deps): bulk dependency updates incl. Next.js security fix#75
Merged
yahyafakhroji merged 2 commits intomainfrom Apr 13, 2026
Merged
chore(deps): bulk dependency updates incl. Next.js security fix#75yahyafakhroji merged 2 commits intomainfrom
yahyafakhroji merged 2 commits intomainfrom
Conversation
3 tasks
2aee183 to
839780b
Compare
Consolidates all pending Renovate PRs (except the deliberately deferred fumadocs investigation — see below) into a single batch so the team can merge once rather than approving each separately. Library package updates (affect @datum-cloud/datum-ui consumers): - @hookform/resolvers: ^5 → ^5.2.2 (supersedes #50) - class-variance-authority: ^0.7 → ^0.7.1 (supersedes #73) - @types/geojson: ^7946 → ^7946.0.16 (supersedes #71) - @types/leaflet.fullscreen: ^3 → ^3.0.3 (supersedes #72) Storybook toolchain updates: - @rsbuild/core: ^1 → ^1.7.5 (supersedes #54) - @rsbuild/plugin-react: ^1 → ^1.4.6 (supersedes #55) - datum-cloud/actions reusable workflows: v1.13.1 → v1.13.2 (supersedes #70) Security fix: - next: ^16 → ^16.2.3 in apps/docs (supersedes #69) Remediates GHSA-q4gf-8mx6-v5v3 / CVE-2026-23869 — App Router Server Function endpoints could be triggered into excessive CPU usage via crafted HTTP requests during React Server Components deserialization. Fumadocs 16.6.17 / mdx 14.2.10 peer-support next@16.x.x — no bump required. Validated: lint, typecheck, test (545/545), library build, docs build (75 static pages) all pass locally. Changesets: patch bumps for @datum-cloud/datum-ui and @repo/storybook. apps/docs is in the changesets ignore list, so the next bump does not produce a separate changelog entry.
839780b to
48e2240
Compare
Add @types/node@25.6.0 to apps/docs/package.json devDependencies and update pnpm-lock.yaml to reflect the version bump (replace references to 25.5.0 with 25.6.0 and add corresponding package resolutions such as @types/node@25.6.0 and undici-types@7.19.2).
gaghan430
approved these changes
Apr 13, 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 open Renovate PRs into a single branch so the team can merge once rather than approving 8 separate PRs. Includes the Next.js security fix verified against the current fumadocs install.
Library package updates (bumps
@datum-cloud/datum-ui)@hookform/resolvers^5→^5.2.2datum-ui,shadcn@types/geojson^7946→^7946.0.16shadcn@types/leaflet.fullscreen^3→^3.0.3shadcnclass-variance-authority^0.7→^0.7.1datum-ui,shadcnStorybook toolchain updates (bumps
@repo/storybook)@rsbuild/core^1→^1.7.5@rsbuild/plugin-react^1→^1.4.6datum-cloud/actionsreusable workflowsv1.13.1→v1.13.2Security fix
next^16→^16.2.3apps/docsRemediates GHSA-q4gf-8mx6-v5v3 / CVE-2026-23869 — crafted HTTP requests to App Router Server Function endpoints could trigger excessive CPU usage during React Server Components deserialization, causing DoS. Fixed in Next.js 16.2.3.
Fumadocs compatibility check:
nextrangefumadocs-core@16.6.1716.x.xfumadocs-ui@16.6.1716.x.xfumadocs-mdx@14.2.10^15.3.0 || ^16.0.0No fumadocs bump required. Latest (
fumadocs-*@16.7.14) left for a future Renovate PR.Changesets
library-deps-patch-bumps.md→@datum-cloud/datum-ui: patchstorybook-toolchain-bumps.md→@repo/storybook: patchapps/docsis in the changesets ignore list, so the Next.js bump does not produce a separate changelog entry — it is documented in this PR and the commit message.Test plan
Local validation before push:
pnpm install --frozen-lockfile— clean resolutionpnpm turbo typecheck test build— 6/6 tasks succeededpnpm test— 545/545 passingpnpm --filter @repo/docs build— 75 static pages on Next 16.2.3, TypeScript passesAfter merge
Close the superseded Renovate PRs: #50, #54, #55, #69, #70, #71, #72, #73. Renovate will also auto-close them on its next run.