Skip to content

Commit 00bda3a

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

File tree

2 files changed

+17
-26
lines changed

2 files changed

+17
-26
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.9",
5454
"concurrently": "^9.1.2",
55-
"eslint-config-txo-package-typescript": "^1.0.46",
55+
"eslint-config-txo-package-typescript": "^1.0.48",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",
5858
"lint-staged": "^15.4.3",

yarn.lock

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@
16151615
semver "^7.6.0"
16161616
ts-api-utils "^2.0.1"
16171617

1618-
"@typescript-eslint/utils@8.26.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.21.0", "@typescript-eslint/utils@^8.23.0", "@typescript-eslint/utils@^8.26.0":
1618+
"@typescript-eslint/utils@8.26.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.23.0", "@typescript-eslint/utils@^8.26.0":
16191619
version "8.26.0"
16201620
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
16211621
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
@@ -2981,17 +2981,17 @@ eslint-config-love@^119.0.0:
29812981
eslint-plugin-promise "^7.0.0"
29822982
typescript-eslint "^8.26.0"
29832983

2984-
eslint-config-txo-package-typescript@^1.0.46:
2985-
version "1.0.46"
2986-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.46.tgz#4dca5da744703da1d9f9d78bbe5c932463eb0d9e"
2987-
integrity sha512-keKEtAq5qtExDEJoBfXjf8BJtmtdEWb3RU6ZyN1Jx/R1K6cLp7bDn8bddHCFyEzb8FvwgmZX1Hhjg5ke48j2nQ==
2984+
eslint-config-txo-package-typescript@^1.0.48:
2985+
version "1.0.48"
2986+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.48.tgz#f42d24c69c4aae3be6408aafd8f5d3d20ce6006a"
2987+
integrity sha512-dmB+/MQDM1KFm/aTGguKcubL1ovWOuTvRPuuZ0M3J0A4x2IXaTarluGApxLLJrCWzBdPfBKRLbZ14yed4vDZbQ==
29882988
dependencies:
2989-
eslint-config-txo-typescript "^7.4.28"
2989+
eslint-config-txo-typescript "^7.4.30"
29902990

2991-
eslint-config-txo-typescript@^7.4.28:
2992-
version "7.4.29"
2993-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.29.tgz#b039ed22797b0c2957e65ca371298855a0bf9cad"
2994-
integrity sha512-avlY2ahWVptldim08kbI5LpoB3zLYIq6K0Pr5BPDpvRD+Fr5e3X4A1zSwr1KMzh7kapAGKmnxmYTYLZ3scendg==
2991+
eslint-config-txo-typescript@^7.4.30:
2992+
version "7.4.30"
2993+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.30.tgz#d80270e391447d49094a2b564084c79cd9002fda"
2994+
integrity sha512-CmkyBb1yYWxzyFVvh/Fqm7/pVdN9ITigUp0P92BmGbjDnNMTOodpRvn07D6fIyy2p+w/rM+LheRVmKpuoPNrEw==
29952995
dependencies:
29962996
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
29972997
"@stylistic/eslint-plugin" "^4.2.0"
@@ -3001,7 +3001,7 @@ eslint-config-txo-typescript@^7.4.28:
30013001
eslint-import-resolver-typescript "^3.8.3"
30023002
eslint-plugin-import "^2.31.0"
30033003
eslint-plugin-jest "^28.11.0"
3004-
eslint-plugin-n "^17.16.1"
3004+
eslint-plugin-n "^17.16.2"
30053005
eslint-plugin-promise "^7.2.1"
30063006
globals "^16.0.0"
30073007
typescript-eslint "^8.26.0"
@@ -3085,21 +3085,19 @@ eslint-plugin-jest@^28.11.0:
30853085
dependencies:
30863086
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
30873087

3088-
eslint-plugin-n@^17.0.0, eslint-plugin-n@^17.16.1:
3089-
version "17.16.1"
3090-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.16.1.tgz#57b2805983db30624e4f1196da17b7baa2cdd217"
3091-
integrity sha512-/7FVAwjUrix9P5lycnsYRIQRwFo/DZROD+ZXWLpE+/EZWLyuLvyFaRdAPYJSz+nlAdZIZp+LAzlBerQSVYUNFg==
3088+
eslint-plugin-n@^17.0.0, eslint-plugin-n@^17.16.2:
3089+
version "17.16.2"
3090+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.16.2.tgz#042eae252b1f4201c77596fc28ee9a391dc07c83"
3091+
integrity sha512-iQM5Oj+9o0KaeLoObJC/uxNGpktZCkYiTTBo8PkRWq3HwNcRxwpvSDFjBhQ5+HLJzBTy+CLDC5+bw0Z5GyhlOQ==
30923092
dependencies:
30933093
"@eslint-community/eslint-utils" "^4.4.1"
3094-
"@typescript-eslint/utils" "^8.21.0"
30953094
enhanced-resolve "^5.17.1"
30963095
eslint-plugin-es-x "^7.8.0"
30973096
get-tsconfig "^4.8.1"
30983097
globals "^15.11.0"
30993098
ignore "^5.3.2"
31003099
minimatch "^9.0.5"
31013100
semver "^7.6.3"
3102-
ts-declaration-location "^1.0.5"
31033101

31043102
eslint-plugin-promise@^7.0.0, eslint-plugin-promise@^7.2.1:
31053103
version "7.2.1"
@@ -5608,7 +5606,7 @@ mimic-function@^5.0.0:
56085606
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
56095607
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
56105608

5611-
minimatch@^10.0.0, minimatch@^10.0.1:
5609+
minimatch@^10.0.0:
56125610
version "10.0.1"
56135611
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
56145612
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
@@ -7558,13 +7556,6 @@ ts-api-utils@^2.0.1:
75587556
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
75597557
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
75607558

7561-
ts-declaration-location@^1.0.5:
7562-
version "1.0.5"
7563-
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.5.tgz#96433afbf90a77ecd2391949a2cc43ffa5340de2"
7564-
integrity sha512-WqmlO9IoeYwCqJ2E9kHMcY9GZhhfLYItC3VnHDlPOrg6nNdUWS4wn4hhDZUPt60m1EvtjPIZyprTjpI992Bgzw==
7565-
dependencies:
7566-
minimatch "^10.0.1"
7567-
75687559
ts-jest@^29.2.6:
75697560
version "29.2.6"
75707561
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.6.tgz#df53edf8b72fb89de032cfa310abf37582851d9a"

0 commit comments

Comments
 (0)