SBoudrias / Inquirer.js

A collection of common interactive command line user interfaces.
MIT License
20.09k stars 1.3k forks source link

Update to Typescript 5.6 #1551

Closed SBoudrias closed 2 days ago

SBoudrias commented 2 weeks ago

New version is out https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/

A simple bump breaks the cjs modules - this will need some investigation. The integration tests are catching this issue; yarn test on the repo.

SBoudrias commented 2 days ago

Fixes on https://github.com/SBoudrias/Inquirer.js/pull/1554

Root cause was the usage of .mts extensions. Details from the Typescript team over at https://github.com/microsoft/TypeScript/issues/59991