Skip to content

Commit 87acce7

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.7.0` | `9.14.0` | | [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `56.0.0` | `98.0.1` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.11.0` | `50.4.3` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.6.0` | `7.1.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.18.0` | `8.13.0` | Updates `@eslint/js` from 9.7.0 to 9.14.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.14.0/packages/js) Updates `eslint-config-love` from 56.0.0 to 98.0.1 - [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@v56.0.0...v98.0.1) Updates `eslint-plugin-jsdoc` from 48.11.0 to 50.4.3 - [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@v48.11.0...v50.4.3) Updates `eslint-plugin-promise` from 6.6.0 to 7.1.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-promise@v6.6.0...v7.1.0) Updates `typescript-eslint` from 7.18.0 to 8.13.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.13.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-config-love dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-promise dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: typescript-eslint dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40eb623 commit 87acce7

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
@@ -7,19 +7,19 @@
77
},
88
"dependencies": {
99
"@eslint/eslintrc": "3.1.0",
10-
"@eslint/js": "9.7.0",
10+
"@eslint/js": "9.14.0",
1111
"@types/eslint": "^8.56.10",
1212
"eslint": "8.57.1",
13-
"eslint-config-love": "56.0.0",
13+
"eslint-config-love": "98.0.1",
1414
"eslint-plugin-editorconfig": "4.0.3",
1515
"eslint-plugin-header": "3.1.1",
1616
"eslint-plugin-import": "2.31.0",
17-
"eslint-plugin-jsdoc": "48.11.0",
17+
"eslint-plugin-jsdoc": "50.4.3",
1818
"eslint-plugin-n": "17.13.1",
19-
"eslint-plugin-promise": "6.6.0",
19+
"eslint-plugin-promise": "7.1.0",
2020
"eslint-plugin-simple-import-sort": "12.1.1",
2121
"eslint-plugin-tsdoc": "0.3.0",
2222
"globals": "^15.7.0",
23-
"typescript-eslint": "7.18.0"
23+
"typescript-eslint": "8.13.0"
2424
}
2525
}

0 commit comments

Comments
 (0)