Skip to content

Commit 4cd8267

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.8 to 5.62.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b22c4f6 commit 4cd8267

File tree

1 file changed

+21
-67
lines changed

1 file changed

+21
-67
lines changed

yarn.lock

Lines changed: 21 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,16 +2162,16 @@
21622162
source-map "^0.6.0"
21632163

21642164
"@typescript-eslint/eslint-plugin@^5.49.0":
2165-
version "5.59.8"
2166-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.8.tgz#1e7a3e5318ece22251dfbc5c9c6feeb4793cc509"
2167-
integrity sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==
2165+
version "5.62.0"
2166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
2167+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
21682168
dependencies:
21692169
"@eslint-community/regexpp" "^4.4.0"
2170-
"@typescript-eslint/scope-manager" "5.59.8"
2171-
"@typescript-eslint/type-utils" "5.59.8"
2172-
"@typescript-eslint/utils" "5.59.8"
2170+
"@typescript-eslint/scope-manager" "5.62.0"
2171+
"@typescript-eslint/type-utils" "5.62.0"
2172+
"@typescript-eslint/utils" "5.62.0"
21732173
debug "^4.3.4"
2174-
grapheme-splitter "^1.0.4"
2174+
graphemer "^1.4.0"
21752175
ignore "^5.2.0"
21762176
natural-compare-lite "^1.4.0"
21772177
semver "^7.3.7"
@@ -2187,14 +2187,6 @@
21872187
"@typescript-eslint/typescript-estree" "5.62.0"
21882188
debug "^4.3.4"
21892189

2190-
"@typescript-eslint/[email protected]":
2191-
version "5.59.8"
2192-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz#ff4ad4fec6433647b817c4a7d4b4165d18ea2fa8"
2193-
integrity sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==
2194-
dependencies:
2195-
"@typescript-eslint/types" "5.59.8"
2196-
"@typescript-eslint/visitor-keys" "5.59.8"
2197-
21982190
"@typescript-eslint/[email protected]":
21992191
version "5.62.0"
22002192
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
@@ -2203,39 +2195,21 @@
22032195
"@typescript-eslint/types" "5.62.0"
22042196
"@typescript-eslint/visitor-keys" "5.62.0"
22052197

2206-
"@typescript-eslint/type-utils@5.59.8":
2207-
version "5.59.8"
2208-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.8.tgz#aa6c029a9d7706d26bbd25eb4666398781df6ea2"
2209-
integrity sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==
2198+
"@typescript-eslint/type-utils@5.62.0":
2199+
version "5.62.0"
2200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
2201+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
22102202
dependencies:
2211-
"@typescript-eslint/typescript-estree" "5.59.8"
2212-
"@typescript-eslint/utils" "5.59.8"
2203+
"@typescript-eslint/typescript-estree" "5.62.0"
2204+
"@typescript-eslint/utils" "5.62.0"
22132205
debug "^4.3.4"
22142206
tsutils "^3.21.0"
22152207

2216-
"@typescript-eslint/[email protected]":
2217-
version "5.59.8"
2218-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.8.tgz#212e54414733618f5d0fd50b2da2717f630aebf8"
2219-
integrity sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==
2220-
22212208
"@typescript-eslint/[email protected]":
22222209
version "5.62.0"
22232210
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
22242211
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
22252212

2226-
"@typescript-eslint/[email protected]":
2227-
version "5.59.8"
2228-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz#801a7b1766481629481b3b0878148bd7a1f345d7"
2229-
integrity sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==
2230-
dependencies:
2231-
"@typescript-eslint/types" "5.59.8"
2232-
"@typescript-eslint/visitor-keys" "5.59.8"
2233-
debug "^4.3.4"
2234-
globby "^11.1.0"
2235-
is-glob "^4.0.3"
2236-
semver "^7.3.7"
2237-
tsutils "^3.21.0"
2238-
22392213
"@typescript-eslint/[email protected]":
22402214
version "5.62.0"
22412215
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2249,28 +2223,20 @@
22492223
semver "^7.3.7"
22502224
tsutils "^3.21.0"
22512225

2252-
"@typescript-eslint/utils@5.59.8":
2253-
version "5.59.8"
2254-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.8.tgz#34d129f35a2134c67fdaf024941e8f96050dca2b"
2255-
integrity sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==
2226+
"@typescript-eslint/utils@5.62.0":
2227+
version "5.62.0"
2228+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
2229+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
22562230
dependencies:
22572231
"@eslint-community/eslint-utils" "^4.2.0"
22582232
"@types/json-schema" "^7.0.9"
22592233
"@types/semver" "^7.3.12"
2260-
"@typescript-eslint/scope-manager" "5.59.8"
2261-
"@typescript-eslint/types" "5.59.8"
2262-
"@typescript-eslint/typescript-estree" "5.59.8"
2234+
"@typescript-eslint/scope-manager" "5.62.0"
2235+
"@typescript-eslint/types" "5.62.0"
2236+
"@typescript-eslint/typescript-estree" "5.62.0"
22632237
eslint-scope "^5.1.1"
22642238
semver "^7.3.7"
22652239

2266-
"@typescript-eslint/[email protected]":
2267-
version "5.59.8"
2268-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz#aa6a7ef862add919401470c09e1609392ef3cc40"
2269-
integrity sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==
2270-
dependencies:
2271-
"@typescript-eslint/types" "5.59.8"
2272-
eslint-visitor-keys "^3.3.0"
2273-
22742240
"@typescript-eslint/[email protected]":
22752241
version "5.62.0"
22762242
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -5755,11 +5721,6 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
57555721
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
57565722
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
57575723

5758-
grapheme-splitter@^1.0.4:
5759-
version "1.0.4"
5760-
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
5761-
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
5762-
57635724
graphemer@^1.4.0:
57645725
version "1.4.0"
57655726
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
@@ -9603,7 +9564,7 @@ scule@^0.2.1:
96039564
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
96049565
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
96059566

9606-
9567+
[email protected], semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
96079568
version "7.5.2"
96089569
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb"
96099570
integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==
@@ -9615,13 +9576,6 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
96159576
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
96169577
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
96179578

9618-
semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
9619-
version "7.5.0"
9620-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.0.tgz#ed8c5dc8efb6c629c88b23d41dc9bf40c1d96cd0"
9621-
integrity sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==
9622-
dependencies:
9623-
lru-cache "^6.0.0"
9624-
96259579
semver@~7.0.0:
96269580
version "7.0.0"
96279581
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"

0 commit comments

Comments
 (0)