Skip to content

Commit 2eb48cc

Browse files
chore(deps): update dependency eslint-config-txo-package-typescript to ^1.0.45 (#337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3282eb1 commit 2eb48cc

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.9",
5454
"concurrently": "^9.1.2",
55-
"eslint-config-txo-package-typescript": "^1.0.44",
55+
"eslint-config-txo-package-typescript": "^1.0.45",
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
@@ -1336,10 +1336,10 @@
13361336
dependencies:
13371337
"@sinonjs/commons" "^3.0.0"
13381338

1339-
"@stylistic/eslint-plugin@^4.1.0":
1340-
version "4.1.0"
1341-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.1.0.tgz#8882a6fe307cc94022e4495720373e8a5652d60c"
1342-
integrity sha512-bytbL7qiici7yPyEiId0fGPK9kjQbzcPMj2aftPfzTCyJ/CRSKdtI+iVjM0LSGzGxfunflI+MDDU9vyIIeIpoQ==
1339+
"@stylistic/eslint-plugin@^4.2.0":
1340+
version "4.2.0"
1341+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.2.0.tgz#7860ea84aa7ee3b21757907b863eb62f4f8b0455"
1342+
integrity sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA==
13431343
dependencies:
13441344
"@typescript-eslint/utils" "^8.23.0"
13451345
eslint-visitor-keys "^4.2.0"
@@ -2981,20 +2981,20 @@ eslint-config-love@^118.0.0:
29812981
eslint-plugin-promise "^7.0.0"
29822982
typescript-eslint "^8.20.0"
29832983

2984-
eslint-config-txo-package-typescript@^1.0.44:
2985-
version "1.0.44"
2986-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.44.tgz#026a0daaaf6b285a53ae988c43911a2dc2b77596"
2987-
integrity sha512-g1DE4DS3l40LpwAi63XhmWbX0hIBK1M9SpOTZHehFS/3neUj2/hFPvg/3lC6mhGw5jfqttqxpgVvmSEwH9QdGg==
2984+
eslint-config-txo-package-typescript@^1.0.45:
2985+
version "1.0.45"
2986+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.45.tgz#1e93d4b05cacd0de0fb12c3e03e1ad9d5563bc7c"
2987+
integrity sha512-QuL52cx6oanw9Y2l4wSjWISN+tJcNFxND9k1wmFvtrrLIPMkun/rT3No/RCcqoO7zqJDsTFDo1CW9Ku6tA+Qww==
29882988
dependencies:
2989-
eslint-config-txo-typescript "^7.4.26"
2989+
eslint-config-txo-typescript "^7.4.27"
29902990

2991-
eslint-config-txo-typescript@^7.4.26:
2992-
version "7.4.26"
2993-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.26.tgz#428f98522ea4bca97a60d6f625709beba113ecc2"
2994-
integrity sha512-gqbye9eeNb/GPj2AqZ7Vx4/5qxTytMUI1WX00Gh4THhJC/YzPojOE7oxj95b3hA+WN4phFiJM1fD/OMJA7vIPQ==
2991+
eslint-config-txo-typescript@^7.4.27:
2992+
version "7.4.27"
2993+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.27.tgz#843baa146bda7a3426df177682aa4586c10d1dbf"
2994+
integrity sha512-ojnWRfwLOFxmdB6WwAShAlwbmgPWIVcYw2UP+xfCncaXL1/zZs6lHxc/H55d72Cg7Vs8S0S/rksGGyrK4U86Gg==
29952995
dependencies:
29962996
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
2997-
"@stylistic/eslint-plugin" "^4.1.0"
2997+
"@stylistic/eslint-plugin" "^4.2.0"
29982998
"@typescript-eslint/utils" "^8.25.0"
29992999
eslint "^9.21.0"
30003000
eslint-config-love "^118.0.0"

0 commit comments

Comments
 (0)