Skip to content

Commit 2e94354

Browse files
chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.58.2
1 parent 6aa98ec commit 2e94354

2 files changed

Lines changed: 75 additions & 25 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@types/prettier": "2.7.3",
8888
"@types/react": "~19.0.10",
8989
"@types/react-dom": "~19.0.4",
90-
"@typescript-eslint/eslint-plugin": "8.58.1",
90+
"@typescript-eslint/eslint-plugin": "8.58.2",
9191
"@typescript-eslint/parser": "8.58.1",
9292
"eslint": "8.57.1",
9393
"eslint-config-prettier": "10.1.8",

yarn.lock

Lines changed: 74 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2800,16 +2800,16 @@
28002800
dependencies:
28012801
"@types/yargs-parser" "*"
28022802

2803-
"@typescript-eslint/eslint-plugin@8.58.1", "@typescript-eslint/eslint-plugin@^8.29.1":
2804-
version "8.58.1"
2805-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz#cb53038b83d165ca0ef96d67d875efbd56c50fa8"
2806-
integrity sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==
2803+
"@typescript-eslint/eslint-plugin@8.58.2", "@typescript-eslint/eslint-plugin@^8.29.1":
2804+
version "8.58.2"
2805+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.2.tgz#a6882a6a328e1259cff259fdb03184245ef06191"
2806+
integrity sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw==
28072807
dependencies:
28082808
"@eslint-community/regexpp" "^4.12.2"
2809-
"@typescript-eslint/scope-manager" "8.58.1"
2810-
"@typescript-eslint/type-utils" "8.58.1"
2811-
"@typescript-eslint/utils" "8.58.1"
2812-
"@typescript-eslint/visitor-keys" "8.58.1"
2809+
"@typescript-eslint/scope-manager" "8.58.2"
2810+
"@typescript-eslint/type-utils" "8.58.2"
2811+
"@typescript-eslint/utils" "8.58.2"
2812+
"@typescript-eslint/visitor-keys" "8.58.2"
28132813
ignore "^7.0.5"
28142814
natural-compare "^1.4.0"
28152815
ts-api-utils "^2.5.0"
@@ -2834,6 +2834,15 @@
28342834
"@typescript-eslint/types" "^8.58.1"
28352835
debug "^4.4.3"
28362836

2837+
"@typescript-eslint/project-service@8.58.2":
2838+
version "8.58.2"
2839+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.2.tgz#8c980249100e21b87baba0ca10880fdf893e0a8e"
2840+
integrity sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==
2841+
dependencies:
2842+
"@typescript-eslint/tsconfig-utils" "^8.58.2"
2843+
"@typescript-eslint/types" "^8.58.2"
2844+
debug "^4.4.3"
2845+
28372846
"@typescript-eslint/scope-manager@5.62.0":
28382847
version "5.62.0"
28392848
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
@@ -2850,19 +2859,32 @@
28502859
"@typescript-eslint/types" "8.58.1"
28512860
"@typescript-eslint/visitor-keys" "8.58.1"
28522861

2853-
"@typescript-eslint/tsconfig-utils@8.58.1", "@typescript-eslint/tsconfig-utils@^8.58.1":
2862+
"@typescript-eslint/scope-manager@8.58.2":
2863+
version "8.58.2"
2864+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.2.tgz#aa73784d78f117940e83f71705af07ba695cd60c"
2865+
integrity sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==
2866+
dependencies:
2867+
"@typescript-eslint/types" "8.58.2"
2868+
"@typescript-eslint/visitor-keys" "8.58.2"
2869+
2870+
"@typescript-eslint/tsconfig-utils@8.58.1":
28542871
version "8.58.1"
28552872
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz#eb16792c579300c7bfb3c74b0f5e1dfbb0a2454d"
28562873
integrity sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==
28572874

2858-
"@typescript-eslint/type-utils@8.58.1":
2859-
version "8.58.1"
2860-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz#b21085a233087bde94c92ba6f5b4dfb77ca56730"
2861-
integrity sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==
2875+
"@typescript-eslint/tsconfig-utils@8.58.2", "@typescript-eslint/tsconfig-utils@^8.58.1", "@typescript-eslint/tsconfig-utils@^8.58.2":
2876+
version "8.58.2"
2877+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.2.tgz#fa13f96432c9348bf87f6f44826def585fad7bca"
2878+
integrity sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==
2879+
2880+
"@typescript-eslint/type-utils@8.58.2":
2881+
version "8.58.2"
2882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.2.tgz#024eb1dd597f8a34cb22d8d9ab32da857bc9a817"
2883+
integrity sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==
28622884
dependencies:
2863-
"@typescript-eslint/types" "8.58.1"
2864-
"@typescript-eslint/typescript-estree" "8.58.1"
2865-
"@typescript-eslint/utils" "8.58.1"
2885+
"@typescript-eslint/types" "8.58.2"
2886+
"@typescript-eslint/typescript-estree" "8.58.2"
2887+
"@typescript-eslint/utils" "8.58.2"
28662888
debug "^4.4.3"
28672889
ts-api-utils "^2.5.0"
28682890

@@ -2871,11 +2893,16 @@
28712893
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
28722894
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
28732895

2874-
"@typescript-eslint/types@8.58.1", "@typescript-eslint/types@^8.58.1":
2896+
"@typescript-eslint/types@8.58.1":
28752897
version "8.58.1"
28762898
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.1.tgz#9dfb4723fcd2b13737d8b03d941354cf73190313"
28772899
integrity sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==
28782900

2901+
"@typescript-eslint/types@8.58.2", "@typescript-eslint/types@^8.58.1", "@typescript-eslint/types@^8.58.2":
2902+
version "8.58.2"
2903+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.2.tgz#3ab8051de0f19a46ddefb0749d0f7d82974bd57c"
2904+
integrity sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==
2905+
28792906
"@typescript-eslint/typescript-estree@5.62.0":
28802907
version "5.62.0"
28812908
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2904,15 +2931,30 @@
29042931
tinyglobby "^0.2.15"
29052932
ts-api-utils "^2.5.0"
29062933

2907-
"@typescript-eslint/utils@8.58.1", "@typescript-eslint/utils@^8.26.1":
2908-
version "8.58.1"
2909-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.1.tgz#099a327b04ed921e6ee3988cde9ef34bc4b5435a"
2910-
integrity sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==
2934+
"@typescript-eslint/typescript-estree@8.58.2":
2935+
version "8.58.2"
2936+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.2.tgz#b1beb1f959385b341cc76f0aebbf028e23dfdb8b"
2937+
integrity sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==
2938+
dependencies:
2939+
"@typescript-eslint/project-service" "8.58.2"
2940+
"@typescript-eslint/tsconfig-utils" "8.58.2"
2941+
"@typescript-eslint/types" "8.58.2"
2942+
"@typescript-eslint/visitor-keys" "8.58.2"
2943+
debug "^4.4.3"
2944+
minimatch "^10.2.2"
2945+
semver "^7.7.3"
2946+
tinyglobby "^0.2.15"
2947+
ts-api-utils "^2.5.0"
2948+
2949+
"@typescript-eslint/utils@8.58.2", "@typescript-eslint/utils@^8.26.1":
2950+
version "8.58.2"
2951+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.2.tgz#27165554a02d1ff57d98262fa92060498dabc8b3"
2952+
integrity sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==
29112953
dependencies:
29122954
"@eslint-community/eslint-utils" "^4.9.1"
2913-
"@typescript-eslint/scope-manager" "8.58.1"
2914-
"@typescript-eslint/types" "8.58.1"
2915-
"@typescript-eslint/typescript-estree" "8.58.1"
2955+
"@typescript-eslint/scope-manager" "8.58.2"
2956+
"@typescript-eslint/types" "8.58.2"
2957+
"@typescript-eslint/typescript-estree" "8.58.2"
29162958

29172959
"@typescript-eslint/utils@^5.10.0":
29182960
version "5.62.0"
@@ -2944,6 +2986,14 @@
29442986
"@typescript-eslint/types" "8.58.1"
29452987
eslint-visitor-keys "^5.0.0"
29462988

2989+
"@typescript-eslint/visitor-keys@8.58.2":
2990+
version "8.58.2"
2991+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.2.tgz#9ed699eaa9b5720b6b6b6f9c16e6c7d4cd32b276"
2992+
integrity sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==
2993+
dependencies:
2994+
"@typescript-eslint/types" "8.58.2"
2995+
eslint-visitor-keys "^5.0.0"
2996+
29472997
"@ungap/structured-clone@^1.2.0":
29482998
version "1.2.0"
29492999
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)