Skip to content

Commit 6475337

Browse files
chore(deps): bump the eslint group across 1 directory with 4 updates
Bumps the eslint group with 4 updates in the /tools/code-style directory: [eslint-config-love](https://github.com/mightyiam/eslint-config-love), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [eslint-plugin-tsdoc](https://github.com/microsoft/tsdoc/tree/HEAD/eslint-plugin) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint-config-love` from 133.0.0 to 134.0.0 - [Release notes](https://github.com/mightyiam/eslint-config-love/releases) - [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md) - [Commits](mightyiam/eslint-config-love@v133.0.0...v134.0.0) Updates `eslint-plugin-jsdoc` from 61.1.12 to 61.4.0 - [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.12...v61.4.0) Updates `eslint-plugin-tsdoc` from 0.4.0 to 0.5.0 - [Changelog](https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.5.0/eslint-plugin) Updates `typescript-eslint` from 8.46.3 to 8.47.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.47.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint-config-love dependency-version: 134.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 61.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-tsdoc dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2e3072 commit 6475337

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/code-style/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"dependencies": {
99
"@eslint/js": "9.39.1",
1010
"eslint": "9.35.0",
11-
"eslint-config-love": "133.0.0",
11+
"eslint-config-love": "134.0.0",
1212
"eslint-plugin-import": "2.32.0",
13-
"eslint-plugin-jsdoc": "61.1.12",
13+
"eslint-plugin-jsdoc": "61.4.0",
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",
18-
"eslint-plugin-tsdoc": "0.4.0",
18+
"eslint-plugin-tsdoc": "0.5.0",
1919
"globals": "^16.0.0",
2020
"neostandard": "0.12.2",
21-
"typescript-eslint": "8.46.3"
21+
"typescript-eslint": "8.47.0"
2222
},
2323
"scripts": {
2424
"cs-fix": "npm exec -- eslint --fix ."

0 commit comments

Comments
 (0)