Skip to content

Commit 748c322

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent d436a69 commit 748c322

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"@types/jest": "29.5.12",
3636
"@types/lolex": "5.1.6",
3737
"@types/react": "18.3.3",
38-
"@typescript-eslint/eslint-plugin": "7.18.0",
39-
"@typescript-eslint/parser": "7.18.0",
38+
"@typescript-eslint/eslint-plugin": "8.0.0",
39+
"@typescript-eslint/parser": "8.0.0",
4040
"babel-jest": "29.7.0",
4141
"eslint": "8.57.0",
4242
"eslint-config-prettier": "9.1.0",

yarn.lock

+50-50
Original file line numberDiff line numberDiff line change
@@ -1554,85 +1554,85 @@
15541554
dependencies:
15551555
"@types/yargs-parser" "*"
15561556

1557-
"@typescript-eslint/eslint-plugin@7.18.0":
1558-
version "7.18.0"
1559-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
1560-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
1557+
"@typescript-eslint/eslint-plugin@8.0.0":
1558+
version "8.0.0"
1559+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0.tgz#0fee96f6b691e4bfb9c260fd77d1c86bfbac4f56"
1560+
integrity sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg==
15611561
dependencies:
15621562
"@eslint-community/regexpp" "^4.10.0"
1563-
"@typescript-eslint/scope-manager" "7.18.0"
1564-
"@typescript-eslint/type-utils" "7.18.0"
1565-
"@typescript-eslint/utils" "7.18.0"
1566-
"@typescript-eslint/visitor-keys" "7.18.0"
1563+
"@typescript-eslint/scope-manager" "8.0.0"
1564+
"@typescript-eslint/type-utils" "8.0.0"
1565+
"@typescript-eslint/utils" "8.0.0"
1566+
"@typescript-eslint/visitor-keys" "8.0.0"
15671567
graphemer "^1.4.0"
15681568
ignore "^5.3.1"
15691569
natural-compare "^1.4.0"
15701570
ts-api-utils "^1.3.0"
15711571

1572-
"@typescript-eslint/parser@7.18.0":
1573-
version "7.18.0"
1574-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
1575-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
1572+
"@typescript-eslint/parser@8.0.0":
1573+
version "8.0.0"
1574+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0.tgz#5a5030cf8123176b5a0abd966f99e5f9f110652d"
1575+
integrity sha512-pS1hdZ+vnrpDIxuFXYQpLTILglTjSYJ9MbetZctrUawogUsPdz31DIIRZ9+rab0LhYNTsk88w4fIzVheiTbWOQ==
15761576
dependencies:
1577-
"@typescript-eslint/scope-manager" "7.18.0"
1578-
"@typescript-eslint/types" "7.18.0"
1579-
"@typescript-eslint/typescript-estree" "7.18.0"
1580-
"@typescript-eslint/visitor-keys" "7.18.0"
1577+
"@typescript-eslint/scope-manager" "8.0.0"
1578+
"@typescript-eslint/types" "8.0.0"
1579+
"@typescript-eslint/typescript-estree" "8.0.0"
1580+
"@typescript-eslint/visitor-keys" "8.0.0"
15811581
debug "^4.3.4"
15821582

1583-
"@typescript-eslint/scope-manager@7.18.0":
1584-
version "7.18.0"
1585-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
1586-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
1583+
"@typescript-eslint/scope-manager@8.0.0":
1584+
version "8.0.0"
1585+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118"
1586+
integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==
15871587
dependencies:
1588-
"@typescript-eslint/types" "7.18.0"
1589-
"@typescript-eslint/visitor-keys" "7.18.0"
1588+
"@typescript-eslint/types" "8.0.0"
1589+
"@typescript-eslint/visitor-keys" "8.0.0"
15901590

1591-
"@typescript-eslint/type-utils@7.18.0":
1592-
version "7.18.0"
1593-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
1594-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
1591+
"@typescript-eslint/type-utils@8.0.0":
1592+
version "8.0.0"
1593+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0.tgz#facecaf0736bfe8394b9290382f300554cf90884"
1594+
integrity sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==
15951595
dependencies:
1596-
"@typescript-eslint/typescript-estree" "7.18.0"
1597-
"@typescript-eslint/utils" "7.18.0"
1596+
"@typescript-eslint/typescript-estree" "8.0.0"
1597+
"@typescript-eslint/utils" "8.0.0"
15981598
debug "^4.3.4"
15991599
ts-api-utils "^1.3.0"
16001600

1601-
"@typescript-eslint/types@7.18.0":
1602-
version "7.18.0"
1603-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
1604-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
1601+
"@typescript-eslint/types@8.0.0":
1602+
version "8.0.0"
1603+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
1604+
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
16051605

1606-
"@typescript-eslint/typescript-estree@7.18.0":
1607-
version "7.18.0"
1608-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
1609-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
1606+
"@typescript-eslint/typescript-estree@8.0.0":
1607+
version "8.0.0"
1608+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6"
1609+
integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==
16101610
dependencies:
1611-
"@typescript-eslint/types" "7.18.0"
1612-
"@typescript-eslint/visitor-keys" "7.18.0"
1611+
"@typescript-eslint/types" "8.0.0"
1612+
"@typescript-eslint/visitor-keys" "8.0.0"
16131613
debug "^4.3.4"
16141614
globby "^11.1.0"
16151615
is-glob "^4.0.3"
16161616
minimatch "^9.0.4"
16171617
semver "^7.6.0"
16181618
ts-api-utils "^1.3.0"
16191619

1620-
"@typescript-eslint/utils@7.18.0":
1621-
version "7.18.0"
1622-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
1623-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
1620+
"@typescript-eslint/utils@8.0.0":
1621+
version "8.0.0"
1622+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
1623+
integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==
16241624
dependencies:
16251625
"@eslint-community/eslint-utils" "^4.4.0"
1626-
"@typescript-eslint/scope-manager" "7.18.0"
1627-
"@typescript-eslint/types" "7.18.0"
1628-
"@typescript-eslint/typescript-estree" "7.18.0"
1626+
"@typescript-eslint/scope-manager" "8.0.0"
1627+
"@typescript-eslint/types" "8.0.0"
1628+
"@typescript-eslint/typescript-estree" "8.0.0"
16291629

1630-
"@typescript-eslint/visitor-keys@7.18.0":
1631-
version "7.18.0"
1632-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
1633-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
1630+
"@typescript-eslint/visitor-keys@8.0.0":
1631+
version "8.0.0"
1632+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3"
1633+
integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==
16341634
dependencies:
1635-
"@typescript-eslint/types" "7.18.0"
1635+
"@typescript-eslint/types" "8.0.0"
16361636
eslint-visitor-keys "^3.4.3"
16371637

16381638
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)