From 6f6aaea3fa78c7f2be638e8a6d23178ee0b31d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:09:14 +0000 Subject: [PATCH] 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/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint-config-love](https://github.com/mightyiam/eslint-config-love), [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.17.0 to 9.19.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.19.0/packages/js) Updates `eslint-config-love` from 114.0.0 to 118.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](https://github.com/mightyiam/eslint-config-love/compare/v114.0.0...v118.0.0) Updates `eslint-plugin-jsdoc` from 50.6.1 to 50.6.3 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.1...v50.6.3) Updates `typescript-eslint` from 8.19.1 to 8.22.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.22.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-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] --- tools/code-style/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/code-style/package.json b/tools/code-style/package.json index 81876ef46..2b8530d34 100644 --- a/tools/code-style/package.json +++ b/tools/code-style/package.json @@ -7,19 +7,19 @@ }, "dependencies": { "@eslint/eslintrc": "3.2.0", - "@eslint/js": "9.17.0", + "@eslint/js": "9.19.0", "@types/eslint": "^9.6.1", "eslint": "9.14.0", - "eslint-config-love": "114.0.0", + "eslint-config-love": "118.0.0", "eslint-plugin-editorconfig": "4.0.3", "eslint-plugin-import": "2.31.0", - "eslint-plugin-jsdoc": "50.6.1", + "eslint-plugin-jsdoc": "50.6.3", "eslint-plugin-license-header": "0.6.1", "eslint-plugin-n": "17.15.1", "eslint-plugin-promise": "7.2.1", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-tsdoc": "0.4.0", "globals": "^15.7.0", - "typescript-eslint": "8.19.1" + "typescript-eslint": "8.22.0" } }