-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for pnpm catalogs #10202
Comments
@almeidx Thanks for creating this issue and tracking the need for pnpm catalog support! We've noticed significant community interest in this feature and have started work on implementing it. I've created a draft PR that adds support for updating dependencies defined in You can follow the development here: #11418 |
Hi @robaiken, thanks for your work on this issue. I saw that your PR just merged, does that mean it's ready for us to try out? |
Hey @mrmckeb ! The PR is merged but we've got it behind a feature flag right now while we run it through some internal testing. We'll definitely let you know once it's ready for everyone to try out! |
Hey! Testing of pnpm catalogs is complete. Once PR #11477 is merged, this feature will be available for all users. |
The pnpm catalogs feature has been rolled out and is now available for all users |
Is there an existing issue for this?
Feature description
pnpm 9.5 added a new featured called Catalogs
Catalogs are defined in the
pnpm-workspace.yaml
file and can be referenced inpackage.json
via thecatalog:
protocol.The text was updated successfully, but these errors were encountered: