Skip to content

Commit 823a150

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

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
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.13.4",
5353
"concurrently": "^9.1.2",
54-
"eslint-config-txo-package-typescript": "^1.0.39",
54+
"eslint-config-txo-package-typescript": "^1.0.40",
5555
"graphql": "^16.10.0",
5656
"husky": "^9.1.7",
5757
"jest": "^29.7.0",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2978,24 +2978,24 @@ eslint-config-love@^118.0.0:
29782978
eslint-plugin-promise "^7.0.0"
29792979
typescript-eslint "^8.20.0"
29802980

2981-
eslint-config-txo-package-typescript@^1.0.39:
2982-
version "1.0.39"
2983-
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.39.tgz#a96e9470e1c25334525ad1d09466157800db9379"
2984-
integrity sha512-9Bzvs9S2+Abl8xMZUDhmC9a57S1Vz1A9BLg77JDUAy6RnhFe+JgKuqpMFOQ0IjN0d7zvQtNV5qIYf65TMxBsJQ==
2981+
eslint-config-txo-package-typescript@^1.0.40:
2982+
version "1.0.40"
2983+
resolved "https://registry.yarnpkg.com/eslint-config-txo-package-typescript/-/eslint-config-txo-package-typescript-1.0.40.tgz#589a07feb4bbbae5b739dedac5a763166a0085ea"
2984+
integrity sha512-O7z088/GkY9A0KDvAHj7ECcUtcpkWZ+U1/UqAJK0jo5XSCZMYysCno3yiF9MQL6uOyLcdTLQM64hSCn7EpC1yw==
29852985
dependencies:
2986-
eslint-config-txo-typescript "^7.4.19"
2986+
eslint-config-txo-typescript "^7.4.20"
29872987

2988-
eslint-config-txo-typescript@^7.4.19:
2989-
version "7.4.19"
2990-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.19.tgz#2c6acd0c7863daafebf804bbe40e73b7061b947e"
2991-
integrity sha512-gtjLwugsocT0E7yrwFISlFtjNT1TgUrdt3/aEhFXiTx0oTkPxkmdN03hOwiJoYadIBA6Dd4fz5Mqk60b4TLkpA==
2988+
eslint-config-txo-typescript@^7.4.20:
2989+
version "7.4.20"
2990+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.20.tgz#318426a7b35aa972756480c45551d333f55ec2d8"
2991+
integrity sha512-olX1I3YxGcbd0zS4qw1ohVo+Vm4xtI9+2/JhNKaktKJ86mb74sNdYz8VfUmATS3/aaxQhUNO8jdJEjgQq7FvFg==
29922992
dependencies:
29932993
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
29942994
"@stylistic/eslint-plugin" "^2.13.0"
29952995
"@typescript-eslint/utils" "^8.24.1"
29962996
eslint "^9.20.1"
29972997
eslint-config-love "^118.0.0"
2998-
eslint-import-resolver-typescript "^3.8.2"
2998+
eslint-import-resolver-typescript "^3.8.3"
29992999
eslint-plugin-import "^2.31.0"
30003000
eslint-plugin-jest "^28.11.0"
30013001
eslint-plugin-n "^17.15.1"
@@ -3013,18 +3013,18 @@ eslint-import-resolver-node@^0.3.9:
30133013
is-core-module "^2.13.0"
30143014
resolve "^1.22.4"
30153015

3016-
eslint-import-resolver-typescript@^3.8.2:
3017-
version "3.8.2"
3018-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.2.tgz#e5223f19f1cb11f68cad7dd5403cfe48d9b9b67a"
3019-
integrity sha512-o0nvXxsatYCDTzI1K5b3aYGQ6PjpDGJEVN86zqJw5SEewhmmggfRTotd2dqWr2t2zbeYpIEWGTCkgtUpIEIcaQ==
3016+
eslint-import-resolver-typescript@^3.8.3:
3017+
version "3.8.3"
3018+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.3.tgz#1721a1e4417e57a8fe6bf9463d0db8e220285eef"
3019+
integrity sha512-A0bu4Ks2QqDWNpeEgTQMPTngaMhuDu4yv6xpftBMAf+1ziXnpx+eSR1WRfoPTe2BAiAjHFZ7kSNx1fvr5g5pmQ==
30203020
dependencies:
30213021
"@nolyfill/is-core-module" "1.0.39"
30223022
debug "^4.3.7"
30233023
enhanced-resolve "^5.15.0"
30243024
get-tsconfig "^4.10.0"
30253025
is-bun-module "^1.0.2"
30263026
stable-hash "^0.0.4"
3027-
tinyglobby "^0.2.11"
3027+
tinyglobby "^0.2.12"
30283028

30293029
eslint-module-utils@^2.12.0:
30303030
version "2.12.0"
@@ -7493,10 +7493,10 @@ tinyexec@^0.3.0:
74937493
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.0.tgz#ed60cfce19c17799d4a241e06b31b0ec2bee69e6"
74947494
integrity sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==
74957495

7496-
tinyglobby@^0.2.11:
7497-
version "0.2.11"
7498-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.11.tgz#9182cff655a0e272aad850d1a84c5e8e0f700426"
7499-
integrity sha512-32TmKeeKUahv0Go8WmQgiEp9Y21NuxjwjqiRC1nrUB51YacfSwuB44xgXD+HdIppmMRgjQNPdrHyA6vIybYZ+g==
7496+
tinyglobby@^0.2.12:
7497+
version "0.2.12"
7498+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.12.tgz#ac941a42e0c5773bd0b5d08f32de82e74a1a61b5"
7499+
integrity sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==
75007500
dependencies:
75017501
fdir "^6.4.3"
75027502
picomatch "^4.0.2"

0 commit comments

Comments
 (0)