Skip to content

Commit 5a28381

Browse files
chore(deps): update dependency eslint-config-txo-package-typescript to ^1.0.56 (#350)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b07f38 commit 5a28381

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
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.13.10",
5454
"concurrently": "^9.1.2",
55-
"eslint-config-txo-package-typescript": "^1.0.55",
55+
"eslint-config-txo-package-typescript": "^1.0.56",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",
5858
"lint-staged": "^15.5.0",

yarn.lock

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3076,24 +3076,24 @@ eslint-config-love@^119.0.0:
30763076
eslint-plugin-promise "^7.0.0"
30773077
typescript-eslint "^8.26.0"
30783078

3079-
eslint-config-txo-package-typescript@^1.0.55:
3080-
version "1.0.55"
3081-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.55.tgz#21a52ee913275f5b0bd0ab294b64fb3b7b126de6"
3082-
integrity sha512-M3rCGk5t9PlD/JXL9Dec4b3fKG2w5Ybi0ZoduRpG3Ka57A/UUyXW07Ud86Rpg+FLf0E++nTYH95QasrKgIWqlg==
3079+
eslint-config-txo-package-typescript@^1.0.56:
3080+
version "1.0.56"
3081+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.56.tgz#8d14b024d485bc412b548b6cdb861edadf2126ae"
3082+
integrity sha512-aYqDpUQQaT0l0MCC4gpBJT2oV/1UKJbdRo87rOzFmJl/a+wji044TSb7lS5UTqrALIGibnAhYAJXtaqzqzATpw==
30833083
dependencies:
3084-
eslint-config-txo-typescript "^7.4.38"
3084+
eslint-config-txo-typescript "^7.4.39"
30853085

3086-
eslint-config-txo-typescript@^7.4.38:
3087-
version "7.4.38"
3088-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.38.tgz#4f823debc396f86d22e986fe480cf7726de4bb5b"
3089-
integrity sha512-CKUnxKQykESGrGYIDw2D01SK+5YFQg8+sZAth4/joG16dvIKxguIVIAqu4Q7RJEafZ0PR5lzyss+Owtqj5N1Hw==
3086+
eslint-config-txo-typescript@^7.4.39:
3087+
version "7.4.40"
3088+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.40.tgz#b76171a48872a228e833e4440c5b94d81a6bcce3"
3089+
integrity sha512-5oGdVjd13NmKgRMlc8ZZtPMn5XhF2hVFRWREvnMLB9nnq4jE7ANYWXaWsSNF7Mho/8mcxgL56iEDDtN/PvfLdQ==
30903090
dependencies:
30913091
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
30923092
"@stylistic/eslint-plugin" "^4.2.0"
30933093
"@typescript-eslint/utils" "^8.26.1"
30943094
eslint "^9.22.0"
30953095
eslint-config-love "^119.0.0"
3096-
eslint-import-resolver-typescript "^4.0.0"
3096+
eslint-import-resolver-typescript "^4.2.0"
30973097
eslint-plugin-import "^2.31.0"
30983098
eslint-plugin-jest "^28.11.0"
30993099
eslint-plugin-n "^17.16.2"
@@ -3111,14 +3111,13 @@ eslint-import-resolver-node@^0.3.9:
31113111
is-core-module "^2.13.0"
31123112
resolve "^1.22.4"
31133113

3114-
eslint-import-resolver-typescript@^4.0.0:
3115-
version "4.0.0"
3116-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-4.0.0.tgz#3c5fe80059fb235f098b3fb08a949152182d8f4f"
3117-
integrity sha512-dnZZVh4I0yYrKDwT+G9+QvatOjArurtwZS3n2i5SKfFYiy+669z2wkR8ZI5gh8yUGJYH86kUhp0FkSlKerl02w==
3114+
eslint-import-resolver-typescript@^4.2.0:
3115+
version "4.2.0"
3116+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-4.2.0.tgz#fe03dbfb61360dd1d575da28c8b52dba62cbc1bc"
3117+
integrity sha512-VpsqcxzMY5q/XdXzlyCxSLPCbwNLMgCFGjCHzuQPgNiQvOzTVM5VCEHVA/3Gn5m8egfW/A+7Cn+/58ZVRNd5sg==
31183118
dependencies:
31193119
debug "^4.4.0"
31203120
get-tsconfig "^4.10.0"
3121-
is-bun-module "^1.3.0"
31223121
rspack-resolver "^1.1.2"
31233122
stable-hash "^0.0.5"
31243123
tinyglobby "^0.2.12"
@@ -4267,13 +4266,6 @@ is-buffer@^2.0.0:
42674266
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
42684267
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
42694268

4270-
is-bun-module@^1.3.0:
4271-
version "1.3.0"
4272-
resolved "https://registry.yarnpkg.com/is-bun-module/-/is-bun-module-1.3.0.tgz#ea4d24fdebfcecc98e81bcbcb506827fee288760"
4273-
integrity sha512-DgXeu5UWI0IsMQundYb5UAOzm6G2eVnarJ0byP6Tm55iZNKceD59LNPA2L4VvsScTtHcw0yEkVwSf7PC+QoLSA==
4274-
dependencies:
4275-
semver "^7.6.3"
4276-
42774269
is-callable@^1.1.3, is-callable@^1.2.7:
42784270
version "1.2.7"
42794271
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"

0 commit comments

Comments
 (0)