Description
Describe the bug
Using this pnpm workspace catalog feature in turborepo and svelte-package
Error: > Invalid comparator: catalog:
pnpm-workspace.yaml
catalog:
eslint: ^9.7.0
prettier: ^3.3.3
typescript: ^5.5.3
zod: ^3.23.8
svelte: ^5.0.0-next.184
tailwindcss: ^3.4.7
package.json
"devDependencies": {
"tailwindcss": "catalog:",
},
Reproduction
Run svelte-package
on svelte project that is using pnpm workspace catalog feature.
Logs
No response
System Info
System:
OS: macOS 14.5
CPU: (10) arm64 Apple M1 Max
Memory: 625.48 MB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.15.1 - ~/.nvm/versions/node/v20.15.1/bin/node
Yarn: 1.22.22 - /opt/homebrew/bin/yarn
npm: 10.7.0 - ~/.nvm/versions/node/v20.15.1/bin/npm
pnpm: 9.6.0 - /opt/homebrew/bin/pnpm
bun: 1.1.21 - /opt/homebrew/bin/bun
Browsers:
Chrome: 127.0.6533.72
Safari: 17.5
Severity
blocking all usage of SvelteKit
Additional Information
No response