Skip to content

Commit 75844f5

Browse files
authored
Merge pull request #1000 from droidsolutions/dependabot/npm_and_yarn/eslint-plugin-mocha-11.1.0
chore(deps-dev): bump eslint-plugin-mocha from 10.5.0 to 11.1.0
2 parents bc97040 + 7f7a5e6 commit 75844f5

File tree

4 files changed

+24
-124
lines changed

4 files changed

+24
-124
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default tseslint.config(
1313
...tseslint.configs.recommendedTypeChecked,
1414
...tseslint.configs.stylisticTypeChecked,
1515
prettier,
16-
mocha.configs.flat.recommended,
16+
mocha.configs.recommended,
1717
{
1818
languageOptions: {
1919
ecmaVersion: 12,

package-lock.json

Lines changed: 21 additions & 122 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
@@ -63,7 +63,7 @@
6363
"chai-as-promised": "^7.1.1",
6464
"eslint": "^9.14.0",
6565
"eslint-config-prettier": "^10.0.1",
66-
"eslint-plugin-mocha": "^10.5.0",
66+
"eslint-plugin-mocha": "^11.1.0",
6767
"eslint-plugin-n": "^17.10.2",
6868
"eslint-plugin-prettier": "^5.2.1",
6969
"globals": "^16.0.0",

test/versionReplacer.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ homepage: https://somewhere.on/line`;
261261
<RepositoryCommit></RepositoryCommit>
262262
<VersionPrefix>0.9.0</VersionPrefix>
263263
</PropertyGroup>`;
264+
264265
before(function () {
265266
context = {
266267
nextRelease: { version: "1.0.0", gitHead: "", gitTag: "", notes: "", type: "minor", channel: "", name: "" },

0 commit comments

Comments
 (0)