From 230a4d4d90fe21cc05a9fe45753b464282573a4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:01:03 +0000 Subject: [PATCH] chore(deps): update dependency @stylistic/eslint-plugin-ts to v4 --- 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 5e51f8b7..cd3da504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@babel/preset-env": "^7.20.2", "@babel/register": "^7.21.0", "@crawlee/puppeteer": "^3.2.2", - "@stylistic/eslint-plugin-ts": "^3.0.1", + "@stylistic/eslint-plugin-ts": "^4.0.0", "@types/async-retry": "^1.4.5", "@types/content-type": "^1.1.5", "@types/express": "^4.17.17", @@ -3327,13 +3327,13 @@ } }, "node_modules/@stylistic/eslint-plugin-ts": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-3.1.0.tgz", - "integrity": "sha512-ExsbaLmPTt3Y9bWN64nw+hpsnLAScLH25ncPxrV16FG2Lvg5wn6aRfMqldUGpu+YdqVmFFU1zehgFh6RIHT6YA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-4.0.0.tgz", + "integrity": "sha512-lbjrQ6jZQuOBBdrJvwcqBtRCt9Z5gOJkaD75KuxffHQUbGl9WIZN6YsqlBgbpkLaQ0XcO8zuK/QNxMjh6sTpgA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.13.0", + "@typescript-eslint/utils": "^8.23.0", "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0" }, @@ -3341,7 +3341,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=9.0.0" } }, "node_modules/@szmarczak/http-timer": { diff --git a/package.json b/package.json index 9631d63f..1464bfdd 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@babel/preset-env": "^7.20.2", "@babel/register": "^7.21.0", "@crawlee/puppeteer": "^3.2.2", - "@stylistic/eslint-plugin-ts": "^3.0.1", + "@stylistic/eslint-plugin-ts": "^4.0.0", "@types/async-retry": "^1.4.5", "@types/content-type": "^1.1.5", "@types/express": "^4.17.17",