Closed corinagum closed 1 month ago
@ceciliaavila Can you comment on this? @corinagum This gets touchy since changing TS version can break people, no?
@ceciliaavila Can you comment on this? @corinagum This gets touchy since changing TS version can break people, no?
@tracyboehrer, we are currently supporting TS versions from 4.6 to 5.5. Adding support for 5.6 may require some work.
@tracyboehrer Agreed it is touchy, but I still think we would want to support it.
@corinagum You aren't wrong. We're going to look into it.
Hi everyone,
We were able to reproduce the issue using TypeScript 5.6.2 with the ESNext configuration in the tsconfig.json.
By replacing ESNext with targets prior to that (e.g. ES2023), the issue doesn’t happen. It seems that there is a problem with the TS 5.6 and ESNext combination, because previous versions of TS are working fine. We are working on fixing the errors thrown when using this configuration (TS 5.6 + ESNext target), but, as a workaround, you can change the target to ES2023.
Versions
Botbuilder-js: 4.23.x Node: 18.20.4 Browser: N/A OS: Mac 14.6.x
Describe the bug
When bumping Typescript to 5.6.x in the Teams AI library, typescript errors caught in the latest TS update causes the build to fail due to incorrect extend of
Uint8Array
. Error message:To Reproduce
Steps to reproduce the behavior:
package.json
, upgrade typescript to 5.6.xnode_modules
/ lock files before building the sample