Skip to content

Update dependencies across monorepo packages#543

Merged
SvenVw merged 3 commits into
developmentfrom
chore/20260401
Apr 1, 2026
Merged

Update dependencies across monorepo packages#543
SvenVw merged 3 commits into
developmentfrom
chore/20260401

Conversation

@SvenVw
Copy link
Copy Markdown
Collaborator

@SvenVw SvenVw commented Apr 1, 2026

Summary by CodeRabbit

  • Chores
    • Updated dependencies across the monorepo to newer compatible versions for improved stability and performance.
    • Notable updates touch analytics and monitoring, email/tailwind UI, database/sql tooling, connectors, and build/dev tooling to ensure more reliable runtime and developer workflows.

@SvenVw SvenVw self-assigned this Apr 1, 2026
@SvenVw SvenVw changed the title chore: update dependencies @coderabbitai Apr 1, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 1, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: d6c7a34a-99a6-4687-ba8b-eb2da9f48c68

📥 Commits

Reviewing files that changed from the base of the PR and between 57aacf3 and 7a1de06.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • fdm-rvo/package.json
✅ Files skipped from review due to trivial changes (1)
  • fdm-rvo/package.json

📝 Walkthrough

Walkthrough

This pull request updates dependency and devDependency version ranges across several package.json files in the monorepo (fdm-agents, fdm-app, fdm-core, fdm-rvo, and the repository root).

Changes

Cohort / File(s) Summary
Agents package
fdm-agents/package.json
Bumped @google/adk (^0.5.0 → ^0.6.1), @google/genai (^1.46.0 → ^1.48.0), posthog-node (^5.28.1 → ^5.28.9), zod (^3.24.1 → ^3.25.76) and devDependency rollup-plugin-dts (^6.4.0 → ^6.4.1).
App package
fdm-app/package.json
Added/repositioned @nmi-agro/fdm-agents as workspace:*; bumped @react-email/components (^1.0.10 → ^1.0.11), @react-email/tailwind (^2.0.6 → ^2.0.7), @sentry/profiling-node & @sentry/react-router (^10.46.0 → ^10.47.0), isbot (^5.1.36 → ^5.1.37), posthog-js (^1.364.1 → ^1.364.4) and posthog-node (^5.28.8 → ^5.28.9).
Core & RVO packages
fdm-core/package.json, fdm-rvo/package.json
Updated @electric-sql/pglite (^0.3.16 → ^0.4.2) in fdm-core; updated @nmi-agro/rvo-connector (^2.2.1 → ^2.2.3) in fdm-rvo.
Root tooling
package.json
Bumped dev tooling: @biomejs/biome (^2.4.9 → ^2.4.10) and turbo (^2.8.21 → ^2.9.3).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Chore/20251125 #346 — Overlapping edits to package manifests (fdm-app, fdm-core) and dependency/version bumps.
  • Chore/20250508 #136 — Related dependency updates in fdm-app and root (PostHog, Sentry, tooling).
  • Chore/20250311 #505 — Concurrent dependency version bumps affecting fdm-app and fdm-core.

Suggested labels

fdm-app, fdm-core, dependencies, branch:development

Suggested reviewers

  • BoraIneviNMI

Poem

🐇 I nibble versions, hop and sing,
Bumped a few libs — what joy they bring!
From agents to core I danced along,
A tiny update, swift and strong.
Hooray for tidy deps and build-time cheer!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 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.
Title Check ✅ Passed Title check skipped as CodeRabbit has written the PR title.

✏️ 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/20260401

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 Apr 1, 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: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@fdm-agents/package.json`:
- Line 30: The fdm-agents package specifies zod "^3.25.76" which conflicts with
zod "^4.3.6" used in fdm-rvo and fdm-app; update fdm-agents/package.json to use
the same major version (e.g., "^4.3.6"), then regenerate the lockfile
(npm/yarn/pnpm install) and run tests/build; after bumping, search the
fdm-agents codebase for import references to "zod" and Zod API usages (e.g.,
.default(), string/number schema calls, error customization) and adjust any
v3→v4 breaking patterns to match Zod v4 semantics.
🪄 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: ca8f0cda-b98e-4f6f-9f64-412347e3dac4

📥 Commits

Reviewing files that changed from the base of the PR and between 4a112d8 and 57aacf3.

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

Comment thread fdm-agents/package.json
@coderabbitai coderabbitai Bot changed the title @coderabbitai Update dependencies across monorepo packages Apr 1, 2026
@SvenVw SvenVw merged commit 4756c4b into development Apr 1, 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