From fd4a3fecda373a905d05cb1894bf2e788e457773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 11:34:48 +0000 Subject: [PATCH] chore(deps): bump the eslint group across 1 directory with 3 updates Bumps the eslint group with 3 updates in the /tools/code-style directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.25.1 to 9.26.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.26.0/packages/js) 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](https://github.com/eslint-community/eslint-plugin-n/compare/v17.17.0...v17.18.0) Updates `typescript-eslint` from 8.31.0 to 8.32.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.32.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.26.0 dependency-type: direct:production update-type: version-update:semver-minor 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.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] --- tools/code-style/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/code-style/package.json b/tools/code-style/package.json index f8019acc0..36edda2aa 100644 --- a/tools/code-style/package.json +++ b/tools/code-style/package.json @@ -6,19 +6,19 @@ "node": ">=20.18" }, "dependencies": { - "@eslint/js": "9.25.1", + "@eslint/js": "9.26.0", "eslint": "9.14.0", "eslint-config-love": "119.0.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-jsdoc": "50.6.11", "eslint-plugin-license-header": "0.8.0", - "eslint-plugin-n": "17.17.0", + "eslint-plugin-n": "17.18.0", "eslint-plugin-promise": "7.2.1", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-tsdoc": "0.4.0", "globals": "^16.0.0", "neostandard": "0.12.1", - "typescript-eslint": "8.31.0" + "typescript-eslint": "8.32.0" }, "scripts": { "cs-fix": "npm exec -- eslint --fix ."