"devDependencies": {
"tsdown": "0.22.0",
"typescript": "^5.9.0"
},
With tsdown still supporting typescript "^5.0.0" I expect to have no unmet dependencies problems when using this major version of typescript.
❯ pnpm install
Already up to date
Progress: resolved 46, reused 46, downloaded 0, added 0, done
WARN Issues with peer dependencies found
.
└─┬ tsdown 0.22.0
└─┬ rolldown-plugin-dts 0.25.0
└── ✕ unmet peer typescript@^6.0.0: found 5.9.3
Reproduction link or steps
https://github.com/Tri125/tsdown-starter-stackblitz/blob/main/package.json
What is expected?
With tsdown still supporting typescript "^5.0.0" I expect to have no unmet dependencies problems when using this major version of typescript.
What is actually happening?
Any additional comments?
No response