Skip to content

chore/20260511#612

Merged
SvenVw merged 3 commits into
developmentfrom
chore/20260511
May 12, 2026
Merged

chore/20260511#612
SvenVw merged 3 commits into
developmentfrom
chore/20260511

Conversation

@SvenVw
Copy link
Copy Markdown
Collaborator

@SvenVw SvenVw commented May 11, 2026

Summary by CodeRabbit

Release Notes

  • Chores
    • Updated package manager to pnpm 11.0.9 across all workflows and package configurations.
    • Upgraded multiple dependencies including Zod, PostHog, React Router, Tailwind CSS, Docusaurus, and Turf libraries to their latest compatible versions.
    • Refreshed workspace catalog and tooling dependencies to improve platform stability and maintainability.

Review Change Stack

@SvenVw SvenVw self-assigned this May 11, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 11, 2026

Warning

Rate limit exceeded

@SvenVw has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 46 minutes and 50 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 14cec41b-85f2-41f1-a20f-42b71462c5cf

📥 Commits

Reviewing files that changed from the base of the PR and between d046961 and 960315e.

📒 Files selected for processing (2)
  • .github/workflows/tests.yml
  • .github/workflows/typecheck.yml
📝 Walkthrough

Walkthrough

This PR upgrades the monorepo to pnpm 11.0.9 across all CI workflows, workspace configuration, and package declarations, while simultaneously bumping numerous dependencies including zod, posthog, React Router, Docusaurus, and workspace catalog entries.

Changes

pnpm 11.0.9 and Dependency Upgrade

Layer / File(s) Summary
CI workflow pnpm setup
.github/workflows/deploy-docs-test.yml, .github/workflows/deploy-docs.yml, .github/workflows/release.yml, .github/workflows/tests.yml, .github/workflows/typecheck.yml
All five workflows update pnpm/action-setup to use pnpm version 11.0.9 instead of 10.33.2.
Workspace configuration and catalog
pnpm-workspace.yaml
Dependency catalog versions updated for @dotenvx/dotenvx, @types/node, better-auth, and tsdown. New workspace configuration added for release gating (minimumReleaseAge, minimumReleaseAgeExclude, allowBuilds) and strictDepBuilds enabled.
Package manager version declaration
package.json, fdm-calculator/package.json, fdm-core/package.json, fdm-data/package.json, fdm-docs/package.json, fdm-rvo/package.json, fdm-app/package.json
All workspace package.json files declare pnpm@11.0.9 in the packageManager field.
Shared dependency updates
fdm-agents/package.json, fdm-calculator/package.json, fdm-core/package.json, fdm-rvo/package.json
zod bumped from ^4.3.6 to ^4.4.3 across packages; posthog-node upgraded to ^5.33.4 in fdm-agents; proj4 updated to ^2.20.8 in fdm-rvo; fs-extra and globals bumped in fdm-core devDependencies.
Application and docs dependencies
fdm-app/package.json, fdm-docs/package.json
fdm-app receives updates to React Router, React, Sentry, Tailwind, and utility packages (dompurify, isbot, lucide-react, nanoid, posthog-js/posthog-node, react-email, react-hook-form); fdm-docs bumped to Docusaurus 3.10.1, React to ^19.2.6, and lucide-react to ^1.14.0.
Root tooling updates
package.json
@biomejs/biome and turbo devDependencies upgraded to newer patch versions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

  • nmi-agro/fdm#271: Updates pnpm version in the same CI workflows and package.json packageManager fields.
  • nmi-agro/fdm#326: Similar pnpm version bump across the same workflow and manifest files.
  • nmi-agro/fdm#543: Related monorepo-wide dependency version updates across multiple fdm-\* package.json files.

Suggested labels

fdm-app, fdm-core, fdm-data, fdm-calculator, fdm-docs, dependencies, branch:development

Poem

🐰 Whiskers twitch at pnpm's leap
From ten to eleven, upgrades run deep
Zod and Docusaurus dance in the light,
Workflows and workflows all set just right!
A monorepo springs forward with glee. 🚀

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'chore/20260511' is vague and generic, providing no meaningful information about the actual changes (pnpm upgrade and dependency updates). Use a descriptive title like 'chore: upgrade pnpm to 11.0.9 and update dependencies' to clearly convey the main changes.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/20260511

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 and usage tips.

@sentry
Copy link
Copy Markdown

sentry Bot commented May 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 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 @.github/workflows/tests.yml:
- Around line 53-56: Update the step names that read "Setup pnpm 10" to
accurately reflect pnpm version 11 for all affected jobs (test-core,
test-calculator, test-data, test-rvo, test-agents) so the step title matches the
used action version 11.0.9; search for the literal step name "Setup pnpm 10" in
the workflow and replace it with "Setup pnpm 11" (or similar) for each
occurrence referenced in the diff ranges (around lines shown) to keep names
consistent with uses: pnpm/action-setup@v4 with version: 11.0.9.

In @.github/workflows/typecheck.yml:
- Around line 27-30: The GitHub Actions step name "Setup pnpm 10" is
inconsistent with the installed version; update the step name to match pnpm 11
(e.g., change the step name "Setup pnpm 10" to "Setup pnpm 11" or "Setup pnpm
11.0.9") so the workflow step name accurately reflects the with.version value
("11.0.9") referenced in the step.
🪄 Autofix (Beta)

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: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 7c75c401-cb20-4e63-b483-580371f7226f

📥 Commits

Reviewing files that changed from the base of the PR and between 54a5053 and d046961.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (14)
  • .github/workflows/deploy-docs-test.yml
  • .github/workflows/deploy-docs.yml
  • .github/workflows/release.yml
  • .github/workflows/tests.yml
  • .github/workflows/typecheck.yml
  • fdm-agents/package.json
  • fdm-app/package.json
  • fdm-calculator/package.json
  • fdm-core/package.json
  • fdm-data/package.json
  • fdm-docs/package.json
  • fdm-rvo/package.json
  • package.json
  • pnpm-workspace.yaml

Comment thread .github/workflows/tests.yml Outdated
Comment thread .github/workflows/typecheck.yml Outdated
@SvenVw SvenVw merged commit 5c45f95 into development May 12, 2026
13 checks passed
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.

1 participant