From b4bb39ee8b334bbb1d7b81ed8b9118b104e6c395 Mon Sep 17 00:00:00 2001 From: Alex Ryan Date: Thu, 4 Dec 2025 15:58:15 -0800 Subject: [PATCH] Remove reference to broken catalogs codemod Until such time as https://github.com/pnpm/codemod/pull/6 is merged, the pnpm/codemod has behavior that is not consistent with its own [README](https://github.com/pnpm/codemod/blob/main/catalog/README.md), nor reasonable/expected. Therefore it should not be recommended on the official docs page. --- docs/catalogs.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/catalogs.md b/docs/catalogs.md index 94e41a58d0b6..14bb0bca93ba 100644 --- a/docs/catalogs.md +++ b/docs/catalogs.md @@ -74,16 +74,6 @@ Catalogs are defined in the `pnpm-workspace.yaml` file. There are two ways to de 1. Using the (singular) `catalog` field to create a catalog named `default`. 2. Using the (plural) `catalogs` field to create arbitrarily named catalogs. -:::tip - -If you have an existing workspace that you want to migrate to using catalogs, you can use the following [codemod](https://go.codemod.com/pnpm-catalog): - -``` -pnpx codemod pnpm/catalog -``` - -::: - ### Default Catalog The top-level `catalog` field allows users to define a catalog named `default`.