Skip to content

Commit 6344b47

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#3809)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.6 to 5.59.7. - [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.59.7/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5712b33 commit 6344b47

File tree

1 file changed

+19
-53
lines changed

1 file changed

+19
-53
lines changed

yarn.lock

Lines changed: 19 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,14 +2307,14 @@
23072307
rxjs "^6.4.0"
23082308

23092309
"@typescript-eslint/eslint-plugin@^5.49.0":
2310-
version "5.59.6"
2311-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.6.tgz#a350faef1baa1e961698240f922d8de1761a9e2b"
2312-
integrity sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==
2310+
version "5.59.7"
2311+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz#e470af414f05ecfdc05a23e9ce6ec8f91db56fe2"
2312+
integrity sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==
23132313
dependencies:
23142314
"@eslint-community/regexpp" "^4.4.0"
2315-
"@typescript-eslint/scope-manager" "5.59.6"
2316-
"@typescript-eslint/type-utils" "5.59.6"
2317-
"@typescript-eslint/utils" "5.59.6"
2315+
"@typescript-eslint/scope-manager" "5.59.7"
2316+
"@typescript-eslint/type-utils" "5.59.7"
2317+
"@typescript-eslint/utils" "5.59.7"
23182318
debug "^4.3.4"
23192319
grapheme-splitter "^1.0.4"
23202320
ignore "^5.2.0"
@@ -2332,14 +2332,6 @@
23322332
"@typescript-eslint/typescript-estree" "5.59.7"
23332333
debug "^4.3.4"
23342334

2335-
"@typescript-eslint/[email protected]":
2336-
version "5.59.6"
2337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.6.tgz#d43a3687aa4433868527cfe797eb267c6be35f19"
2338-
integrity sha512-gLbY3Le9Dxcb8KdpF0+SJr6EQ+hFGYFl6tVY8VxLPFDfUZC7BHFw+Vq7bM5lE9DwWPfx4vMWWTLGXgpc0mAYyQ==
2339-
dependencies:
2340-
"@typescript-eslint/types" "5.59.6"
2341-
"@typescript-eslint/visitor-keys" "5.59.6"
2342-
23432335
"@typescript-eslint/[email protected]":
23442336
version "5.59.7"
23452337
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
@@ -2348,39 +2340,21 @@
23482340
"@typescript-eslint/types" "5.59.7"
23492341
"@typescript-eslint/visitor-keys" "5.59.7"
23502342

2351-
"@typescript-eslint/[email protected].6":
2352-
version "5.59.6"
2353-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.6.tgz#37c51d2ae36127d8b81f32a0a4d2efae19277c48"
2354-
integrity sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==
2343+
"@typescript-eslint/[email protected].7":
2344+
version "5.59.7"
2345+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz#89c97291371b59eb18a68039857c829776f1426d"
2346+
integrity sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==
23552347
dependencies:
2356-
"@typescript-eslint/typescript-estree" "5.59.6"
2357-
"@typescript-eslint/utils" "5.59.6"
2348+
"@typescript-eslint/typescript-estree" "5.59.7"
2349+
"@typescript-eslint/utils" "5.59.7"
23582350
debug "^4.3.4"
23592351
tsutils "^3.21.0"
23602352

2361-
"@typescript-eslint/[email protected]":
2362-
version "5.59.6"
2363-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.6.tgz#5a6557a772af044afe890d77c6a07e8c23c2460b"
2364-
integrity sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==
2365-
23662353
"@typescript-eslint/[email protected]":
23672354
version "5.59.7"
23682355
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
23692356
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
23702357

2371-
"@typescript-eslint/[email protected]":
2372-
version "5.59.6"
2373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.6.tgz#2fb80522687bd3825504925ea7e1b8de7bb6251b"
2374-
integrity sha512-vW6JP3lMAs/Tq4KjdI/RiHaaJSO7IUsbkz17it/Rl9Q+WkQ77EOuOnlbaU8kKfVIOJxMhnRiBG+olE7f3M16DA==
2375-
dependencies:
2376-
"@typescript-eslint/types" "5.59.6"
2377-
"@typescript-eslint/visitor-keys" "5.59.6"
2378-
debug "^4.3.4"
2379-
globby "^11.1.0"
2380-
is-glob "^4.0.3"
2381-
semver "^7.3.7"
2382-
tsutils "^3.21.0"
2383-
23842358
"@typescript-eslint/[email protected]":
23852359
version "5.59.7"
23862360
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
@@ -2394,28 +2368,20 @@
23942368
semver "^7.3.7"
23952369
tsutils "^3.21.0"
23962370

2397-
"@typescript-eslint/[email protected].6":
2398-
version "5.59.6"
2399-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.6.tgz#82960fe23788113fc3b1f9d4663d6773b7907839"
2400-
integrity sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==
2371+
"@typescript-eslint/[email protected].7":
2372+
version "5.59.7"
2373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.7.tgz#7adf068b136deae54abd9a66ba5a8780d2d0f898"
2374+
integrity sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==
24012375
dependencies:
24022376
"@eslint-community/eslint-utils" "^4.2.0"
24032377
"@types/json-schema" "^7.0.9"
24042378
"@types/semver" "^7.3.12"
2405-
"@typescript-eslint/scope-manager" "5.59.6"
2406-
"@typescript-eslint/types" "5.59.6"
2407-
"@typescript-eslint/typescript-estree" "5.59.6"
2379+
"@typescript-eslint/scope-manager" "5.59.7"
2380+
"@typescript-eslint/types" "5.59.7"
2381+
"@typescript-eslint/typescript-estree" "5.59.7"
24082382
eslint-scope "^5.1.1"
24092383
semver "^7.3.7"
24102384

2411-
"@typescript-eslint/[email protected]":
2412-
version "5.59.6"
2413-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.6.tgz#673fccabf28943847d0c8e9e8d008e3ada7be6bb"
2414-
integrity sha512-zEfbFLzB9ETcEJ4HZEEsCR9HHeNku5/Qw1jSS5McYJv5BR+ftYXwFFAH5Al+xkGaZEqowMwl7uoJjQb1YSPF8Q==
2415-
dependencies:
2416-
"@typescript-eslint/types" "5.59.6"
2417-
eslint-visitor-keys "^3.3.0"
2418-
24192385
"@typescript-eslint/[email protected]":
24202386
version "5.59.7"
24212387
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"

0 commit comments

Comments
 (0)