Skip to content

Commit 8e4b96a

Browse files
chore(deps): update dependency eslint-config-txo-package-typescript to ^1.0.46 (#259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d675616 commit 8e4b96a

File tree

2 files changed

+49
-94
lines changed

2 files changed

+49
-94
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.9",
5353
"concurrently": "^9.1.2",
54-
"eslint-config-txo-package-typescript": "^1.0.45",
54+
"eslint-config-txo-package-typescript": "^1.0.46",
5555
"graphql": "^16.10.0",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",

yarn.lock

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

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==
1562+
"@typescript-eslint/eslint-plugin@8.26.0":
1563+
version "8.26.0"
1564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz#7e880faf91f89471c30c141951e15f0eb3a0599e"
1565+
integrity sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==
15661566
dependencies:
15671567
"@eslint-community/regexpp" "^4.10.0"
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"
1568+
"@typescript-eslint/scope-manager" "8.26.0"
1569+
"@typescript-eslint/type-utils" "8.26.0"
1570+
"@typescript-eslint/utils" "8.26.0"
1571+
"@typescript-eslint/visitor-keys" "8.26.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.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==
1577+
"@typescript-eslint/parser@8.26.0":
1578+
version "8.26.0"
1579+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.0.tgz#9b4d2198e89f64fb81e83167eedd89a827d843a9"
1580+
integrity sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==
15811581
dependencies:
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"
1582+
"@typescript-eslint/scope-manager" "8.26.0"
1583+
"@typescript-eslint/types" "8.26.0"
1584+
"@typescript-eslint/typescript-estree" "8.26.0"
1585+
"@typescript-eslint/visitor-keys" "8.26.0"
15861586
debug "^4.3.4"
15871587

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==
1592-
dependencies:
1593-
"@typescript-eslint/types" "8.25.0"
1594-
"@typescript-eslint/visitor-keys" "8.25.0"
1595-
15961588
"@typescript-eslint/scope-manager@8.26.0":
15971589
version "8.26.0"
15981590
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545"
@@ -1601,40 +1593,21 @@
16011593
"@typescript-eslint/types" "8.26.0"
16021594
"@typescript-eslint/visitor-keys" "8.26.0"
16031595

1604-
"@typescript-eslint/type-utils@8.25.0":
1605-
version "8.25.0"
1606-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677"
1607-
integrity sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==
1596+
"@typescript-eslint/type-utils@8.26.0":
1597+
version "8.26.0"
1598+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz#9ee8cc98184b5f66326578de9c097edc89da6f68"
1599+
integrity sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==
16081600
dependencies:
1609-
"@typescript-eslint/typescript-estree" "8.25.0"
1610-
"@typescript-eslint/utils" "8.25.0"
1601+
"@typescript-eslint/typescript-estree" "8.26.0"
1602+
"@typescript-eslint/utils" "8.26.0"
16111603
debug "^4.3.4"
16121604
ts-api-utils "^2.0.1"
16131605

1614-
"@typescript-eslint/types@8.25.0":
1615-
version "8.25.0"
1616-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
1617-
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
1618-
16191606
"@typescript-eslint/types@8.26.0":
16201607
version "8.26.0"
16211608
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
16221609
integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
16231610

1624-
"@typescript-eslint/typescript-estree@8.25.0":
1625-
version "8.25.0"
1626-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
1627-
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
1628-
dependencies:
1629-
"@typescript-eslint/types" "8.25.0"
1630-
"@typescript-eslint/visitor-keys" "8.25.0"
1631-
debug "^4.3.4"
1632-
fast-glob "^3.3.2"
1633-
is-glob "^4.0.3"
1634-
minimatch "^9.0.4"
1635-
semver "^7.6.0"
1636-
ts-api-utils "^2.0.1"
1637-
16381611
"@typescript-eslint/typescript-estree@8.26.0":
16391612
version "8.26.0"
16401613
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1"
@@ -1649,17 +1622,7 @@
16491622
semver "^7.6.0"
16501623
ts-api-utils "^2.0.1"
16511624

1652-
"@typescript-eslint/utils@8.25.0":
1653-
version "8.25.0"
1654-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
1655-
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
1656-
dependencies:
1657-
"@eslint-community/eslint-utils" "^4.4.0"
1658-
"@typescript-eslint/scope-manager" "8.25.0"
1659-
"@typescript-eslint/types" "8.25.0"
1660-
"@typescript-eslint/typescript-estree" "8.25.0"
1661-
1662-
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.20.0", "@typescript-eslint/utils@^8.21.0", "@typescript-eslint/utils@^8.23.0", "@typescript-eslint/utils@^8.25.0":
1625+
"@typescript-eslint/utils@8.26.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.21.0", "@typescript-eslint/utils@^8.23.0", "@typescript-eslint/utils@^8.26.0":
16631626
version "8.26.0"
16641627
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
16651628
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
@@ -1669,14 +1632,6 @@
16691632
"@typescript-eslint/types" "8.26.0"
16701633
"@typescript-eslint/typescript-estree" "8.26.0"
16711634

1672-
"@typescript-eslint/visitor-keys@8.25.0":
1673-
version "8.25.0"
1674-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
1675-
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
1676-
dependencies:
1677-
"@typescript-eslint/types" "8.25.0"
1678-
eslint-visitor-keys "^4.2.0"
1679-
16801635
"@typescript-eslint/visitor-keys@8.26.0":
16811636
version "8.26.0"
16821637
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290"
@@ -3004,42 +2959,42 @@ eslint-compat-utils@^0.5.1:
30042959
dependencies:
30052960
semver "^7.5.4"
30062961

3007-
eslint-config-love@^118.0.0:
3008-
version "118.0.0"
3009-
resolved "https://registry.yarnpkg.com/eslint-config-love/-/eslint-config-love-118.0.0.tgz#3a2dda15416b1ded023fb389877145829150de2b"
3010-
integrity sha512-f5lN+bRHCCY7PvpbszNJnm8VLPbrPICbD4LWg+GVX1L8UOBgN5bCZXnqlaU3IPinZ58wUKwVfjv8qbaJPyDuzA==
2962+
eslint-config-love@^119.0.0:
2963+
version "119.0.0"
2964+
resolved "https://registry.yarnpkg.com/eslint-config-love/-/eslint-config-love-119.0.0.tgz#372ded9afea83d2be570074c666dc7a1a46197c6"
2965+
integrity sha512-O6iYQcFPR3lTzSlMSdKmfdKUCIX8ESHM9LV448vw6q6gxWuVzfA5iBCvVuogIeRQLZpH72Jc7W/fz27jcgtNdg==
30112966
dependencies:
3012-
"@typescript-eslint/utils" "^8.20.0"
2967+
"@typescript-eslint/utils" "^8.26.0"
30132968
eslint-plugin-eslint-comments "^3.2.0"
30142969
eslint-plugin-import "^2.31.0"
30152970
eslint-plugin-n "^17.0.0"
30162971
eslint-plugin-promise "^7.0.0"
3017-
typescript-eslint "^8.20.0"
2972+
typescript-eslint "^8.26.0"
30182973

3019-
eslint-config-txo-package-typescript@^1.0.45:
3020-
version "1.0.45"
3021-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.45.tgz#1e93d4b05cacd0de0fb12c3e03e1ad9d5563bc7c"
3022-
integrity sha512-QuL52cx6oanw9Y2l4wSjWISN+tJcNFxND9k1wmFvtrrLIPMkun/rT3No/RCcqoO7zqJDsTFDo1CW9Ku6tA+Qww==
2974+
eslint-config-txo-package-typescript@^1.0.46:
2975+
version "1.0.46"
2976+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.46.tgz#4dca5da744703da1d9f9d78bbe5c932463eb0d9e"
2977+
integrity sha512-keKEtAq5qtExDEJoBfXjf8BJtmtdEWb3RU6ZyN1Jx/R1K6cLp7bDn8bddHCFyEzb8FvwgmZX1Hhjg5ke48j2nQ==
30232978
dependencies:
3024-
eslint-config-txo-typescript "^7.4.27"
2979+
eslint-config-txo-typescript "^7.4.28"
30252980

3026-
eslint-config-txo-typescript@^7.4.27:
3027-
version "7.4.27"
3028-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.27.tgz#843baa146bda7a3426df177682aa4586c10d1dbf"
3029-
integrity sha512-ojnWRfwLOFxmdB6WwAShAlwbmgPWIVcYw2UP+xfCncaXL1/zZs6lHxc/H55d72Cg7Vs8S0S/rksGGyrK4U86Gg==
2981+
eslint-config-txo-typescript@^7.4.28:
2982+
version "7.4.29"
2983+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.29.tgz#b039ed22797b0c2957e65ca371298855a0bf9cad"
2984+
integrity sha512-avlY2ahWVptldim08kbI5LpoB3zLYIq6K0Pr5BPDpvRD+Fr5e3X4A1zSwr1KMzh7kapAGKmnxmYTYLZ3scendg==
30302985
dependencies:
30312986
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
30322987
"@stylistic/eslint-plugin" "^4.2.0"
3033-
"@typescript-eslint/utils" "^8.25.0"
2988+
"@typescript-eslint/utils" "^8.26.0"
30342989
eslint "^9.21.0"
3035-
eslint-config-love "^118.0.0"
2990+
eslint-config-love "^119.0.0"
30362991
eslint-import-resolver-typescript "^3.8.3"
30372992
eslint-plugin-import "^2.31.0"
30382993
eslint-plugin-jest "^28.11.0"
30392994
eslint-plugin-n "^17.16.1"
30402995
eslint-plugin-promise "^7.2.1"
30412996
globals "^16.0.0"
3042-
typescript-eslint "^8.25.0"
2997+
typescript-eslint "^8.26.0"
30432998
yargs "^17.7.2"
30442999

30453000
eslint-import-resolver-node@^0.3.9:
@@ -7728,14 +7683,14 @@ typed-array-length@^1.0.6:
77287683
possible-typed-array-names "^1.0.0"
77297684
reflect.getprototypeof "^1.0.6"
77307685

7731-
typescript-eslint@^8.20.0, typescript-eslint@^8.25.0:
7732-
version "8.25.0"
7733-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.25.0.tgz#73047c157cd70ee93cf2f9243f1599d21cf60239"
7734-
integrity sha512-TxRdQQLH4g7JkoFlYG3caW5v1S6kEkz8rqt80iQJZUYPq1zD1Ra7HfQBJJ88ABRaMvHAXnwRvRB4V+6sQ9xN5Q==
7686+
typescript-eslint@^8.26.0:
7687+
version "8.26.0"
7688+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.26.0.tgz#f44cafdaa6edc99e3612b33b791eb77a56286320"
7689+
integrity sha512-PtVz9nAnuNJuAVeUFvwztjuUgSnJInODAUx47VDwWPXzd5vismPOtPtt83tzNXyOjVQbPRp786D6WFW/M2koIA==
77357690
dependencies:
7736-
"@typescript-eslint/eslint-plugin" "8.25.0"
7737-
"@typescript-eslint/parser" "8.25.0"
7738-
"@typescript-eslint/utils" "8.25.0"
7691+
"@typescript-eslint/eslint-plugin" "8.26.0"
7692+
"@typescript-eslint/parser" "8.26.0"
7693+
"@typescript-eslint/utils" "8.26.0"
77397694

77407695
typescript@^5.8.2:
77417696
version "5.8.2"

0 commit comments

Comments
 (0)