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

Update dependency chai to v5 #373

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
142 changes: 82 additions & 60 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@typescript-eslint/parser": "^6.0.0",
"axios-debug-log": "^1.0.0",
"babel-loader": "^9.0.0",
"chai": "^4.3.6",
"chai": "^5.0.0",
"chai-as-promised": "^7.1.1",
"chokidar": "^3.5.3",
"codeceptjs": "3.4.1",
Expand Down
52 changes: 51 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3792,6 +3792,13 @@ __metadata:
languageName: node
linkType: hard

"assertion-error@npm:^2.0.1":
version: 2.0.1
resolution: "assertion-error@npm:2.0.1"
checksum: a0789dd882211b87116e81e2648ccb7f60340b34f19877dd020b39ebb4714e475eb943e14ba3e22201c221ef6645b7bfe10297e76b6ac95b48a9898c1211ce66
languageName: node
linkType: hard

"astral-regex@npm:^2.0.0":
version: 2.0.0
resolution: "astral-regex@npm:2.0.0"
Expand Down Expand Up @@ -4347,6 +4354,19 @@ __metadata:
languageName: node
linkType: hard

"chai@npm:^5.0.0":
version: 5.1.0
resolution: "chai@npm:5.1.0"
dependencies:
assertion-error: ^2.0.1
check-error: ^2.0.0
deep-eql: ^5.0.1
loupe: ^3.1.0
pathval: ^2.0.0
checksum: f45c8c6ca8b35933efa533eba26a3ecf78378c86acf1d5d0ca82ae0be94a8d25f574f098e3f7e0294a3774e43931eb2e299c991516f22ac24c9042dce8a23ce0
languageName: node
linkType: hard

"chalk@npm:5.3.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
Expand Down Expand Up @@ -4405,6 +4425,13 @@ __metadata:
languageName: node
linkType: hard

"check-error@npm:^2.0.0":
version: 2.0.0
resolution: "check-error@npm:2.0.0"
checksum: 120f252c2e1ad82ef82a616662805345c6c361347bfd6203f8a28c53a158811dd0ea21278f29c8136cc9df12fc7f077d1a07124569d98fb396b3072d08f2f092
languageName: node
linkType: hard

"check-types@npm:^11.1.1":
version: 11.2.3
resolution: "check-types@npm:11.2.3"
Expand Down Expand Up @@ -5166,6 +5193,13 @@ __metadata:
languageName: node
linkType: hard

"deep-eql@npm:^5.0.1":
version: 5.0.1
resolution: "deep-eql@npm:5.0.1"
checksum: 8009e8a8bf3e0f591a122e7788e304a2bed1299b7774f039be96f9ef35c00fb254292fb1568952651aea0c1d1eb23d0bca484bbdd2cf4fcee685c6f2c43670f3
languageName: node
linkType: hard

"deep-is@npm:^0.1.3":
version: 0.1.4
resolution: "deep-is@npm:0.1.4"
Expand Down Expand Up @@ -8753,6 +8787,15 @@ __metadata:
languageName: node
linkType: hard

"loupe@npm:^3.1.0":
version: 3.1.0
resolution: "loupe@npm:3.1.0"
dependencies:
get-func-name: ^2.0.1
checksum: e23814854ab2571e3f753b7c198bfe016c708f3a435501624dd6ff79b6a5544e14b0f28cfc0432eb22e9da9177b1533491871aca3f94d56b19fecc0d4a766e58
languageName: node
linkType: hard

"lower-case@npm:^2.0.2":
version: 2.0.2
resolution: "lower-case@npm:2.0.2"
Expand Down Expand Up @@ -9923,6 +9966,13 @@ __metadata:
languageName: node
linkType: hard

"pathval@npm:^2.0.0":
version: 2.0.0
resolution: "pathval@npm:2.0.0"
checksum: 682b6a6289de7990909effef7dae9aa7bb6218c0426727bccf66a35b34e7bfbc65615270c5e44e3c9557a5cb44b1b9ef47fc3cb18bce6ad3ba92bcd28467ed7d
languageName: node
linkType: hard

"pend@npm:~1.2.0":
version: 1.2.0
resolution: "pend@npm:1.2.0"
Expand Down Expand Up @@ -10885,7 +10935,7 @@ __metadata:
axios-debug-log: ^1.0.0
babel-loader: ^9.0.0
body-parser: ^1.20.2
chai: ^4.3.6
chai: ^5.0.0
chai-as-promised: ^7.1.1
chokidar: ^3.5.3
codeceptjs: 3.4.1
Expand Down
Loading