Skip to content

Commit 7d59a56

Browse files
chore(deps): update dependency eslint-config-txo-package-typescript to ^1.0.42 (#252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20c9261 commit 7d59a56

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/jest": "^29.5.14",
5252
"@types/node": "^22.13.5",
5353
"concurrently": "^9.1.2",
54-
"eslint-config-txo-package-typescript": "^1.0.41",
54+
"eslint-config-txo-package-typescript": "^1.0.42",
5555
"graphql": "^16.10.0",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",

yarn.lock

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,85 +1559,85 @@
15591559
dependencies:
15601560
"@types/yargs-parser" "*"
15611561

1562-
"@typescript-eslint/eslint-plugin@8.24.1":
1563-
version "8.24.1"
1564-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.1.tgz#d104c2a6212304c649105b18af2c110b4a1dd4ae"
1565-
integrity sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA==
1562+
"@typescript-eslint/eslint-plugin@8.25.0":
1563+
version "8.25.0"
1564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz#5e1d56f067e5808fa82d1b75bced82396e868a14"
1565+
integrity sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==
15661566
dependencies:
15671567
"@eslint-community/regexpp" "^4.10.0"
1568-
"@typescript-eslint/scope-manager" "8.24.1"
1569-
"@typescript-eslint/type-utils" "8.24.1"
1570-
"@typescript-eslint/utils" "8.24.1"
1571-
"@typescript-eslint/visitor-keys" "8.24.1"
1568+
"@typescript-eslint/scope-manager" "8.25.0"
1569+
"@typescript-eslint/type-utils" "8.25.0"
1570+
"@typescript-eslint/utils" "8.25.0"
1571+
"@typescript-eslint/visitor-keys" "8.25.0"
15721572
graphemer "^1.4.0"
15731573
ignore "^5.3.1"
15741574
natural-compare "^1.4.0"
15751575
ts-api-utils "^2.0.1"
15761576

1577-
"@typescript-eslint/parser@8.24.1":
1578-
version "8.24.1"
1579-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.1.tgz#67965c2d2ddd7eadb2f094c395695db8334ef9a2"
1580-
integrity sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==
1577+
"@typescript-eslint/parser@8.25.0":
1578+
version "8.25.0"
1579+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8"
1580+
integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==
15811581
dependencies:
1582-
"@typescript-eslint/scope-manager" "8.24.1"
1583-
"@typescript-eslint/types" "8.24.1"
1584-
"@typescript-eslint/typescript-estree" "8.24.1"
1585-
"@typescript-eslint/visitor-keys" "8.24.1"
1582+
"@typescript-eslint/scope-manager" "8.25.0"
1583+
"@typescript-eslint/types" "8.25.0"
1584+
"@typescript-eslint/typescript-estree" "8.25.0"
1585+
"@typescript-eslint/visitor-keys" "8.25.0"
15861586
debug "^4.3.4"
15871587

1588-
"@typescript-eslint/scope-manager@8.24.1":
1589-
version "8.24.1"
1590-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz#1e1e76ec4560aa85077ab36deb9b2bead4ae124e"
1591-
integrity sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==
1588+
"@typescript-eslint/scope-manager@8.25.0":
1589+
version "8.25.0"
1590+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
1591+
integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==
15921592
dependencies:
1593-
"@typescript-eslint/types" "8.24.1"
1594-
"@typescript-eslint/visitor-keys" "8.24.1"
1593+
"@typescript-eslint/types" "8.25.0"
1594+
"@typescript-eslint/visitor-keys" "8.25.0"
15951595

1596-
"@typescript-eslint/type-utils@8.24.1":
1597-
version "8.24.1"
1598-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.1.tgz#99113e1df63d1571309d87eef68967344c78dd65"
1599-
integrity sha512-/Do9fmNgCsQ+K4rCz0STI7lYB4phTtEXqqCAs3gZW0pnK7lWNkvWd5iW545GSmApm4AzmQXmSqXPO565B4WVrw==
1596+
"@typescript-eslint/type-utils@8.25.0":
1597+
version "8.25.0"
1598+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677"
1599+
integrity sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==
16001600
dependencies:
1601-
"@typescript-eslint/typescript-estree" "8.24.1"
1602-
"@typescript-eslint/utils" "8.24.1"
1601+
"@typescript-eslint/typescript-estree" "8.25.0"
1602+
"@typescript-eslint/utils" "8.25.0"
16031603
debug "^4.3.4"
16041604
ts-api-utils "^2.0.1"
16051605

1606-
"@typescript-eslint/types@8.24.1":
1607-
version "8.24.1"
1608-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.1.tgz#8777a024f3afc4ace5e48f9a804309c6dd38f95a"
1609-
integrity sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==
1606+
"@typescript-eslint/types@8.25.0":
1607+
version "8.25.0"
1608+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
1609+
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
16101610

1611-
"@typescript-eslint/typescript-estree@8.24.1":
1612-
version "8.24.1"
1613-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz#3bb479401f8bd471b3c6dd3db89e7256977c54db"
1614-
integrity sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==
1611+
"@typescript-eslint/typescript-estree@8.25.0":
1612+
version "8.25.0"
1613+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
1614+
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
16151615
dependencies:
1616-
"@typescript-eslint/types" "8.24.1"
1617-
"@typescript-eslint/visitor-keys" "8.24.1"
1616+
"@typescript-eslint/types" "8.25.0"
1617+
"@typescript-eslint/visitor-keys" "8.25.0"
16181618
debug "^4.3.4"
16191619
fast-glob "^3.3.2"
16201620
is-glob "^4.0.3"
16211621
minimatch "^9.0.4"
16221622
semver "^7.6.0"
16231623
ts-api-utils "^2.0.1"
16241624

1625-
"@typescript-eslint/utils@8.24.1", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.20.0", "@typescript-eslint/utils@^8.24.1":
1626-
version "8.24.1"
1627-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.1.tgz#08d14eac33cfb3456feeee5a275b8ad3349e52ed"
1628-
integrity sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==
1625+
"@typescript-eslint/utils@8.25.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.20.0", "@typescript-eslint/utils@^8.25.0":
1626+
version "8.25.0"
1627+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
1628+
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
16291629
dependencies:
16301630
"@eslint-community/eslint-utils" "^4.4.0"
1631-
"@typescript-eslint/scope-manager" "8.24.1"
1632-
"@typescript-eslint/types" "8.24.1"
1633-
"@typescript-eslint/typescript-estree" "8.24.1"
1631+
"@typescript-eslint/scope-manager" "8.25.0"
1632+
"@typescript-eslint/types" "8.25.0"
1633+
"@typescript-eslint/typescript-estree" "8.25.0"
16341634

1635-
"@typescript-eslint/visitor-keys@8.24.1":
1636-
version "8.24.1"
1637-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz#8bdfe47a89195344b34eb21ef61251562148202b"
1638-
integrity sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==
1635+
"@typescript-eslint/visitor-keys@8.25.0":
1636+
version "8.25.0"
1637+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
1638+
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
16391639
dependencies:
1640-
"@typescript-eslint/types" "8.24.1"
1640+
"@typescript-eslint/types" "8.25.0"
16411641
eslint-visitor-keys "^4.2.0"
16421642

16431643
JSONStream@^1.3.5:
@@ -2971,21 +2971,21 @@ eslint-config-love@^118.0.0:
29712971
eslint-plugin-promise "^7.0.0"
29722972
typescript-eslint "^8.20.0"
29732973

2974-
eslint-config-txo-package-typescript@^1.0.41:
2975-
version "1.0.41"
2976-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.41.tgz#4db98bbcc5ace4311ecafb5d8df038302efabbb7"
2977-
integrity sha512-4nkkUo4bO0QApyJ/yY9KvBeByqYzP+j6BQV2uJoJvpzWoCGF/NyfPr1l/QLD/0HFb4BjbiMbd2QFPvV8z8TwnQ==
2974+
eslint-config-txo-package-typescript@^1.0.42:
2975+
version "1.0.42"
2976+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.42.tgz#6340164db657d96d45e6a940648a831e72bf3b40"
2977+
integrity sha512-dR/yVU99ZnRNeLtY9IYEgjrtkKdVXwTvOx8wrFIDwVemN2k80aSRVyRgyI7SeXheOuupJE8tt+RNHhkM9r0kaQ==
29782978
dependencies:
2979-
eslint-config-txo-typescript "^7.4.21"
2979+
eslint-config-txo-typescript "^7.4.23"
29802980

2981-
eslint-config-txo-typescript@^7.4.21:
2982-
version "7.4.21"
2983-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.21.tgz#8e93a25172d026b1d87a434b535a072bc7dd875b"
2984-
integrity sha512-s54a7+r6n70zZWMRTjqrIv0cJ7fttORhs+PU2Bei3bb/sqVvE6bunsLfn0tcbh9vFTMwz/xeOCBvCZpMY2GhLw==
2981+
eslint-config-txo-typescript@^7.4.23:
2982+
version "7.4.23"
2983+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.23.tgz#c68c76a3c857c9da8263036f8a3c748dadd816c7"
2984+
integrity sha512-6GoeiWimzeCMkfQlsZHEg3BzWvbGW8ViWnH7JaVJ6stngdeimjxV6oTJPE5/AYUZdwJrFSPIqBSjTg0sXoeXJQ==
29852985
dependencies:
29862986
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
29872987
"@stylistic/eslint-plugin" "^2.13.0"
2988-
"@typescript-eslint/utils" "^8.24.1"
2988+
"@typescript-eslint/utils" "^8.25.0"
29892989
eslint "^9.21.0"
29902990
eslint-config-love "^118.0.0"
29912991
eslint-import-resolver-typescript "^3.8.3"
@@ -2994,7 +2994,7 @@ eslint-config-txo-typescript@^7.4.21:
29942994
eslint-plugin-n "^17.15.1"
29952995
eslint-plugin-promise "^7.2.1"
29962996
globals "^15.15.0"
2997-
typescript-eslint "^8.24.1"
2997+
typescript-eslint "^8.25.0"
29982998
yargs "^17.7.2"
29992999

30003000
eslint-import-resolver-node@^0.3.9:
@@ -7669,14 +7669,14 @@ typed-array-length@^1.0.6:
76697669
possible-typed-array-names "^1.0.0"
76707670
reflect.getprototypeof "^1.0.6"
76717671

7672-
typescript-eslint@^8.20.0, typescript-eslint@^8.24.1:
7673-
version "8.24.1"
7674-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.24.1.tgz#ce85d791392608a2a9f80c4b2530a214d16a2a47"
7675-
integrity sha512-cw3rEdzDqBs70TIcb0Gdzbt6h11BSs2pS0yaq7hDWDBtCCSei1pPSUXE9qUdQ/Wm9NgFg8mKtMt1b8fTHIl1jA==
7672+
typescript-eslint@^8.20.0, typescript-eslint@^8.25.0:
7673+
version "8.25.0"
7674+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.25.0.tgz#73047c157cd70ee93cf2f9243f1599d21cf60239"
7675+
integrity sha512-TxRdQQLH4g7JkoFlYG3caW5v1S6kEkz8rqt80iQJZUYPq1zD1Ra7HfQBJJ88ABRaMvHAXnwRvRB4V+6sQ9xN5Q==
76767676
dependencies:
7677-
"@typescript-eslint/eslint-plugin" "8.24.1"
7678-
"@typescript-eslint/parser" "8.24.1"
7679-
"@typescript-eslint/utils" "8.24.1"
7677+
"@typescript-eslint/eslint-plugin" "8.25.0"
7678+
"@typescript-eslint/parser" "8.25.0"
7679+
"@typescript-eslint/utils" "8.25.0"
76807680

76817681
typescript@^5.7.3:
76827682
version "5.7.3"

0 commit comments

Comments
 (0)