From 5f245c5e95199b9b7b54c4dce28dd194c78c3591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 09:14:59 +0000 Subject: [PATCH] chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.13.0 to 4.0.1 Bumps [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts) from 2.13.0 to 4.0.1. - [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/v4.0.1/packages/eslint-plugin-ts) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin-ts" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++---------- package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13203ea4..f10f726e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@semantic-release/git": "10.0.1", "@semantic-release/github": "^11.0.0", "@stylistic/eslint-plugin": "2.13.0", - "@stylistic/eslint-plugin-ts": "2.13.0", + "@stylistic/eslint-plugin-ts": "4.0.1", "@types/jasmine": "^5.1.4", "@types/lodash-es": "^4.17.12", "@types/micromatch": "^4.0.9", @@ -1927,12 +1927,13 @@ } }, "node_modules/@stylistic/eslint-plugin-ts": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.13.0.tgz", - "integrity": "sha512-nooe1oTwz60T4wQhZ+5u0/GAu3ygkKF9vPPZeRn/meG71ntQ0EZXVOKEonluAYl/+CV2T+nN0dknHa4evAW13Q==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-4.0.1.tgz", + "integrity": "sha512-lgKd06IQM9bDa208+ZC5mpNGnnlzQ5zEpQwjBwuX/2QRKKIjocRcA+4Nu6aK52qybgNFcNO/5fUR7n8QuaKHsg==", "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" }, @@ -1940,7 +1941,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=9.0.0" } }, "node_modules/@stylistic/eslint-plugin-ts/node_modules/eslint-visitor-keys": { @@ -16929,12 +16930,12 @@ } }, "@stylistic/eslint-plugin-ts": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.13.0.tgz", - "integrity": "sha512-nooe1oTwz60T4wQhZ+5u0/GAu3ygkKF9vPPZeRn/meG71ntQ0EZXVOKEonluAYl/+CV2T+nN0dknHa4evAW13Q==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-4.0.1.tgz", + "integrity": "sha512-lgKd06IQM9bDa208+ZC5mpNGnnlzQ5zEpQwjBwuX/2QRKKIjocRcA+4Nu6aK52qybgNFcNO/5fUR7n8QuaKHsg==", "dev": true, "requires": { - "@typescript-eslint/utils": "^8.13.0", + "@typescript-eslint/utils": "^8.23.0", "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0" }, diff --git a/package.json b/package.json index 958d7ff9..4c4d3fa8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@semantic-release/git": "10.0.1", "@semantic-release/github": "^11.0.0", "@stylistic/eslint-plugin": "2.13.0", - "@stylistic/eslint-plugin-ts": "2.13.0", + "@stylistic/eslint-plugin-ts": "4.0.1", "@types/jasmine": "^5.1.4", "@types/lodash-es": "^4.17.12", "@types/micromatch": "^4.0.9",