Skip to content

Commit

Permalink
fix: support mocha v11 (#5141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen authored Dec 6, 2024
1 parent 32001dd commit ede4255
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 46 deletions.
88 changes: 72 additions & 16 deletions e2e/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 e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"karma-vite": "1.0.5",
"karma-webpack": "5.0.1",
"minimatch": "10.0.1",
"mocha": "10.8.2",
"mocha": "11.0.1",
"mutation-testing-metrics": "3.3.0",
"mutation-testing-report-schema": "3.3.0",
"playwright": "1.49.0",
Expand Down
34 changes: 7 additions & 27 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 @@ -35,7 +35,7 @@
"json-schema-to-typescript": "15.0.3",
"lerna": "8.1.9",
"minimatch": "9.0.5",
"mocha": "10.8.2",
"mocha": "11.0.1",
"prettier": "3.4.1",
"rimraf": "5.0.10",
"sinon": "19.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
},
"peerDependencies": {
"@stryker-mutator/core": "~8.6.0",
"mocha": ">= 7.2 < 11"
"mocha": ">= 7.2 < 12"
}
}

0 comments on commit ede4255

Please sign in to comment.