Skip to content

Commit

Permalink
Bump mocha from 10.8.2 to 11.0.1 in /packages/ansible-language-server (
Browse files Browse the repository at this point in the history
…#1697)

* Bump mocha from 10.8.2 to 11.0.1 in /packages/ansible-language-server

Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.8.2...v11.0.1)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependabot skip] Dedupe dependencies

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alison Hart <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 3, 2024
1 parent 4998161 commit c396739
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 47 deletions.
237 changes: 193 additions & 44 deletions packages/ansible-language-server/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 packages/ansible-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"chai": "^4.5.0",
"fuse.js": "^7.0.0",
"handlebars": "^4.7.8",
"mocha": "^10.8.2",
"mocha": "^11.0.1",
"npm-check-updates": "^17.1.11",
"nyc": "^17.1.0",
"rimraf": "^6.0.1",
Expand Down
35 changes: 33 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ __metadata:
handlebars: "npm:^4.7.8"
ini: "npm:^5.0.0"
lodash: "npm:^4.17.21"
mocha: "npm:^10.8.2"
mocha: "npm:^11.0.1"
npm-check-updates: "npm:^17.1.11"
nyc: "npm:^17.1.0"
rimraf: "npm:^6.0.1"
Expand Down Expand Up @@ -4556,7 +4556,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.4.1":
"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.4.1, glob@npm:^10.4.5":
version: 10.4.5
resolution: "glob@npm:10.4.5"
dependencies:
Expand Down Expand Up @@ -6476,6 +6476,37 @@ __metadata:
languageName: node
linkType: hard

"mocha@npm:^11.0.1":
version: 11.0.1
resolution: "mocha@npm:11.0.1"
dependencies:
ansi-colors: "npm:^4.1.3"
browser-stdout: "npm:^1.3.1"
chokidar: "npm:^3.5.3"
debug: "npm:^4.3.5"
diff: "npm:^5.2.0"
escape-string-regexp: "npm:^4.0.0"
find-up: "npm:^5.0.0"
glob: "npm:^10.4.5"
he: "npm:^1.2.0"
js-yaml: "npm:^4.1.0"
log-symbols: "npm:^4.1.0"
minimatch: "npm:^5.1.6"
ms: "npm:^2.1.3"
serialize-javascript: "npm:^6.0.2"
strip-json-comments: "npm:^3.1.1"
supports-color: "npm:^8.1.1"
workerpool: "npm:^6.5.1"
yargs: "npm:^16.2.0"
yargs-parser: "npm:^20.2.9"
yargs-unparser: "npm:^2.0.0"
bin:
_mocha: bin/_mocha
mocha: bin/mocha.js
checksum: 10/8c14292a90e8db4f199e70a007da082cabc2a3be803f95885ab03e32cb4dd7c3978c0b50d1f963c33eacaa981f105cf7c89c7fc4c14649dcbfd0e0f2d712c1e3
languageName: node
linkType: hard

"mochawesome-report-generator@npm:^6.2.0":
version: 6.2.0
resolution: "mochawesome-report-generator@npm:6.2.0"
Expand Down

0 comments on commit c396739

Please sign in to comment.