Skip to content

Commit fc67a5c

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

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.17",
50-
"eslint-config-txo-typescript": "^7.3.2",
50+
"eslint-config-txo-typescript": "^7.3.4",
5151
"husky": "^9.1.7",
5252
"jest": "^29.7.0",
5353
"lint-staged": "^15.2.11",

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.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==
1522+
"@typescript-eslint/eslint-plugin@8.18.1":
1523+
version "8.18.1"
1524+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.1.tgz#992e5ac1553ce20d0d46aa6eccd79dc36dedc805"
1525+
integrity sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==
15261526
dependencies:
15271527
"@eslint-community/regexpp" "^4.10.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"
1528+
"@typescript-eslint/scope-manager" "8.18.1"
1529+
"@typescript-eslint/type-utils" "8.18.1"
1530+
"@typescript-eslint/utils" "8.18.1"
1531+
"@typescript-eslint/visitor-keys" "8.18.1"
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.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==
1537+
"@typescript-eslint/parser@8.18.1":
1538+
version "8.18.1"
1539+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.1.tgz#c258bae062778b7696793bc492249027a39dfb95"
1540+
integrity sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==
15411541
dependencies:
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"
1542+
"@typescript-eslint/scope-manager" "8.18.1"
1543+
"@typescript-eslint/types" "8.18.1"
1544+
"@typescript-eslint/typescript-estree" "8.18.1"
1545+
"@typescript-eslint/visitor-keys" "8.18.1"
15461546
debug "^4.3.4"
15471547

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==
1548+
"@typescript-eslint/scope-manager@8.18.1":
1549+
version "8.18.1"
1550+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz#52cedc3a8178d7464a70beffed3203678648e55b"
1551+
integrity sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==
15521552
dependencies:
1553-
"@typescript-eslint/types" "8.18.0"
1554-
"@typescript-eslint/visitor-keys" "8.18.0"
1553+
"@typescript-eslint/types" "8.18.1"
1554+
"@typescript-eslint/visitor-keys" "8.18.1"
15551555

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==
1556+
"@typescript-eslint/type-utils@8.18.1":
1557+
version "8.18.1"
1558+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.1.tgz#10f41285475c0bdee452b79ff7223f0e43a7781e"
1559+
integrity sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==
15601560
dependencies:
1561-
"@typescript-eslint/typescript-estree" "8.18.0"
1562-
"@typescript-eslint/utils" "8.18.0"
1561+
"@typescript-eslint/typescript-estree" "8.18.1"
1562+
"@typescript-eslint/utils" "8.18.1"
15631563
debug "^4.3.4"
15641564
ts-api-utils "^1.3.0"
15651565

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==
1566+
"@typescript-eslint/types@8.18.1":
1567+
version "8.18.1"
1568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
1569+
integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
15701570

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==
1571+
"@typescript-eslint/typescript-estree@8.18.1":
1572+
version "8.18.1"
1573+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz#2a86cd64b211a742f78dfa7e6f4860413475367e"
1574+
integrity sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==
15751575
dependencies:
1576-
"@typescript-eslint/types" "8.18.0"
1577-
"@typescript-eslint/visitor-keys" "8.18.0"
1576+
"@typescript-eslint/types" "8.18.1"
1577+
"@typescript-eslint/visitor-keys" "8.18.1"
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.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==
1585+
"@typescript-eslint/utils@8.18.1", "@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.1":
1586+
version "8.18.1"
1587+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.1.tgz#c4199ea23fc823c736e2c96fd07b1f7235fa92d5"
1588+
integrity sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==
15891589
dependencies:
15901590
"@eslint-community/eslint-utils" "^4.4.0"
1591-
"@typescript-eslint/scope-manager" "8.18.0"
1592-
"@typescript-eslint/types" "8.18.0"
1593-
"@typescript-eslint/typescript-estree" "8.18.0"
1591+
"@typescript-eslint/scope-manager" "8.18.1"
1592+
"@typescript-eslint/types" "8.18.1"
1593+
"@typescript-eslint/typescript-estree" "8.18.1"
15941594

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==
1595+
"@typescript-eslint/visitor-keys@8.18.1":
1596+
version "8.18.1"
1597+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz#344b4f6bc83f104f514676facf3129260df7610a"
1598+
integrity sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==
15991599
dependencies:
1600-
"@typescript-eslint/types" "8.18.0"
1600+
"@typescript-eslint/types" "8.18.1"
16011601
eslint-visitor-keys "^4.2.0"
16021602

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

2945-
eslint-config-txo-typescript@^7.3.2:
2946-
version "7.3.2"
2947-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.3.2.tgz#8dd4edebde5703f6329513f488f8f2cdb33c0874"
2948-
integrity sha512-KR8jg9DiHBPZicUdHoJdZWE/oOexWJ1/OBn7zdI6MPu374ZmsevgcyeJB4e48OpJu2LvNT+ALTLvOKOJWhfD2g==
2945+
eslint-config-txo-typescript@^7.3.4:
2946+
version "7.3.4"
2947+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.3.4.tgz#4cc6a66424ca2c01b2bc847c77653a0ce2a8c424"
2948+
integrity sha512-bkKKfnUDVTPt+v1tTKz07BGBhknDKsWxKlwX2szq/vBOEw3eLmQvGaMEYnJEmwdgBAji50Gd7HnRDmj69SWdkQ==
29492949
dependencies:
29502950
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
29512951
"@stylistic/eslint-plugin" "^2.12.1"
2952-
"@typescript-eslint/utils" "^8.18.0"
2952+
"@typescript-eslint/utils" "^8.18.1"
29532953
eslint "^9.17.0"
29542954
eslint-config-love "^112.0.0"
29552955
eslint-import-resolver-typescript "^3.7.0"
@@ -2958,7 +2958,7 @@ eslint-config-txo-typescript@^7.3.2:
29582958
eslint-plugin-n "^17.15.0"
29592959
eslint-plugin-promise "^7.2.1"
29602960
globals "^15.13.0"
2961-
typescript-eslint "^8.18.0"
2961+
typescript-eslint "^8.18.1"
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.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==
7809+
typescript-eslint@^8.15.0, typescript-eslint@^8.18.1:
7810+
version "8.18.1"
7811+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.18.1.tgz#197b284b6769678ed77d9868df180eeaf61108eb"
7812+
integrity sha512-Mlaw6yxuaDEPQvb/2Qwu3/TfgeBHy9iTJ3mTwe7OvpPmF6KPQjVOfGyEJpPv6Ez2C34OODChhXrzYw/9phI0MQ==
78137813
dependencies:
7814-
"@typescript-eslint/eslint-plugin" "8.18.0"
7815-
"@typescript-eslint/parser" "8.18.0"
7816-
"@typescript-eslint/utils" "8.18.0"
7814+
"@typescript-eslint/eslint-plugin" "8.18.1"
7815+
"@typescript-eslint/parser" "8.18.1"
7816+
"@typescript-eslint/utils" "8.18.1"
78177817

78187818
typescript@^5.7.2:
78197819
version "5.7.2"

0 commit comments

Comments
 (0)