From f0b28cb9e1a2264d13dafa6b7713fcd904cc22cc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Feb 2026 00:09:31 +0000 Subject: [PATCH] chore(deps): update dependency @stylistic/eslint-plugin to v5.9.0 --- 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 5e16e566..034ed426 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@eslint/eslintrc": "3.3.3", "@eslint/js": "9.39.2", "@octopusdeploy/runtime-inputs": "0.16.0", - "@stylistic/eslint-plugin": "5.8.0", + "@stylistic/eslint-plugin": "5.9.0", "@types/jest": "29.5.14", "@types/json-patch": "0.0.33", "@types/lodash": "4.17.23", @@ -1400,14 +1400,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", @@ -1417,7 +1417,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/@typescript-eslint/types": { diff --git a/package.json b/package.json index 268c685e..d646df6c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@eslint/eslintrc": "3.3.3", "@eslint/js": "9.39.2", "@octopusdeploy/runtime-inputs": "0.16.0", - "@stylistic/eslint-plugin": "5.8.0", + "@stylistic/eslint-plugin": "5.9.0", "@types/jest": "29.5.14", "@types/json-patch": "0.0.33", "@types/lodash": "4.17.23",