Skip to content

Commit aeba171

Browse files
chore(deps): bump the eslint group across 1 directory with 5 updates
Bumps the eslint group with 5 updates in the /tools/code-style directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.25.1` | `9.27.0` | | [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `119.0.0` | `120.0.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.6.11` | `50.6.17` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.17.0` | `17.18.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.31.0` | `8.32.1` | Updates `@eslint/js` from 9.25.1 to 9.27.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.27.0/packages/js) Updates `eslint-config-love` from 119.0.0 to 120.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@v119.0.0...v120.0.0) Updates `eslint-plugin-jsdoc` from 50.6.11 to 50.6.17 - [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.11...v50.6.17) Updates `eslint-plugin-n` from 17.17.0 to 17.18.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.17.0...v17.18.0) Updates `typescript-eslint` from 8.31.0 to 8.32.1 - [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.32.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-config-love dependency-version: 120.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 50.6.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-n dependency-version: 17.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.32.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3aed7b5 commit aeba171

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/code-style/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"node": ">=20.18"
77
},
88
"dependencies": {
9-
"@eslint/js": "9.25.1",
9+
"@eslint/js": "9.27.0",
1010
"eslint": "9.14.0",
11-
"eslint-config-love": "119.0.0",
11+
"eslint-config-love": "120.0.0",
1212
"eslint-plugin-import": "2.31.0",
13-
"eslint-plugin-jsdoc": "50.6.11",
13+
"eslint-plugin-jsdoc": "50.6.17",
1414
"eslint-plugin-license-header": "0.8.0",
15-
"eslint-plugin-n": "17.17.0",
15+
"eslint-plugin-n": "17.18.0",
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.1",
21-
"typescript-eslint": "8.31.0"
21+
"typescript-eslint": "8.32.1"
2222
},
2323
"scripts": {
2424
"cs-fix": "npm exec -- eslint --fix ."

0 commit comments

Comments
 (0)