Skip to content

Commit fe3d171

Browse files
chore(deps): update dependency eslint-plugin-unused-imports to v4
1 parent 0394b8b commit fe3d171

File tree

2 files changed

+33
-15
lines changed

2 files changed

+33
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"eslint-plugin-sort-class-members": "1.19.0",
173173
"eslint-plugin-storybook": "0.6.15",
174174
"eslint-plugin-typescript-sort-keys": "3.1.0",
175-
"eslint-plugin-unused-imports": "3.0.0",
175+
"eslint-plugin-unused-imports": "4.1.4",
176176
"husky": "9.0.11",
177177
"jsdom": "24.0.0",
178178
"keyv": "4.5.4",

yarn.lock

+32-14
Original file line numberDiff line numberDiff line change
@@ -7002,17 +7002,10 @@ [email protected]:
70027002
json-schema "^0.4.0"
70037003
natural-compare-lite "^1.4.0"
70047004

7005-
7006-
version "3.0.0"
7007-
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.0.0.tgz#d25175b0072ff16a91892c3aa72a09ca3a9e69e7"
7008-
integrity sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==
7009-
dependencies:
7010-
eslint-rule-composer "^0.3.0"
7011-
7012-
eslint-rule-composer@^0.3.0:
7013-
version "0.3.0"
7014-
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
7015-
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
7005+
7006+
version "4.1.4"
7007+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.4.tgz#62ddc7446ccbf9aa7b6f1f0b00a980423cda2738"
7008+
integrity sha512-YptD6IzQjDardkl0POxnnRBhU1OEePMV0nd6siHaRBbd+lyh6NAhFEobiznKU7kTsSsDeSD62Pe7kAM1b7dAZQ==
70167009

70177010
[email protected], eslint-scope@^5.1.1:
70187011
version "5.1.1"
@@ -11704,7 +11697,16 @@ [email protected]:
1170411697
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
1170511698
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
1170611699

11707-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11700+
"string-width-cjs@npm:string-width@^4.2.0":
11701+
version "4.2.3"
11702+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11703+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11704+
dependencies:
11705+
emoji-regex "^8.0.0"
11706+
is-fullwidth-code-point "^3.0.0"
11707+
strip-ansi "^6.0.1"
11708+
11709+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1170811710
version "4.2.3"
1170911711
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1171011712
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11791,7 +11793,14 @@ string_decoder@~1.1.1:
1179111793
dependencies:
1179211794
safe-buffer "~5.1.0"
1179311795

11794-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11796+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11797+
version "6.0.1"
11798+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11799+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11800+
dependencies:
11801+
ansi-regex "^5.0.1"
11802+
11803+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1179511804
version "6.0.1"
1179611805
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1179711806
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12887,7 +12896,7 @@ wordwrap@>=0.0.2, wordwrap@^1.0.0:
1288712896
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1288812897
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1288912898

12890-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12899+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1289112900
version "7.0.0"
1289212901
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1289312902
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12905,6 +12914,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1290512914
string-width "^4.1.0"
1290612915
strip-ansi "^6.0.0"
1290712916

12917+
wrap-ansi@^7.0.0:
12918+
version "7.0.0"
12919+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12920+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12921+
dependencies:
12922+
ansi-styles "^4.0.0"
12923+
string-width "^4.1.0"
12924+
strip-ansi "^6.0.0"
12925+
1290812926
wrap-ansi@^8.1.0:
1290912927
version "8.1.0"
1291012928
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)