Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 9b1192a

Browse files
committed
Update typescript-eslint monorepo to v5.55.0
1 parent 881ff4a commit 9b1192a

File tree

2 files changed

+53
-58
lines changed

2 files changed

+53
-58
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@types/node": "18.15.2",
2828
"@types/ramda": "0.28.23",
2929
"@types/sinon": "10.0.13",
30-
"@typescript-eslint/eslint-plugin": "5.54.1",
31-
"@typescript-eslint/parser": "5.54.1",
30+
"@typescript-eslint/eslint-plugin": "5.55.0",
31+
"@typescript-eslint/parser": "5.55.0",
3232
"ava": "4.3.3",
3333
"dotenv": "16.0.3",
3434
"eslint": "8.36.0",

yarn.lock

Lines changed: 51 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,30 +1517,30 @@
15171517
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
15181518
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
15191519

1520-
"@typescript-eslint/[email protected]":
1521-
version "5.54.1"
1522-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.1.tgz#0c5091289ce28372e38ab8d28e861d2dbe1ab29e"
1523-
integrity sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew==
1524-
dependencies:
1525-
"@typescript-eslint/scope-manager" "5.54.1"
1526-
"@typescript-eslint/type-utils" "5.54.1"
1527-
"@typescript-eslint/utils" "5.54.1"
1520+
"@typescript-eslint/[email protected]":
1521+
version "5.55.0"
1522+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47"
1523+
integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==
1524+
dependencies:
1525+
"@eslint-community/regexpp" "^4.4.0"
1526+
"@typescript-eslint/scope-manager" "5.55.0"
1527+
"@typescript-eslint/type-utils" "5.55.0"
1528+
"@typescript-eslint/utils" "5.55.0"
15281529
debug "^4.3.4"
15291530
grapheme-splitter "^1.0.4"
15301531
ignore "^5.2.0"
15311532
natural-compare-lite "^1.4.0"
1532-
regexpp "^3.2.0"
15331533
semver "^7.3.7"
15341534
tsutils "^3.21.0"
15351535

1536-
"@typescript-eslint/parser@5.54.1":
1537-
version "5.54.1"
1538-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.1.tgz#05761d7f777ef1c37c971d3af6631715099b084c"
1539-
integrity sha512-8zaIXJp/nG9Ff9vQNh7TI+C3nA6q6iIsGJ4B4L6MhZ7mHnTMR4YP5vp2xydmFXIy8rpyIVbNAG44871LMt6ujg==
1536+
"@typescript-eslint/parser@5.55.0":
1537+
version "5.55.0"
1538+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
1539+
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
15401540
dependencies:
1541-
"@typescript-eslint/scope-manager" "5.54.1"
1542-
"@typescript-eslint/types" "5.54.1"
1543-
"@typescript-eslint/typescript-estree" "5.54.1"
1541+
"@typescript-eslint/scope-manager" "5.55.0"
1542+
"@typescript-eslint/types" "5.55.0"
1543+
"@typescript-eslint/typescript-estree" "5.55.0"
15441544
debug "^4.3.4"
15451545

15461546
"@typescript-eslint/[email protected]":
@@ -1551,21 +1551,21 @@
15511551
"@typescript-eslint/types" "5.18.0"
15521552
"@typescript-eslint/visitor-keys" "5.18.0"
15531553

1554-
"@typescript-eslint/scope-manager@5.54.1":
1555-
version "5.54.1"
1556-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.1.tgz#6d864b4915741c608a58ce9912edf5a02bb58735"
1557-
integrity sha512-zWKuGliXxvuxyM71UA/EcPxaviw39dB2504LqAmFDjmkpO8qNLHcmzlh6pbHs1h/7YQ9bnsO8CCcYCSA8sykUg==
1554+
"@typescript-eslint/scope-manager@5.55.0":
1555+
version "5.55.0"
1556+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
1557+
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
15581558
dependencies:
1559-
"@typescript-eslint/types" "5.54.1"
1560-
"@typescript-eslint/visitor-keys" "5.54.1"
1559+
"@typescript-eslint/types" "5.55.0"
1560+
"@typescript-eslint/visitor-keys" "5.55.0"
15611561

1562-
"@typescript-eslint/type-utils@5.54.1":
1563-
version "5.54.1"
1564-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.1.tgz#4825918ec27e55da8bb99cd07ec2a8e5f50ab748"
1565-
integrity sha512-WREHsTz0GqVYLIbzIZYbmUUr95DKEKIXZNH57W3s+4bVnuF1TKe2jH8ZNH8rO1CeMY3U4j4UQeqPNkHMiGem3g==
1562+
"@typescript-eslint/type-utils@5.55.0":
1563+
version "5.55.0"
1564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
1565+
integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==
15661566
dependencies:
1567-
"@typescript-eslint/typescript-estree" "5.54.1"
1568-
"@typescript-eslint/utils" "5.54.1"
1567+
"@typescript-eslint/typescript-estree" "5.55.0"
1568+
"@typescript-eslint/utils" "5.55.0"
15691569
debug "^4.3.4"
15701570
tsutils "^3.21.0"
15711571

@@ -1574,10 +1574,10 @@
15741574
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
15751575
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
15761576

1577-
"@typescript-eslint/types@5.54.1":
1578-
version "5.54.1"
1579-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.1.tgz#29fbac29a716d0f08c62fe5de70c9b6735de215c"
1580-
integrity sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==
1577+
"@typescript-eslint/types@5.55.0":
1578+
version "5.55.0"
1579+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
1580+
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
15811581

15821582
"@typescript-eslint/[email protected]":
15831583
version "5.18.0"
@@ -1592,31 +1592,31 @@
15921592
semver "^7.3.5"
15931593
tsutils "^3.21.0"
15941594

1595-
"@typescript-eslint/typescript-estree@5.54.1":
1596-
version "5.54.1"
1597-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.1.tgz#df7b6ae05fd8fef724a87afa7e2f57fa4a599be1"
1598-
integrity sha512-bjK5t+S6ffHnVwA0qRPTZrxKSaFYocwFIkZx5k7pvWfsB1I57pO/0M0Skatzzw1sCkjJ83AfGTL0oFIFiDX3bg==
1595+
"@typescript-eslint/typescript-estree@5.55.0":
1596+
version "5.55.0"
1597+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
1598+
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
15991599
dependencies:
1600-
"@typescript-eslint/types" "5.54.1"
1601-
"@typescript-eslint/visitor-keys" "5.54.1"
1600+
"@typescript-eslint/types" "5.55.0"
1601+
"@typescript-eslint/visitor-keys" "5.55.0"
16021602
debug "^4.3.4"
16031603
globby "^11.1.0"
16041604
is-glob "^4.0.3"
16051605
semver "^7.3.7"
16061606
tsutils "^3.21.0"
16071607

1608-
"@typescript-eslint/utils@5.54.1":
1609-
version "5.54.1"
1610-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.1.tgz#7a3ee47409285387b9d4609ea7e1020d1797ec34"
1611-
integrity sha512-IY5dyQM8XD1zfDe5X8jegX6r2EVU5o/WJnLu/znLPWCBF7KNGC+adacXnt5jEYS9JixDcoccI6CvE4RCjHMzCQ==
1608+
"@typescript-eslint/utils@5.55.0":
1609+
version "5.55.0"
1610+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
1611+
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
16121612
dependencies:
1613+
"@eslint-community/eslint-utils" "^4.2.0"
16131614
"@types/json-schema" "^7.0.9"
16141615
"@types/semver" "^7.3.12"
1615-
"@typescript-eslint/scope-manager" "5.54.1"
1616-
"@typescript-eslint/types" "5.54.1"
1617-
"@typescript-eslint/typescript-estree" "5.54.1"
1616+
"@typescript-eslint/scope-manager" "5.55.0"
1617+
"@typescript-eslint/types" "5.55.0"
1618+
"@typescript-eslint/typescript-estree" "5.55.0"
16181619
eslint-scope "^5.1.1"
1619-
eslint-utils "^3.0.0"
16201620
semver "^7.3.7"
16211621

16221622
"@typescript-eslint/utils@^5.10.2":
@@ -1639,12 +1639,12 @@
16391639
"@typescript-eslint/types" "5.18.0"
16401640
eslint-visitor-keys "^3.0.0"
16411641

1642-
"@typescript-eslint/visitor-keys@5.54.1":
1643-
version "5.54.1"
1644-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.1.tgz#d7a8a0f7181d6ac748f4d47b2306e0513b98bf8b"
1645-
integrity sha512-q8iSoHTgwCfgcRJ2l2x+xCbu8nBlRAlsQ33k24Adj8eoVBE0f8dUeI+bAa8F84Mv05UGbAx57g2zrRsYIooqQg==
1642+
"@typescript-eslint/visitor-keys@5.55.0":
1643+
version "5.55.0"
1644+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
1645+
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
16461646
dependencies:
1647-
"@typescript-eslint/types" "5.54.1"
1647+
"@typescript-eslint/types" "5.55.0"
16481648
eslint-visitor-keys "^3.3.0"
16491649

16501650
"@yarnpkg/lockfile@^1.1.0":
@@ -7491,11 +7491,6 @@ regexp.prototype.flags@^1.2.0:
74917491
define-properties "^1.1.3"
74927492
es-abstract "^1.17.0-next.1"
74937493

7494-
regexpp@^3.2.0:
7495-
version "3.2.0"
7496-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
7497-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
7498-
74997494
regexpu-core@^2.0.0:
75007495
version "2.0.0"
75017496
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240"

0 commit comments

Comments
 (0)