Skip to content

Commit d7aedcd

Browse files
committed
Update typescript-eslint monorepo to v5.55.0
1 parent c83be05 commit d7aedcd

File tree

2 files changed

+84
-53
lines changed

2 files changed

+84
-53
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.113",
2020
"@types/jest": "27.5.2",
21-
"@typescript-eslint/eslint-plugin": "5.27.0",
22-
"@typescript-eslint/parser": "5.27.0",
21+
"@typescript-eslint/eslint-plugin": "5.55.0",
22+
"@typescript-eslint/parser": "5.55.0",
2323
"aws-lambda": "1.0.7",
2424
"doctoc": "2.2.1",
2525
"dotenv": "14.3.2",

yarn.lock

Lines changed: 82 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,18 @@
12131213
dependencies:
12141214
"@cspotcode/source-map-consumer" "0.8.0"
12151215

1216+
"@eslint-community/eslint-utils@^4.2.0":
1217+
version "4.3.0"
1218+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.3.0.tgz#a556790523a351b4e47e9d385f47265eaaf9780a"
1219+
integrity sha512-v3oplH6FYCULtFuCeqyuTd9D2WKO937Dxdq+GmHOLL72TTRriLxz2VLlNfkZRsvj6PKnOPAtuT6dwrs/pA5DvA==
1220+
dependencies:
1221+
eslint-visitor-keys "^3.3.0"
1222+
1223+
"@eslint-community/regexpp@^4.4.0":
1224+
version "4.4.0"
1225+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
1226+
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
1227+
12161228
"@eslint/eslintrc@^0.4.3":
12171229
version "0.4.3"
12181230
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -2614,6 +2626,11 @@
26142626
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
26152627
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
26162628

2629+
"@types/semver@^7.3.12":
2630+
version "7.3.13"
2631+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
2632+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
2633+
26172634
"@types/stack-utils@^2.0.0":
26182635
version "2.0.1"
26192636
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -2648,18 +2665,19 @@
26482665
dependencies:
26492666
"@types/yargs-parser" "*"
26502667

2651-
"@typescript-eslint/eslint-plugin@5.27.0":
2652-
version "5.27.0"
2653-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.0.tgz#23d82a4f21aaafd8f69dbab7e716323bb6695cc8"
2654-
integrity sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==
2668+
"@typescript-eslint/eslint-plugin@5.55.0":
2669+
version "5.55.0"
2670+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47"
2671+
integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==
26552672
dependencies:
2656-
"@typescript-eslint/scope-manager" "5.27.0"
2657-
"@typescript-eslint/type-utils" "5.27.0"
2658-
"@typescript-eslint/utils" "5.27.0"
2673+
"@eslint-community/regexpp" "^4.4.0"
2674+
"@typescript-eslint/scope-manager" "5.55.0"
2675+
"@typescript-eslint/type-utils" "5.55.0"
2676+
"@typescript-eslint/utils" "5.55.0"
26592677
debug "^4.3.4"
2660-
functional-red-black-tree "^1.0.1"
2678+
grapheme-splitter "^1.0.4"
26612679
ignore "^5.2.0"
2662-
regexpp "^3.2.0"
2680+
natural-compare-lite "^1.4.0"
26632681
semver "^7.3.7"
26642682
tsutils "^3.21.0"
26652683

@@ -2689,14 +2707,14 @@
26892707
eslint-scope "^5.1.1"
26902708
eslint-utils "^3.0.0"
26912709

2692-
"@typescript-eslint/parser@5.27.0":
2693-
version "5.27.0"
2694-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.0.tgz#62bb091ed5cf9c7e126e80021bb563dcf36b6b12"
2695-
integrity sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==
2710+
"@typescript-eslint/parser@5.55.0":
2711+
version "5.55.0"
2712+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
2713+
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
26962714
dependencies:
2697-
"@typescript-eslint/scope-manager" "5.27.0"
2698-
"@typescript-eslint/types" "5.27.0"
2699-
"@typescript-eslint/typescript-estree" "5.27.0"
2715+
"@typescript-eslint/scope-manager" "5.55.0"
2716+
"@typescript-eslint/types" "5.55.0"
2717+
"@typescript-eslint/typescript-estree" "5.55.0"
27002718
debug "^4.3.4"
27012719

27022720
"@typescript-eslint/parser@^4.33.0":
@@ -2717,20 +2735,21 @@
27172735
"@typescript-eslint/types" "4.33.0"
27182736
"@typescript-eslint/visitor-keys" "4.33.0"
27192737

2720-
"@typescript-eslint/scope-manager@5.27.0":
2721-
version "5.27.0"
2722-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.0.tgz#a272178f613050ed62f51f69aae1e19e870a8bbb"
2723-
integrity sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==
2738+
"@typescript-eslint/scope-manager@5.55.0":
2739+
version "5.55.0"
2740+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
2741+
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
27242742
dependencies:
2725-
"@typescript-eslint/types" "5.27.0"
2726-
"@typescript-eslint/visitor-keys" "5.27.0"
2743+
"@typescript-eslint/types" "5.55.0"
2744+
"@typescript-eslint/visitor-keys" "5.55.0"
27272745

2728-
"@typescript-eslint/type-utils@5.27.0":
2729-
version "5.27.0"
2730-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
2731-
integrity sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==
2746+
"@typescript-eslint/type-utils@5.55.0":
2747+
version "5.55.0"
2748+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
2749+
integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==
27322750
dependencies:
2733-
"@typescript-eslint/utils" "5.27.0"
2751+
"@typescript-eslint/typescript-estree" "5.55.0"
2752+
"@typescript-eslint/utils" "5.55.0"
27342753
debug "^4.3.4"
27352754
tsutils "^3.21.0"
27362755

@@ -2739,10 +2758,10 @@
27392758
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
27402759
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
27412760

2742-
"@typescript-eslint/types@5.27.0":
2743-
version "5.27.0"
2744-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
2745-
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
2761+
"@typescript-eslint/types@5.55.0":
2762+
version "5.55.0"
2763+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
2764+
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
27462765

27472766
"@typescript-eslint/typescript-estree@4.33.0":
27482767
version "4.33.0"
@@ -2757,30 +2776,32 @@
27572776
semver "^7.3.5"
27582777
tsutils "^3.21.0"
27592778

2760-
"@typescript-eslint/typescript-estree@5.27.0":
2761-
version "5.27.0"
2762-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
2763-
integrity sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==
2779+
"@typescript-eslint/typescript-estree@5.55.0":
2780+
version "5.55.0"
2781+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
2782+
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
27642783
dependencies:
2765-
"@typescript-eslint/types" "5.27.0"
2766-
"@typescript-eslint/visitor-keys" "5.27.0"
2784+
"@typescript-eslint/types" "5.55.0"
2785+
"@typescript-eslint/visitor-keys" "5.55.0"
27672786
debug "^4.3.4"
27682787
globby "^11.1.0"
27692788
is-glob "^4.0.3"
27702789
semver "^7.3.7"
27712790
tsutils "^3.21.0"
27722791

2773-
"@typescript-eslint/utils@5.27.0":
2774-
version "5.27.0"
2775-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
2776-
integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==
2792+
"@typescript-eslint/utils@5.55.0":
2793+
version "5.55.0"
2794+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
2795+
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
27772796
dependencies:
2797+
"@eslint-community/eslint-utils" "^4.2.0"
27782798
"@types/json-schema" "^7.0.9"
2779-
"@typescript-eslint/scope-manager" "5.27.0"
2780-
"@typescript-eslint/types" "5.27.0"
2781-
"@typescript-eslint/typescript-estree" "5.27.0"
2799+
"@types/semver" "^7.3.12"
2800+
"@typescript-eslint/scope-manager" "5.55.0"
2801+
"@typescript-eslint/types" "5.55.0"
2802+
"@typescript-eslint/typescript-estree" "5.55.0"
27822803
eslint-scope "^5.1.1"
2783-
eslint-utils "^3.0.0"
2804+
semver "^7.3.7"
27842805

27852806
"@typescript-eslint/visitor-keys@4.33.0":
27862807
version "4.33.0"
@@ -2790,12 +2811,12 @@
27902811
"@typescript-eslint/types" "4.33.0"
27912812
eslint-visitor-keys "^2.0.0"
27922813

2793-
"@typescript-eslint/visitor-keys@5.27.0":
2794-
version "5.27.0"
2795-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.0.tgz#97aa9a5d2f3df8215e6d3b77f9d214a24db269bd"
2796-
integrity sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==
2814+
"@typescript-eslint/visitor-keys@5.55.0":
2815+
version "5.55.0"
2816+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
2817+
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
27972818
dependencies:
2798-
"@typescript-eslint/types" "5.27.0"
2819+
"@typescript-eslint/types" "5.55.0"
27992820
eslint-visitor-keys "^3.3.0"
28002821

28012822
"@webassemblyjs/ast@1.11.1":
@@ -6524,6 +6545,11 @@ graceful-fs@^4.2.9:
65246545
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
65256546
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
65266547

6548+
grapheme-splitter@^1.0.4:
6549+
version "1.0.4"
6550+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
6551+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
6552+
65276553
graphlib@^2.1.8:
65286554
version "2.1.8"
65296555
resolved "https://registry.yarnpkg.com/graphlib/-/graphlib-2.1.8.tgz#5761d414737870084c92ec7b5dbcb0592c9d35da"
@@ -9355,6 +9381,11 @@ native-promise-only@^0.8.1:
93559381
resolved "https://registry.yarnpkg.com/native-promise-only/-/native-promise-only-0.8.1.tgz#20a318c30cb45f71fe7adfbf7b21c99c1472ef11"
93569382
integrity sha1-IKMYwwy0X3H+et+/eyHJnBRy7xE=
93579383

9384+
natural-compare-lite@^1.4.0:
9385+
version "1.4.0"
9386+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
9387+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
9388+
93589389
natural-compare@^1.4.0:
93599390
version "1.4.0"
93609391
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -10486,7 +10517,7 @@ regexp.prototype.flags@^1.4.3:
1048610517
define-properties "^1.1.3"
1048710518
functions-have-names "^1.2.2"
1048810519

10489-
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
10520+
regexpp@^3.0.0, regexpp@^3.1.0:
1049010521
version "3.2.0"
1049110522
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1049210523
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)