Skip to content

Commit b3cdfc6

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

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
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.21",
5353
"concurrently": "^9.1.2",
54-
"eslint-config-txo-package-typescript": "^1.0.90",
54+
"eslint-config-txo-package-typescript": "^1.0.91",
5555
"graphql": "^16.11.0",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3104,24 +3104,24 @@ eslint-config-love@^120.0.0:
31043104
eslint-plugin-promise "^7.0.0"
31053105
typescript-eslint "^8.32.0"
31063106

3107-
eslint-config-txo-package-typescript@^1.0.90:
3108-
version "1.0.90"
3109-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.90.tgz#f896d49d3fbf43c89b6f2cea03823d8ea8ce56f6"
3110-
integrity sha512-v2hdvx8fv7/bzO3W7PrpmEOdx93itUrI0yJSrOSrgbtqxrrrrSWmlWZ2+SCzlpmAvO2z0F0edXTPFZsorzjFdA==
3107+
eslint-config-txo-package-typescript@^1.0.91:
3108+
version "1.0.91"
3109+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.91.tgz#2064abb782fb3248f6cb8b9f2d66413d85e6a5cf"
3110+
integrity sha512-dL1RrrnDwhth987w9tn+toEp7680BJx+DAY6wfLhe9CJdaYnxBwZyn51m1Dgv9uzJH8uqXVrluLHIZ1derRcCw==
31113111
dependencies:
3112-
eslint-config-txo-typescript "^7.4.80"
3112+
eslint-config-txo-typescript "^7.4.81"
31133113

3114-
eslint-config-txo-typescript@^7.4.80:
3115-
version "7.4.80"
3116-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.80.tgz#9ce59bb8ff2e9d90a6bfbc51e4e8d60ee832e796"
3117-
integrity sha512-ExX1aS5H3oaXcCHjAPoaEqdpcXriGPbxBAUKCSxhIl5GHIMYwQocKAuD/h81j4gV9dEJzsSx9iFa78rNbuCeuA==
3114+
eslint-config-txo-typescript@^7.4.81:
3115+
version "7.4.81"
3116+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.81.tgz#6e97a33fda3e56c9bfe056af3c56ade1d7fb24b4"
3117+
integrity sha512-K0BH6ftcbl0FalAFPnlWqUD60k+ZAWY9r4otCj0oXalMiEFp5Wm/TPafonkvKEsy7pFPepPZf/GB+4pNL3E2Zw==
31183118
dependencies:
31193119
"@eslint-community/eslint-plugin-eslint-comments" "^4.5.0"
31203120
"@stylistic/eslint-plugin" "^4.4.0"
31213121
"@typescript-eslint/utils" "^8.32.1"
31223122
eslint "^9.27.0"
31233123
eslint-config-love "^120.0.0"
3124-
eslint-import-resolver-typescript "^4.4.0"
3124+
eslint-import-resolver-typescript "^4.4.1"
31253125
eslint-plugin-import "^2.31.0"
31263126
eslint-plugin-jest "^28.11.0"
31273127
eslint-plugin-n "^17.18.0"
@@ -3130,10 +3130,10 @@ eslint-config-txo-typescript@^7.4.80:
31303130
typescript-eslint "^8.32.1"
31313131
yargs "^17.7.2"
31323132

3133-
eslint-import-context@^0.1.3:
3134-
version "0.1.4"
3135-
resolved "https://registry.yarnpkg.com/eslint-import-context/-/eslint-import-context-0.1.4.tgz#38b2bdc6d57fcf357a8c61cf02f8b46652b02dde"
3136-
integrity sha512-x3+etvB5TPxjFIq2m4tTnpt/9Ekp5GZKzXNp5ExLaS7Qv9E5BVs/Td7jxSnRtSzrgTCExXZlc0MuOdSuDLURiQ==
3133+
eslint-import-context@^0.1.5:
3134+
version "0.1.6"
3135+
resolved "https://registry.yarnpkg.com/eslint-import-context/-/eslint-import-context-0.1.6.tgz#42dcd6718beea6279a78015e347d82a1c75f0dfa"
3136+
integrity sha512-/e2ZNPDLCrU8niIy0pddcvXuoO2YrKjf3NAIX+60mHJBT4yv7mqCqvVdyCW2E720e25e4S/1OSVef4U6efGLFg==
31373137
dependencies:
31383138
get-tsconfig "^4.10.1"
31393139
stable-hash "^0.0.5"
@@ -3147,17 +3147,17 @@ eslint-import-resolver-node@^0.3.9:
31473147
is-core-module "^2.13.0"
31483148
resolve "^1.22.4"
31493149

3150-
eslint-import-resolver-typescript@^4.4.0:
3151-
version "4.4.0"
3152-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-4.4.0.tgz#b503ab8d621a6977fe7b16a02c3cf5ef2dcb0395"
3153-
integrity sha512-wGgsNnIzv9Rm4UbjZ5ELHtyOMLpYPa/UcMhqtiRx6sL80ySmbc3D/E6zeHHU3JtpxCvaIafo+V53+2u68LIdGA==
3150+
eslint-import-resolver-typescript@^4.4.1:
3151+
version "4.4.1"
3152+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-4.4.1.tgz#3da41dcaa17ddfc520ad2d2d1e30b8ac4e137e8e"
3153+
integrity sha512-KHQnjMAn/Hbs1AcMs2YfJTeNoWsaOoMRvJUKr77Y2dv7jNOaT8/IJYlvfN/ZIwTxUsv2B6amwv7u9bt2Vl9lZg==
31543154
dependencies:
31553155
debug "^4.4.1"
3156-
eslint-import-context "^0.1.3"
3156+
eslint-import-context "^0.1.5"
31573157
get-tsconfig "^4.10.1"
31583158
is-bun-module "^2.0.0"
31593159
stable-hash "^0.0.5"
3160-
tinyglobby "^0.2.13"
3160+
tinyglobby "^0.2.14"
31613161
unrs-resolver "^1.7.2"
31623162

31633163
eslint-module-utils@^2.12.0:
@@ -7693,10 +7693,10 @@ tinyexec@^1.0.0:
76937693
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.1.tgz#70c31ab7abbb4aea0a24f55d120e5990bfa1e0b1"
76947694
integrity sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==
76957695

7696-
tinyglobby@^0.2.13:
7697-
version "0.2.13"
7698-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.13.tgz#a0e46515ce6cbcd65331537e57484af5a7b2ff7e"
7699-
integrity sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==
7696+
tinyglobby@^0.2.14:
7697+
version "0.2.14"
7698+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
7699+
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
77007700
dependencies:
77017701
fdir "^6.4.4"
77027702
picomatch "^4.0.2"

0 commit comments

Comments
 (0)