Skip to content

Commit 6998477

Browse files
chore(deps): update dependency eslint-plugin-unused-imports to v4 (#348)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 040c3d5 commit 6998477

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"diff": "^5.1.0",
5454
"eslint": "^8.57.0",
5555
"eslint-plugin-unicorn": "^53.0.0",
56-
"eslint-plugin-unused-imports": "^3.2.0",
56+
"eslint-plugin-unused-imports": "^4.0.0",
5757
"pnpm": "8.12.1",
5858
"prettier": "3.3.0",
5959
"typescript-eslint": "7.11.0",

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -1401,13 +1401,20 @@ eslint-plugin-unicorn@^53.0.0:
14011401
semver "^7.6.1"
14021402
strip-indent "^3.0.0"
14031403

1404-
eslint-plugin-unused-imports@^3.0.0, eslint-plugin-unused-imports@^3.2.0:
1404+
eslint-plugin-unused-imports@^3.0.0:
14051405
version "3.2.0"
14061406
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.2.0.tgz#63a98c9ad5f622cd9f830f70bc77739f25ccfe0d"
14071407
integrity sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==
14081408
dependencies:
14091409
eslint-rule-composer "^0.3.0"
14101410

1411+
eslint-plugin-unused-imports@^4.0.0:
1412+
version "4.0.0"
1413+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.0.tgz#93f3a7ee6088221e4a1d7127866e05d5917a9f65"
1414+
integrity sha512-mzM+y2B7XYpQryVa1usT+Y/BdNAtAZiXzwpSyDCboFoJN/LZRN67TNvQxKtuTK/Aplya3sLNQforiubzPPaIcQ==
1415+
dependencies:
1416+
eslint-rule-composer "^0.3.0"
1417+
14111418
eslint-rule-composer@^0.3.0:
14121419
version "0.3.0"
14131420
resolved "https://registry.npmjs.org/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz"

0 commit comments

Comments
 (0)