Skip to content

Commit 554c83d

Browse files
Bump mocha from 10.8.2 to 11.1.0 (#2091)
* Bump mocha from 10.8.2 to 11.1.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Fix mocharc.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
1 parent a77f189 commit 554c83d

File tree

3 files changed

+31
-179
lines changed

3 files changed

+31
-179
lines changed

.mocharc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extensions": ["ts", "tsx"],
3-
"exclude": ["unittest/", "./**/node_modules/**/*", "es-scraper/"]
3+
"exclude": ["unittest/", "**/node_modules/**/*", "es-scraper/"]
44
}

package-lock.json

Lines changed: 29 additions & 177 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"jsonc-parser": "^3.3.1",
127127
"listr2": "8.2.5",
128128
"minimatch": "10.0.1",
129-
"mocha": "10.8.2",
129+
"mocha": "11.1.0",
130130
"node-fetch": "3.3.2",
131131
"nodemon": "3.1.9",
132132
"open-cli": "8.0.0",

0 commit comments

Comments
 (0)