TypeScript 6 support / peer dependency update? #4623
Unanswered
eduard-jacko
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hey 👋 Yes, we do have plans to support TypeScript 6. Currently, the TS version is mainly used by our dts plugin for type generation, so we want to make sure everything is fully compatible before widening the peer dependency range. If you're open to testing it on your side and sharing any findings (especially around dts/type generation), that would be super helpful 🙏 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋
I noticed that
@module-federation/enhancedcurrently has the following peer dependency:"typescript": "^4.9.0 || ^5.0.0"TypeScript 6 has been released, and attempting to use it results in a peer dependency warning (requiring
--legacy-peer-deps).Questions:
Happy to test or help validate compatibility if useful.
Beta Was this translation helpful? Give feedback.
All reactions