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.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 19, 2024
1 parent 12651c7 commit c9d565f
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 72 deletions.
114 changes: 45 additions & 69 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"devDependencies": {
"@stylistic/eslint-plugin": "^2.11.0",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/clone-deep": "^4.0.4",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
Expand Down
4 changes: 2 additions & 2 deletions tests/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@
"ui-test:coverage": "MOCHA_GREP='order|clipboard|ExtensionsView|TitleBar' MOCHA_INVERT=true extest setup-and-run './out/test/**/*.test.js' -i -r . -e ./test-extensions --coverage"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/chai": "^5.0.1",
"@types/vscode": "^1.85.0",
"chai": "^4.5.0",
"chai": "^5.1.2",
"clipboard-cli": "^4.0.0",
"clipboardy": "^4.0.0",
"mocha": "^10.8.2",
Expand Down

0 comments on commit c9d565f

Please sign in to comment.