Explorar el Código

fix: don't use catalogs for turbo

This breaks `turbo-ignore`'s ability to detect the turbo version and results in
Vercel being unable to skip unneeded builds.

See https://github.com/vercel/turborepo/issues/10048
Connor Prussin hace 8 meses
padre
commit
a73c17f74c
Se han modificado 3 ficheros con 2 adiciones y 6 borrados
  1. 1 1
      package.json
  2. 1 4
      pnpm-lock.yaml
  3. 0 1
      pnpm-workspace.yaml

+ 1 - 1
package.json

@@ -19,7 +19,7 @@
     "lerna": "catalog:",
     "prettier": "catalog:",
     "prettier-plugin-solidity": "catalog:",
-    "turbo": "catalog:"
+    "turbo": "^2.4.4"
   },
   "pnpm": {
     "overrides": {

+ 1 - 4
pnpm-lock.yaml

@@ -261,9 +261,6 @@ catalogs:
     tailwindcss-react-aria-components:
       specifier: ^2.0.0
       version: 2.0.0
-    turbo:
-      specifier: ^2.4.4
-      version: 2.4.4
     typescript:
       specifier: ^5.8.2
       version: 5.8.2
@@ -309,7 +306,7 @@ importers:
         specifier: 'catalog:'
         version: 1.4.2(prettier@3.5.3)
       turbo:
-        specifier: 'catalog:'
+        specifier: ^2.4.4
         version: 2.4.4
 
   apps/api-reference:

+ 0 - 1
pnpm-workspace.yaml

@@ -119,7 +119,6 @@ catalog:
   tailwindcss: ^3.0.0
   tailwindcss-animate: ^1.0.7
   tailwindcss-react-aria-components: ^2.0.0
-  turbo: ^2.4.4
   typescript: ^5.8.2
   vercel: ^41.4.1
   viem: ^2.23.11