Skip to content

Commit 2665aa0

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v5.38.0
1 parent aeba70e commit 2665aa0

File tree

2 files changed

+51
-57
lines changed

2 files changed

+51
-57
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@types/react": "18.0.20",
5656
"@types/react-helmet": "6.1.5",
5757
"@types/react-router-dom": "5.3.3",
58-
"@typescript-eslint/eslint-plugin": "5.37.0",
59-
"@typescript-eslint/parser": "5.37.0",
58+
"@typescript-eslint/eslint-plugin": "5.38.0",
59+
"@typescript-eslint/parser": "5.38.0",
6060
"all-contributors-cli": "6.20.4",
6161
"eslint": "8.23.1",
6262
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 49 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,85 +2379,84 @@
23792379
dependencies:
23802380
"@types/node" "*"
23812381

2382-
"@typescript-eslint/eslint-plugin@5.37.0":
2383-
version "5.37.0"
2384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.37.0.tgz#5ccdd5d9004120f28fc6e717fb4b5c9bddcfbc04"
2385-
integrity sha512-Fde6W0IafXktz1UlnhGkrrmnnGpAo1kyX7dnyHHVrmwJOn72Oqm3eYtddrpOwwel2W8PAK9F3pIL5S+lfoM0og==
2386-
dependencies:
2387-
"@typescript-eslint/scope-manager" "5.37.0"
2388-
"@typescript-eslint/type-utils" "5.37.0"
2389-
"@typescript-eslint/utils" "5.37.0"
2382+
"@typescript-eslint/eslint-plugin@5.38.0":
2383+
version "5.38.0"
2384+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz#ac919a199548861012e8c1fb2ec4899ac2bc22ae"
2385+
integrity sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==
2386+
dependencies:
2387+
"@typescript-eslint/scope-manager" "5.38.0"
2388+
"@typescript-eslint/type-utils" "5.38.0"
2389+
"@typescript-eslint/utils" "5.38.0"
23902390
debug "^4.3.4"
2391-
functional-red-black-tree "^1.0.1"
23922391
ignore "^5.2.0"
23932392
regexpp "^3.2.0"
23942393
semver "^7.3.7"
23952394
tsutils "^3.21.0"
23962395

2397-
"@typescript-eslint/parser@5.37.0":
2398-
version "5.37.0"
2399-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.37.0.tgz#c382077973f3a4ede7453fb14cadcad3970cbf3b"
2400-
integrity sha512-01VzI/ipYKuaG5PkE5+qyJ6m02fVALmMPY3Qq5BHflDx3y4VobbLdHQkSMg9VPRS4KdNt4oYTMaomFoHonBGAw==
2396+
"@typescript-eslint/parser@5.38.0":
2397+
version "5.38.0"
2398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8"
2399+
integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA==
24012400
dependencies:
2402-
"@typescript-eslint/scope-manager" "5.37.0"
2403-
"@typescript-eslint/types" "5.37.0"
2404-
"@typescript-eslint/typescript-estree" "5.37.0"
2401+
"@typescript-eslint/scope-manager" "5.38.0"
2402+
"@typescript-eslint/types" "5.38.0"
2403+
"@typescript-eslint/typescript-estree" "5.38.0"
24052404
debug "^4.3.4"
24062405

2407-
"@typescript-eslint/scope-manager@5.37.0":
2408-
version "5.37.0"
2409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.37.0.tgz#044980e4f1516a774a418dafe701a483a6c9f9ca"
2410-
integrity sha512-F67MqrmSXGd/eZnujjtkPgBQzgespu/iCZ+54Ok9X5tALb9L2v3G+QBSoWkXG0p3lcTJsL+iXz5eLUEdSiJU9Q==
2406+
"@typescript-eslint/scope-manager@5.38.0":
2407+
version "5.38.0"
2408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553"
2409+
integrity sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==
24112410
dependencies:
2412-
"@typescript-eslint/types" "5.37.0"
2413-
"@typescript-eslint/visitor-keys" "5.37.0"
2411+
"@typescript-eslint/types" "5.38.0"
2412+
"@typescript-eslint/visitor-keys" "5.38.0"
24142413

2415-
"@typescript-eslint/type-utils@5.37.0":
2416-
version "5.37.0"
2417-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.37.0.tgz#43ed2f567ada49d7e33a6e4b6f9babd060445fe5"
2418-
integrity sha512-BSx/O0Z0SXOF5tY0bNTBcDEKz2Ec20GVYvq/H/XNKiUorUFilH7NPbFUuiiyzWaSdN3PA8JV0OvYx0gH/5aFAQ==
2414+
"@typescript-eslint/type-utils@5.38.0":
2415+
version "5.38.0"
2416+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz#c8b7f681da825fcfc66ff2b63d70693880496876"
2417+
integrity sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==
24192418
dependencies:
2420-
"@typescript-eslint/typescript-estree" "5.37.0"
2421-
"@typescript-eslint/utils" "5.37.0"
2419+
"@typescript-eslint/typescript-estree" "5.38.0"
2420+
"@typescript-eslint/utils" "5.38.0"
24222421
debug "^4.3.4"
24232422
tsutils "^3.21.0"
24242423

2425-
"@typescript-eslint/types@5.37.0":
2426-
version "5.37.0"
2427-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.37.0.tgz#09e4870a5f3af7af3f84e08d792644a87d232261"
2428-
integrity sha512-3frIJiTa5+tCb2iqR/bf7XwU20lnU05r/sgPJnRpwvfZaqCJBrl8Q/mw9vr3NrNdB/XtVyMA0eppRMMBqdJ1bA==
2424+
"@typescript-eslint/types@5.38.0":
2425+
version "5.38.0"
2426+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
2427+
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
24292428

2430-
"@typescript-eslint/typescript-estree@5.37.0":
2431-
version "5.37.0"
2432-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.37.0.tgz#956dcf5c98363bcb97bdd5463a0a86072ff79355"
2433-
integrity sha512-JkFoFIt/cx59iqEDSgIGnQpCTRv96MQnXCYvJi7QhBC24uyuzbD8wVbajMB1b9x4I0octYFJ3OwjAwNqk1AjDA==
2429+
"@typescript-eslint/typescript-estree@5.38.0":
2430+
version "5.38.0"
2431+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
2432+
integrity sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==
24342433
dependencies:
2435-
"@typescript-eslint/types" "5.37.0"
2436-
"@typescript-eslint/visitor-keys" "5.37.0"
2434+
"@typescript-eslint/types" "5.38.0"
2435+
"@typescript-eslint/visitor-keys" "5.38.0"
24372436
debug "^4.3.4"
24382437
globby "^11.1.0"
24392438
is-glob "^4.0.3"
24402439
semver "^7.3.7"
24412440
tsutils "^3.21.0"
24422441

2443-
"@typescript-eslint/utils@5.37.0":
2444-
version "5.37.0"
2445-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.37.0.tgz#7784cb8e91390c4f90ccaffd24a0cf9874df81b2"
2446-
integrity sha512-jUEJoQrWbZhmikbcWSMDuUSxEE7ID2W/QCV/uz10WtQqfOuKZUqFGjqLJ+qhDd17rjgp+QJPqTdPIBWwoob2NQ==
2442+
"@typescript-eslint/utils@5.38.0":
2443+
version "5.38.0"
2444+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.0.tgz#5b31f4896471818153790700eb02ac869a1543f4"
2445+
integrity sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==
24472446
dependencies:
24482447
"@types/json-schema" "^7.0.9"
2449-
"@typescript-eslint/scope-manager" "5.37.0"
2450-
"@typescript-eslint/types" "5.37.0"
2451-
"@typescript-eslint/typescript-estree" "5.37.0"
2448+
"@typescript-eslint/scope-manager" "5.38.0"
2449+
"@typescript-eslint/types" "5.38.0"
2450+
"@typescript-eslint/typescript-estree" "5.38.0"
24522451
eslint-scope "^5.1.1"
24532452
eslint-utils "^3.0.0"
24542453

2455-
"@typescript-eslint/visitor-keys@5.37.0":
2456-
version "5.37.0"
2457-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.37.0.tgz#7b72dd343295ea11e89b624995abc7103c554eee"
2458-
integrity sha512-Hp7rT4cENBPIzMwrlehLW/28EVCOcE9U1Z1BQTc8EA8v5qpr7GRGuG+U58V5tTY48zvUOA3KHvw3rA8tY9fbdA==
2454+
"@typescript-eslint/visitor-keys@5.38.0":
2455+
version "5.38.0"
2456+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34"
2457+
integrity sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==
24592458
dependencies:
2460-
"@typescript-eslint/types" "5.37.0"
2459+
"@typescript-eslint/types" "5.38.0"
24612460
eslint-visitor-keys "^3.3.0"
24622461

24632462
"@webassemblyjs/[email protected]":
@@ -4897,11 +4896,6 @@ function.prototype.name@^1.1.5:
48974896
es-abstract "^1.19.0"
48984897
functions-have-names "^1.2.2"
48994898

4900-
functional-red-black-tree@^1.0.1:
4901-
version "1.0.1"
4902-
resolved "https://registry.npmmirror.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
4903-
integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==
4904-
49054899
functions-have-names@^1.2.2:
49064900
version "1.2.3"
49074901
resolved "https://registry.npmmirror.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"

0 commit comments

Comments
 (0)