chore(dependencies): update dependencies to use catalog references#49
chore(dependencies): update dependencies to use catalog references#49christophe-g wants to merge 2 commits into
Conversation
* 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.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughCentralizes dependency versions in pnpm-workspace.yaml's ChangesDependency version catalog migration
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Comment |
|
This is to ease version sync with other libraries using effect-firebase |
There was a problem hiding this comment.
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
📒 Files selected for processing (8)
example/app/package.jsonexample/backend/package.jsonpackage.jsonpackages/admin/package.jsonpackages/client/package.jsonpackages/effect-firebase/package.jsonpackages/mock/package.jsonpnpm-workspace.yaml
Summary by CodeRabbit