Skip to content

Commit a030afe

Browse files
chore(deps): update dependency eslint-config-txo-typescript to ^7.2.4 (#658)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7b5441 commit a030afe

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/eslint": "^9.6.1",
4848
"@types/jest": "^29.5.14",
4949
"@types/react": "^18.3.14",
50-
"eslint-config-txo-typescript": "^7.2.2",
50+
"eslint-config-txo-typescript": "^7.2.4",
5151
"husky": "^9.1.7",
5252
"jest": "^29.7.0",
5353
"lint-staged": "^15.2.10",

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,85 +1519,85 @@
15191519
dependencies:
15201520
"@types/yargs-parser" "*"
15211521

1522-
"@typescript-eslint/eslint-plugin@8.17.0":
1523-
version "8.17.0"
1524-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz#2ee073c421f4e81e02d10e731241664b6253b23c"
1525-
integrity sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==
1522+
"@typescript-eslint/eslint-plugin@8.18.0":
1523+
version "8.18.0"
1524+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.0.tgz#0901933326aea4443b81df3f740ca7dfc45c7bea"
1525+
integrity sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==
15261526
dependencies:
15271527
"@eslint-community/regexpp" "^4.10.0"
1528-
"@typescript-eslint/scope-manager" "8.17.0"
1529-
"@typescript-eslint/type-utils" "8.17.0"
1530-
"@typescript-eslint/utils" "8.17.0"
1531-
"@typescript-eslint/visitor-keys" "8.17.0"
1528+
"@typescript-eslint/scope-manager" "8.18.0"
1529+
"@typescript-eslint/type-utils" "8.18.0"
1530+
"@typescript-eslint/utils" "8.18.0"
1531+
"@typescript-eslint/visitor-keys" "8.18.0"
15321532
graphemer "^1.4.0"
15331533
ignore "^5.3.1"
15341534
natural-compare "^1.4.0"
15351535
ts-api-utils "^1.3.0"
15361536

1537-
"@typescript-eslint/parser@8.17.0":
1538-
version "8.17.0"
1539-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.17.0.tgz#2ee972bb12fa69ac625b85813dc8d9a5a053ff52"
1540-
integrity sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==
1537+
"@typescript-eslint/parser@8.18.0":
1538+
version "8.18.0"
1539+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.0.tgz#a1c9456cbb6a089730bf1d3fc47946c5fb5fe67b"
1540+
integrity sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==
15411541
dependencies:
1542-
"@typescript-eslint/scope-manager" "8.17.0"
1543-
"@typescript-eslint/types" "8.17.0"
1544-
"@typescript-eslint/typescript-estree" "8.17.0"
1545-
"@typescript-eslint/visitor-keys" "8.17.0"
1542+
"@typescript-eslint/scope-manager" "8.18.0"
1543+
"@typescript-eslint/types" "8.18.0"
1544+
"@typescript-eslint/typescript-estree" "8.18.0"
1545+
"@typescript-eslint/visitor-keys" "8.18.0"
15461546
debug "^4.3.4"
15471547

1548-
"@typescript-eslint/scope-manager@8.17.0":
1549-
version "8.17.0"
1550-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz#a3f49bf3d4d27ff8d6b2ea099ba465ef4dbcaa3a"
1551-
integrity sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==
1548+
"@typescript-eslint/scope-manager@8.18.0":
1549+
version "8.18.0"
1550+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.0.tgz#30b040cb4557804a7e2bcc65cf8fdb630c96546f"
1551+
integrity sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==
15521552
dependencies:
1553-
"@typescript-eslint/types" "8.17.0"
1554-
"@typescript-eslint/visitor-keys" "8.17.0"
1553+
"@typescript-eslint/types" "8.18.0"
1554+
"@typescript-eslint/visitor-keys" "8.18.0"
15551555

1556-
"@typescript-eslint/type-utils@8.17.0":
1557-
version "8.17.0"
1558-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz#d326569f498cdd0edf58d5bb6030b4ad914e63d3"
1559-
integrity sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==
1556+
"@typescript-eslint/type-utils@8.18.0":
1557+
version "8.18.0"
1558+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.0.tgz#6f0d12cf923b6fd95ae4d877708c0adaad93c471"
1559+
integrity sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==
15601560
dependencies:
1561-
"@typescript-eslint/typescript-estree" "8.17.0"
1562-
"@typescript-eslint/utils" "8.17.0"
1561+
"@typescript-eslint/typescript-estree" "8.18.0"
1562+
"@typescript-eslint/utils" "8.18.0"
15631563
debug "^4.3.4"
15641564
ts-api-utils "^1.3.0"
15651565

1566-
"@typescript-eslint/types@8.17.0":
1567-
version "8.17.0"
1568-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf"
1569-
integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==
1566+
"@typescript-eslint/types@8.18.0":
1567+
version "8.18.0"
1568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.0.tgz#3afcd30def8756bc78541268ea819a043221d5f3"
1569+
integrity sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==
15701570

1571-
"@typescript-eslint/typescript-estree@8.17.0":
1572-
version "8.17.0"
1573-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34"
1574-
integrity sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==
1571+
"@typescript-eslint/typescript-estree@8.18.0":
1572+
version "8.18.0"
1573+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.0.tgz#d8ca785799fbb9c700cdff1a79c046c3e633c7f9"
1574+
integrity sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==
15751575
dependencies:
1576-
"@typescript-eslint/types" "8.17.0"
1577-
"@typescript-eslint/visitor-keys" "8.17.0"
1576+
"@typescript-eslint/types" "8.18.0"
1577+
"@typescript-eslint/visitor-keys" "8.18.0"
15781578
debug "^4.3.4"
15791579
fast-glob "^3.3.2"
15801580
is-glob "^4.0.3"
15811581
minimatch "^9.0.4"
15821582
semver "^7.6.0"
15831583
ts-api-utils "^1.3.0"
15841584

1585-
"@typescript-eslint/utils@8.17.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.15.0", "@typescript-eslint/utils@^8.17.0":
1586-
version "8.17.0"
1587-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908"
1588-
integrity sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==
1585+
"@typescript-eslint/utils@8.18.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.15.0", "@typescript-eslint/utils@^8.18.0":
1586+
version "8.18.0"
1587+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.0.tgz#48f67205d42b65d895797bb7349d1be5c39a62f7"
1588+
integrity sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==
15891589
dependencies:
15901590
"@eslint-community/eslint-utils" "^4.4.0"
1591-
"@typescript-eslint/scope-manager" "8.17.0"
1592-
"@typescript-eslint/types" "8.17.0"
1593-
"@typescript-eslint/typescript-estree" "8.17.0"
1591+
"@typescript-eslint/scope-manager" "8.18.0"
1592+
"@typescript-eslint/types" "8.18.0"
1593+
"@typescript-eslint/typescript-estree" "8.18.0"
15941594

1595-
"@typescript-eslint/visitor-keys@8.17.0":
1596-
version "8.17.0"
1597-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8"
1598-
integrity sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==
1595+
"@typescript-eslint/visitor-keys@8.18.0":
1596+
version "8.18.0"
1597+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.0.tgz#7b6d33534fa808e33a19951907231ad2ea5c36dd"
1598+
integrity sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==
15991599
dependencies:
1600-
"@typescript-eslint/types" "8.17.0"
1600+
"@typescript-eslint/types" "8.18.0"
16011601
eslint-visitor-keys "^4.2.0"
16021602

16031603
JSONStream@^1.3.5:
@@ -2942,14 +2942,14 @@ eslint-config-love@^110.0.0:
29422942
eslint-plugin-promise "^7.0.0"
29432943
typescript-eslint "^8.15.0"
29442944

2945-
eslint-config-txo-typescript@^7.2.2:
2946-
version "7.2.2"
2947-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.2.2.tgz#ba8eebd0ee15f0e904537d80f492687af356c949"
2948-
integrity sha512-ETn16Gre+f50te64vU/y1q0TnFpmAOQGlllj0IQtWCBt0Os6FDq7zWVbspC/irjRHvwk8QIMLm5YzQWesZ/6Xg==
2945+
eslint-config-txo-typescript@^7.2.4:
2946+
version "7.2.4"
2947+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.2.4.tgz#75eb97f0e92ee641e7cba15b2f1229f80596b5ea"
2948+
integrity sha512-dZ1LkstaI4kQ0RhWZVRd07dQGegEx/hRRGMCK6ZrEmHmep1KENNXSjf8mCh+KbkalK+id/5cq84IYe9tXROiFw==
29492949
dependencies:
29502950
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
29512951
"@stylistic/eslint-plugin" "^2.12.0"
2952-
"@typescript-eslint/utils" "^8.17.0"
2952+
"@typescript-eslint/utils" "^8.18.0"
29532953
eslint "^9.16.0"
29542954
eslint-config-love "^110.0.0"
29552955
eslint-import-resolver-typescript "^3.7.0"
@@ -2958,7 +2958,7 @@ eslint-config-txo-typescript@^7.2.2:
29582958
eslint-plugin-n "^17.14.0"
29592959
eslint-plugin-promise "^7.2.1"
29602960
globals "^15.13.0"
2961-
typescript-eslint "^8.17.0"
2961+
typescript-eslint "^8.18.0"
29622962
yargs "^17.7.2"
29632963

29642964
eslint-import-resolver-node@^0.3.9:
@@ -7806,14 +7806,14 @@ typed-array-length@^1.0.6:
78067806
possible-typed-array-names "^1.0.0"
78077807
reflect.getprototypeof "^1.0.6"
78087808

7809-
typescript-eslint@^8.15.0, typescript-eslint@^8.17.0:
7810-
version "8.17.0"
7811-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.17.0.tgz#fa4033c26b3b40f778287bc12918d985481b220b"
7812-
integrity sha512-409VXvFd/f1br1DCbuKNFqQpXICoTB+V51afcwG1pn1a3Cp92MqAUges3YjwEdQ0cMUoCIodjVDAYzyD8h3SYA==
7809+
typescript-eslint@^8.15.0, typescript-eslint@^8.18.0:
7810+
version "8.18.0"
7811+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.18.0.tgz#41026f27a3481185f3239d817ae5b960572145a0"
7812+
integrity sha512-Xq2rRjn6tzVpAyHr3+nmSg1/9k9aIHnJ2iZeOH7cfGOWqTkXTm3kwpQglEuLGdNrYvPF+2gtAs+/KF5rjVo+WQ==
78137813
dependencies:
7814-
"@typescript-eslint/eslint-plugin" "8.17.0"
7815-
"@typescript-eslint/parser" "8.17.0"
7816-
"@typescript-eslint/utils" "8.17.0"
7814+
"@typescript-eslint/eslint-plugin" "8.18.0"
7815+
"@typescript-eslint/parser" "8.18.0"
7816+
"@typescript-eslint/utils" "8.18.0"
78177817

78187818
typescript@^5.7.2:
78197819
version "5.7.2"

0 commit comments

Comments
 (0)