Skip to content

Commit 036f4b2

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update typescript-eslint monorepo to v5.25.0
1 parent 300b058 commit 036f4b2

File tree

2 files changed

+73
-63
lines changed

2 files changed

+73
-63
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@middy/validator": "2.5.7",
1919
"@types/aws-lambda": "8.10.97",
2020
"@types/jest": "27.5.1",
21-
"@typescript-eslint/eslint-plugin": "5.1.0",
22-
"@typescript-eslint/parser": "5.1.0",
21+
"@typescript-eslint/eslint-plugin": "5.25.0",
22+
"@typescript-eslint/parser": "5.25.0",
2323
"aws-lambda": "1.0.7",
2424
"doctoc": "2.2.0",
2525
"dotenv": "14.3.2",

yarn.lock

Lines changed: 71 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -2648,18 +2648,19 @@
26482648
dependencies:
26492649
"@types/yargs-parser" "*"
26502650

2651-
"@typescript-eslint/[email protected]":
2652-
version "5.1.0"
2653-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.1.0.tgz#381c188dfab12f7a2c7b6a8ba2402d6273eadeaa"
2654-
integrity sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg==
2655-
dependencies:
2656-
"@typescript-eslint/experimental-utils" "5.1.0"
2657-
"@typescript-eslint/scope-manager" "5.1.0"
2658-
debug "^4.3.2"
2651+
"@typescript-eslint/[email protected]":
2652+
version "5.25.0"
2653+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.25.0.tgz#e8ce050990e4d36cc200f2de71ca0d3eb5e77a31"
2654+
integrity sha512-icYrFnUzvm+LhW0QeJNKkezBu6tJs9p/53dpPLFH8zoM9w1tfaKzVurkPotEpAqQ8Vf8uaFyL5jHd0Vs6Z0ZQg==
2655+
dependencies:
2656+
"@typescript-eslint/scope-manager" "5.25.0"
2657+
"@typescript-eslint/type-utils" "5.25.0"
2658+
"@typescript-eslint/utils" "5.25.0"
2659+
debug "^4.3.4"
26592660
functional-red-black-tree "^1.0.1"
2660-
ignore "^5.1.8"
2661+
ignore "^5.2.0"
26612662
regexpp "^3.2.0"
2662-
semver "^7.3.5"
2663+
semver "^7.3.7"
26632664
tsutils "^3.21.0"
26642665

26652666
"@typescript-eslint/eslint-plugin@^4.33.0":
@@ -2688,27 +2689,15 @@
26882689
eslint-scope "^5.1.1"
26892690
eslint-utils "^3.0.0"
26902691

2691-
"@typescript-eslint/experimental-utils@5.1.0":
2692-
version "5.1.0"
2693-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.1.0.tgz#918a1a3d30404cc1f8edcfdf0df200804ef90d31"
2694-
integrity sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA==
2692+
"@typescript-eslint/parser@5.25.0":
2693+
version "5.25.0"
2694+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.25.0.tgz#fb533487147b4b9efd999a4d2da0b6c263b64f7f"
2695+
integrity sha512-r3hwrOWYbNKP1nTcIw/aZoH+8bBnh/Lh1iDHoFpyG4DnCpvEdctrSl6LOo19fZbzypjQMHdajolxs6VpYoChgA==
26952696
dependencies:
2696-
"@types/json-schema" "^7.0.9"
2697-
"@typescript-eslint/scope-manager" "5.1.0"
2698-
"@typescript-eslint/types" "5.1.0"
2699-
"@typescript-eslint/typescript-estree" "5.1.0"
2700-
eslint-scope "^5.1.1"
2701-
eslint-utils "^3.0.0"
2702-
2703-
"@typescript-eslint/[email protected]":
2704-
version "5.1.0"
2705-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.1.0.tgz#6c7f837d210d2bc0a811e7ea742af414f4e00908"
2706-
integrity sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA==
2707-
dependencies:
2708-
"@typescript-eslint/scope-manager" "5.1.0"
2709-
"@typescript-eslint/types" "5.1.0"
2710-
"@typescript-eslint/typescript-estree" "5.1.0"
2711-
debug "^4.3.2"
2697+
"@typescript-eslint/scope-manager" "5.25.0"
2698+
"@typescript-eslint/types" "5.25.0"
2699+
"@typescript-eslint/typescript-estree" "5.25.0"
2700+
debug "^4.3.4"
27122701

27132702
"@typescript-eslint/parser@^4.33.0":
27142703
version "4.33.0"
@@ -2728,23 +2717,32 @@
27282717
"@typescript-eslint/types" "4.33.0"
27292718
"@typescript-eslint/visitor-keys" "4.33.0"
27302719

2731-
"@typescript-eslint/scope-manager@5.1.0":
2732-
version "5.1.0"
2733-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.1.0.tgz#6f1f26ad66a8f71bbb33b635e74fec43f76b44df"
2734-
integrity sha512-yYlyVjvn5lvwCL37i4hPsa1s0ORsjkauhTqbb8MnpvUs7xykmcjGqwlNZ2Q5QpoqkJ1odlM2bqHqJwa28qV6Tw==
2720+
"@typescript-eslint/scope-manager@5.25.0":
2721+
version "5.25.0"
2722+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.25.0.tgz#e78f1484bca7e484c48782075219c82c6b77a09f"
2723+
integrity sha512-p4SKTFWj+2VpreUZ5xMQsBMDdQ9XdRvODKXN4EksyBjFp2YvQdLkyHqOffakYZPuWJUDNu3jVXtHALDyTv3cww==
27352724
dependencies:
2736-
"@typescript-eslint/types" "5.1.0"
2737-
"@typescript-eslint/visitor-keys" "5.1.0"
2725+
"@typescript-eslint/types" "5.25.0"
2726+
"@typescript-eslint/visitor-keys" "5.25.0"
2727+
2728+
"@typescript-eslint/[email protected]":
2729+
version "5.25.0"
2730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.25.0.tgz#5750d26a5db4c4d68d511611e0ada04e56f613bc"
2731+
integrity sha512-B6nb3GK3Gv1Rsb2pqalebe/RyQoyG/WDy9yhj8EE0Ikds4Xa8RR28nHz+wlt4tMZk5bnAr0f3oC8TuDAd5CPrw==
2732+
dependencies:
2733+
"@typescript-eslint/utils" "5.25.0"
2734+
debug "^4.3.4"
2735+
tsutils "^3.21.0"
27382736

27392737
"@typescript-eslint/[email protected]":
27402738
version "4.33.0"
27412739
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
27422740
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
27432741

2744-
"@typescript-eslint/types@5.1.0":
2745-
version "5.1.0"
2746-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.1.0.tgz#a8a75ddfc611660de6be17d3ad950302385607a9"
2747-
integrity sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==
2742+
"@typescript-eslint/types@5.25.0":
2743+
version "5.25.0"
2744+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.25.0.tgz#dee51b1855788b24a2eceeae54e4adb89b088dd8"
2745+
integrity sha512-7fWqfxr0KNHj75PFqlGX24gWjdV/FDBABXL5dyvBOWHpACGyveok8Uj4ipPX/1fGU63fBkzSIycEje4XsOxUFA==
27482746

27492747
"@typescript-eslint/[email protected]":
27502748
version "4.33.0"
@@ -2759,19 +2757,31 @@
27592757
semver "^7.3.5"
27602758
tsutils "^3.21.0"
27612759

2762-
"@typescript-eslint/typescript-estree@5.1.0":
2763-
version "5.1.0"
2764-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.1.0.tgz#132aea34372df09decda961cb42457433aa6e83d"
2765-
integrity sha512-SSz+l9YrIIsW4s0ZqaEfnjl156XQ4VRmJsbA0ZE1XkXrD3cRpzuZSVCyqeCMR3EBjF27IisWakbBDGhGNIOvfQ==
2760+
"@typescript-eslint/typescript-estree@5.25.0":
2761+
version "5.25.0"
2762+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.25.0.tgz#a7ab40d32eb944e3fb5b4e3646e81b1bcdd63e00"
2763+
integrity sha512-MrPODKDych/oWs/71LCnuO7NyR681HuBly2uLnX3r5i4ME7q/yBqC4hW33kmxtuauLTM0OuBOhhkFaxCCOjEEw==
27662764
dependencies:
2767-
"@typescript-eslint/types" "5.1.0"
2768-
"@typescript-eslint/visitor-keys" "5.1.0"
2769-
debug "^4.3.2"
2770-
globby "^11.0.4"
2765+
"@typescript-eslint/types" "5.25.0"
2766+
"@typescript-eslint/visitor-keys" "5.25.0"
2767+
debug "^4.3.4"
2768+
globby "^11.1.0"
27712769
is-glob "^4.0.3"
2772-
semver "^7.3.5"
2770+
semver "^7.3.7"
27732771
tsutils "^3.21.0"
27742772

2773+
"@typescript-eslint/[email protected]":
2774+
version "5.25.0"
2775+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.25.0.tgz#272751fd737733294b4ab95e16c7f2d4a75c2049"
2776+
integrity sha512-qNC9bhnz/n9Kba3yI6HQgQdBLuxDoMgdjzdhSInZh6NaDnFpTUlwNGxplUFWfY260Ya0TRPvkg9dd57qxrJI9g==
2777+
dependencies:
2778+
"@types/json-schema" "^7.0.9"
2779+
"@typescript-eslint/scope-manager" "5.25.0"
2780+
"@typescript-eslint/types" "5.25.0"
2781+
"@typescript-eslint/typescript-estree" "5.25.0"
2782+
eslint-scope "^5.1.1"
2783+
eslint-utils "^3.0.0"
2784+
27752785
"@typescript-eslint/[email protected]":
27762786
version "4.33.0"
27772787
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
@@ -2780,13 +2790,13 @@
27802790
"@typescript-eslint/types" "4.33.0"
27812791
eslint-visitor-keys "^2.0.0"
27822792

2783-
"@typescript-eslint/visitor-keys@5.1.0":
2784-
version "5.1.0"
2785-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.1.0.tgz#e01a01b27eb173092705ae983aa1451bd1842630"
2786-
integrity sha512-uqNXepKBg81JVwjuqAxYrXa1Ql/YDzM+8g/pS+TCPxba0wZttl8m5DkrasbfnmJGHs4lQ2jTbcZ5azGhI7kK+w==
2793+
"@typescript-eslint/visitor-keys@5.25.0":
2794+
version "5.25.0"
2795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.25.0.tgz#33aa5fdcc5cedb9f4c8828c6a019d58548d4474b"
2796+
integrity sha512-yd26vFgMsC4h2dgX4+LR+GeicSKIfUvZREFLf3DDjZPtqgLx5AJZr6TetMNwFP9hcKreTTeztQYBTNbNoOycwA==
27872797
dependencies:
2788-
"@typescript-eslint/types" "5.1.0"
2789-
eslint-visitor-keys "^3.0.0"
2798+
"@typescript-eslint/types" "5.25.0"
2799+
eslint-visitor-keys "^3.3.0"
27902800

27912801
"@webassemblyjs/[email protected]":
27922802
version "1.11.1"
@@ -4549,7 +4559,7 @@ debug@^3.1.0, debug@^3.2.7:
45494559
dependencies:
45504560
ms "^2.1.1"
45514561

4552-
debug@^4.0.0, debug@^4.3.3:
4562+
debug@^4.0.0, debug@^4.3.3, debug@^4.3.4:
45534563
version "4.3.4"
45544564
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
45554565
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -5465,10 +5475,10 @@ eslint-visitor-keys@^2.0.0:
54655475
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
54665476
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
54675477

5468-
eslint-visitor-keys@^3.0.0:
5469-
version "3.0.0"
5470-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
5471-
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
5478+
eslint-visitor-keys@^3.3.0:
5479+
version "3.3.0"
5480+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
5481+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
54725482

54735483
eslint-webpack-plugin@^2.6.0:
54745484
version "2.6.0"
@@ -6337,7 +6347,7 @@ globals@^13.6.0, globals@^13.9.0:
63376347
dependencies:
63386348
type-fest "^0.20.2"
63396349

6340-
globby@^11.0.3, globby@^11.0.4:
6350+
globby@^11.0.3:
63416351
version "11.0.4"
63426352
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
63436353
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==

0 commit comments

Comments
 (0)