From 444abf04b578f801ce98d1170b13114b0f6a308f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:52:11 +0000 Subject: [PATCH] chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.13.0 to 4.0.0 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.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/v4.0.0/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 5cc2f369..6aa32d35 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.0", "@types/jasmine": "^5.1.4", "@types/lodash-es": "^4.17.12", "@types/micromatch": "^4.0.9", @@ -1902,12 +1902,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.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" }, @@ -1915,7 +1916,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": { @@ -16868,12 +16869,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.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-4.0.0.tgz", + "integrity": "sha512-lbjrQ6jZQuOBBdrJvwcqBtRCt9Z5gOJkaD75KuxffHQUbGl9WIZN6YsqlBgbpkLaQ0XcO8zuK/QNxMjh6sTpgA==", "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 9b9c9f57..9482586d 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.0", "@types/jasmine": "^5.1.4", "@types/lodash-es": "^4.17.12", "@types/micromatch": "^4.0.9",