Skip to content

Commit 6c3ef38

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
1 parent fcd1054 commit 6c3ef38

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.30.1",
63+
"@typescript-eslint/eslint-plugin": "^8.31.0",
6464
"@typescript-eslint/parser": "^8.31.0",
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.30.1":
698-
version "8.30.1"
699-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.30.1.tgz#9beb9e4fbfdde40410e96587cc56dded1942cdf1"
700-
integrity sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==
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==
701701
dependencies:
702702
"@eslint-community/regexpp" "^4.10.0"
703-
"@typescript-eslint/scope-manager" "8.30.1"
704-
"@typescript-eslint/type-utils" "8.30.1"
705-
"@typescript-eslint/utils" "8.30.1"
706-
"@typescript-eslint/visitor-keys" "8.30.1"
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"
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.0"
721721
debug "^4.3.4"
722722

723-
"@typescript-eslint/scope-manager@8.30.1":
724-
version "8.30.1"
725-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz#f99c7efd53b5ff9fb57e55be71eb855603fd80b7"
726-
integrity sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==
727-
dependencies:
728-
"@typescript-eslint/types" "8.30.1"
729-
"@typescript-eslint/visitor-keys" "8.30.1"
730-
731723
"@typescript-eslint/scope-manager@8.31.0":
732724
version "8.31.0"
733725
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.0.tgz#48c7f7d729ea038e36cae0ff511e48c2412fb11c"
@@ -736,40 +728,21 @@
736728
"@typescript-eslint/types" "8.31.0"
737729
"@typescript-eslint/visitor-keys" "8.31.0"
738730

739-
"@typescript-eslint/type-utils@8.30.1":
740-
version "8.30.1"
741-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.30.1.tgz#151ee0529d6e6df19d8a3a23e81c809d2e4f6b1a"
742-
integrity sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==
731+
"@typescript-eslint/type-utils@8.31.0":
732+
version "8.31.0"
733+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.0.tgz#01536a993fae23e2def885b006aaa991cbfbe9e7"
734+
integrity sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg==
743735
dependencies:
744-
"@typescript-eslint/typescript-estree" "8.30.1"
745-
"@typescript-eslint/utils" "8.30.1"
736+
"@typescript-eslint/typescript-estree" "8.31.0"
737+
"@typescript-eslint/utils" "8.31.0"
746738
debug "^4.3.4"
747739
ts-api-utils "^2.0.1"
748740

749-
"@typescript-eslint/types@8.30.1":
750-
version "8.30.1"
751-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.30.1.tgz#20ff6d66ab3d8fe0533aeb7092a487393d53f925"
752-
integrity sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==
753-
754741
"@typescript-eslint/types@8.31.0":
755742
version "8.31.0"
756743
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.0.tgz#c48e20ec47a43b72747714f49ea9f7b38a4fa6c1"
757744
integrity sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==
758745

759-
"@typescript-eslint/typescript-estree@8.30.1":
760-
version "8.30.1"
761-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz#f5c133e4a76a54d25607434f2c276409d7bec4ba"
762-
integrity sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==
763-
dependencies:
764-
"@typescript-eslint/types" "8.30.1"
765-
"@typescript-eslint/visitor-keys" "8.30.1"
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.0":
774747
version "8.31.0"
775748
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.0.tgz#9c7f84eff6ad23d63cf086c6e93af571cd561270"
@@ -784,23 +757,15 @@
784757
semver "^7.6.0"
785758
ts-api-utils "^2.0.1"
786759

787-
"@typescript-eslint/utils@8.30.1":
788-
version "8.30.1"
789-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.30.1.tgz#23d4824394765948fe73dc7113892f85fdc80efd"
790-
integrity sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==
760+
"@typescript-eslint/utils@8.31.0":
761+
version "8.31.0"
762+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.0.tgz#6fb52471a29fdd16fc253d568c5ad4b048f78ba4"
763+
integrity sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==
791764
dependencies:
792765
"@eslint-community/eslint-utils" "^4.4.0"
793-
"@typescript-eslint/scope-manager" "8.30.1"
794-
"@typescript-eslint/types" "8.30.1"
795-
"@typescript-eslint/typescript-estree" "8.30.1"
796-
797-
"@typescript-eslint/visitor-keys@8.30.1":
798-
version "8.30.1"
799-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz#510955ef1fb56e08da4b7953a3377258e5942e36"
800-
integrity sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==
801-
dependencies:
802-
"@typescript-eslint/types" "8.30.1"
803-
eslint-visitor-keys "^4.2.0"
766+
"@typescript-eslint/scope-manager" "8.31.0"
767+
"@typescript-eslint/types" "8.31.0"
768+
"@typescript-eslint/typescript-estree" "8.31.0"
804769

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

0 commit comments

Comments
 (0)