Skip to content

Commit ea6b680

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

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.14.1",
5353
"concurrently": "^9.1.2",
54-
"eslint-config-txo-package-typescript": "^1.0.73",
54+
"eslint-config-txo-package-typescript": "^1.0.74",
5555
"graphql": "^16.10.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
@@ -476,10 +476,10 @@
476476
dependencies:
477477
tslib "^2.4.0"
478478

479-
"@eslint-community/eslint-plugin-eslint-comments@^4.4.1":
480-
version "4.4.1"
481-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.4.1.tgz#dbfab6f2447c22be8758a0a9a9c80e56d2e2b93f"
482-
integrity sha512-lb/Z/MzbTf7CaVYM9WCFNQZ4L1yi3ev2fsFPF99h31ljhSEyUoyEsKsNWiU+qD1glbYTDJdqgyaLKtyTkkqtuQ==
479+
"@eslint-community/eslint-plugin-eslint-comments@^4.5.0":
480+
version "4.5.0"
481+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.5.0.tgz#4ffa576583bd99dfbaf74c893635e2c76acba048"
482+
integrity sha512-MAhuTKlr4y/CE3WYX26raZjy+I/kS2PLKSzvfmDCGrBLTFHOYwqROZdr4XwPgXwX3K9rjzMr4pSmUWGnzsUyMg==
483483
dependencies:
484484
escape-string-regexp "^4.0.0"
485485
ignore "^5.2.4"
@@ -3086,19 +3086,19 @@ eslint-config-love@^119.0.0:
30863086
eslint-plugin-promise "^7.0.0"
30873087
typescript-eslint "^8.26.0"
30883088

3089-
eslint-config-txo-package-typescript@^1.0.73:
3090-
version "1.0.73"
3091-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.73.tgz#398d8caa5d83dd4affb5b2f86b1267e171686362"
3092-
integrity sha512-rRQPboC461TFSjklThf8sbsKdHUAI/JRzfNg0M5TWYGsbKMNALOs7UR8Je5xvHvzXQZQll8ljD+idN/isrXIQg==
3089+
eslint-config-txo-package-typescript@^1.0.74:
3090+
version "1.0.74"
3091+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.74.tgz#4d1cba5bef450533ec1a8300c51ae9a85aaf50f2"
3092+
integrity sha512-1lDt9qpO5cud/VmXhV9deASArqPXB8/zWom0TDiLbWoEalDj2eAJ038r61WiEGvtYobL3518iFUMJ06JOqoE7w==
30933093
dependencies:
3094-
eslint-config-txo-typescript "^7.4.58"
3094+
eslint-config-txo-typescript "^7.4.59"
30953095

3096-
eslint-config-txo-typescript@^7.4.58:
3097-
version "7.4.58"
3098-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.58.tgz#4d3514cc8e6c70e994bb2279e958a322ea421362"
3099-
integrity sha512-UFisM5Hja6IBZyqQ8PW2mmH1fum06sqFPo0vGsgO9cXR76o69jW5beBTnnW/ntQbI496kOHLthSNh9ZEPLtjTw==
3096+
eslint-config-txo-typescript@^7.4.59:
3097+
version "7.4.59"
3098+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.59.tgz#db2a90b44d42065e5088bde6fc900136d32980ea"
3099+
integrity sha512-7uECU4XWvBrVe5wTPQqNXK38IpP7l6OJwqmzeyIf6tRjX2ZH8/h5oyuHwsJKGoSiinnE0Myd7JGOGeNSBFS/Yw==
31003100
dependencies:
3101-
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
3101+
"@eslint-community/eslint-plugin-eslint-comments" "^4.5.0"
31023102
"@stylistic/eslint-plugin" "^4.2.0"
31033103
"@typescript-eslint/utils" "^8.29.1"
31043104
eslint "^9.24.0"

0 commit comments

Comments
 (0)