Skip to content

Commit

Permalink
build(deps-dev): bump chai and @types/chai
Browse files Browse the repository at this point in the history
Bumps [chai](https://github.com/chaijs/chai) and [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai). These dependencies needed to be updated together.

Updates `chai` from 4.5.0 to 5.1.2
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.5.0...v5.1.2)

Updates `@types/chai` from 4.3.20 to 5.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent c65d1c5 commit 1c041ee
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 46 deletions.
140 changes: 96 additions & 44 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@file-services/path": "^9.4.1",
"@file-services/resolve": "^9.4.1",
"@playwright/browser-chromium": "^1.48.1",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.9",
"@types/node": "20",
Expand All @@ -28,7 +28,7 @@
"@types/sinon": "^17.0.3",
"@wixc3/create-disposables": "^2.2.0",
"@wixc3/testing": "^17.1.1",
"chai": "^4.5.0",
"chai": "^5.1.2",
"chai-as-promised": "^7.1.2",
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
Expand Down

0 comments on commit 1c041ee

Please sign in to comment.