This PR updates the chai package to its latest version 5.1.2. Starting on version 5.x, this package is ESM-only, so we used import-sync to be able to use this version.
Specific Changes
Updated chai from 4.5.0 and 5.1.2 in botbuilder and botframework-streaming libraries.
Added import-sync as a dependency in botbuilder and botframework-streaming.
Added chai to the depcheck ignore list as it threw a false positive on unused dependency.
Addresses # 4684
minor
Description
This PR updates the
chai
package to its latest version 5.1.2. Starting on version 5.x, this package is ESM-only, so we used import-sync to be able to use this version.Specific Changes
chai
from 4.5.0 and 5.1.2 in botbuilder and botframework-streaming libraries.import-sync
as a dependency in botbuilder and botframework-streaming.Testing
The following images show the installed version.