Skip to content

Commit 4c37a3f

Browse files
chore(deps): update dependency eslint-config-txo-package-typescript to ^1.0.113 (#400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47425d8 commit 4c37a3f

File tree

2 files changed

+82
-82
lines changed

2 files changed

+82
-82
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.18.1",
5353
"concurrently": "^9.2.1",
54-
"eslint-config-txo-package-typescript": "^1.0.112",
54+
"eslint-config-txo-package-typescript": "^1.0.113",
5555
"graphql": "^16.11.0",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",

yarn.lock

Lines changed: 81 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,102 +1597,102 @@
15971597
dependencies:
15981598
"@types/yargs-parser" "*"
15991599

1600-
"@typescript-eslint/eslint-plugin@8.41.0":
1601-
version "8.41.0"
1602-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.41.0.tgz#42209e2ce3e2274de0f5f9b75c777deedacaa558"
1603-
integrity sha512-8fz6oa6wEKZrhXWro/S3n2eRJqlRcIa6SlDh59FXJ5Wp5XRZ8B9ixpJDcjadHq47hMx0u+HW6SNa6LjJQ6NLtw==
1600+
"@typescript-eslint/eslint-plugin@8.42.0":
1601+
version "8.42.0"
1602+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.42.0.tgz#2172d0496c42eee8c7294b6661681100953fa88f"
1603+
integrity sha512-Aq2dPqsQkxHOLfb2OPv43RnIvfj05nw8v/6n3B2NABIPpHnjQnaLo9QGMTvml+tv4korl/Cjfrb/BYhoL8UUTQ==
16041604
dependencies:
16051605
"@eslint-community/regexpp" "^4.10.0"
1606-
"@typescript-eslint/scope-manager" "8.41.0"
1607-
"@typescript-eslint/type-utils" "8.41.0"
1608-
"@typescript-eslint/utils" "8.41.0"
1609-
"@typescript-eslint/visitor-keys" "8.41.0"
1606+
"@typescript-eslint/scope-manager" "8.42.0"
1607+
"@typescript-eslint/type-utils" "8.42.0"
1608+
"@typescript-eslint/utils" "8.42.0"
1609+
"@typescript-eslint/visitor-keys" "8.42.0"
16101610
graphemer "^1.4.0"
16111611
ignore "^7.0.0"
16121612
natural-compare "^1.4.0"
16131613
ts-api-utils "^2.1.0"
16141614

1615-
"@typescript-eslint/parser@8.41.0":
1616-
version "8.41.0"
1617-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.41.0.tgz#677f5b2b3fa947ee1eac4129220c051b1990d898"
1618-
integrity sha512-gTtSdWX9xiMPA/7MV9STjJOOYtWwIJIYxkQxnSV1U3xcE+mnJSH3f6zI0RYP+ew66WSlZ5ed+h0VCxsvdC1jJg==
1615+
"@typescript-eslint/parser@8.42.0":
1616+
version "8.42.0"
1617+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.42.0.tgz#20ea66f4867981fb5bb62cbe1454250fc4a440ab"
1618+
integrity sha512-r1XG74QgShUgXph1BYseJ+KZd17bKQib/yF3SR+demvytiRXrwd12Blnz5eYGm8tXaeRdd4x88MlfwldHoudGg==
16191619
dependencies:
1620-
"@typescript-eslint/scope-manager" "8.41.0"
1621-
"@typescript-eslint/types" "8.41.0"
1622-
"@typescript-eslint/typescript-estree" "8.41.0"
1623-
"@typescript-eslint/visitor-keys" "8.41.0"
1620+
"@typescript-eslint/scope-manager" "8.42.0"
1621+
"@typescript-eslint/types" "8.42.0"
1622+
"@typescript-eslint/typescript-estree" "8.42.0"
1623+
"@typescript-eslint/visitor-keys" "8.42.0"
16241624
debug "^4.3.4"
16251625

1626-
"@typescript-eslint/project-service@8.41.0":
1627-
version "8.41.0"
1628-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.41.0.tgz#08ebf882d413a038926e73fda36e00c3dba84882"
1629-
integrity sha512-b8V9SdGBQzQdjJ/IO3eDifGpDBJfvrNTp2QD9P2BeqWTGrRibgfgIlBSw6z3b6R7dPzg752tOs4u/7yCLxksSQ==
1626+
"@typescript-eslint/project-service@8.42.0":
1627+
version "8.42.0"
1628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.42.0.tgz#636eb3418b6c42c98554dce884943708bf41a583"
1629+
integrity sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg==
16301630
dependencies:
1631-
"@typescript-eslint/tsconfig-utils" "^8.41.0"
1632-
"@typescript-eslint/types" "^8.41.0"
1631+
"@typescript-eslint/tsconfig-utils" "^8.42.0"
1632+
"@typescript-eslint/types" "^8.42.0"
16331633
debug "^4.3.4"
16341634

1635-
"@typescript-eslint/scope-manager@8.41.0":
1636-
version "8.41.0"
1637-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.41.0.tgz#c8aba12129cb9cead1f1727f58e6a0fcebeecdb5"
1638-
integrity sha512-n6m05bXn/Cd6DZDGyrpXrELCPVaTnLdPToyhBoFkLIMznRUQUEQdSp96s/pcWSQdqOhrgR1mzJ+yItK7T+WPMQ==
1635+
"@typescript-eslint/scope-manager@8.42.0":
1636+
version "8.42.0"
1637+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz#36016757bc85b46ea42bae47b61f9421eddedde3"
1638+
integrity sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw==
16391639
dependencies:
1640-
"@typescript-eslint/types" "8.41.0"
1641-
"@typescript-eslint/visitor-keys" "8.41.0"
1640+
"@typescript-eslint/types" "8.42.0"
1641+
"@typescript-eslint/visitor-keys" "8.42.0"
16421642

1643-
"@typescript-eslint/tsconfig-utils@8.41.0", "@typescript-eslint/tsconfig-utils@^8.41.0":
1644-
version "8.41.0"
1645-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.41.0.tgz#134dee36eb16cdd78095a20bca0516d10b5dda75"
1646-
integrity sha512-TDhxYFPUYRFxFhuU5hTIJk+auzM/wKvWgoNYOPcOf6i4ReYlOoYN8q1dV5kOTjNQNJgzWN3TUUQMtlLOcUgdUw==
1643+
"@typescript-eslint/tsconfig-utils@8.42.0", "@typescript-eslint/tsconfig-utils@^8.42.0":
1644+
version "8.42.0"
1645+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.42.0.tgz#21a3e74396fd7443ff930bc41b27789ba7e9236e"
1646+
integrity sha512-kHeFUOdwAJfUmYKjR3CLgZSglGHjbNTi1H8sTYRYV2xX6eNz4RyJ2LIgsDLKf8Yi0/GL1WZAC/DgZBeBft8QAQ==
16471647

1648-
"@typescript-eslint/type-utils@8.41.0":
1649-
version "8.41.0"
1650-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.41.0.tgz#68d401e38fccf239925447e97bdbd048a9891ae5"
1651-
integrity sha512-63qt1h91vg3KsjVVonFJWjgSK7pZHSQFKH6uwqxAH9bBrsyRhO6ONoKyXxyVBzG1lJnFAJcKAcxLS54N1ee1OQ==
1648+
"@typescript-eslint/type-utils@8.42.0":
1649+
version "8.42.0"
1650+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.42.0.tgz#d6733e7a9fbdf5af60c09c6038dffde13f4e4253"
1651+
integrity sha512-9KChw92sbPTYVFw3JLRH1ockhyR3zqqn9lQXol3/YbI6jVxzWoGcT3AsAW0mu1MY0gYtsXnUGV/AKpkAj5tVlQ==
16521652
dependencies:
1653-
"@typescript-eslint/types" "8.41.0"
1654-
"@typescript-eslint/typescript-estree" "8.41.0"
1655-
"@typescript-eslint/utils" "8.41.0"
1653+
"@typescript-eslint/types" "8.42.0"
1654+
"@typescript-eslint/typescript-estree" "8.42.0"
1655+
"@typescript-eslint/utils" "8.42.0"
16561656
debug "^4.3.4"
16571657
ts-api-utils "^2.1.0"
16581658

1659-
"@typescript-eslint/types@8.41.0", "@typescript-eslint/types@^8.41.0":
1660-
version "8.41.0"
1661-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.41.0.tgz#9935afeaae65e535abcbcee95383fa649c64d16d"
1662-
integrity sha512-9EwxsWdVqh42afLbHP90n2VdHaWU/oWgbH2P0CfcNfdKL7CuKpwMQGjwev56vWu9cSKU7FWSu6r9zck6CVfnag==
1659+
"@typescript-eslint/types@8.42.0", "@typescript-eslint/types@^8.42.0":
1660+
version "8.42.0"
1661+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.42.0.tgz#ae15c09cebda20473772902033328e87372db008"
1662+
integrity sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==
16631663

1664-
"@typescript-eslint/typescript-estree@8.41.0":
1665-
version "8.41.0"
1666-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.41.0.tgz#7c9cff8b4334ce96f14e9689692e8cf426ce4d59"
1667-
integrity sha512-D43UwUYJmGhuwHfY7MtNKRZMmfd8+p/eNSfFe6tH5mbVDto+VQCayeAt35rOx3Cs6wxD16DQtIKw/YXxt5E0UQ==
1664+
"@typescript-eslint/typescript-estree@8.42.0":
1665+
version "8.42.0"
1666+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz#593c3af87d4462252c0d7239d1720b84a1b56864"
1667+
integrity sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ==
16681668
dependencies:
1669-
"@typescript-eslint/project-service" "8.41.0"
1670-
"@typescript-eslint/tsconfig-utils" "8.41.0"
1671-
"@typescript-eslint/types" "8.41.0"
1672-
"@typescript-eslint/visitor-keys" "8.41.0"
1669+
"@typescript-eslint/project-service" "8.42.0"
1670+
"@typescript-eslint/tsconfig-utils" "8.42.0"
1671+
"@typescript-eslint/types" "8.42.0"
1672+
"@typescript-eslint/visitor-keys" "8.42.0"
16731673
debug "^4.3.4"
16741674
fast-glob "^3.3.2"
16751675
is-glob "^4.0.3"
16761676
minimatch "^9.0.4"
16771677
semver "^7.6.0"
16781678
ts-api-utils "^2.1.0"
16791679

1680-
"@typescript-eslint/utils@8.41.0", "@typescript-eslint/utils@^8.0.0", "@typescript-eslint/utils@^8.26.1", "@typescript-eslint/utils@^8.32.0", "@typescript-eslint/utils@^8.32.1", "@typescript-eslint/utils@^8.34.1":
1681-
version "8.41.0"
1682-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.41.0.tgz#17cb3b766c1626311004ea41ffd8c27eb226b953"
1683-
integrity sha512-udbCVstxZ5jiPIXrdH+BZWnPatjlYwJuJkDA4Tbo3WyYLh8NvB+h/bKeSZHDOFKfphsZYJQqaFtLeXEqurQn1A==
1680+
"@typescript-eslint/utils@8.42.0", "@typescript-eslint/utils@^8.0.0", "@typescript-eslint/utils@^8.26.1", "@typescript-eslint/utils@^8.32.0", "@typescript-eslint/utils@^8.32.1", "@typescript-eslint/utils@^8.34.1":
1681+
version "8.42.0"
1682+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.42.0.tgz#95f8e0c697ff2f7da5f72e16135011f878d815c0"
1683+
integrity sha512-JnIzu7H3RH5BrKC4NoZqRfmjqCIS1u3hGZltDYJgkVdqAezl4L9d1ZLw+36huCujtSBSAirGINF/S4UxOcR+/g==
16841684
dependencies:
16851685
"@eslint-community/eslint-utils" "^4.7.0"
1686-
"@typescript-eslint/scope-manager" "8.41.0"
1687-
"@typescript-eslint/types" "8.41.0"
1688-
"@typescript-eslint/typescript-estree" "8.41.0"
1686+
"@typescript-eslint/scope-manager" "8.42.0"
1687+
"@typescript-eslint/types" "8.42.0"
1688+
"@typescript-eslint/typescript-estree" "8.42.0"
16891689

1690-
"@typescript-eslint/visitor-keys@8.41.0":
1691-
version "8.41.0"
1692-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.41.0.tgz#16eb99b55d207f6688002a2cf425e039579aa9a9"
1693-
integrity sha512-+GeGMebMCy0elMNg67LRNoVnUFPIm37iu5CmHESVx56/9Jsfdpsvbv605DQ81Pi/x11IdKUsS5nzgTYbCQU9fg==
1690+
"@typescript-eslint/visitor-keys@8.42.0":
1691+
version "8.42.0"
1692+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.42.0.tgz#87c6caaa1ac307bc73a87c1fc469f88f0162f27e"
1693+
integrity sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ==
16941694
dependencies:
1695-
"@typescript-eslint/types" "8.41.0"
1695+
"@typescript-eslint/types" "8.42.0"
16961696
eslint-visitor-keys "^4.2.1"
16971697

16981698
"@unrs/resolver-binding-darwin-arm64@1.7.11":
@@ -3108,17 +3108,17 @@ eslint-config-love@^120.0.0:
31083108
eslint-plugin-promise "^7.0.0"
31093109
typescript-eslint "^8.32.0"
31103110

3111-
eslint-config-txo-package-typescript@^1.0.112:
3112-
version "1.0.112"
3113-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.112.tgz#0f7abfccc035905f427c419ce790a50fc5acb7be"
3114-
integrity sha512-Eev+Ndd+hktcVy06nTXWM8gr1mAeWVinvYaClGPojQVhHmT7GSYSIwL6pJlga9y4FweYOJt05XN/Ydc25uVh6Q==
3111+
eslint-config-txo-package-typescript@^1.0.113:
3112+
version "1.0.113"
3113+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.113.tgz#3d2770052d76e1e1b93511b5df0276bf6dc49e7e"
3114+
integrity sha512-hXwk04jbdzCo+Q/K+HNlw/fCf9wQkI3EKRpQCDsrxi4JiSYLyOQ4gYFgLIcAgHN3NqjrmILQt3WLw6AzfmiDGw==
31153115
dependencies:
3116-
eslint-config-txo-typescript "^7.4.107"
3116+
eslint-config-txo-typescript "^7.4.108"
31173117

3118-
eslint-config-txo-typescript@^7.4.107:
3119-
version "7.4.107"
3120-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.107.tgz#e5e106f086fba322a2c9acc3d9ca2d6f9cde57f3"
3121-
integrity sha512-j5wXZ3Xm0MxQx053EE7/YHu8JPsa+EJCiH+Z5tozC/BXBB1FSzk4ulpzUxPodnh+xmKxyOyXHCDSTLclltqFPg==
3118+
eslint-config-txo-typescript@^7.4.108:
3119+
version "7.4.108"
3120+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.108.tgz#738a81489499b26f4506eb8f8878407133c3d2b7"
3121+
integrity sha512-W14k3mrKVxXpfqiw48FpQZDCdR13GL9hSDnvv6SkH7akbQ61UzU+9WokGjvicfy9odo/w55l0PBIMq7LwmD+Zg==
31223122
dependencies:
31233123
"@eslint-community/eslint-plugin-eslint-comments" "^4.5.0"
31243124
"@stylistic/eslint-plugin" "^4.4.1"
@@ -3131,7 +3131,7 @@ eslint-config-txo-typescript@^7.4.107:
31313131
eslint-plugin-n "^17.20.0"
31323132
eslint-plugin-promise "^7.2.1"
31333133
globals "^16.3.0"
3134-
typescript-eslint "^8.41.0"
3134+
typescript-eslint "^8.42.0"
31353135
yargs "^17.7.2"
31363136

31373137
eslint-import-context@^0.1.8:
@@ -7865,15 +7865,15 @@ typed-array-length@^1.0.6:
78657865
possible-typed-array-names "^1.0.0"
78667866
reflect.getprototypeof "^1.0.6"
78677867

7868-
typescript-eslint@^8.32.0, typescript-eslint@^8.41.0:
7869-
version "8.41.0"
7870-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.41.0.tgz#a13879a5998717140fefb0d808c8c2fbde1cb769"
7871-
integrity sha512-n66rzs5OBXW3SFSnZHr2T685q1i4ODm2nulFJhMZBotaTavsS8TrI3d7bDlRSs9yWo7HmyWrN9qDu14Qv7Y0Dw==
7868+
typescript-eslint@^8.32.0, typescript-eslint@^8.42.0:
7869+
version "8.42.0"
7870+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.42.0.tgz#e92f6c88569e202b361d5ca1655ad8e33a0554ea"
7871+
integrity sha512-ozR/rQn+aQXQxh1YgbCzQWDFrsi9mcg+1PM3l/z5o1+20P7suOIaNg515bpr/OYt6FObz/NHcBstydDLHWeEKg==
78727872
dependencies:
7873-
"@typescript-eslint/eslint-plugin" "8.41.0"
7874-
"@typescript-eslint/parser" "8.41.0"
7875-
"@typescript-eslint/typescript-estree" "8.41.0"
7876-
"@typescript-eslint/utils" "8.41.0"
7873+
"@typescript-eslint/eslint-plugin" "8.42.0"
7874+
"@typescript-eslint/parser" "8.42.0"
7875+
"@typescript-eslint/typescript-estree" "8.42.0"
7876+
"@typescript-eslint/utils" "8.42.0"
78777877

78787878
typescript@^5.9.2:
78797879
version "5.9.2"

0 commit comments

Comments
 (0)