Skip to content

chore(monorepo): introduce pnpm catalogs for dependency centralization#57

Merged
halvaradop merged 4 commits intomasterfrom
chore/add-catalog
Jan 12, 2026
Merged

chore(monorepo): introduce pnpm catalogs for dependency centralization#57
halvaradop merged 4 commits intomasterfrom
chore/add-catalog

Conversation

@halvaradop
Copy link
Copy Markdown
Member

@halvaradop halvaradop commented Jan 12, 2026

Description

This pull request introduces pnpm catalogs to centralize dependency management and ensure consistent dependency versions across internal packages in the monorepo. The goal is to avoid version mismatches for shared dependencies and to maintain a single source of truth for dependency versions throughout the project.

Additionally, this approach simplifies dependency upgrades, particularly for releases that include critical changes such as security vulnerability patches or important bug fixes.

Note

Fumadocs Incompatibility
tsconfig.json

- "@/.source": [".source"]
+ "fumadocs-mdx:collections/*": [".source/*"]

lib/source.ts

- import { docs } from "@/.source"
+ import { docs } from "fumadocs-mdx:collections/server"

Resources

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jan 12, 2026

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

Project Deployment Review Updated (UTC)
auth Ready Ready Preview, Comment Jan 12, 2026 4:43pm
1 Skipped Deployment
Project Deployment Review Updated (UTC)
auth-nextjs-demo Skipped Skipped Jan 12, 2026 4:43pm

@vercel vercel Bot temporarily deployed to Preview – auth-nextjs-demo January 12, 2026 16:41 Inactive
@halvaradop halvaradop merged commit afe43ba into master Jan 12, 2026
6 checks passed
@halvaradop halvaradop deleted the chore/add-catalog branch January 12, 2026 16:45
@halvaradop halvaradop added the chore Maintenance tasks, tooling, dependency updates, or housekeeping changes. label Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance tasks, tooling, dependency updates, or housekeeping changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant