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

Fix chai to version 4.4.0 in Brink external test #14773

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Conversation

r0qs
Copy link
Member

@r0qs r0qs commented Jan 9, 2024

Brink is a CommonJS project and currently depends on Chai version 4.x. However, the recent transition of Chai to ESM-only starting from version 5.x (see: chaijs/chai#1561 (comment)) has led to CI failures in our external tests (see: https://app.circleci.com/pipelines/github/ethereum/solidity/32302/workflows/998b76e7-be1f-4e17-843e-9d8e212a4df6/jobs/1444699).

Given that our external tests always run with the latest dependencies, it seems fine to temporarily fix the Chai version to 4.x until Brink migrates to ESM.

@r0qs r0qs self-assigned this Jan 9, 2024
@ekpyron ekpyron merged commit 814225e into develop Jan 9, 2024
66 checks passed
@ekpyron ekpyron deleted the fix-brink-ext-test branch January 9, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants