Skip to content

Commit

Permalink
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 83748c7 commit f09252c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 68 deletions.
100 changes: 34 additions & 66 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 @@ -345,7 +345,7 @@
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.9.0",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.0.1",
"@types/lodash": "^4.17.12",
Expand All @@ -359,7 +359,7 @@
"@vscode/test-electron": "^2.3.9",
"@vscode/vsce": "^3.2.0",
"async-wait-until": "^2.0.12",
"chai": "^4.5.0",
"chai": "^5.1.2",
"eslint": "^9.13.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-import": "^2.31.0",
Expand Down

0 comments on commit f09252c

Please sign in to comment.