Migrate repository to typescript#110
Conversation
by switching to tsdown
|
🎉 This PR is included in version 9.5.0-typescript-migration.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 9.5.0-typescript-migration.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
| }, | ||
| }, | ||
| plugins: { | ||
| // @ts-expect-error -- This is as per documentation of eslint-plugin-react, see: https://www.npmjs.com/package/eslint-plugin-react-hooks |
There was a problem hiding this comment.
I don't see anything about this ts-exception in the link provided
There was a problem hiding this comment.
The link does not show the ts-exception, but shows that the configuration here is according to the docs (but it still throws an error here, so there must be some typing issues)
| } | ||
| "semantic-release": "25.0.2", | ||
| "tsdown": "^0.22.0", | ||
| "typescript": "^5.9.3" |
There was a problem hiding this comment.
Can we bump the ts version to 6+?
We should probably not introduce a new feature with an old version ...
There was a problem hiding this comment.
TS 6 will cause a dependency version conflicts with the @typescript-eslint/* packages. I would like to do the dependency updates on a separate branch/PR. This PR only merges to next, so there should not be any release with the legacy version. Fine for you?
tsdown bundled some dependencies and caused other small issues. switching back for reliance
|
🎉 This PR is included in version 9.5.0-typescript-migration.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.