Skip to content

Commit 0b061eb

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
1 parent 11056e1 commit 0b061eb

File tree

2 files changed

+22
-57
lines changed

2 files changed

+22
-57
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@playwright/test": "^1.52.0",
6161
"@sveltejs/adapter-auto": "^5.0.0",
6262
"@sveltejs/kit": "^2.20.7",
63-
"@typescript-eslint/eslint-plugin": "^8.31.0",
63+
"@typescript-eslint/eslint-plugin": "^8.31.1",
6464
"@typescript-eslint/parser": "^8.31.1",
6565
"autoprefixer": "^10.4.21",
6666
"eslint": "^9.25.1",

yarn.lock

Lines changed: 21 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -694,16 +694,16 @@
694694
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
695695
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
696696

697-
"@typescript-eslint/eslint-plugin@^8.31.0":
698-
version "8.31.0"
699-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.0.tgz#ef3ece95406a80026f82a19a2984c1e375981711"
700-
integrity sha512-evaQJZ/J/S4wisevDvC1KFZkPzRetH8kYZbkgcTRyql3mcKsf+ZFDV1BVWUGTCAW5pQHoqn5gK5b8kn7ou9aFQ==
697+
"@typescript-eslint/eslint-plugin@^8.31.1":
698+
version "8.31.1"
699+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a"
700+
integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ==
701701
dependencies:
702702
"@eslint-community/regexpp" "^4.10.0"
703-
"@typescript-eslint/scope-manager" "8.31.0"
704-
"@typescript-eslint/type-utils" "8.31.0"
705-
"@typescript-eslint/utils" "8.31.0"
706-
"@typescript-eslint/visitor-keys" "8.31.0"
703+
"@typescript-eslint/scope-manager" "8.31.1"
704+
"@typescript-eslint/type-utils" "8.31.1"
705+
"@typescript-eslint/utils" "8.31.1"
706+
"@typescript-eslint/visitor-keys" "8.31.1"
707707
graphemer "^1.4.0"
708708
ignore "^5.3.1"
709709
natural-compare "^1.4.0"
@@ -720,14 +720,6 @@
720720
"@typescript-eslint/visitor-keys" "8.31.1"
721721
debug "^4.3.4"
722722

723-
"@typescript-eslint/scope-manager@8.31.0":
724-
version "8.31.0"
725-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.0.tgz#48c7f7d729ea038e36cae0ff511e48c2412fb11c"
726-
integrity sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==
727-
dependencies:
728-
"@typescript-eslint/types" "8.31.0"
729-
"@typescript-eslint/visitor-keys" "8.31.0"
730-
731723
"@typescript-eslint/scope-manager@8.31.1":
732724
version "8.31.1"
733725
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b"
@@ -736,40 +728,21 @@
736728
"@typescript-eslint/types" "8.31.1"
737729
"@typescript-eslint/visitor-keys" "8.31.1"
738730

739-
"@typescript-eslint/type-utils@8.31.0":
740-
version "8.31.0"
741-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.0.tgz#01536a993fae23e2def885b006aaa991cbfbe9e7"
742-
integrity sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg==
731+
"@typescript-eslint/type-utils@8.31.1":
732+
version "8.31.1"
733+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c"
734+
integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA==
743735
dependencies:
744-
"@typescript-eslint/typescript-estree" "8.31.0"
745-
"@typescript-eslint/utils" "8.31.0"
736+
"@typescript-eslint/typescript-estree" "8.31.1"
737+
"@typescript-eslint/utils" "8.31.1"
746738
debug "^4.3.4"
747739
ts-api-utils "^2.0.1"
748740

749-
"@typescript-eslint/types@8.31.0":
750-
version "8.31.0"
751-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.0.tgz#c48e20ec47a43b72747714f49ea9f7b38a4fa6c1"
752-
integrity sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==
753-
754741
"@typescript-eslint/types@8.31.1":
755742
version "8.31.1"
756743
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4"
757744
integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ==
758745

759-
"@typescript-eslint/typescript-estree@8.31.0":
760-
version "8.31.0"
761-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.0.tgz#9c7f84eff6ad23d63cf086c6e93af571cd561270"
762-
integrity sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ==
763-
dependencies:
764-
"@typescript-eslint/types" "8.31.0"
765-
"@typescript-eslint/visitor-keys" "8.31.0"
766-
debug "^4.3.4"
767-
fast-glob "^3.3.2"
768-
is-glob "^4.0.3"
769-
minimatch "^9.0.4"
770-
semver "^7.6.0"
771-
ts-api-utils "^2.0.1"
772-
773746
"@typescript-eslint/typescript-estree@8.31.1":
774747
version "8.31.1"
775748
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf"
@@ -784,23 +757,15 @@
784757
semver "^7.6.0"
785758
ts-api-utils "^2.0.1"
786759

787-
"@typescript-eslint/utils@8.31.0":
788-
version "8.31.0"
789-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.0.tgz#6fb52471a29fdd16fc253d568c5ad4b048f78ba4"
790-
integrity sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==
760+
"@typescript-eslint/utils@8.31.1":
761+
version "8.31.1"
762+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14"
763+
integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ==
791764
dependencies:
792765
"@eslint-community/eslint-utils" "^4.4.0"
793-
"@typescript-eslint/scope-manager" "8.31.0"
794-
"@typescript-eslint/types" "8.31.0"
795-
"@typescript-eslint/typescript-estree" "8.31.0"
796-
797-
"@typescript-eslint/visitor-keys@8.31.0":
798-
version "8.31.0"
799-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.0.tgz#9a1a97ed16c60d4d1e7399b41c11a6d94ebc1ce5"
800-
integrity sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==
801-
dependencies:
802-
"@typescript-eslint/types" "8.31.0"
803-
eslint-visitor-keys "^4.2.0"
766+
"@typescript-eslint/scope-manager" "8.31.1"
767+
"@typescript-eslint/types" "8.31.1"
768+
"@typescript-eslint/typescript-estree" "8.31.1"
804769

805770
"@typescript-eslint/visitor-keys@8.31.1":
806771
version "8.31.1"

0 commit comments

Comments
 (0)