Skip to content

chore(deps): manage dependency versions using catalog#455

Merged
JeanMeijer merged 1 commit intomainfrom
chore/manage-deps-versions-using-catalog
Mar 25, 2026
Merged

chore(deps): manage dependency versions using catalog#455
JeanMeijer merged 1 commit intomainfrom
chore/manage-deps-versions-using-catalog

Conversation

@JeanMeijer
Copy link
Copy Markdown
Collaborator

@JeanMeijer JeanMeijer commented Mar 25, 2026

Description

Briefly describe what you did and why.

Screenshots / Recordings

Add screenshots or recordings here to help reviewers understand your changes.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • UI/UX update
  • Docs update
  • Refactor / Cleanup

Related Areas

  • Authentication
  • Calendar UI
  • Data/API
  • Docs

Testing

  • Manual testing performed
  • Cross-browser testing (if UI changes)
  • Mobile responsiveness verified (if UI changes)

Checklist

  • I’ve read the CONTRIBUTING guide
  • My code works and is understandable and follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in complex areas
  • I have updated the documentation
  • Any dependent changes are merged and published

Notes

(Optional) Add anything else you'd like to share.

By submitting, I confirm I understand and stand behind this code. If AI was used, I’ve reviewed and verified everything myself.


Summary by cubic

Centralized dependency versions with a root catalog so all packages use catalog: references instead of inline versions. This keeps versions consistent across the monorepo and makes upgrades simpler.

  • Dependencies

    • Added a catalog to the root package.json and updated bun.lock.
    • Replaced inline versions with catalog: in workspace deps, devDeps, and peerDeps (e.g., next, zod, eslint, @trpc/server, ai, @types/node, @upstash/redis).
    • No runtime changes.
  • Migration

    • To bump a shared dependency, edit the root catalog and run bun install.
    • For new packages, reference shared deps with catalog: instead of a version.

Written for commit a8f22dd. Summary will update on new commits.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
analog Ready Ready Preview, Comment Mar 25, 2026 1:08am

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 19 files

@JeanMeijer JeanMeijer merged commit c7bbf41 into main Mar 25, 2026
7 checks passed
@JeanMeijer JeanMeijer deleted the chore/manage-deps-versions-using-catalog branch March 25, 2026 01:25
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