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.3.4 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.3.4...v5.1.2)

Updates `@types/chai` from 4.3.16 to 5.0.1
- [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 Nov 17, 2024
1 parent 0aeaf47 commit 10ed8d9
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 81 deletions.
165 changes: 86 additions & 79 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 @@ -53,7 +53,7 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.15.0",
"@types/chai": "^4.3.16",
"@types/chai": "^5.0.1",
"@types/eslint__js": "^8.42.3",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.7",
Expand All @@ -65,7 +65,7 @@
"@vscode/test-electron": "^2.4.0",
"@vscode/vsce": "^3.2.1",
"c8": "^10.1.2",
"chai": "^4.3.4",
"chai": "^5.1.2",
"copyfiles": "^2.4.1",
"coveralls-next": "^4.2.1",
"dompurify": "^3.1.5",
Expand Down

0 comments on commit 10ed8d9

Please sign in to comment.