From 4eb754880cc112c8c3ae2d6727c875b50b70f77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:06:28 +0000 Subject: [PATCH] chore(deps-dev): bump @stylistic/eslint-plugin from 5.8.0 to 5.9.0 Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.9.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb6b2b3..b5d6347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@eslint/js": "^9.39.2", "@jest/globals": "^30.2.0", "@semantic-release/git": "^10.0.1", - "@stylistic/eslint-plugin": "^5.8.0", + "@stylistic/eslint-plugin": "^5.9.0", "@tsconfig/strictest": "^2.0.8", "@types/jest": "^30.0.0", "@types/node": "^24.10.2", @@ -2191,14 +2191,14 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.8.0.tgz", - "integrity": "sha512-WNPVF/FfBAjyi3OA7gok8swRiImNLKI4dmV3iK/GC/0xSJR7eCzBFsw9hLZVgb1+MYNLy7aDsjohxN1hA/FIfQ==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.9.0.tgz", + "integrity": "sha512-FqqSkvDMYJReydrMhlugc71M76yLLQWNfmGq+SIlLa7N3kHp8Qq8i2PyWrVNAfjOyOIY+xv9XaaYwvVW7vroMA==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/types": "^8.54.0", + "@typescript-eslint/types": "^8.56.0", "eslint-visitor-keys": "^4.2.1", "espree": "^10.4.0", "estraverse": "^5.3.0", @@ -2208,7 +2208,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=9.0.0" + "eslint": "^9.0.0 || ^10.0.0" } }, "node_modules/@stylistic/eslint-plugin/node_modules/picomatch": { diff --git a/package.json b/package.json index 2a26078..ead8413 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@eslint/js": "^9.39.2", "@jest/globals": "^30.2.0", "@semantic-release/git": "^10.0.1", - "@stylistic/eslint-plugin": "^5.8.0", + "@stylistic/eslint-plugin": "^5.9.0", "@tsconfig/strictest": "^2.0.8", "@types/jest": "^30.0.0", "@types/node": "^24.10.2",