From 6f16fccfd7b727e400d3d3d6ed16a87f6e39a1bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 02:44:52 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-typescript-sort-keys (#148) Bumps [eslint-plugin-typescript-sort-keys](https://github.com/infctr/eslint-plugin-typescript-sort-keys) from 3.1.0 to 3.2.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/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-typescript-sort-keys dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a15a9c..97cac21 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-sort-keys-fix": "1.1.2", - "eslint-plugin-typescript-sort-keys": "3.1.0", + "eslint-plugin-typescript-sort-keys": "3.2.0", "eslint-plugin-unused-imports": "3.0.0", "generate-changelog": "1.8.0", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index 2a545ec..f0be33d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1734,10 +1734,10 @@ eslint-plugin-sort-keys-fix@1.1.2: natural-compare "^1.4.0" requireindex "~1.2.0" -eslint-plugin-typescript-sort-keys@3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/eslint-plugin-typescript-sort-keys/-/eslint-plugin-typescript-sort-keys-3.1.0.tgz#b6da9e6af797272f6fe4e7c8dfc9e2130ea88097" - integrity sha512-rgZeYfEguqKni/V7sbmgFu9/94UDAQd7YqNd0J7Qhw7SdLIGd0iBk2KgpjhRhe2ge4rPSLDIdFWwUiDqBOst6Q== +eslint-plugin-typescript-sort-keys@3.2.0: + version "3.2.0" + resolved "https://registry.npmjs.org/eslint-plugin-typescript-sort-keys/-/eslint-plugin-typescript-sort-keys-3.2.0.tgz#9308a2d4134acf06a3028c6e01c331c51d5f5e3d" + integrity sha512-GutszvriaVtwmn7pQjuj9/9o0iXhD7XZs0/424+zsozdRr/fdg5e8206t478Vnqnqi1GjuxcAolj1kf74KnhPA== dependencies: "@typescript-eslint/experimental-utils" "^5.0.0" json-schema "^0.4.0"