Skip to content

Commit

Permalink
[engsys] pin dev dependency chai version to 4.3.10
Browse files Browse the repository at this point in the history
Recent upgrade of `chai` from `4.3.10` to `4.4` broke our integration tests
which use `esm` to transform *.js test files.  The new version contains `??`
syntax that is not supported by `esm`.

This PR pins `chai` version to `4.3.10`. Issue Azure#28185 is created to track
follow-up work.
  • Loading branch information
jeremymeng committed Jan 8, 2024
1 parent af815b9 commit e6d8da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* instead of the latest version.
*/
// "some-library": "1.2.3"
"chai": "4.3.10"
},
/**
* When set to true, for all projects in the repo, all dependencies will be automatically added as preferredVersions,
Expand Down

0 comments on commit e6d8da5

Please sign in to comment.