Skip to content

Commit 5a2057e

Browse files
chore(deps): bump the eslint group across 1 directory with 3 updates
Bumps the eslint group with 3 updates in the /tools/code-style directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.22.0 to 9.23.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.23.0/packages/js) Updates `eslint-plugin-jsdoc` from 50.6.6 to 50.6.8 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v50.6.6...v50.6.8) Updates `typescript-eslint` from 8.26.1 to 8.27.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.27.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: typescript-eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e5bd7b5 commit 5a2057e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/code-style/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"node": ">=20.18"
77
},
88
"dependencies": {
9-
"@eslint/js": "9.22.0",
9+
"@eslint/js": "9.23.0",
1010
"eslint": "9.14.0",
1111
"eslint-config-love": "119.0.0",
1212
"eslint-plugin-editorconfig": "4.0.3",
1313
"eslint-plugin-import": "2.31.0",
14-
"eslint-plugin-jsdoc": "50.6.6",
14+
"eslint-plugin-jsdoc": "50.6.8",
1515
"eslint-plugin-license-header": "0.8.0",
1616
"eslint-plugin-n": "17.16.2",
1717
"eslint-plugin-promise": "7.2.1",
1818
"eslint-plugin-simple-import-sort": "12.1.1",
1919
"eslint-plugin-tsdoc": "0.4.0",
2020
"globals": "^16.0.0",
21-
"typescript-eslint": "8.26.1"
21+
"typescript-eslint": "8.27.0"
2222
},
2323
"scripts": {
2424
"cs-fix": "npm exec -- eslint --fix ."

0 commit comments

Comments
 (0)