Skip to content

chore(deps): bump safe website-dependencies subset - #1634

Merged
clay-good merged 4 commits into
mainfrom
chore/website-deps-safe-subset
Aug 11, 2026
Merged

chore(deps): bump safe website-dependencies subset#1634
clay-good merged 4 commits into
mainfrom
chore/website-deps-safe-subset

Conversation

@clay-good

@clay-good clay-good commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

Status

LGTM — supersedes the non-breaking bumps from dependabot #1631.

What was missing / motivation

Dependabot #1631 bundled 6 website dependency updates, but the fumadocs
16.14 major in that group replaces Orama with ZBSearch and requires a
components/search.tsx migration. As a bundle it fails type-check and
Cloudflare Pages. Pushing to a dependabot branch makes it self-close, so
this is a hand-authored branch carrying only the safe subset.

What it does

Bumps the non-breaking deps and holds fumadocs at 16.12.1.

Bumped:

  • fumadocs-mdx ^15.2.1 -> ^15.2.2 (resolves 15.2.3)
  • lucide-react ^1.27.0 -> ^1.28.0 (resolves 1.31.0)
  • next 16.2.12 -> 16.3.0
  • postcss ^8.5.25 -> ^8.5.26 (the ^8.5.22 override governs the resolved version)

Held (deferred to a dedicated migration PR):

  • fumadocs-core ^16.12.1 — 16.14 swaps Orama for ZBSearch
  • fumadocs-ui ^16.12.1 — pairs with core

Proof it works

  • pnpm run types:check — passes (exit 0)
  • pnpm run build (next build) — passes, all 26 doc pages prerender
  • pnpm install --frozen-lockfile (website + root) — clean
  • vitest run test/pnpm-workspace-config.test.ts — 3/3 pass
  • fumadocs-mdx 15.2.3 does not pull core 16.14 transitively, so no Orama migration is needed here
  • esbuild stays 0.28.1; allowBuilds unchanged

Notes

Follow-up: fumadocs-core/ui 16.14 + the Orama->ZBSearch search.tsx migration lands in its own PR. Closes dependabot #1631 in favor of this split.

Summary by CodeRabbit

  • Chores
    • Updated website dependencies, including the documentation framework, icon library, web framework, and CSS tooling.
    • Includes newer versions of supporting packages for improved compatibility, stability, and ongoing maintenance.

….14 / ZBSearch migration)

Ships the non-breaking bumps from dependabot PR #1631, holding back the
fumadocs 16.14 major that requires a website source migration.

Bumped:
- fumadocs-mdx  ^15.2.1 -> ^15.2.2 (resolves 15.2.3; builds cleanly)
- lucide-react  ^1.27.0 -> ^1.28.0 (resolves 1.31.0)
- next          16.2.12 -> 16.3.0
- postcss       ^8.5.25 -> ^8.5.26 (override ^8.5.22 governs resolution)

Held (defer to a dedicated migration PR):
- fumadocs-core ^16.12.1 (16.14 replaces Orama with ZBSearch)
- fumadocs-ui   ^16.12.1 (pairs with core)

fumadocs-mdx 15.2.3 does NOT pull core 16.14 transitively; type-check
and next build both pass. esbuild stays 0.28.1, so allowBuilds is
unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@clay-good
clay-good requested a review from a team as a code owner August 11, 2026 22:22
@clay-good
clay-good requested review from TabishB and removed request for a team August 11, 2026 22:22
@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 0824aa99-ae60-4e9c-b2c8-2986e8ea4c27

📥 Commits

Reviewing files that changed from the base of the PR and between 8fb4adc and 444eb2d.

⛔ Files ignored due to path filters (1)
  • website/pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • website/package.json
  • website/pnpm-workspace.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • website/package.json

📝 Walkthrough

Walkthrough

The website dependency updates raise versions for fumadocs-mdx, lucide-react, next, and postcss. The PostCSS override is synchronized in both website configuration files. fumadocs-ui remains unchanged.

Changes

Website dependency updates

Layer / File(s) Summary
Update website dependency versions
website/package.json, website/pnpm-workspace.yaml
Updates fumadocs-mdx, lucide-react, next, and postcss version constraints. Synchronizes the postcss override across both configuration files.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: tabishb, alfred-openspec

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies a dependency update for the website, which matches the main change in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/website-deps-safe-subset

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 11, 2026

Copy link
Copy Markdown

Deploying openspec-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 444eb2d
Status: ✅  Deploy successful!
Preview URL: https://cdf21ce5.openspec-docs.pages.dev
Branch Preview URL: https://chore-website-deps-safe-subs.openspec-docs.pages.dev

View logs

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@website/package.json`:
- Line 31: Regenerate website/pnpm-lock.yaml to synchronize the postcss
dependency with the ^8.5.26 requirement in website/package.json, ensuring the
lockfile specifies that range and resolves a compatible 8.5.26-or-newer version.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 66922539-839f-4921-a733-e31ddc2d44fc

📥 Commits

Reviewing files that changed from the base of the PR and between 8364428 and 8fb4adc.

⛔ Files ignored due to path filters (1)
  • website/pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • website/package.json

Comment thread website/package.json

@alfred-openspec alfred-openspec left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json declares postcss ^8.5.26, but the pnpm override remains ^8.5.22 and the lockfile importer resolves 8.5.25. Frozen install succeeds only because the override replaces the declared range, so this PR does not actually apply the PostCSS bump. Please align the override/importer and lock to 8.5.26 or newer, or drop the manifest bump, then rerun the website checks.

…o 8.5.26)

The manifest declared postcss ^8.5.26 but the pnpm override stayed ^8.5.22,
so the importer resolved 8.5.25 and the declared bump had no effect. Raise
the override (website/pnpm-workspace.yaml + website/package.json pnpm.overrides)
to ^8.5.26 and re-lock so postcss resolves 8.5.26 everywhere.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@clay-good

Copy link
Copy Markdown
Collaborator Author

@alfred-openspec addressed: the postcss bump is now real. Raised the pnpm override from ^8.5.22^8.5.26 in both website/pnpm-workspace.yaml and website/package.json (pnpm.overrides), and re-locked — website/pnpm-lock.yaml now resolves postcss@8.5.26 (was 8.5.25). Verified: frozen install (website + root), types:check, next build (26 pages), and pnpm-workspace-config parity (3/3) all green.

@alfred-openspec alfred-openspec left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PostCSS override, workspace config, importer, and lock now consistently resolve 8.5.26. Fumadocs remains on the compatible 16.12 line, frozen install plus type-check and production build pass locally, and the hosted matrix is green. Approved.

@clay-good
clay-good added this pull request to the merge queue Aug 11, 2026
Merged via the queue into main with commit b96b3e8 Aug 11, 2026
17 checks passed
@clay-good
clay-good deleted the chore/website-deps-safe-subset branch August 11, 2026 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants