From 1ae4ab46d4fd16f358959fb76dd72143c765f223 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 01:52:17 +0000 Subject: [PATCH] chore(deps): update dependency @stylistic/eslint-plugin to v5 --- tvapp2/package-lock.json | 29 ++++++++++++++++++++++------- tvapp2/package.json | 2 +- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/tvapp2/package-lock.json b/tvapp2/package-lock.json index 8bc403c7..937f6a6f 100755 --- a/tvapp2/package-lock.json +++ b/tvapp2/package-lock.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@aetherinox/noxenv": "^1.1.1", - "@stylistic/eslint-plugin": "^4.4.1", + "@stylistic/eslint-plugin": "^5.0.0", "@types/uuid": "^10.0.0", "all-contributors-cli": "^6.26.1", "env-cmd": "^10.1.0", @@ -383,15 +383,16 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.1.tgz", - "integrity": "sha512-CEigAk7eOLyHvdgmpZsKFwtiqS2wFwI1fn4j09IU9GmD4euFM4jEBAViWeCqaNLlbX2k2+A/Fq9cje4HQBXuJQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.0.0.tgz", + "integrity": "sha512-nVV2FSzeTJ3oFKw+3t9gQYQcrgbopgCASSY27QOtkhEGgSfdQQjDmzZd41NeT1myQ8Wc6l+pZllST9qIu4NKzg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.32.1", - "eslint-visitor-keys": "^4.2.0", - "espree": "^10.3.0", + "@eslint-community/eslint-utils": "^4.7.0", + "@typescript-eslint/types": "^8.34.1", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", "estraverse": "^5.3.0", "picomatch": "^4.0.2" }, @@ -402,6 +403,20 @@ "eslint": ">=9.0.0" } }, + "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": { + "version": "8.34.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.1.tgz", + "integrity": "sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, "node_modules/@types/estree": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", diff --git a/tvapp2/package.json b/tvapp2/package.json index 0512a9a9..79f23f06 100755 --- a/tvapp2/package.json +++ b/tvapp2/package.json @@ -97,7 +97,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.19.0", "eslint-plugin-promise": "^7.2.1", - "@stylistic/eslint-plugin": "^4.4.1" + "@stylistic/eslint-plugin": "^5.0.0" }, "engines": { "node": ">=20"