Skip to content

Commit 75e2f13

Browse files
chore(deps): update typescript-eslint monorepo to v5.54.0
1 parent c2fdfa0 commit 75e2f13

2 files changed

Lines changed: 52 additions & 51 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@types/jest": "29.2.5",
6464
"@types/node-fetch": "2.6.1",
6565
"@types/react": "18.0.26",
66-
"@typescript-eslint/eslint-plugin": "5.48.1",
67-
"@typescript-eslint/parser": "5.48.1",
66+
"@typescript-eslint/eslint-plugin": "5.54.0",
67+
"@typescript-eslint/parser": "5.54.0",
6868
"conventional-changelog-conventionalcommits": "5.0.0",
6969
"eslint": "8.32.0",
7070
"eslint-config-prettier": "8.6.0",

yarn.lock

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,87 +1597,88 @@
15971597
dependencies:
15981598
"@types/yargs-parser" "*"
15991599

1600-
"@typescript-eslint/eslint-plugin@5.48.1":
1601-
version "5.48.1"
1602-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.1.tgz#deee67e399f2cb6b4608c935777110e509d8018c"
1603-
integrity sha512-9nY5K1Rp2ppmpb9s9S2aBiF3xo5uExCehMDmYmmFqqyxgenbHJ3qbarcLt4ITgaD6r/2ypdlcFRdcuVPnks+fQ==
1604-
dependencies:
1605-
"@typescript-eslint/scope-manager" "5.48.1"
1606-
"@typescript-eslint/type-utils" "5.48.1"
1607-
"@typescript-eslint/utils" "5.48.1"
1600+
"@typescript-eslint/eslint-plugin@5.54.0":
1601+
version "5.54.0"
1602+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.0.tgz#2c821ad81b2c786d142279a8292090f77d1881f4"
1603+
integrity sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==
1604+
dependencies:
1605+
"@typescript-eslint/scope-manager" "5.54.0"
1606+
"@typescript-eslint/type-utils" "5.54.0"
1607+
"@typescript-eslint/utils" "5.54.0"
16081608
debug "^4.3.4"
1609+
grapheme-splitter "^1.0.4"
16091610
ignore "^5.2.0"
16101611
natural-compare-lite "^1.4.0"
16111612
regexpp "^3.2.0"
16121613
semver "^7.3.7"
16131614
tsutils "^3.21.0"
16141615

1615-
"@typescript-eslint/parser@5.48.1":
1616-
version "5.48.1"
1617-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.1.tgz#d0125792dab7e232035434ab8ef0658154db2f10"
1618-
integrity sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==
1616+
"@typescript-eslint/parser@5.54.0":
1617+
version "5.54.0"
1618+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.0.tgz#def186eb1b1dbd0439df0dacc44fb6d8d5c417fe"
1619+
integrity sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==
16191620
dependencies:
1620-
"@typescript-eslint/scope-manager" "5.48.1"
1621-
"@typescript-eslint/types" "5.48.1"
1622-
"@typescript-eslint/typescript-estree" "5.48.1"
1621+
"@typescript-eslint/scope-manager" "5.54.0"
1622+
"@typescript-eslint/types" "5.54.0"
1623+
"@typescript-eslint/typescript-estree" "5.54.0"
16231624
debug "^4.3.4"
16241625

1625-
"@typescript-eslint/scope-manager@5.48.1":
1626-
version "5.48.1"
1627-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz#39c71e4de639f5fe08b988005beaaf6d79f9d64d"
1628-
integrity sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==
1626+
"@typescript-eslint/scope-manager@5.54.0":
1627+
version "5.54.0"
1628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
1629+
integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==
16291630
dependencies:
1630-
"@typescript-eslint/types" "5.48.1"
1631-
"@typescript-eslint/visitor-keys" "5.48.1"
1631+
"@typescript-eslint/types" "5.54.0"
1632+
"@typescript-eslint/visitor-keys" "5.54.0"
16321633

1633-
"@typescript-eslint/type-utils@5.48.1":
1634-
version "5.48.1"
1635-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.1.tgz#5d94ac0c269a81a91ad77c03407cea2caf481412"
1636-
integrity sha512-Hyr8HU8Alcuva1ppmqSYtM/Gp0q4JOp1F+/JH5D1IZm/bUBrV0edoewQZiEc1r6I8L4JL21broddxK8HAcZiqQ==
1634+
"@typescript-eslint/type-utils@5.54.0":
1635+
version "5.54.0"
1636+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
1637+
integrity sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==
16371638
dependencies:
1638-
"@typescript-eslint/typescript-estree" "5.48.1"
1639-
"@typescript-eslint/utils" "5.48.1"
1639+
"@typescript-eslint/typescript-estree" "5.54.0"
1640+
"@typescript-eslint/utils" "5.54.0"
16401641
debug "^4.3.4"
16411642
tsutils "^3.21.0"
16421643

1643-
"@typescript-eslint/types@5.48.1":
1644-
version "5.48.1"
1645-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.1.tgz#efd1913a9aaf67caf8a6e6779fd53e14e8587e14"
1646-
integrity sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==
1644+
"@typescript-eslint/types@5.54.0":
1645+
version "5.54.0"
1646+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
1647+
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
16471648

1648-
"@typescript-eslint/typescript-estree@5.48.1":
1649-
version "5.48.1"
1650-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz#9efa8ee2aa471c6ab62e649f6e64d8d121bc2056"
1651-
integrity sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==
1649+
"@typescript-eslint/typescript-estree@5.54.0":
1650+
version "5.54.0"
1651+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
1652+
integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==
16521653
dependencies:
1653-
"@typescript-eslint/types" "5.48.1"
1654-
"@typescript-eslint/visitor-keys" "5.48.1"
1654+
"@typescript-eslint/types" "5.54.0"
1655+
"@typescript-eslint/visitor-keys" "5.54.0"
16551656
debug "^4.3.4"
16561657
globby "^11.1.0"
16571658
is-glob "^4.0.3"
16581659
semver "^7.3.7"
16591660
tsutils "^3.21.0"
16601661

1661-
"@typescript-eslint/utils@5.48.1":
1662-
version "5.48.1"
1663-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.1.tgz#20f2f4e88e9e2a0961cbebcb47a1f0f7da7ba7f9"
1664-
integrity sha512-SmQuSrCGUOdmGMwivW14Z0Lj8dxG1mOFZ7soeJ0TQZEJcs3n5Ndgkg0A4bcMFzBELqLJ6GTHnEU+iIoaD6hFGA==
1662+
"@typescript-eslint/utils@5.54.0":
1663+
version "5.54.0"
1664+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
1665+
integrity sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==
16651666
dependencies:
16661667
"@types/json-schema" "^7.0.9"
16671668
"@types/semver" "^7.3.12"
1668-
"@typescript-eslint/scope-manager" "5.48.1"
1669-
"@typescript-eslint/types" "5.48.1"
1670-
"@typescript-eslint/typescript-estree" "5.48.1"
1669+
"@typescript-eslint/scope-manager" "5.54.0"
1670+
"@typescript-eslint/types" "5.54.0"
1671+
"@typescript-eslint/typescript-estree" "5.54.0"
16711672
eslint-scope "^5.1.1"
16721673
eslint-utils "^3.0.0"
16731674
semver "^7.3.7"
16741675

1675-
"@typescript-eslint/visitor-keys@5.48.1":
1676-
version "5.48.1"
1677-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz#79fd4fb9996023ef86849bf6f904f33eb6c8fccb"
1678-
integrity sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==
1676+
"@typescript-eslint/visitor-keys@5.54.0":
1677+
version "5.54.0"
1678+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
1679+
integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==
16791680
dependencies:
1680-
"@typescript-eslint/types" "5.48.1"
1681+
"@typescript-eslint/types" "5.54.0"
16811682
eslint-visitor-keys "^3.3.0"
16821683

16831684
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)