Skip to content

Commit 17840d7

Browse files
chore(deps): bump the eslint group across 1 directory with 2 updates
Bumps the eslint group with 2 updates in the /tools/code-style directory: [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-plugin-jsdoc` from 61.1.5 to 61.1.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@v61.1.5...v61.1.8) Updates `typescript-eslint` from 8.46.1 to 8.46.2 - [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.46.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 61.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.46.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36fa85c commit 17840d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/code-style/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"eslint": "9.35.0",
1111
"eslint-config-love": "133.0.0",
1212
"eslint-plugin-import": "2.32.0",
13-
"eslint-plugin-jsdoc": "61.1.5",
13+
"eslint-plugin-jsdoc": "61.1.8",
1414
"eslint-plugin-license-header": "0.8.0",
1515
"eslint-plugin-n": "17.23.1",
1616
"eslint-plugin-promise": "7.2.1",
1717
"eslint-plugin-simple-import-sort": "12.1.1",
1818
"eslint-plugin-tsdoc": "0.4.0",
1919
"globals": "^16.0.0",
2020
"neostandard": "0.12.2",
21-
"typescript-eslint": "8.46.1"
21+
"typescript-eslint": "8.46.2"
2222
},
2323
"scripts": {
2424
"cs-fix": "npm exec -- eslint --fix ."

0 commit comments

Comments
 (0)