Skip to content

Commit 63dc822

Browse files
Bump the eslint group with 3 updates
Bumps the eslint group with 3 updates: [eslint](https://github.com/eslint/eslint), [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint` from 9.25.0 to 9.25.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.25.0...v9.25.1) Updates `eslint-plugin-mocha` from 10.5.0 to 11.0.0 - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/commits) Updates `typescript-eslint` from 8.30.1 to 8.31.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.25.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-mocha dependency-version: 11.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50aa6cf commit 63dc822

File tree

2 files changed

+619
-127
lines changed

2 files changed

+619
-127
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"chai": "^5.2.0",
2525
"chrome-webstore-upload-cli": "^3.3.2",
2626
"diff": "^7.0.0",
27-
"eslint": "^9.25.0",
27+
"eslint": "^9.26.0",
2828
"eslint-config-hypothesis": "^3.2.0",
29-
"eslint-plugin-mocha": "^10.5.0",
29+
"eslint-plugin-mocha": "^11.0.0",
3030
"git-describe": "^4.1.1",
3131
"globals": "^16.0.0",
3232
"gulp": "^5.0.0",
@@ -44,7 +44,7 @@
4444
"rollup": "^4.40.1",
4545
"sinon": "^20.0.0",
4646
"typescript": "^5.8.3",
47-
"typescript-eslint": "^8.30.1",
47+
"typescript-eslint": "^8.31.1",
4848
"web-ext": "^7.12.0"
4949
},
5050
"browserslist": "chrome 85, firefox 75",

0 commit comments

Comments
 (0)