Skip to content

Commit a71e1f4

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

File tree

2 files changed

+15
-15
lines changed

2 files changed

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

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2988,17 +2988,17 @@ 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.34:
2992-
version "1.0.34"
2993-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.34.tgz#1b60e88f98df7a5a15a92a1d21519d942f37dc4c"
2994-
integrity sha512-sR/ITJs+lThZneHY5wVdq2mfsfKatWuhBEYMJBZXFzLdp+PGNNxVoy42nqHaSIXVT/x1uxGpis6JNJprLmQvnA==
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==
29952995
dependencies:
2996-
eslint-config-txo-typescript "^7.4.13"
2996+
eslint-config-txo-typescript "^7.4.14"
29972997

2998-
eslint-config-txo-typescript@^7.4.13:
2999-
version "7.4.13"
3000-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.13.tgz#26339466665d31dba7b93cdf1ce6eedf6cbd69c1"
3001-
integrity sha512-tY8WMsMbYOVJCtNmzb741EUt+kzTghGmmDcCj3wsZTKLQMAFPYnnr6BeMWdon/TulmIjwJjyByJ3L3ZI8hmb1Q==
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==
30023002
dependencies:
30033003
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
30043004
"@stylistic/eslint-plugin" "^2.13.0"
@@ -3010,7 +3010,7 @@ eslint-config-txo-typescript@^7.4.13:
30103010
eslint-plugin-jest "^28.11.0"
30113011
eslint-plugin-n "^17.15.1"
30123012
eslint-plugin-promise "^7.2.1"
3013-
globals "^15.14.0"
3013+
globals "^15.15.0"
30143014
typescript-eslint "^8.24.0"
30153015
yargs "^17.7.2"
30163016

@@ -3768,10 +3768,10 @@ globals@^14.0.0:
37683768
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
37693769
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
37703770

3771-
globals@^15.11.0, globals@^15.14.0:
3772-
version "15.14.0"
3773-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.14.0.tgz#b8fd3a8941ff3b4d38f3319d433b61bbb482e73f"
3774-
integrity sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==
3771+
globals@^15.11.0, globals@^15.15.0:
3772+
version "15.15.0"
3773+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
3774+
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
37753775

37763776
globalthis@^1.0.4:
37773777
version "1.0.4"

0 commit comments

Comments
 (0)