Skip to content

Commit c5eb49b

Browse files
chore(deps): update typescript-eslint monorepo to v5
1 parent 78b0e8f commit c5eb49b

File tree

2 files changed

+86
-71
lines changed

2 files changed

+86
-71
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@types/jest": "27.5.2",
2424
"@types/react": "17.0.50",
2525
"@types/react-dom": "17.0.17",
26-
"@typescript-eslint/eslint-plugin": "4.33.0",
27-
"@typescript-eslint/parser": "4.33.0",
26+
"@typescript-eslint/eslint-plugin": "5.38.1",
27+
"@typescript-eslint/parser": "5.38.1",
2828
"babel-loader": "8.2.5",
2929
"intersection-observer": "0.12.2",
3030
"npm-run-all": "4.1.5",

yarn.lock

+84-69
Original file line numberDiff line numberDiff line change
@@ -3185,7 +3185,7 @@
31853185
jest-matcher-utils "^27.0.0"
31863186
pretty-format "^27.0.0"
31873187

3188-
"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8":
3188+
"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
31893189
version "7.0.11"
31903190
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
31913191
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
@@ -3420,18 +3420,18 @@
34203420
dependencies:
34213421
"@types/yargs-parser" "*"
34223422

3423-
"@typescript-eslint/eslint-plugin@4.33.0":
3424-
version "4.33.0"
3425-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
3426-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
3423+
"@typescript-eslint/eslint-plugin@5.38.1":
3424+
version "5.38.1"
3425+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz#9f05d42fa8fb9f62304cc2f5c2805e03c01c2620"
3426+
integrity sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==
34273427
dependencies:
3428-
"@typescript-eslint/experimental-utils" "4.33.0"
3429-
"@typescript-eslint/scope-manager" "4.33.0"
3430-
debug "^4.3.1"
3431-
functional-red-black-tree "^1.0.1"
3432-
ignore "^5.1.8"
3433-
regexpp "^3.1.0"
3434-
semver "^7.3.5"
3428+
"@typescript-eslint/scope-manager" "5.38.1"
3429+
"@typescript-eslint/type-utils" "5.38.1"
3430+
"@typescript-eslint/utils" "5.38.1"
3431+
debug "^4.3.4"
3432+
ignore "^5.2.0"
3433+
regexpp "^3.2.0"
3434+
semver "^7.3.7"
34353435
tsutils "^3.21.0"
34363436

34373437
"@typescript-eslint/[email protected]":
@@ -3445,27 +3445,15 @@
34453445
eslint-scope "^5.0.0"
34463446
eslint-utils "^2.0.0"
34473447

3448-
"@typescript-eslint/[email protected]":
3449-
version "4.33.0"
3450-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
3451-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
3448+
"@typescript-eslint/[email protected]":
3449+
version "5.38.1"
3450+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
3451+
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
34523452
dependencies:
3453-
"@types/json-schema" "^7.0.7"
3454-
"@typescript-eslint/scope-manager" "4.33.0"
3455-
"@typescript-eslint/types" "4.33.0"
3456-
"@typescript-eslint/typescript-estree" "4.33.0"
3457-
eslint-scope "^5.1.1"
3458-
eslint-utils "^3.0.0"
3459-
3460-
"@typescript-eslint/[email protected]":
3461-
version "4.33.0"
3462-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
3463-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
3464-
dependencies:
3465-
"@typescript-eslint/scope-manager" "4.33.0"
3466-
"@typescript-eslint/types" "4.33.0"
3467-
"@typescript-eslint/typescript-estree" "4.33.0"
3468-
debug "^4.3.1"
3453+
"@typescript-eslint/scope-manager" "5.38.1"
3454+
"@typescript-eslint/types" "5.38.1"
3455+
"@typescript-eslint/typescript-estree" "5.38.1"
3456+
debug "^4.3.4"
34693457

34703458
"@typescript-eslint/parser@^3.8.0":
34713459
version "3.10.1"
@@ -3478,23 +3466,33 @@
34783466
"@typescript-eslint/typescript-estree" "3.10.1"
34793467
eslint-visitor-keys "^1.1.0"
34803468

3481-
"@typescript-eslint/scope-manager@4.33.0":
3482-
version "4.33.0"
3483-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
3484-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
3469+
"@typescript-eslint/scope-manager@5.38.1":
3470+
version "5.38.1"
3471+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
3472+
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
34853473
dependencies:
3486-
"@typescript-eslint/types" "4.33.0"
3487-
"@typescript-eslint/visitor-keys" "4.33.0"
3474+
"@typescript-eslint/types" "5.38.1"
3475+
"@typescript-eslint/visitor-keys" "5.38.1"
3476+
3477+
"@typescript-eslint/[email protected]":
3478+
version "5.38.1"
3479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
3480+
integrity sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==
3481+
dependencies:
3482+
"@typescript-eslint/typescript-estree" "5.38.1"
3483+
"@typescript-eslint/utils" "5.38.1"
3484+
debug "^4.3.4"
3485+
tsutils "^3.21.0"
34883486

34893487
"@typescript-eslint/[email protected]":
34903488
version "3.10.1"
34913489
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
34923490
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
34933491

3494-
"@typescript-eslint/types@4.33.0":
3495-
version "4.33.0"
3496-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
3497-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
3492+
"@typescript-eslint/types@5.38.1":
3493+
version "5.38.1"
3494+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
3495+
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
34983496

34993497
"@typescript-eslint/[email protected]":
35003498
version "3.10.1"
@@ -3510,33 +3508,45 @@
35103508
semver "^7.3.2"
35113509
tsutils "^3.17.1"
35123510

3513-
"@typescript-eslint/typescript-estree@4.33.0":
3514-
version "4.33.0"
3515-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
3516-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
3511+
"@typescript-eslint/typescript-estree@5.38.1":
3512+
version "5.38.1"
3513+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
3514+
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
35173515
dependencies:
3518-
"@typescript-eslint/types" "4.33.0"
3519-
"@typescript-eslint/visitor-keys" "4.33.0"
3520-
debug "^4.3.1"
3521-
globby "^11.0.3"
3522-
is-glob "^4.0.1"
3523-
semver "^7.3.5"
3516+
"@typescript-eslint/types" "5.38.1"
3517+
"@typescript-eslint/visitor-keys" "5.38.1"
3518+
debug "^4.3.4"
3519+
globby "^11.1.0"
3520+
is-glob "^4.0.3"
3521+
semver "^7.3.7"
35243522
tsutils "^3.21.0"
35253523

3524+
"@typescript-eslint/[email protected]":
3525+
version "5.38.1"
3526+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
3527+
integrity sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==
3528+
dependencies:
3529+
"@types/json-schema" "^7.0.9"
3530+
"@typescript-eslint/scope-manager" "5.38.1"
3531+
"@typescript-eslint/types" "5.38.1"
3532+
"@typescript-eslint/typescript-estree" "5.38.1"
3533+
eslint-scope "^5.1.1"
3534+
eslint-utils "^3.0.0"
3535+
35263536
"@typescript-eslint/[email protected]":
35273537
version "3.10.1"
35283538
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
35293539
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
35303540
dependencies:
35313541
eslint-visitor-keys "^1.1.0"
35323542

3533-
"@typescript-eslint/visitor-keys@4.33.0":
3534-
version "4.33.0"
3535-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
3536-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
3543+
"@typescript-eslint/visitor-keys@5.38.1":
3544+
version "5.38.1"
3545+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
3546+
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
35373547
dependencies:
3538-
"@typescript-eslint/types" "4.33.0"
3539-
eslint-visitor-keys "^2.0.0"
3548+
"@typescript-eslint/types" "5.38.1"
3549+
eslint-visitor-keys "^3.3.0"
35403550

35413551
"@webassemblyjs/[email protected]":
35423552
version "1.11.1"
@@ -5960,10 +5970,10 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
59605970
dependencies:
59615971
ms "2.0.0"
59625972

5963-
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
5964-
version "4.3.3"
5965-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
5966-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
5973+
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
5974+
version "4.3.4"
5975+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
5976+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
59675977
dependencies:
59685978
ms "2.1.2"
59695979

@@ -6912,6 +6922,11 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
69126922
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
69136923
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
69146924

6925+
eslint-visitor-keys@^3.3.0:
6926+
version "3.3.0"
6927+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
6928+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
6929+
69156930
eslint@^7.5.0:
69166931
version "7.32.0"
69176932
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -7864,7 +7879,7 @@ globalthis@^1.0.0:
78647879
dependencies:
78657880
define-properties "^1.1.3"
78667881

7867-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.0.3:
7882+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.1.0:
78687883
version "11.1.0"
78697884
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
78707885
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -8413,7 +8428,7 @@ ignore@^4.0.3, ignore@^4.0.6:
84138428
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
84148429
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
84158430

8416-
ignore@^5.1.1, ignore@^5.1.8, ignore@^5.2.0:
8431+
ignore@^5.1.1, ignore@^5.2.0:
84178432
version "5.2.0"
84188433
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
84198434
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
@@ -13087,7 +13102,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1:
1308713102
call-bind "^1.0.2"
1308813103
define-properties "^1.1.3"
1308913104

13090-
regexpp@^3.0.0, regexpp@^3.1.0:
13105+
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
1309113106
version "3.2.0"
1309213107
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1309313108
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
@@ -13607,10 +13622,10 @@ semver-regex@^3.1.2:
1360713622
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-3.1.3.tgz#b2bcc6f97f63269f286994e297e229b6245d0dc3"
1360813623
integrity sha512-Aqi54Mk9uYTjVexLnR67rTyBusmwd04cLkHy9hNvk3+G3nT2Oyg7E0l4XVbOaNwIvQ3hHeYxGcyEy+mKreyBFQ==
1360913624

13610-
semver@*, semver@^7.1.1, semver@^7.1.2, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
13611-
version "7.3.5"
13612-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
13613-
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
13625+
semver@*, semver@^7.1.1, semver@^7.1.2, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
13626+
version "7.3.7"
13627+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
13628+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
1361413629
dependencies:
1361513630
lru-cache "^6.0.0"
1361613631

0 commit comments

Comments
 (0)