Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[engsys] pin dev dependency chai version to 4.3.10 #28186

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

jeremymeng
Copy link
Member

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 #28185 is created to track follow-up work.

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.
@jeremymeng
Copy link
Member Author

/azp run js - data-tables - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jeremymeng
Copy link
Member Author

/azp run js - data-tables - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jeremymeng jeremymeng enabled auto-merge (squash) January 9, 2024 17:58
@jeremymeng jeremymeng merged commit 24033ea into Azure:main Jan 9, 2024
13 checks passed
@jeremymeng jeremymeng deleted the pin-chai-4.3.10 branch January 9, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants