Reproduction repo: https://github.com/rolldown/tsdown See [pnpm catalogs](https://pnpm.io/catalogs) ```ts ❯ pnpx jsr publish Checking for slow types in the public API... Ignoring failed to resolve package.json dependency. Invalid version requirement ``` ```jsonc // package.json { // ... "dependencies": { "ansis": "catalog:prod" } } ``` ```yaml # pnpm-workspace.yaml catalogs: prod: ansis: ^4.1.0 # ... ```