Skip to content

Commit 1a54d52

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

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

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3193,17 +3193,17 @@ eslint-config-love@^119.0.0:
31933193
eslint-plugin-promise "^7.0.0"
31943194
typescript-eslint "^8.26.0"
31953195

3196-
eslint-config-txo-package-typescript@^1.0.81:
3197-
version "1.0.81"
3198-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.81.tgz#b196d1260773ff558e1289a5f28fb246ee248979"
3199-
integrity sha512-AvrIPhUjlN2sFXVU+4ETSWKAfGJiGV/UOCg5fDu0bAO0f8xqcwzFFGeeaCYXBtLXiL/XNfaVVcnTDYXSZmcZNQ==
3196+
eslint-config-txo-package-typescript@^1.0.82:
3197+
version "1.0.82"
3198+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.82.tgz#aa6011e1c62f4395e9a942c377b8d29cb03fc87b"
3199+
integrity sha512-xxPm7pLhECEFeR9+cZCXaXi0reiD02X1c7kBAJUDTtiUaeSiTScJB1RyWkzyKTLE2ZFh3PIV4TO4nqe37aJ/FA==
32003200
dependencies:
3201-
eslint-config-txo-typescript "^7.4.70"
3201+
eslint-config-txo-typescript "^7.4.71"
32023202

3203-
eslint-config-txo-typescript@^7.4.70:
3204-
version "7.4.70"
3205-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.70.tgz#0c331a1d155cdad3207d900c1340435ce0e51b5f"
3206-
integrity sha512-zh+8ij7FY2wrk2cUyIIQZhnL+SSFBkVN5rhbX7syPFN6kNc9TFoDJSVMfYmF3V/H73taUT1VYxk02rHtPrM/sw==
3203+
eslint-config-txo-typescript@^7.4.71:
3204+
version "7.4.71"
3205+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.71.tgz#765f5863426957fccabe35db56b13c49eeec18b3"
3206+
integrity sha512-s66qg1DK20tgPccjxa4Z9CIA3pvjZKvOo+Ai/M61Xol/E7hqW8sW4mmnTiThXWVhqLXCRhTmN0oItdI/rsgxEA==
32073207
dependencies:
32083208
"@eslint-community/eslint-plugin-eslint-comments" "^4.5.0"
32093209
"@stylistic/eslint-plugin" "^4.2.0"
@@ -3215,7 +3215,7 @@ eslint-config-txo-typescript@^7.4.70:
32153215
eslint-plugin-jest "^28.11.0"
32163216
eslint-plugin-n "^17.17.0"
32173217
eslint-plugin-promise "^7.2.1"
3218-
globals "^16.0.0"
3218+
globals "^16.1.0"
32193219
typescript-eslint "^8.32.0"
32203220
yargs "^17.7.2"
32213221

@@ -4071,10 +4071,10 @@ globals@^15.11.0:
40714071
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
40724072
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
40734073

4074-
globals@^16.0.0:
4075-
version "16.0.0"
4076-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.0.0.tgz#3d7684652c5c4fbd086ec82f9448214da49382d8"
4077-
integrity sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==
4074+
globals@^16.1.0:
4075+
version "16.1.0"
4076+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.1.0.tgz#ee6ab147d41c64e9f2beaaaf66572d18df8e1e60"
4077+
integrity sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g==
40784078

40794079
globalthis@^1.0.4:
40804080
version "1.0.4"

0 commit comments

Comments
 (0)