Skip to content

Commit e5865c0

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent d6b469b commit e5865c0

File tree

2 files changed

+76
-61
lines changed

2 files changed

+76
-61
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@types/jest": "27.4.1",
2424
"@types/react": "17.0.41",
2525
"@types/react-dom": "17.0.14",
26-
"@typescript-eslint/eslint-plugin": "4.33.0",
27-
"@typescript-eslint/parser": "4.33.0",
26+
"@typescript-eslint/eslint-plugin": "5.16.0",
27+
"@typescript-eslint/parser": "5.16.0",
2828
"babel-loader": "8.2.3",
2929
"intersection-observer": "0.12.0",
3030
"npm-run-all": "4.1.5",

yarn.lock

+74-59
Original file line numberDiff line numberDiff line change
@@ -3177,10 +3177,10 @@
31773177
jest-matcher-utils "^27.0.0"
31783178
pretty-format "^27.0.0"
31793179

3180-
"@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":
3181-
version "7.0.9"
3182-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
3183-
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
3180+
"@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":
3181+
version "7.0.10"
3182+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.10.tgz#9b05b7896166cd00e9cbd59864853abf65d9ac23"
3183+
integrity sha512-BLO9bBq59vW3fxCpD4o0N4U+DXsvwvIcl+jofw0frQo/GrBFC+/jRZj1E7kgp6dvTyNmA4y6JCV5Id/r3mNP5A==
31843184

31853185
"@types/json5@^0.0.29":
31863186
version "0.0.29"
@@ -3419,17 +3419,18 @@
34193419
dependencies:
34203420
"@types/yargs-parser" "*"
34213421

3422-
"@typescript-eslint/eslint-plugin@4.33.0":
3423-
version "4.33.0"
3424-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
3425-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
3422+
"@typescript-eslint/eslint-plugin@5.16.0":
3423+
version "5.16.0"
3424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.16.0.tgz#78f246dd8d1b528fc5bfca99a8a64d4023a3d86d"
3425+
integrity sha512-SJoba1edXvQRMmNI505Uo4XmGbxCK9ARQpkvOd00anxzri9RNQk0DDCxD+LIl+jYhkzOJiOMMKYEHnHEODjdCw==
34263426
dependencies:
3427-
"@typescript-eslint/experimental-utils" "4.33.0"
3428-
"@typescript-eslint/scope-manager" "4.33.0"
3429-
debug "^4.3.1"
3427+
"@typescript-eslint/scope-manager" "5.16.0"
3428+
"@typescript-eslint/type-utils" "5.16.0"
3429+
"@typescript-eslint/utils" "5.16.0"
3430+
debug "^4.3.2"
34303431
functional-red-black-tree "^1.0.1"
34313432
ignore "^5.1.8"
3432-
regexpp "^3.1.0"
3433+
regexpp "^3.2.0"
34333434
semver "^7.3.5"
34343435
tsutils "^3.21.0"
34353436

@@ -3444,27 +3445,15 @@
34443445
eslint-scope "^5.0.0"
34453446
eslint-utils "^2.0.0"
34463447

3447-
"@typescript-eslint/[email protected]":
3448-
version "4.33.0"
3449-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
3450-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
3451-
dependencies:
3452-
"@types/json-schema" "^7.0.7"
3453-
"@typescript-eslint/scope-manager" "4.33.0"
3454-
"@typescript-eslint/types" "4.33.0"
3455-
"@typescript-eslint/typescript-estree" "4.33.0"
3456-
eslint-scope "^5.1.1"
3457-
eslint-utils "^3.0.0"
3458-
3459-
"@typescript-eslint/[email protected]":
3460-
version "4.33.0"
3461-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
3462-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
3448+
"@typescript-eslint/[email protected]":
3449+
version "5.16.0"
3450+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.16.0.tgz#e4de1bde4b4dad5b6124d3da227347616ed55508"
3451+
integrity sha512-fkDq86F0zl8FicnJtdXakFs4lnuebH6ZADDw6CYQv0UZeIjHvmEw87m9/29nk2Dv5Lmdp0zQ3zDQhiMWQf/GbA==
34633452
dependencies:
3464-
"@typescript-eslint/scope-manager" "4.33.0"
3465-
"@typescript-eslint/types" "4.33.0"
3466-
"@typescript-eslint/typescript-estree" "4.33.0"
3467-
debug "^4.3.1"
3453+
"@typescript-eslint/scope-manager" "5.16.0"
3454+
"@typescript-eslint/types" "5.16.0"
3455+
"@typescript-eslint/typescript-estree" "5.16.0"
3456+
debug "^4.3.2"
34683457

34693458
"@typescript-eslint/parser@^3.8.0":
34703459
version "3.10.1"
@@ -3477,23 +3466,32 @@
34773466
"@typescript-eslint/typescript-estree" "3.10.1"
34783467
eslint-visitor-keys "^1.1.0"
34793468

3480-
"@typescript-eslint/scope-manager@4.33.0":
3481-
version "4.33.0"
3482-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
3483-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
3469+
"@typescript-eslint/scope-manager@5.16.0":
3470+
version "5.16.0"
3471+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.16.0.tgz#7e7909d64bd0c4d8aef629cdc764b9d3e1d3a69a"
3472+
integrity sha512-P+Yab2Hovg8NekLIR/mOElCDPyGgFZKhGoZA901Yax6WR6HVeGLbsqJkZ+Cvk5nts/dAlFKm8PfL43UZnWdpIQ==
34843473
dependencies:
3485-
"@typescript-eslint/types" "4.33.0"
3486-
"@typescript-eslint/visitor-keys" "4.33.0"
3474+
"@typescript-eslint/types" "5.16.0"
3475+
"@typescript-eslint/visitor-keys" "5.16.0"
3476+
3477+
"@typescript-eslint/[email protected]":
3478+
version "5.16.0"
3479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.16.0.tgz#b482bdde1d7d7c0c7080f7f2f67ea9580b9e0692"
3480+
integrity sha512-SKygICv54CCRl1Vq5ewwQUJV/8padIWvPgCxlWPGO/OgQLCijY9G7lDu6H+mqfQtbzDNlVjzVWQmeqbLMBLEwQ==
3481+
dependencies:
3482+
"@typescript-eslint/utils" "5.16.0"
3483+
debug "^4.3.2"
3484+
tsutils "^3.21.0"
34873485

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

3493-
"@typescript-eslint/types@4.33.0":
3494-
version "4.33.0"
3495-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
3496-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
3491+
"@typescript-eslint/types@5.16.0":
3492+
version "5.16.0"
3493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee"
3494+
integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==
34973495

34983496
"@typescript-eslint/[email protected]":
34993497
version "3.10.1"
@@ -3509,33 +3507,45 @@
35093507
semver "^7.3.2"
35103508
tsutils "^3.17.1"
35113509

3512-
"@typescript-eslint/typescript-estree@4.33.0":
3513-
version "4.33.0"
3514-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
3515-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
3510+
"@typescript-eslint/typescript-estree@5.16.0":
3511+
version "5.16.0"
3512+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz#32259459ec62f5feddca66adc695342f30101f61"
3513+
integrity sha512-SE4VfbLWUZl9MR+ngLSARptUv2E8brY0luCdgmUevU6arZRY/KxYoLI/3V/yxaURR8tLRN7bmZtJdgmzLHI6pQ==
35163514
dependencies:
3517-
"@typescript-eslint/types" "4.33.0"
3518-
"@typescript-eslint/visitor-keys" "4.33.0"
3519-
debug "^4.3.1"
3520-
globby "^11.0.3"
3521-
is-glob "^4.0.1"
3515+
"@typescript-eslint/types" "5.16.0"
3516+
"@typescript-eslint/visitor-keys" "5.16.0"
3517+
debug "^4.3.2"
3518+
globby "^11.0.4"
3519+
is-glob "^4.0.3"
35223520
semver "^7.3.5"
35233521
tsutils "^3.21.0"
35243522

3523+
"@typescript-eslint/[email protected]":
3524+
version "5.16.0"
3525+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.16.0.tgz#42218b459d6d66418a4eb199a382bdc261650679"
3526+
integrity sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==
3527+
dependencies:
3528+
"@types/json-schema" "^7.0.9"
3529+
"@typescript-eslint/scope-manager" "5.16.0"
3530+
"@typescript-eslint/types" "5.16.0"
3531+
"@typescript-eslint/typescript-estree" "5.16.0"
3532+
eslint-scope "^5.1.1"
3533+
eslint-utils "^3.0.0"
3534+
35253535
"@typescript-eslint/[email protected]":
35263536
version "3.10.1"
35273537
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
35283538
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
35293539
dependencies:
35303540
eslint-visitor-keys "^1.1.0"
35313541

3532-
"@typescript-eslint/visitor-keys@4.33.0":
3533-
version "4.33.0"
3534-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
3535-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
3542+
"@typescript-eslint/visitor-keys@5.16.0":
3543+
version "5.16.0"
3544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.16.0.tgz#f27dc3b943e6317264c7492e390c6844cd4efbbb"
3545+
integrity sha512-jqxO8msp5vZDhikTwq9ubyMHqZ67UIvawohr4qF3KhlpL7gzSjOd+8471H3nh5LyABkaI85laEKKU8SnGUK5/g==
35363546
dependencies:
3537-
"@typescript-eslint/types" "4.33.0"
3538-
eslint-visitor-keys "^2.0.0"
3547+
"@typescript-eslint/types" "5.16.0"
3548+
eslint-visitor-keys "^3.0.0"
35393549

35403550
"@webassemblyjs/[email protected]":
35413551
version "1.9.0"
@@ -6753,6 +6763,11 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
67536763
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
67546764
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
67556765

6766+
eslint-visitor-keys@^3.0.0:
6767+
version "3.3.0"
6768+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
6769+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
6770+
67566771
eslint@^7.5.0:
67576772
version "7.32.0"
67586773
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -7692,7 +7707,7 @@ globalthis@^1.0.0:
76927707
dependencies:
76937708
define-properties "^1.1.3"
76947709

7695-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.0.3:
7710+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.0.4:
76967711
version "11.1.0"
76977712
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
76987713
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -12865,7 +12880,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1:
1286512880
call-bind "^1.0.2"
1286612881
define-properties "^1.1.3"
1286712882

12868-
regexpp@^3.0.0, regexpp@^3.1.0:
12883+
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
1286912884
version "3.2.0"
1287012885
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1287112886
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)