chore(typescript): migrate from native-preview to stable TSv7#4322
chore(typescript): migrate from native-preview to stable TSv7#4322SpacingBat3 wants to merge 1 commit into
native-preview to stable TSv7#4322Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Note that like previously, TypeScript 6 is still used as API provider until TypeScript 7 will be adopted by neccesary tooling.
bacd315 to
4d88c5d
Compare
|
Thanks for this @SpacingBat3!! |
Acknowledgements
The changes are appropriately documented (if applicable).The changes have sufficient test coverage (if applicable).The test suite passes successfully on my local machine (if applicable).Description
A very simple change set, to bump TypeScript to v7 (stable branch) while still keeping v6 for API compatibility (e.g. for TypeDoc, also see TypeStrong/typedoc#3098) and relevant packages in
peerDependenciesrelationship.The transition has been done according to recommendations in Typescript 7.0 announcement blog post.
This is only applicable to
nextIMHO asmainstill had no migration towards TSGO, so I assume this is not to be backported.