Skip to content

Commit 99379b2

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

File tree

2 files changed

+34
-22
lines changed

2 files changed

+34
-22
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.4",
5454
"concurrently": "^9.1.2",
55-
"eslint-config-txo-package-typescript": "^1.0.35",
55+
"eslint-config-txo-package-typescript": "^1.0.36",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",
5858
"lint-staged": "^15.4.3",

yarn.lock

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2988,24 +2988,24 @@ eslint-config-love@^118.0.0:
29882988
eslint-plugin-promise "^7.0.0"
29892989
typescript-eslint "^8.20.0"
29902990

2991-
eslint-config-txo-package-typescript@^1.0.35:
2992-
version "1.0.35"
2993-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.35.tgz#4231f50d4779c3742b8f0499d2bbf7f766f293a8"
2994-
integrity sha512-BoE6o8Gs6UK+o+X0ORhtG5uPLqKGldg5xNA6ij9hlLuT613LNqS1ucJ2hmgEo+0SK9VOLkTwmAB8ufjoOObeZQ==
2991+
eslint-config-txo-package-typescript@^1.0.36:
2992+
version "1.0.36"
2993+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.36.tgz#1fd64358c9e231a7f1d28c5f2bd231dc3922c418"
2994+
integrity sha512-mYuxCsgeZGgkzWZq3cxoBkEJ3NJ2SfSCmr4/cUEmSRvG6P459nuXcaxWbZE1xhL65zS6iCMMtJudPLubt6Xp0w==
29952995
dependencies:
2996-
eslint-config-txo-typescript "^7.4.14"
2996+
eslint-config-txo-typescript "^7.4.15"
29972997

2998-
eslint-config-txo-typescript@^7.4.14:
2999-
version "7.4.14"
3000-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.14.tgz#106c6b228d4f42af45d44c8e2d8c6ba160cba54d"
3001-
integrity sha512-8mm/JIR4oh3ejE7T7C1/CyWXA+FXYyYLmDIrDflDiBMIM/Gm0GLzpeChOQp1aL6qz2DGmFsvgFIcBRX6NmHaGg==
2998+
eslint-config-txo-typescript@^7.4.15:
2999+
version "7.4.15"
3000+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.15.tgz#1c6496c9ff1c8f1a9ea702b12fa7918f51b46397"
3001+
integrity sha512-HEo6J3m0J8hus7u+rrVbh7euYwNVRrtj2hG6KhvBm6svQdYK7Wx24KGDmXpajXMUye7W84EhEbZdRKUB0qw8Iw==
30023002
dependencies:
30033003
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
30043004
"@stylistic/eslint-plugin" "^2.13.0"
30053005
"@typescript-eslint/utils" "^8.24.0"
30063006
eslint "^9.20.1"
30073007
eslint-config-love "^118.0.0"
3008-
eslint-import-resolver-typescript "^3.7.0"
3008+
eslint-import-resolver-typescript "^3.8.0"
30093009
eslint-plugin-import "^2.31.0"
30103010
eslint-plugin-jest "^28.11.0"
30113011
eslint-plugin-n "^17.15.1"
@@ -3023,19 +3023,18 @@ eslint-import-resolver-node@^0.3.9:
30233023
is-core-module "^2.13.0"
30243024
resolve "^1.22.4"
30253025

3026-
eslint-import-resolver-typescript@^3.7.0:
3027-
version "3.7.0"
3028-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.7.0.tgz#e69925936a771a9cb2de418ccebc4cdf6c0818aa"
3029-
integrity sha512-Vrwyi8HHxY97K5ebydMtffsWAn1SCR9eol49eCd5fJS4O1WV7PaAjbcjmbfJJSMz/t4Mal212Uz/fQZrOB8mow==
3026+
eslint-import-resolver-typescript@^3.8.0:
3027+
version "3.8.0"
3028+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.0.tgz#44a0f776d296b9c3823f4859441b54c2ec5fef9a"
3029+
integrity sha512-fItUrP/+xwpavWgadrn6lsvcMe80s08xIVFXkUXvhR4cZD2ga96kRF/z/iFGDI7ZDnvtlaZ0wGic7Tw+DhgVnA==
30303030
dependencies:
30313031
"@nolyfill/is-core-module" "1.0.39"
30323032
debug "^4.3.7"
30333033
enhanced-resolve "^5.15.0"
3034-
fast-glob "^3.3.2"
3035-
get-tsconfig "^4.7.5"
3034+
get-tsconfig "^4.10.0"
30363035
is-bun-module "^1.0.2"
3037-
is-glob "^4.0.3"
30383036
stable-hash "^0.0.4"
3037+
tinyglobby "^0.2.10"
30393038

30403039
eslint-module-utils@^2.12.0:
30413040
version "2.12.0"
@@ -3360,6 +3359,11 @@ fb-watchman@^2.0.0:
33603359
dependencies:
33613360
bser "2.1.1"
33623361

3362+
fdir@^6.4.2:
3363+
version "6.4.3"
3364+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.3.tgz#011cdacf837eca9b811c89dbb902df714273db72"
3365+
integrity sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==
3366+
33633367
figures@^2.0.0:
33643368
version "2.0.0"
33653369
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
@@ -3654,10 +3658,10 @@ get-symbol-description@^1.0.2:
36543658
es-errors "^1.3.0"
36553659
get-intrinsic "^1.2.4"
36563660

3657-
get-tsconfig@^4.7.5, get-tsconfig@^4.8.1:
3658-
version "4.8.1"
3659-
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.8.1.tgz#8995eb391ae6e1638d251118c7b56de7eb425471"
3660-
integrity sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==
3661+
get-tsconfig@^4.10.0, get-tsconfig@^4.8.1:
3662+
version "4.10.0"
3663+
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.10.0.tgz#403a682b373a823612475a4c2928c7326fc0f6bb"
3664+
integrity sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==
36613665
dependencies:
36623666
resolve-pkg-maps "^1.0.0"
36633667

@@ -7492,6 +7496,14 @@ tinyexec@^0.3.0:
74927496
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.0.tgz#ed60cfce19c17799d4a241e06b31b0ec2bee69e6"
74937497
integrity sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==
74947498

7499+
tinyglobby@^0.2.10:
7500+
version "0.2.10"
7501+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.10.tgz#e712cf2dc9b95a1f5c5bbd159720e15833977a0f"
7502+
integrity sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==
7503+
dependencies:
7504+
fdir "^6.4.2"
7505+
picomatch "^4.0.2"
7506+
74957507
tmp@^0.0.33:
74967508
version "0.0.33"
74977509
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"

0 commit comments

Comments
 (0)