Release Notes / Version 12.2406.0
Table Of ContentsThe TypeScript used in studio-client was upgraded to 5.3.3.
Please check the corresponding release notes for potential changes: https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/
All packages now utilize the newly introduced moduleResolution "Bundler" basically because of the reasons described in this link: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#--moduleresolution-bundler
This enables utilizing pure ES6 module packages inside the studio-client as well without the TypeScript compiler complaining about invalid usages.
Please be aware that all packages utilizing jangaroo (which was updated as well - see corresponding section) will automatically switch to the new moduleResolution which is reflected in the automatically generated tsconfig.json.
(CMS-23319)