Skip to content

Commit

Permalink
deps: bump the test group across 1 directory with 2 updates (#450)
Browse files Browse the repository at this point in the history
Bumps the test group with 2 updates in the / directory: [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha).


Updates `mocha` from 10.7.3 to 10.8.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.7.3...v10.8.2)

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

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: test
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent e0f90cc commit 358a844
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 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 packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"vim"
],
"devDependencies": {
"@types/mocha": "^10.0.9",
"@types/mocha": "^10.0.10",
"c8": "^10.1.2",
"expect": "^29.7.0",
"jest-mock": "^29.7.0",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"neovim": "file:../neovim"
}
}
4 changes: 2 additions & 2 deletions packages/neovim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@types/mocha": "^10.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "^16.18.113",
"c8": "^10.1.2",
"expect": "^29.7.0",
"jest-mock": "^29.7.0",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"ts-node": "^10.9.2",
"typedoc": "^0.26.7",
"typescript": "^5.6.3"
Expand Down

0 comments on commit 358a844

Please sign in to comment.