Skip to content

chore(dependencies): update dependencies to use catalog references#49

Open
christophe-g wants to merge 3 commits into
fwal:nextfrom
christophe-g:next
Open

chore(dependencies): update dependencies to use catalog references#49
christophe-g wants to merge 3 commits into
fwal:nextfrom
christophe-g:next

Conversation

@christophe-g

@christophe-g christophe-g commented Jun 8, 2026

Copy link
Copy Markdown
  • Changed dependencies in multiple package.json files to use catalog references instead of specific versions.
  • Updated the pnpm-workspace.yaml to include new catalog entries for effect and firebase packages.

Summary by CodeRabbit

  • Chores
    • Switched multiple packages and examples to use a centralized version catalog, replacing pinned dependency versions with catalog: specifiers for key libraries (including effect and Firebase-related packages).
    • Updated workspace configuration and dependency selectors across the monorepo for consistent version management.
    • Refreshed catalog entries and related build/package ignore/allow lists; minor JSON formatting/whitespace adjustments.

* Changed dependencies in multiple package.json files to use catalog references instead of specific versions.
* Updated the pnpm-workspace.yaml to include new catalog entries for effect and firebase packages.
@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 88fed346-cd29-41be-a570-652cee5f9362

📥 Commits

Reviewing files that changed from the base of the PR and between 2516a96 and e1f0f61.

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

📝 Walkthrough

Walkthrough

Centralizes dependency versions in pnpm-workspace.yaml and updates root, workspace, and example package manifests to use catalog: specifiers.

Changes

Dependency version catalog migration

Layer / File(s) Summary
Workspace catalog configuration
pnpm-workspace.yaml
Adds catalog entries for effect, @effect/*, Firebase packages, and express, while reformatting workspace globs and build dependency allowlists.
Workspace packages catalog adoption
packages/admin/package.json, packages/client/package.json, packages/effect-firebase/package.json, packages/mock/package.json
Updates workspace package dependency specifiers to catalog: and preserves internal workspace:* links and existing publish settings.
Root and example applications catalog adoption
package.json, example/app/package.json, example/backend/package.json, example/shared/package.json
Updates root and example manifests to reference cataloged versions and applies minor EOF formatting changes.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Poem

I’m a rabbit with a catalog cart,
Tucking versions neatly apart.
One pnpm hop, then hop again,
Less version clutter, more build lane.
🐇📦

🚥 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 accurately summarizes the main change: switching dependency versions to catalog references.
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.

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.

@christophe-g

Copy link
Copy Markdown
Author

This is to ease version sync with other libraries using effect-firebase

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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 `@pnpm-workspace.yaml`:
- Around line 7-9: The YAML entries are using inconsistent quoting for package
keys/values (see "`@effect/vitest`", "`@effect/platform-browser`", and effect); make
the style consistent by either adding quotes around the unquoted identifier
(change effect: 4.0.0-beta.78 to "effect": "4.0.0-beta.78") or removing quotes
from the quoted entries so all three follow the same format; update the entries
for "`@effect/vitest`", "`@effect/platform-browser`", and effect accordingly.
🪄 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: ASSERTIVE

Plan: Pro

Run ID: e7e87e3a-ddd0-4a44-8805-68790bd6f220

📥 Commits

Reviewing files that changed from the base of the PR and between 36a08a4 and c47118f.

📒 Files selected for processing (8)
  • example/app/package.json
  • example/backend/package.json
  • package.json
  • packages/admin/package.json
  • packages/client/package.json
  • packages/effect-firebase/package.json
  • packages/mock/package.json
  • pnpm-workspace.yaml

Comment thread pnpm-workspace.yaml Outdated
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