Skip to content

Commit cc196b0

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

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
@@ -52,7 +52,7 @@
5252
"@types/jest": "^29.5.14",
5353
"@types/node": "^22.15.21",
5454
"concurrently": "^9.1.2",
55-
"eslint-config-txo-package-typescript": "^1.0.90",
55+
"eslint-config-txo-package-typescript": "^1.0.91",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",
5858
"lint-staged": "^16.0.0",

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3114,24 +3114,24 @@ eslint-config-love@^120.0.0:
31143114
eslint-plugin-promise "^7.0.0"
31153115
typescript-eslint "^8.32.0"
31163116

3117-
eslint-config-txo-package-typescript@^1.0.90:
3118-
version "1.0.90"
3119-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.90.tgz#f896d49d3fbf43c89b6f2cea03823d8ea8ce56f6"
3120-
integrity sha512-v2hdvx8fv7/bzO3W7PrpmEOdx93itUrI0yJSrOSrgbtqxrrrrSWmlWZ2+SCzlpmAvO2z0F0edXTPFZsorzjFdA==
3117+
eslint-config-txo-package-typescript@^1.0.91:
3118+
version "1.0.91"
3119+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.91.tgz#2064abb782fb3248f6cb8b9f2d66413d85e6a5cf"
3120+
integrity sha512-dL1RrrnDwhth987w9tn+toEp7680BJx+DAY6wfLhe9CJdaYnxBwZyn51m1Dgv9uzJH8uqXVrluLHIZ1derRcCw==
31213121
dependencies:
3122-
eslint-config-txo-typescript "^7.4.80"
3122+
eslint-config-txo-typescript "^7.4.81"
31233123

3124-
eslint-config-txo-typescript@^7.4.80:
3125-
version "7.4.80"
3126-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.80.tgz#9ce59bb8ff2e9d90a6bfbc51e4e8d60ee832e796"
3127-
integrity sha512-ExX1aS5H3oaXcCHjAPoaEqdpcXriGPbxBAUKCSxhIl5GHIMYwQocKAuD/h81j4gV9dEJzsSx9iFa78rNbuCeuA==
3124+
eslint-config-txo-typescript@^7.4.81:
3125+
version "7.4.81"
3126+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.81.tgz#6e97a33fda3e56c9bfe056af3c56ade1d7fb24b4"
3127+
integrity sha512-K0BH6ftcbl0FalAFPnlWqUD60k+ZAWY9r4otCj0oXalMiEFp5Wm/TPafonkvKEsy7pFPepPZf/GB+4pNL3E2Zw==
31283128
dependencies:
31293129
"@eslint-community/eslint-plugin-eslint-comments" "^4.5.0"
31303130
"@stylistic/eslint-plugin" "^4.4.0"
31313131
"@typescript-eslint/utils" "^8.32.1"
31323132
eslint "^9.27.0"
31333133
eslint-config-love "^120.0.0"
3134-
eslint-import-resolver-typescript "^4.4.0"
3134+
eslint-import-resolver-typescript "^4.4.1"
31353135
eslint-plugin-import "^2.31.0"
31363136
eslint-plugin-jest "^28.11.0"
31373137
eslint-plugin-n "^17.18.0"
@@ -3140,10 +3140,10 @@ eslint-config-txo-typescript@^7.4.80:
31403140
typescript-eslint "^8.32.1"
31413141
yargs "^17.7.2"
31423142

3143-
eslint-import-context@^0.1.3:
3144-
version "0.1.4"
3145-
resolved "https://registry.yarnpkg.com/eslint-import-context/-/eslint-import-context-0.1.4.tgz#38b2bdc6d57fcf357a8c61cf02f8b46652b02dde"
3146-
integrity sha512-x3+etvB5TPxjFIq2m4tTnpt/9Ekp5GZKzXNp5ExLaS7Qv9E5BVs/Td7jxSnRtSzrgTCExXZlc0MuOdSuDLURiQ==
3143+
eslint-import-context@^0.1.5:
3144+
version "0.1.6"
3145+
resolved "https://registry.yarnpkg.com/eslint-import-context/-/eslint-import-context-0.1.6.tgz#42dcd6718beea6279a78015e347d82a1c75f0dfa"
3146+
integrity sha512-/e2ZNPDLCrU8niIy0pddcvXuoO2YrKjf3NAIX+60mHJBT4yv7mqCqvVdyCW2E720e25e4S/1OSVef4U6efGLFg==
31473147
dependencies:
31483148
get-tsconfig "^4.10.1"
31493149
stable-hash "^0.0.5"
@@ -3157,17 +3157,17 @@ eslint-import-resolver-node@^0.3.9:
31573157
is-core-module "^2.13.0"
31583158
resolve "^1.22.4"
31593159

3160-
eslint-import-resolver-typescript@^4.4.0:
3161-
version "4.4.0"
3162-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-4.4.0.tgz#b503ab8d621a6977fe7b16a02c3cf5ef2dcb0395"
3163-
integrity sha512-wGgsNnIzv9Rm4UbjZ5ELHtyOMLpYPa/UcMhqtiRx6sL80ySmbc3D/E6zeHHU3JtpxCvaIafo+V53+2u68LIdGA==
3160+
eslint-import-resolver-typescript@^4.4.1:
3161+
version "4.4.1"
3162+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-4.4.1.tgz#3da41dcaa17ddfc520ad2d2d1e30b8ac4e137e8e"
3163+
integrity sha512-KHQnjMAn/Hbs1AcMs2YfJTeNoWsaOoMRvJUKr77Y2dv7jNOaT8/IJYlvfN/ZIwTxUsv2B6amwv7u9bt2Vl9lZg==
31643164
dependencies:
31653165
debug "^4.4.1"
3166-
eslint-import-context "^0.1.3"
3166+
eslint-import-context "^0.1.5"
31673167
get-tsconfig "^4.10.1"
31683168
is-bun-module "^2.0.0"
31693169
stable-hash "^0.0.5"
3170-
tinyglobby "^0.2.13"
3170+
tinyglobby "^0.2.14"
31713171
unrs-resolver "^1.7.2"
31723172

31733173
eslint-module-utils@^2.12.0:
@@ -7696,10 +7696,10 @@ tinyexec@^1.0.0:
76967696
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.1.tgz#70c31ab7abbb4aea0a24f55d120e5990bfa1e0b1"
76977697
integrity sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==
76987698

7699-
tinyglobby@^0.2.13:
7700-
version "0.2.13"
7701-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.13.tgz#a0e46515ce6cbcd65331537e57484af5a7b2ff7e"
7702-
integrity sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==
7699+
tinyglobby@^0.2.14:
7700+
version "0.2.14"
7701+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
7702+
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
77037703
dependencies:
77047704
fdir "^6.4.4"
77057705
picomatch "^4.0.2"

0 commit comments

Comments
 (0)