Skip to content

Commit 8826db4

Browse files
fix(deps): update dependency eslint-config-txo-typescript to ^7.0.5 (#650)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7935027 commit 8826db4

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"node": ">=18.0.0"
3737
},
3838
"dependencies": {
39-
"eslint-config-txo-typescript": "^7.0.4",
39+
"eslint-config-txo-typescript": "^7.0.5",
4040
"eslint-plugin-jsx-a11y": "^6.10.2",
4141
"eslint-plugin-react": "^7.37.2",
4242
"eslint-plugin-react-hooks": "^5.0.0"

yarn.lock

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2577,7 +2577,7 @@ data-view-byte-offset@^1.0.0:
25772577
es-errors "^1.3.0"
25782578
is-data-view "^1.0.1"
25792579

2580-
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@~4.3.6:
2580+
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.6, debug@^4.3.7, debug@~4.3.6:
25812581
version "4.3.7"
25822582
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
25832583
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
@@ -2942,16 +2942,16 @@ eslint-config-love@^109.0.0:
29422942
eslint-plugin-promise "^7.0.0"
29432943
typescript-eslint "^8.15.0"
29442944

2945-
eslint-config-txo-typescript@^7.0.4:
2946-
version "7.0.4"
2947-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.0.4.tgz#76ebdadafc2c1139d19dcb72173cd21cd3722218"
2948-
integrity sha512-CvNHtPt8dDAXljxInc131mHsl8JzD8VLzor0LuGwgKAtQQ4hVey5CmVvf6DhF/maTTduGGhLvlTvUPbEWAJzSg==
2945+
eslint-config-txo-typescript@^7.0.5:
2946+
version "7.0.5"
2947+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.0.5.tgz#0c28228e4b5072dd8d4cd3208a5400d209a5efbc"
2948+
integrity sha512-xosDMxFpxLh1k+5kXXm4Q+9wAqbukxbRsOc7zDH7/UeErWO/eJk+LYa1b8mp4hUzedyPfVXztnGERr4oE9nyeg==
29492949
dependencies:
29502950
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
29512951
"@stylistic/eslint-plugin" "^2.11.0"
29522952
eslint "^9.16.0"
29532953
eslint-config-love "^109.0.0"
2954-
eslint-import-resolver-typescript "^3.6.3"
2954+
eslint-import-resolver-typescript "^3.7.0"
29552955
eslint-plugin-import "^2.31.0"
29562956
eslint-plugin-jest "^28.9.0"
29572957
eslint-plugin-n "^17.14.0"
@@ -2968,21 +2968,21 @@ eslint-import-resolver-node@^0.3.9:
29682968
is-core-module "^2.13.0"
29692969
resolve "^1.22.4"
29702970

2971-
eslint-import-resolver-typescript@^3.6.3:
2972-
version "3.6.3"
2973-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.3.tgz#bb8e388f6afc0f940ce5d2c5fd4a3d147f038d9e"
2974-
integrity sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==
2971+
eslint-import-resolver-typescript@^3.7.0:
2972+
version "3.7.0"
2973+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.7.0.tgz#e69925936a771a9cb2de418ccebc4cdf6c0818aa"
2974+
integrity sha512-Vrwyi8HHxY97K5ebydMtffsWAn1SCR9eol49eCd5fJS4O1WV7PaAjbcjmbfJJSMz/t4Mal212Uz/fQZrOB8mow==
29752975
dependencies:
29762976
"@nolyfill/is-core-module" "1.0.39"
2977-
debug "^4.3.5"
2977+
debug "^4.3.7"
29782978
enhanced-resolve "^5.15.0"
2979-
eslint-module-utils "^2.8.1"
29802979
fast-glob "^3.3.2"
29812980
get-tsconfig "^4.7.5"
29822981
is-bun-module "^1.0.2"
29832982
is-glob "^4.0.3"
2983+
stable-hash "^0.0.4"
29842984

2985-
eslint-module-utils@^2.12.0, eslint-module-utils@^2.8.1:
2985+
eslint-module-utils@^2.12.0:
29862986
version "2.12.0"
29872987
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
29882988
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
@@ -7288,6 +7288,11 @@ ssri@^12.0.0:
72887288
dependencies:
72897289
minipass "^7.0.3"
72907290

7291+
stable-hash@^0.0.4:
7292+
version "0.0.4"
7293+
resolved "https://registry.yarnpkg.com/stable-hash/-/stable-hash-0.0.4.tgz#55ae7dadc13e4b3faed13601587cec41859b42f7"
7294+
integrity sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==
7295+
72917296
stack-utils@^2.0.3:
72927297
version "2.0.6"
72937298
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.6.tgz#aaf0748169c02fc33c8232abccf933f54a1cc34f"

0 commit comments

Comments
 (0)