Skip to content

Commit ec0f50b

Browse files
build(deps): update typescript-eslint to v8
1 parent 31dd5a6 commit ec0f50b

File tree

2 files changed

+63
-85
lines changed

2 files changed

+63
-85
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@softwareventures/prettier-config": "4.0.0",
3939
"@softwareventures/semantic-release-config": "5.1.0",
4040
"@softwareventures/tsconfig": "7.3.0",
41-
"@typescript-eslint/eslint-plugin": "7.18.0",
42-
"@typescript-eslint/parser": "7.18.0",
41+
"@typescript-eslint/eslint-plugin": "8.24.0",
42+
"@typescript-eslint/parser": "8.24.0",
4343
"ava": "6.2.0",
4444
"conventional-changelog-conventionalcommits": "7.0.2",
4545
"cz-conventional-changelog": "3.3.0",

yarn.lock

Lines changed: 61 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,86 +1691,86 @@
16911691
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
16921692
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
16931693

1694-
"@typescript-eslint/eslint-plugin@7.18.0":
1695-
version "7.18.0"
1696-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
1697-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
1694+
"@typescript-eslint/eslint-plugin@8.24.0":
1695+
version "8.24.0"
1696+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz#574a95d67660a1e4544ae131d672867a5b40abb3"
1697+
integrity sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==
16981698
dependencies:
16991699
"@eslint-community/regexpp" "^4.10.0"
1700-
"@typescript-eslint/scope-manager" "7.18.0"
1701-
"@typescript-eslint/type-utils" "7.18.0"
1702-
"@typescript-eslint/utils" "7.18.0"
1703-
"@typescript-eslint/visitor-keys" "7.18.0"
1700+
"@typescript-eslint/scope-manager" "8.24.0"
1701+
"@typescript-eslint/type-utils" "8.24.0"
1702+
"@typescript-eslint/utils" "8.24.0"
1703+
"@typescript-eslint/visitor-keys" "8.24.0"
17041704
graphemer "^1.4.0"
17051705
ignore "^5.3.1"
17061706
natural-compare "^1.4.0"
1707-
ts-api-utils "^1.3.0"
1707+
ts-api-utils "^2.0.1"
17081708

1709-
"@typescript-eslint/parser@7.18.0":
1710-
version "7.18.0"
1711-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
1712-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
1709+
"@typescript-eslint/parser@8.24.0":
1710+
version "8.24.0"
1711+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085"
1712+
integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==
17131713
dependencies:
1714-
"@typescript-eslint/scope-manager" "7.18.0"
1715-
"@typescript-eslint/types" "7.18.0"
1716-
"@typescript-eslint/typescript-estree" "7.18.0"
1717-
"@typescript-eslint/visitor-keys" "7.18.0"
1714+
"@typescript-eslint/scope-manager" "8.24.0"
1715+
"@typescript-eslint/types" "8.24.0"
1716+
"@typescript-eslint/typescript-estree" "8.24.0"
1717+
"@typescript-eslint/visitor-keys" "8.24.0"
17181718
debug "^4.3.4"
17191719

1720-
"@typescript-eslint/scope-manager@7.18.0":
1721-
version "7.18.0"
1722-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
1723-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
1720+
"@typescript-eslint/scope-manager@8.24.0":
1721+
version "8.24.0"
1722+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1"
1723+
integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==
17241724
dependencies:
1725-
"@typescript-eslint/types" "7.18.0"
1726-
"@typescript-eslint/visitor-keys" "7.18.0"
1725+
"@typescript-eslint/types" "8.24.0"
1726+
"@typescript-eslint/visitor-keys" "8.24.0"
17271727

1728-
"@typescript-eslint/type-utils@7.18.0":
1729-
version "7.18.0"
1730-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
1731-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
1728+
"@typescript-eslint/type-utils@8.24.0":
1729+
version "8.24.0"
1730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8"
1731+
integrity sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==
17321732
dependencies:
1733-
"@typescript-eslint/typescript-estree" "7.18.0"
1734-
"@typescript-eslint/utils" "7.18.0"
1733+
"@typescript-eslint/typescript-estree" "8.24.0"
1734+
"@typescript-eslint/utils" "8.24.0"
17351735
debug "^4.3.4"
1736-
ts-api-utils "^1.3.0"
1736+
ts-api-utils "^2.0.1"
17371737

1738-
"@typescript-eslint/types@7.18.0":
1739-
version "7.18.0"
1740-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
1741-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
1738+
"@typescript-eslint/types@8.24.0":
1739+
version "8.24.0"
1740+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
1741+
integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
17421742

1743-
"@typescript-eslint/typescript-estree@7.18.0":
1744-
version "7.18.0"
1745-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
1746-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
1743+
"@typescript-eslint/typescript-estree@8.24.0":
1744+
version "8.24.0"
1745+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c"
1746+
integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==
17471747
dependencies:
1748-
"@typescript-eslint/types" "7.18.0"
1749-
"@typescript-eslint/visitor-keys" "7.18.0"
1748+
"@typescript-eslint/types" "8.24.0"
1749+
"@typescript-eslint/visitor-keys" "8.24.0"
17501750
debug "^4.3.4"
1751-
globby "^11.1.0"
1751+
fast-glob "^3.3.2"
17521752
is-glob "^4.0.3"
17531753
minimatch "^9.0.4"
17541754
semver "^7.6.0"
1755-
ts-api-utils "^1.3.0"
1755+
ts-api-utils "^2.0.1"
17561756

1757-
"@typescript-eslint/utils@7.18.0":
1758-
version "7.18.0"
1759-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
1760-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
1757+
"@typescript-eslint/utils@8.24.0":
1758+
version "8.24.0"
1759+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749"
1760+
integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==
17611761
dependencies:
17621762
"@eslint-community/eslint-utils" "^4.4.0"
1763-
"@typescript-eslint/scope-manager" "7.18.0"
1764-
"@typescript-eslint/types" "7.18.0"
1765-
"@typescript-eslint/typescript-estree" "7.18.0"
1763+
"@typescript-eslint/scope-manager" "8.24.0"
1764+
"@typescript-eslint/types" "8.24.0"
1765+
"@typescript-eslint/typescript-estree" "8.24.0"
17661766

1767-
"@typescript-eslint/visitor-keys@7.18.0":
1768-
version "7.18.0"
1769-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
1770-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
1767+
"@typescript-eslint/visitor-keys@8.24.0":
1768+
version "8.24.0"
1769+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9"
1770+
integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==
17711771
dependencies:
1772-
"@typescript-eslint/types" "7.18.0"
1773-
eslint-visitor-keys "^3.4.3"
1772+
"@typescript-eslint/types" "8.24.0"
1773+
eslint-visitor-keys "^4.2.0"
17741774

17751775
"@ungap/structured-clone@^1.2.0":
17761776
version "1.3.0"
@@ -1984,11 +1984,6 @@ array-includes@^3.1.6, array-includes@^3.1.8:
19841984
get-intrinsic "^1.2.4"
19851985
is-string "^1.0.7"
19861986

1987-
array-union@^2.1.0:
1988-
version "2.1.0"
1989-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1990-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1991-
19921987
array.prototype.findlastindex@^1.2.5:
19931988
version "1.2.5"
19941989
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
@@ -3361,7 +3356,7 @@ fast-diff@^1.2.0:
33613356
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
33623357
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
33633358

3364-
fast-glob@^3.2.9, fast-glob@^3.3.3:
3359+
fast-glob@^3.3.2, fast-glob@^3.3.3:
33653360
version "3.3.3"
33663361
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
33673362
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -3751,18 +3746,6 @@ globalthis@^1.0.4:
37513746
define-properties "^1.2.1"
37523747
gopd "^1.0.1"
37533748

3754-
globby@^11.1.0:
3755-
version "11.1.0"
3756-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
3757-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
3758-
dependencies:
3759-
array-union "^2.1.0"
3760-
dir-glob "^3.0.1"
3761-
fast-glob "^3.2.9"
3762-
ignore "^5.2.0"
3763-
merge2 "^1.4.1"
3764-
slash "^3.0.0"
3765-
37663749
globby@^14.0.0, globby@^14.0.2:
37673750
version "14.1.0"
37683751
resolved "https://registry.yarnpkg.com/globby/-/globby-14.1.0.tgz#138b78e77cf5a8d794e327b15dce80bf1fb0a73e"
@@ -4874,7 +4857,7 @@ merge-stream@^2.0.0:
48744857
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
48754858
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
48764859

4877-
merge2@^1.3.0, merge2@^1.4.1:
4860+
merge2@^1.3.0:
48784861
version "1.4.1"
48794862
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
48804863
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -6328,11 +6311,6 @@ skin-tone@^2.0.0:
63286311
dependencies:
63296312
unicode-emoji-modifier-base "^1.0.0"
63306313

6331-
slash@^3.0.0:
6332-
version "3.0.0"
6333-
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
6334-
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
6335-
63366314
slash@^5.1.0:
63376315
version "5.1.0"
63386316
resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
@@ -6759,10 +6737,10 @@ treeverse@^3.0.0:
67596737
resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
67606738
integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
67616739

6762-
ts-api-utils@^1.3.0:
6763-
version "1.4.3"
6764-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
6765-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
6740+
ts-api-utils@^2.0.1:
6741+
version "2.0.1"
6742+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
6743+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
67666744

67676745
67686746
version "10.9.2"

0 commit comments

Comments
 (0)