Skip to content

Commit 1cea0db

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

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
@@ -54,7 +54,7 @@
5454
"@types/jest": "^29.5.14",
5555
"@types/node": "^22.16.0",
5656
"concurrently": "^9.2.0",
57-
"eslint-config-txo-package-typescript": "^1.0.104",
57+
"eslint-config-txo-package-typescript": "^1.0.105",
5858
"husky": "^9.1.7",
5959
"jest": "^29.7.0",
6060
"lint-staged": "^16.1.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3080,17 +3080,17 @@ eslint-config-love@^120.0.0:
30803080
eslint-plugin-promise "^7.0.0"
30813081
typescript-eslint "^8.32.0"
30823082

3083-
eslint-config-txo-package-typescript@^1.0.104:
3084-
version "1.0.104"
3085-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.104.tgz#397382d391a040026e50c49f07c6f838a5904192"
3086-
integrity sha512-QosvdCezF1lJ3dgJVKQmItxxcokw7/vD1LN9WkpRxF71nFtZvboMjwVcpsyWIRNwd5dr91TGnYXMsZTHpqNweQ==
3083+
eslint-config-txo-package-typescript@^1.0.105:
3084+
version "1.0.105"
3085+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.105.tgz#e57fc2830d16b104533873d2fa069b0382600984"
3086+
integrity sha512-qy/Ur8KuDnDcUfZZW7wpAvIwyu70RmZDJZWKH/5vpkQJSU6Yuc4MS+zDHIYm1XmNQctLpPhpgx3xnZDGOuNYqA==
30873087
dependencies:
3088-
eslint-config-txo-typescript "^7.4.99"
3088+
eslint-config-txo-typescript "^7.4.100"
30893089

3090-
eslint-config-txo-typescript@^7.4.99:
3091-
version "7.4.99"
3092-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.99.tgz#4fcbffaa6a3eee1edd610c328a4e93612c6ef155"
3093-
integrity sha512-zpm6f4qbd63I5usnoxWDmHCs1dBQV7YD3qh3Ri/uCbUY1HO8u+Q3mmwP2eHp/CmTLFHI+yjVzVS2e2cDORkjKw==
3090+
eslint-config-txo-typescript@^7.4.100:
3091+
version "7.4.100"
3092+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.100.tgz#fdacd39d6c2dae2359442cfd268d1ae1b83cee73"
3093+
integrity sha512-5btIUmw2sRIFCcNFPT1EmMnaXnu/loG9jHTWYS6u0XhxWuYbdSbrxkGKlNCeA6OY8AjfdLtX5psTRXYFoq0Oew==
30943094
dependencies:
30953095
"@eslint-community/eslint-plugin-eslint-comments" "^4.5.0"
30963096
"@stylistic/eslint-plugin" "^4.4.1"
@@ -3102,7 +3102,7 @@ eslint-config-txo-typescript@^7.4.99:
31023102
eslint-plugin-jest "^29.0.1"
31033103
eslint-plugin-n "^17.20.0"
31043104
eslint-plugin-promise "^7.2.1"
3105-
globals "^16.2.0"
3105+
globals "^16.3.0"
31063106
typescript-eslint "^8.35.1"
31073107
yargs "^17.7.2"
31083108

@@ -3890,10 +3890,10 @@ globals@^15.11.0:
38903890
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
38913891
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
38923892

3893-
globals@^16.2.0:
3894-
version "16.2.0"
3895-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.2.0.tgz#19efcd1ddde2bd5efce128e5c2e441df1abc6f7c"
3896-
integrity sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==
3893+
globals@^16.3.0:
3894+
version "16.3.0"
3895+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667"
3896+
integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==
38973897

38983898
globalthis@^1.0.4:
38993899
version "1.0.4"

0 commit comments

Comments
 (0)