From 9231be6b199ad92447568106c79fdb3d49837b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:18:05 +0000 Subject: [PATCH] chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.13.0 to 3.1.0 Bumps [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts) from 2.13.0 to 3.1.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/v3.1.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 | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f812402..6ef62096 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": "3.1.0", "@types/jasmine": "^5.1.4", "@types/lodash-es": "^4.17.12", "@types/micromatch": "^4.0.9", @@ -1902,10 +1902,11 @@ } }, "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": "3.1.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-3.1.0.tgz", + "integrity": "sha512-ExsbaLmPTt3Y9bWN64nw+hpsnLAScLH25ncPxrV16FG2Lvg5wn6aRfMqldUGpu+YdqVmFFU1zehgFh6RIHT6YA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.13.0", "eslint-visitor-keys": "^4.2.0", @@ -16752,9 +16753,9 @@ } }, "@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": "3.1.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-3.1.0.tgz", + "integrity": "sha512-ExsbaLmPTt3Y9bWN64nw+hpsnLAScLH25ncPxrV16FG2Lvg5wn6aRfMqldUGpu+YdqVmFFU1zehgFh6RIHT6YA==", "dev": true, "requires": { "@typescript-eslint/utils": "^8.13.0", diff --git a/package.json b/package.json index 84db6b50..62f8ebf4 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": "3.1.0", "@types/jasmine": "^5.1.4", "@types/lodash-es": "^4.17.12", "@types/micromatch": "^4.0.9",