From 98a9df4e0c50748b4f691d5dbea4fc0264263c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:49:32 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-typescript-sort-keys Bumps [eslint-plugin-typescript-sort-keys](https://github.com/infctr/eslint-plugin-typescript-sort-keys) from 2.3.0 to 3.3.0. - [Release notes](https://github.com/infctr/eslint-plugin-typescript-sort-keys/releases) - [Changelog](https://github.com/infctr/eslint-plugin-typescript-sort-keys/blob/master/CHANGELOG.md) - [Commits](https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v2.3.0...v3.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-typescript-sort-keys dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74121fbe9..c2c785465 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-sonarjs": "^0.18.0", "eslint-plugin-sort-destructure-keys": "^1.4.0", - "eslint-plugin-typescript-sort-keys": "^2.3.0", + "eslint-plugin-typescript-sort-keys": "^3.3.0", "got": "^13.0.0", "husky": "^8.0.3", "jest": "^29.4.1", @@ -6765,9 +6765,9 @@ } }, "node_modules/eslint-plugin-typescript-sort-keys": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-typescript-sort-keys/-/eslint-plugin-typescript-sort-keys-2.3.0.tgz", - "integrity": "sha512-3LAcYulo5gNYiPWee+TksITfvWeBuBjGgcSLTacPESFVKEoy8laOQuZvJlSCwTBHT2SCGIxr3bJ56zuux+3MCQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-typescript-sort-keys/-/eslint-plugin-typescript-sort-keys-3.3.0.tgz", + "integrity": "sha512-bRW3Rc/VNdrSP9OoY5wgjjaXCOOkZKpzvl/Mk6l8Sg8CMehVIcg9K4y33l+ZcZiknpl0aR6rKusxuCJNGZWmVw==", "dev": true, "dependencies": { "@typescript-eslint/experimental-utils": "^5.0.0", @@ -6775,11 +6775,11 @@ "natural-compare-lite": "^1.4.0" }, "engines": { - "node": "12 || >= 13.9" + "node": ">= 16" }, "peerDependencies": { - "@typescript-eslint/parser": "^1 || ^2 || ^3 || ^4 || ^5", - "eslint": "^5 || ^6 || ^7 || ^8", + "@typescript-eslint/parser": ">=6", + "eslint": "^7 || ^8", "typescript": "^3 || ^4 || ^5" } }, @@ -19371,9 +19371,9 @@ } }, "eslint-plugin-typescript-sort-keys": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-typescript-sort-keys/-/eslint-plugin-typescript-sort-keys-2.3.0.tgz", - "integrity": "sha512-3LAcYulo5gNYiPWee+TksITfvWeBuBjGgcSLTacPESFVKEoy8laOQuZvJlSCwTBHT2SCGIxr3bJ56zuux+3MCQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-typescript-sort-keys/-/eslint-plugin-typescript-sort-keys-3.3.0.tgz", + "integrity": "sha512-bRW3Rc/VNdrSP9OoY5wgjjaXCOOkZKpzvl/Mk6l8Sg8CMehVIcg9K4y33l+ZcZiknpl0aR6rKusxuCJNGZWmVw==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^5.0.0", diff --git a/package.json b/package.json index d365b947f..8943869c5 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-sonarjs": "^0.18.0", "eslint-plugin-sort-destructure-keys": "^1.4.0", - "eslint-plugin-typescript-sort-keys": "^2.3.0", + "eslint-plugin-typescript-sort-keys": "^3.3.0", "got": "^13.0.0", "husky": "^8.0.3", "jest": "^29.4.1",