Skip to content

Commit 0200db9

Browse files
chore(deps): update dependency eslint-config-txo-package-typescript to ^1.0.104 (#369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a1b76d commit 0200db9

File tree

2 files changed

+80
-80
lines changed

2 files changed

+80
-80
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.15.34",
5353
"concurrently": "^9.2.0",
54-
"eslint-config-txo-package-typescript": "^1.0.103",
54+
"eslint-config-txo-package-typescript": "^1.0.104",
5555
"graphql": "^16.11.0",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",

yarn.lock

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

1600-
"@typescript-eslint/eslint-plugin@8.35.0":
1601-
version "8.35.0"
1602-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.35.0.tgz#515170100ff867445fe0a17ce05c14fc5fd9ca63"
1603-
integrity sha512-ijItUYaiWuce0N1SoSMrEd0b6b6lYkYt99pqCPfybd+HKVXtEvYhICfLdwp42MhiI5mp0oq7PKEL+g1cNiz/Eg==
1600+
"@typescript-eslint/eslint-plugin@8.35.1":
1601+
version "8.35.1"
1602+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.35.1.tgz#06b1129fe26d6532abd58fb2b3fe9810bd016935"
1603+
integrity sha512-9XNTlo7P7RJxbVeICaIIIEipqxLKguyh+3UbXuT2XQuFp6d8VOeDEGuz5IiX0dgZo8CiI6aOFLg4e8cF71SFVg==
16041604
dependencies:
16051605
"@eslint-community/regexpp" "^4.10.0"
1606-
"@typescript-eslint/scope-manager" "8.35.0"
1607-
"@typescript-eslint/type-utils" "8.35.0"
1608-
"@typescript-eslint/utils" "8.35.0"
1609-
"@typescript-eslint/visitor-keys" "8.35.0"
1606+
"@typescript-eslint/scope-manager" "8.35.1"
1607+
"@typescript-eslint/type-utils" "8.35.1"
1608+
"@typescript-eslint/utils" "8.35.1"
1609+
"@typescript-eslint/visitor-keys" "8.35.1"
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.35.0":
1616-
version "8.35.0"
1617-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.35.0.tgz#20a0e17778a329a6072722f5ac418d4376b767d2"
1618-
integrity sha512-6sMvZePQrnZH2/cJkwRpkT7DxoAWh+g6+GFRK6bV3YQo7ogi3SX5rgF6099r5Q53Ma5qeT7LGmOmuIutF4t3lA==
1615+
"@typescript-eslint/parser@8.35.1":
1616+
version "8.35.1"
1617+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.35.1.tgz#787312e80f0f337d85f4c2a569411c469e852d44"
1618+
integrity sha512-3MyiDfrfLeK06bi/g9DqJxP5pV74LNv4rFTyvGDmT3x2p1yp1lOd+qYZfiRPIOf/oON+WRZR5wxxuF85qOar+w==
16191619
dependencies:
1620-
"@typescript-eslint/scope-manager" "8.35.0"
1621-
"@typescript-eslint/types" "8.35.0"
1622-
"@typescript-eslint/typescript-estree" "8.35.0"
1623-
"@typescript-eslint/visitor-keys" "8.35.0"
1620+
"@typescript-eslint/scope-manager" "8.35.1"
1621+
"@typescript-eslint/types" "8.35.1"
1622+
"@typescript-eslint/typescript-estree" "8.35.1"
1623+
"@typescript-eslint/visitor-keys" "8.35.1"
16241624
debug "^4.3.4"
16251625

1626-
"@typescript-eslint/project-service@8.35.0":
1627-
version "8.35.0"
1628-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.35.0.tgz#00bd77e6845fbdb5684c6ab2d8a400a58dcfb07b"
1629-
integrity sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ==
1626+
"@typescript-eslint/project-service@8.35.1":
1627+
version "8.35.1"
1628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.35.1.tgz#815bb771f2f6c97780e44299434ece3c2e526127"
1629+
integrity sha512-VYxn/5LOpVxADAuP3NrnxxHYfzVtQzLKeldIhDhzC8UHaiQvYlXvKuVho1qLduFbJjjy5U5bkGwa3rUGUb1Q6Q==
16301630
dependencies:
1631-
"@typescript-eslint/tsconfig-utils" "^8.35.0"
1632-
"@typescript-eslint/types" "^8.35.0"
1631+
"@typescript-eslint/tsconfig-utils" "^8.35.1"
1632+
"@typescript-eslint/types" "^8.35.1"
16331633
debug "^4.3.4"
16341634

1635-
"@typescript-eslint/scope-manager@8.35.0":
1636-
version "8.35.0"
1637-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz#8ccb2ab63383544fab98fc4b542d8d141259ff4f"
1638-
integrity sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA==
1635+
"@typescript-eslint/scope-manager@8.35.1":
1636+
version "8.35.1"
1637+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.35.1.tgz#b19f9be65c8d1059e88a323a1a6567dbfe0a1a4e"
1638+
integrity sha512-s/Bpd4i7ht2934nG+UoSPlYXd08KYz3bmjLEb7Ye1UVob0d1ENiT3lY8bsCmik4RqfSbPw9xJJHbugpPpP5JUg==
16391639
dependencies:
1640-
"@typescript-eslint/types" "8.35.0"
1641-
"@typescript-eslint/visitor-keys" "8.35.0"
1640+
"@typescript-eslint/types" "8.35.1"
1641+
"@typescript-eslint/visitor-keys" "8.35.1"
16421642

1643-
"@typescript-eslint/tsconfig-utils@8.35.0", "@typescript-eslint/tsconfig-utils@^8.35.0":
1644-
version "8.35.0"
1645-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz#6e05aeb999999e31d562ceb4fe144f3cbfbd670e"
1646-
integrity sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==
1643+
"@typescript-eslint/tsconfig-utils@8.35.1", "@typescript-eslint/tsconfig-utils@^8.35.1":
1644+
version "8.35.1"
1645+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.1.tgz#c2db8714c181cc0700216c1a2e3cf55719c58006"
1646+
integrity sha512-K5/U9VmT9dTHoNowWZpz+/TObS3xqC5h0xAIjXPw+MNcKV9qg6eSatEnmeAwkjHijhACH0/N7bkhKvbt1+DXWQ==
16471647

1648-
"@typescript-eslint/type-utils@8.35.0":
1649-
version "8.35.0"
1650-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.35.0.tgz#0201eae9d83ffcc3451ef8c94f53ecfbf2319ecc"
1651-
integrity sha512-ceNNttjfmSEoM9PW87bWLDEIaLAyR+E6BoYJQ5PfaDau37UGca9Nyq3lBk8Bw2ad0AKvYabz6wxc7DMTO2jnNA==
1648+
"@typescript-eslint/type-utils@8.35.1":
1649+
version "8.35.1"
1650+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.35.1.tgz#4f9a07d6efa0e617a67e1890d28117e68ce154bd"
1651+
integrity sha512-HOrUBlfVRz5W2LIKpXzZoy6VTZzMu2n8q9C2V/cFngIC5U1nStJgv0tMV4sZPzdf4wQm9/ToWUFPMN9Vq9VJQQ==
16521652
dependencies:
1653-
"@typescript-eslint/typescript-estree" "8.35.0"
1654-
"@typescript-eslint/utils" "8.35.0"
1653+
"@typescript-eslint/typescript-estree" "8.35.1"
1654+
"@typescript-eslint/utils" "8.35.1"
16551655
debug "^4.3.4"
16561656
ts-api-utils "^2.1.0"
16571657

1658-
"@typescript-eslint/types@8.35.0", "@typescript-eslint/types@^8.35.0":
1659-
version "8.35.0"
1660-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.0.tgz#e60d062907930e30008d796de5c4170f02618a93"
1661-
integrity sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ==
1658+
"@typescript-eslint/types@8.35.1", "@typescript-eslint/types@^8.35.1":
1659+
version "8.35.1"
1660+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.1.tgz#4344dcf934495bbf25a9f83a06dd9fe2acf15780"
1661+
integrity sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==
16621662

1663-
"@typescript-eslint/typescript-estree@8.35.0":
1664-
version "8.35.0"
1665-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz#86141e6c55b75bc1eaecc0781bd39704de14e52a"
1666-
integrity sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w==
1663+
"@typescript-eslint/typescript-estree@8.35.1":
1664+
version "8.35.1"
1665+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.1.tgz#b80e85fcb6bfbcbacb3224b1367f6ca3f03e6183"
1666+
integrity sha512-Vvpuvj4tBxIka7cPs6Y1uvM7gJgdF5Uu9F+mBJBPY4MhvjrjWGK4H0lVgLJd/8PWZ23FTqsaJaLEkBCFUk8Y9g==
16671667
dependencies:
1668-
"@typescript-eslint/project-service" "8.35.0"
1669-
"@typescript-eslint/tsconfig-utils" "8.35.0"
1670-
"@typescript-eslint/types" "8.35.0"
1671-
"@typescript-eslint/visitor-keys" "8.35.0"
1668+
"@typescript-eslint/project-service" "8.35.1"
1669+
"@typescript-eslint/tsconfig-utils" "8.35.1"
1670+
"@typescript-eslint/types" "8.35.1"
1671+
"@typescript-eslint/visitor-keys" "8.35.1"
16721672
debug "^4.3.4"
16731673
fast-glob "^3.3.2"
16741674
is-glob "^4.0.3"
16751675
minimatch "^9.0.4"
16761676
semver "^7.6.0"
16771677
ts-api-utils "^2.1.0"
16781678

1679-
"@typescript-eslint/utils@8.35.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":
1680-
version "8.35.0"
1681-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.35.0.tgz#aaf0afab5ab51ea2f1897002907eacd9834606d5"
1682-
integrity sha512-nqoMu7WWM7ki5tPgLVsmPM8CkqtoPUG6xXGeefM5t4x3XumOEKMoUZPdi+7F+/EotukN4R9OWdmDxN80fqoZeg==
1679+
"@typescript-eslint/utils@8.35.1", "@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":
1680+
version "8.35.1"
1681+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.35.1.tgz#a9a0ceeb81c9d132f3f75537ad2ca7f6ca266523"
1682+
integrity sha512-lhnwatFmOFcazAsUm3ZnZFpXSxiwoa1Lj50HphnDe1Et01NF4+hrdXONSUHIcbVu2eFb1bAf+5yjXkGVkXBKAQ==
16831683
dependencies:
16841684
"@eslint-community/eslint-utils" "^4.7.0"
1685-
"@typescript-eslint/scope-manager" "8.35.0"
1686-
"@typescript-eslint/types" "8.35.0"
1687-
"@typescript-eslint/typescript-estree" "8.35.0"
1685+
"@typescript-eslint/scope-manager" "8.35.1"
1686+
"@typescript-eslint/types" "8.35.1"
1687+
"@typescript-eslint/typescript-estree" "8.35.1"
16881688

1689-
"@typescript-eslint/visitor-keys@8.35.0":
1690-
version "8.35.0"
1691-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz#93e905e7f1e94d26a79771d1b1eb0024cb159dbf"
1692-
integrity sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g==
1689+
"@typescript-eslint/visitor-keys@8.35.1":
1690+
version "8.35.1"
1691+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.1.tgz#aac78ab2265dd11927bc6af3f9c5a021bbc1670a"
1692+
integrity sha512-VRwixir4zBWCSTP/ljEo091lbpypz57PoeAQ9imjG+vbeof9LplljsL1mos4ccG6H9IjfrVGM359RozUnuFhpw==
16931693
dependencies:
1694-
"@typescript-eslint/types" "8.35.0"
1694+
"@typescript-eslint/types" "8.35.1"
16951695
eslint-visitor-keys "^4.2.1"
16961696

16971697
"@unrs/resolver-binding-darwin-arm64@1.7.11":
@@ -3120,17 +3120,17 @@ eslint-config-love@^120.0.0:
31203120
eslint-plugin-promise "^7.0.0"
31213121
typescript-eslint "^8.32.0"
31223122

3123-
eslint-config-txo-package-typescript@^1.0.103:
3124-
version "1.0.103"
3125-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.103.tgz#78795fbd8efd6584d18245247c75f76bf451b98f"
3126-
integrity sha512-xSe9LJlrBHIX2PRV/yGw3Cwv92eUKK5+xZNIKy/SBBZO3PEs78GcNmX8tYmLiWcjTAMiCavhgxxx5i91cChcgw==
3123+
eslint-config-txo-package-typescript@^1.0.104:
3124+
version "1.0.104"
3125+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.104.tgz#397382d391a040026e50c49f07c6f838a5904192"
3126+
integrity sha512-QosvdCezF1lJ3dgJVKQmItxxcokw7/vD1LN9WkpRxF71nFtZvboMjwVcpsyWIRNwd5dr91TGnYXMsZTHpqNweQ==
31273127
dependencies:
3128-
eslint-config-txo-typescript "^7.4.98"
3128+
eslint-config-txo-typescript "^7.4.99"
31293129

3130-
eslint-config-txo-typescript@^7.4.98:
3131-
version "7.4.98"
3132-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.98.tgz#6e08a0205e59d3df73df986a16ee139510b1514d"
3133-
integrity sha512-esE7Idh+xHTgV0vw4iXEpLfIYmUTDqDpHridJflzjbq9HbmiBJOlGalG/jzOFJxJ8EhJAMjdxgQfkv2XWUnFIw==
3130+
eslint-config-txo-typescript@^7.4.99:
3131+
version "7.4.99"
3132+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.99.tgz#4fcbffaa6a3eee1edd610c328a4e93612c6ef155"
3133+
integrity sha512-zpm6f4qbd63I5usnoxWDmHCs1dBQV7YD3qh3Ri/uCbUY1HO8u+Q3mmwP2eHp/CmTLFHI+yjVzVS2e2cDORkjKw==
31343134
dependencies:
31353135
"@eslint-community/eslint-plugin-eslint-comments" "^4.5.0"
31363136
"@stylistic/eslint-plugin" "^4.4.1"
@@ -3143,7 +3143,7 @@ eslint-config-txo-typescript@^7.4.98:
31433143
eslint-plugin-n "^17.20.0"
31443144
eslint-plugin-promise "^7.2.1"
31453145
globals "^16.2.0"
3146-
typescript-eslint "^8.35.0"
3146+
typescript-eslint "^8.35.1"
31473147
yargs "^17.7.2"
31483148

31493149
eslint-import-context@^0.1.8:
@@ -7901,14 +7901,14 @@ typed-array-length@^1.0.6:
79017901
possible-typed-array-names "^1.0.0"
79027902
reflect.getprototypeof "^1.0.6"
79037903

7904-
typescript-eslint@^8.32.0, typescript-eslint@^8.35.0:
7905-
version "8.35.0"
7906-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.35.0.tgz#65afcdde973614b8f44fa89293919420ca9b904e"
7907-
integrity sha512-uEnz70b7kBz6eg/j0Czy6K5NivaYopgxRjsnAJ2Fx5oTLo3wefTHIbL7AkQr1+7tJCRVpTs/wiM8JR/11Loq9A==
7904+
typescript-eslint@^8.32.0, typescript-eslint@^8.35.1:
7905+
version "8.35.1"
7906+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.35.1.tgz#4ddeda5c5777a7bd86516280d8099ada06055f2f"
7907+
integrity sha512-xslJjFzhOmHYQzSB/QTeASAHbjmxOGEP6Coh93TXmUBFQoJ1VU35UHIDmG06Jd6taf3wqqC1ntBnCMeymy5Ovw==
79087908
dependencies:
7909-
"@typescript-eslint/eslint-plugin" "8.35.0"
7910-
"@typescript-eslint/parser" "8.35.0"
7911-
"@typescript-eslint/utils" "8.35.0"
7909+
"@typescript-eslint/eslint-plugin" "8.35.1"
7910+
"@typescript-eslint/parser" "8.35.1"
7911+
"@typescript-eslint/utils" "8.35.1"
79127912

79137913
typescript@^5.8.3:
79147914
version "5.8.3"

0 commit comments

Comments
 (0)