Skip to content

Commit 1eb91ba

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

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
@@ -51,7 +51,7 @@
5151
"@types/jest": "^29.5.14",
5252
"@types/node": "^22.13.10",
5353
"concurrently": "^9.1.2",
54-
"eslint-config-txo-package-typescript": "^1.0.55",
54+
"eslint-config-txo-package-typescript": "^1.0.56",
5555
"graphql": "^16.10.0",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",

yarn.lock

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,24 +3066,24 @@ eslint-config-love@^119.0.0:
30663066
eslint-plugin-promise "^7.0.0"
30673067
typescript-eslint "^8.26.0"
30683068

3069-
eslint-config-txo-package-typescript@^1.0.55:
3070-
version "1.0.55"
3071-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.55.tgz#21a52ee913275f5b0bd0ab294b64fb3b7b126de6"
3072-
integrity sha512-M3rCGk5t9PlD/JXL9Dec4b3fKG2w5Ybi0ZoduRpG3Ka57A/UUyXW07Ud86Rpg+FLf0E++nTYH95QasrKgIWqlg==
3069+
eslint-config-txo-package-typescript@^1.0.56:
3070+
version "1.0.56"
3071+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.56.tgz#8d14b024d485bc412b548b6cdb861edadf2126ae"
3072+
integrity sha512-aYqDpUQQaT0l0MCC4gpBJT2oV/1UKJbdRo87rOzFmJl/a+wji044TSb7lS5UTqrALIGibnAhYAJXtaqzqzATpw==
30733073
dependencies:
3074-
eslint-config-txo-typescript "^7.4.38"
3074+
eslint-config-txo-typescript "^7.4.39"
30753075

3076-
eslint-config-txo-typescript@^7.4.38:
3077-
version "7.4.38"
3078-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.38.tgz#4f823debc396f86d22e986fe480cf7726de4bb5b"
3079-
integrity sha512-CKUnxKQykESGrGYIDw2D01SK+5YFQg8+sZAth4/joG16dvIKxguIVIAqu4Q7RJEafZ0PR5lzyss+Owtqj5N1Hw==
3076+
eslint-config-txo-typescript@^7.4.39:
3077+
version "7.4.39"
3078+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.39.tgz#c4904609c7e6f1dabf01afd243bc2d66307ed380"
3079+
integrity sha512-5jJcFjExU7HffeH+8eBl1m3zULW8NJ3HJ0G/xplqzcsmHp/tX7lO2KaAxkizABlaRDnQEgCtx9V2Q037DxWHWA==
30803080
dependencies:
30813081
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
30823082
"@stylistic/eslint-plugin" "^4.2.0"
30833083
"@typescript-eslint/utils" "^8.26.1"
30843084
eslint "^9.22.0"
30853085
eslint-config-love "^119.0.0"
3086-
eslint-import-resolver-typescript "^4.0.0"
3086+
eslint-import-resolver-typescript "^4.1.1"
30873087
eslint-plugin-import "^2.31.0"
30883088
eslint-plugin-jest "^28.11.0"
30893089
eslint-plugin-n "^17.16.2"
@@ -3101,14 +3101,13 @@ eslint-import-resolver-node@^0.3.9:
31013101
is-core-module "^2.13.0"
31023102
resolve "^1.22.4"
31033103

3104-
eslint-import-resolver-typescript@^4.0.0:
3105-
version "4.0.0"
3106-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-4.0.0.tgz#3c5fe80059fb235f098b3fb08a949152182d8f4f"
3107-
integrity sha512-dnZZVh4I0yYrKDwT+G9+QvatOjArurtwZS3n2i5SKfFYiy+669z2wkR8ZI5gh8yUGJYH86kUhp0FkSlKerl02w==
3104+
eslint-import-resolver-typescript@^4.1.1:
3105+
version "4.2.0"
3106+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-4.2.0.tgz#fe03dbfb61360dd1d575da28c8b52dba62cbc1bc"
3107+
integrity sha512-VpsqcxzMY5q/XdXzlyCxSLPCbwNLMgCFGjCHzuQPgNiQvOzTVM5VCEHVA/3Gn5m8egfW/A+7Cn+/58ZVRNd5sg==
31083108
dependencies:
31093109
debug "^4.4.0"
31103110
get-tsconfig "^4.10.0"
3111-
is-bun-module "^1.3.0"
31123111
rspack-resolver "^1.1.2"
31133112
stable-hash "^0.0.5"
31143113
tinyglobby "^0.2.12"
@@ -4262,13 +4261,6 @@ is-buffer@^2.0.0:
42624261
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
42634262
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
42644263

4265-
is-bun-module@^1.3.0:
4266-
version "1.3.0"
4267-
resolved "https://registry.yarnpkg.com/is-bun-module/-/is-bun-module-1.3.0.tgz#ea4d24fdebfcecc98e81bcbcb506827fee288760"
4268-
integrity sha512-DgXeu5UWI0IsMQundYb5UAOzm6G2eVnarJ0byP6Tm55iZNKceD59LNPA2L4VvsScTtHcw0yEkVwSf7PC+QoLSA==
4269-
dependencies:
4270-
semver "^7.6.3"
4271-
42724264
is-callable@^1.1.3, is-callable@^1.2.7:
42734265
version "1.2.7"
42744266
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"

0 commit comments

Comments
 (0)