Skip to content

Commit 75f6c4f

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

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.19.7",
5454
"concurrently": "^9.2.1",
55-
"eslint-config-txo-package-typescript": "^1.0.116",
55+
"eslint-config-txo-package-typescript": "^1.0.118",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",
5858
"lint-staged": "^16.2.7",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3130,17 +3130,17 @@ eslint-config-love@^120.0.0:
31303130
eslint-plugin-promise "^7.0.0"
31313131
typescript-eslint "^8.32.0"
31323132

3133-
eslint-config-txo-package-typescript@^1.0.116:
3134-
version "1.0.116"
3135-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.116.tgz#306b16300fe2b3bea243d5cbc1e7ac04ea41e223"
3136-
integrity sha512-0H4Rqh9NO2Ttw8PgJ+rdW6YcVxeX7eqUDn8GHI4eWvAihck4OZrSeuTy3HhATS+5zuubXYxyz0Vrap05WdNpEw==
3133+
eslint-config-txo-package-typescript@^1.0.118:
3134+
version "1.0.118"
3135+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.118.tgz#98f73d24d0b167365bdfde5f64547ad1dcee1667"
3136+
integrity sha512-Fneti4mCunj8GG95ns1IZxmn+wcgjR2dRdatkLwLrFwegVbCcbnV9tQmEYulL3UaU0orgmN0H7y2mkHdZaGJKQ==
31373137
dependencies:
3138-
eslint-config-txo-typescript "^7.4.111"
3138+
eslint-config-txo-typescript "^7.4.113"
31393139

3140-
eslint-config-txo-typescript@^7.4.111:
3141-
version "7.4.111"
3142-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.111.tgz#4a455a72c0a6af0e6d7fbb38f935ec70f55dddad"
3143-
integrity sha512-jkaj9bWrapq2TqI32lRSsaf/j8Wqmi0A0zLHh997UMXLupTS4Y5F5NpXKRjxbmM/0sO3nQZHOIwbeA3bC4yZ4w==
3140+
eslint-config-txo-typescript@^7.4.113:
3141+
version "7.4.113"
3142+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.113.tgz#4efc1494f46e32c930f7e394885ac433a9580d91"
3143+
integrity sha512-/aMh0MxV94n3LJR4qRp1S27IKfyAcnBYNZjEt9t92jN6XDSb5M5xE4TBBhbdKCpEK3mtuGcgRWaB4a7uVhsotw==
31443144
dependencies:
31453145
"@eslint-community/eslint-plugin-eslint-comments" "^4.5.0"
31463146
"@stylistic/eslint-plugin" "^4.4.1"
@@ -3152,7 +3152,7 @@ eslint-config-txo-typescript@^7.4.111:
31523152
eslint-plugin-jest "^29.0.1"
31533153
eslint-plugin-n "^17.20.0"
31543154
eslint-plugin-promise "^7.2.1"
3155-
globals "^16.4.0"
3155+
globals "^16.5.0"
31563156
typescript-eslint "^8.45.0"
31573157
yargs "^17.7.2"
31583158

@@ -3930,10 +3930,10 @@ globals@^15.11.0:
39303930
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
39313931
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
39323932

3933-
globals@^16.4.0:
3934-
version "16.4.0"
3935-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.4.0.tgz#574bc7e72993d40cf27cf6c241f324ee77808e51"
3936-
integrity sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==
3933+
globals@^16.5.0:
3934+
version "16.5.0"
3935+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.5.0.tgz#ccf1594a437b97653b2be13ed4d8f5c9f850cac1"
3936+
integrity sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==
39373937

39383938
globalthis@^1.0.4:
39393939
version "1.0.4"

0 commit comments

Comments
 (0)