Skip to content

Commit 7e7b04b

Browse files
committed
Update typescript-eslint monorepo to v5.55.0
1 parent fea2b8a commit 7e7b04b

File tree

2 files changed

+53
-70
lines changed

2 files changed

+53
-70
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@types/dotenv": "8.2.0",
3333
"@types/node": "18.15.2",
3434
"@types/shelljs": "0.8.11",
35-
"@typescript-eslint/eslint-plugin": "5.54.1",
36-
"@typescript-eslint/parser": "5.54.1",
35+
"@typescript-eslint/eslint-plugin": "5.55.0",
36+
"@typescript-eslint/parser": "5.55.0",
3737
"arb-ethers-web3-bridge": "0.7.3",
3838
"bent": "7.3.12",
3939
"bignumber.js": "9.1.1",

yarn.lock

Lines changed: 51 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -2429,88 +2429,88 @@
24292429
dependencies:
24302430
"@types/node" "*"
24312431

2432-
"@typescript-eslint/eslint-plugin@5.54.1":
2433-
version "5.54.1"
2434-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.1.tgz#0c5091289ce28372e38ab8d28e861d2dbe1ab29e"
2435-
integrity sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew==
2436-
dependencies:
2437-
"@typescript-eslint/scope-manager" "5.54.1"
2438-
"@typescript-eslint/type-utils" "5.54.1"
2439-
"@typescript-eslint/utils" "5.54.1"
2432+
"@typescript-eslint/eslint-plugin@5.55.0":
2433+
version "5.55.0"
2434+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47"
2435+
integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==
2436+
dependencies:
2437+
"@eslint-community/regexpp" "^4.4.0"
2438+
"@typescript-eslint/scope-manager" "5.55.0"
2439+
"@typescript-eslint/type-utils" "5.55.0"
2440+
"@typescript-eslint/utils" "5.55.0"
24402441
debug "^4.3.4"
24412442
grapheme-splitter "^1.0.4"
24422443
ignore "^5.2.0"
24432444
natural-compare-lite "^1.4.0"
2444-
regexpp "^3.2.0"
24452445
semver "^7.3.7"
24462446
tsutils "^3.21.0"
24472447

2448-
"@typescript-eslint/parser@5.54.1":
2449-
version "5.54.1"
2450-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.1.tgz#05761d7f777ef1c37c971d3af6631715099b084c"
2451-
integrity sha512-8zaIXJp/nG9Ff9vQNh7TI+C3nA6q6iIsGJ4B4L6MhZ7mHnTMR4YP5vp2xydmFXIy8rpyIVbNAG44871LMt6ujg==
2448+
"@typescript-eslint/parser@5.55.0":
2449+
version "5.55.0"
2450+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
2451+
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
24522452
dependencies:
2453-
"@typescript-eslint/scope-manager" "5.54.1"
2454-
"@typescript-eslint/types" "5.54.1"
2455-
"@typescript-eslint/typescript-estree" "5.54.1"
2453+
"@typescript-eslint/scope-manager" "5.55.0"
2454+
"@typescript-eslint/types" "5.55.0"
2455+
"@typescript-eslint/typescript-estree" "5.55.0"
24562456
debug "^4.3.4"
24572457

2458-
"@typescript-eslint/scope-manager@5.54.1":
2459-
version "5.54.1"
2460-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.1.tgz#6d864b4915741c608a58ce9912edf5a02bb58735"
2461-
integrity sha512-zWKuGliXxvuxyM71UA/EcPxaviw39dB2504LqAmFDjmkpO8qNLHcmzlh6pbHs1h/7YQ9bnsO8CCcYCSA8sykUg==
2458+
"@typescript-eslint/scope-manager@5.55.0":
2459+
version "5.55.0"
2460+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
2461+
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
24622462
dependencies:
2463-
"@typescript-eslint/types" "5.54.1"
2464-
"@typescript-eslint/visitor-keys" "5.54.1"
2463+
"@typescript-eslint/types" "5.55.0"
2464+
"@typescript-eslint/visitor-keys" "5.55.0"
24652465

2466-
"@typescript-eslint/type-utils@5.54.1":
2467-
version "5.54.1"
2468-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.1.tgz#4825918ec27e55da8bb99cd07ec2a8e5f50ab748"
2469-
integrity sha512-WREHsTz0GqVYLIbzIZYbmUUr95DKEKIXZNH57W3s+4bVnuF1TKe2jH8ZNH8rO1CeMY3U4j4UQeqPNkHMiGem3g==
2466+
"@typescript-eslint/type-utils@5.55.0":
2467+
version "5.55.0"
2468+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
2469+
integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==
24702470
dependencies:
2471-
"@typescript-eslint/typescript-estree" "5.54.1"
2472-
"@typescript-eslint/utils" "5.54.1"
2471+
"@typescript-eslint/typescript-estree" "5.55.0"
2472+
"@typescript-eslint/utils" "5.55.0"
24732473
debug "^4.3.4"
24742474
tsutils "^3.21.0"
24752475

2476-
"@typescript-eslint/types@5.54.1":
2477-
version "5.54.1"
2478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.1.tgz#29fbac29a716d0f08c62fe5de70c9b6735de215c"
2479-
integrity sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==
2476+
"@typescript-eslint/types@5.55.0":
2477+
version "5.55.0"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
2479+
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
24802480

2481-
"@typescript-eslint/typescript-estree@5.54.1":
2482-
version "5.54.1"
2483-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.1.tgz#df7b6ae05fd8fef724a87afa7e2f57fa4a599be1"
2484-
integrity sha512-bjK5t+S6ffHnVwA0qRPTZrxKSaFYocwFIkZx5k7pvWfsB1I57pO/0M0Skatzzw1sCkjJ83AfGTL0oFIFiDX3bg==
2481+
"@typescript-eslint/typescript-estree@5.55.0":
2482+
version "5.55.0"
2483+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
2484+
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
24852485
dependencies:
2486-
"@typescript-eslint/types" "5.54.1"
2487-
"@typescript-eslint/visitor-keys" "5.54.1"
2486+
"@typescript-eslint/types" "5.55.0"
2487+
"@typescript-eslint/visitor-keys" "5.55.0"
24882488
debug "^4.3.4"
24892489
globby "^11.1.0"
24902490
is-glob "^4.0.3"
24912491
semver "^7.3.7"
24922492
tsutils "^3.21.0"
24932493

2494-
"@typescript-eslint/utils@5.54.1":
2495-
version "5.54.1"
2496-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.1.tgz#7a3ee47409285387b9d4609ea7e1020d1797ec34"
2497-
integrity sha512-IY5dyQM8XD1zfDe5X8jegX6r2EVU5o/WJnLu/znLPWCBF7KNGC+adacXnt5jEYS9JixDcoccI6CvE4RCjHMzCQ==
2494+
"@typescript-eslint/utils@5.55.0":
2495+
version "5.55.0"
2496+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
2497+
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
24982498
dependencies:
2499+
"@eslint-community/eslint-utils" "^4.2.0"
24992500
"@types/json-schema" "^7.0.9"
25002501
"@types/semver" "^7.3.12"
2501-
"@typescript-eslint/scope-manager" "5.54.1"
2502-
"@typescript-eslint/types" "5.54.1"
2503-
"@typescript-eslint/typescript-estree" "5.54.1"
2502+
"@typescript-eslint/scope-manager" "5.55.0"
2503+
"@typescript-eslint/types" "5.55.0"
2504+
"@typescript-eslint/typescript-estree" "5.55.0"
25042505
eslint-scope "^5.1.1"
2505-
eslint-utils "^3.0.0"
25062506
semver "^7.3.7"
25072507

2508-
"@typescript-eslint/visitor-keys@5.54.1":
2509-
version "5.54.1"
2510-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.1.tgz#d7a8a0f7181d6ac748f4d47b2306e0513b98bf8b"
2511-
integrity sha512-q8iSoHTgwCfgcRJ2l2x+xCbu8nBlRAlsQ33k24Adj8eoVBE0f8dUeI+bAa8F84Mv05UGbAx57g2zrRsYIooqQg==
2508+
"@typescript-eslint/visitor-keys@5.55.0":
2509+
version "5.55.0"
2510+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
2511+
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
25122512
dependencies:
2513-
"@typescript-eslint/types" "5.54.1"
2513+
"@typescript-eslint/types" "5.55.0"
25142514
eslint-visitor-keys "^3.3.0"
25152515

25162516
"@zondax/filecoin-signing-tools@github:trufflesuite/filecoin-signing-tools-js":
@@ -4827,18 +4827,6 @@ eslint-scope@^7.1.1:
48274827
esrecurse "^4.3.0"
48284828
estraverse "^5.2.0"
48294829

4830-
eslint-utils@^3.0.0:
4831-
version "3.0.0"
4832-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
4833-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
4834-
dependencies:
4835-
eslint-visitor-keys "^2.0.0"
4836-
4837-
eslint-visitor-keys@^2.0.0:
4838-
version "2.1.0"
4839-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
4840-
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
4841-
48424830
eslint-visitor-keys@^3.3.0:
48434831
version "3.3.0"
48444832
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
@@ -9443,11 +9431,6 @@ regexp.prototype.flags@^1.4.3:
94439431
define-properties "^1.1.3"
94449432
functions-have-names "^1.2.2"
94459433

9446-
regexpp@^3.2.0:
9447-
version "3.2.0"
9448-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
9449-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
9450-
94519434
request@^2.79.0, request@^2.85.0:
94529435
version "2.88.2"
94539436
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"

0 commit comments

Comments
 (0)