Skip to content

Commit a0d63db

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#3716)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.57.0 to 5.57.1. - [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.57.1/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 8e0dc7f commit a0d63db

File tree

1 file changed

+53
-19
lines changed

1 file changed

+53
-19
lines changed

yarn.lock

Lines changed: 53 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,14 +2472,14 @@
24722472
rxjs "^6.4.0"
24732473

24742474
"@typescript-eslint/eslint-plugin@^5.49.0":
2475-
version "5.57.0"
2476-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c"
2477-
integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==
2475+
version "5.57.1"
2476+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.1.tgz#d1ab162a3cd2671b8a1c9ddf6e2db73b14439735"
2477+
integrity sha512-1MeobQkQ9tztuleT3v72XmY0XuKXVXusAhryoLuU5YZ+mXoYKZP9SQ7Flulh1NX4DTjpGTc2b/eMu4u7M7dhnQ==
24782478
dependencies:
24792479
"@eslint-community/regexpp" "^4.4.0"
2480-
"@typescript-eslint/scope-manager" "5.57.0"
2481-
"@typescript-eslint/type-utils" "5.57.0"
2482-
"@typescript-eslint/utils" "5.57.0"
2480+
"@typescript-eslint/scope-manager" "5.57.1"
2481+
"@typescript-eslint/type-utils" "5.57.1"
2482+
"@typescript-eslint/utils" "5.57.1"
24832483
debug "^4.3.4"
24842484
grapheme-splitter "^1.0.4"
24852485
ignore "^5.2.0"
@@ -2505,13 +2505,21 @@
25052505
"@typescript-eslint/types" "5.57.0"
25062506
"@typescript-eslint/visitor-keys" "5.57.0"
25072507

2508-
"@typescript-eslint/type-utils@5.57.0":
2509-
version "5.57.0"
2510-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2"
2511-
integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==
2508+
"@typescript-eslint/scope-manager@5.57.1":
2509+
version "5.57.1"
2510+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.1.tgz#5d28799c0fc8b501a29ba1749d827800ef22d710"
2511+
integrity sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw==
25122512
dependencies:
2513-
"@typescript-eslint/typescript-estree" "5.57.0"
2514-
"@typescript-eslint/utils" "5.57.0"
2513+
"@typescript-eslint/types" "5.57.1"
2514+
"@typescript-eslint/visitor-keys" "5.57.1"
2515+
2516+
"@typescript-eslint/[email protected]":
2517+
version "5.57.1"
2518+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.1.tgz#235daba621d3f882b8488040597b33777c74bbe9"
2519+
integrity sha512-/RIPQyx60Pt6ga86hKXesXkJ2WOS4UemFrmmq/7eOyiYjYv/MUSHPlkhU6k9T9W1ytnTJueqASW+wOmW4KrViw==
2520+
dependencies:
2521+
"@typescript-eslint/typescript-estree" "5.57.1"
2522+
"@typescript-eslint/utils" "5.57.1"
25152523
debug "^4.3.4"
25162524
tsutils "^3.21.0"
25172525

@@ -2520,6 +2528,11 @@
25202528
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
25212529
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
25222530

2531+
"@typescript-eslint/[email protected]":
2532+
version "5.57.1"
2533+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.1.tgz#d9989c7a9025897ea6f0550b7036027f69e8a603"
2534+
integrity sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==
2535+
25232536
"@typescript-eslint/[email protected]":
25242537
version "5.57.0"
25252538
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
@@ -2533,17 +2546,30 @@
25332546
semver "^7.3.7"
25342547
tsutils "^3.21.0"
25352548

2536-
"@typescript-eslint/[email protected]":
2537-
version "5.57.0"
2538-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6"
2539-
integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==
2549+
"@typescript-eslint/[email protected]":
2550+
version "5.57.1"
2551+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.1.tgz#10d9643e503afc1ca4f5553d9bbe672ea4050b71"
2552+
integrity sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw==
2553+
dependencies:
2554+
"@typescript-eslint/types" "5.57.1"
2555+
"@typescript-eslint/visitor-keys" "5.57.1"
2556+
debug "^4.3.4"
2557+
globby "^11.1.0"
2558+
is-glob "^4.0.3"
2559+
semver "^7.3.7"
2560+
tsutils "^3.21.0"
2561+
2562+
"@typescript-eslint/[email protected]":
2563+
version "5.57.1"
2564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.1.tgz#0f97b0bbd88c2d5e2036869f26466be5f4c69475"
2565+
integrity sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg==
25402566
dependencies:
25412567
"@eslint-community/eslint-utils" "^4.2.0"
25422568
"@types/json-schema" "^7.0.9"
25432569
"@types/semver" "^7.3.12"
2544-
"@typescript-eslint/scope-manager" "5.57.0"
2545-
"@typescript-eslint/types" "5.57.0"
2546-
"@typescript-eslint/typescript-estree" "5.57.0"
2570+
"@typescript-eslint/scope-manager" "5.57.1"
2571+
"@typescript-eslint/types" "5.57.1"
2572+
"@typescript-eslint/typescript-estree" "5.57.1"
25472573
eslint-scope "^5.1.1"
25482574
semver "^7.3.7"
25492575

@@ -2555,6 +2581,14 @@
25552581
"@typescript-eslint/types" "5.57.0"
25562582
eslint-visitor-keys "^3.3.0"
25572583

2584+
"@typescript-eslint/[email protected]":
2585+
version "5.57.1"
2586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.1.tgz#585e5fa42a9bbcd9065f334fd7c8a4ddfa7d905e"
2587+
integrity sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA==
2588+
dependencies:
2589+
"@typescript-eslint/types" "5.57.1"
2590+
eslint-visitor-keys "^3.3.0"
2591+
25582592
"@webassemblyjs/[email protected]":
25592593
version "1.11.1"
25602594
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"

0 commit comments

Comments
 (0)