Skip to content

Commit

Permalink
Update dependency eslint-plugin-unused-imports to v4.1.3 (#21669)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 6ec4323 commit 6754b88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-lit": "1.14.0",
"eslint-plugin-lit-a11y": "4.1.4",
"eslint-plugin-unused-imports": "4.0.1",
"eslint-plugin-unused-imports": "4.1.3",
"eslint-plugin-wc": "2.1.0",
"fancy-log": "2.0.0",
"fs-extra": "11.2.0",
Expand Down
23 changes: 7 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7675,18 +7675,16 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-unused-imports@npm:4.0.1":
version: 4.0.1
resolution: "eslint-plugin-unused-imports@npm:4.0.1"
dependencies:
eslint-rule-composer: "npm:^0.3.0"
"eslint-plugin-unused-imports@npm:4.1.3":
version: 4.1.3
resolution: "eslint-plugin-unused-imports@npm:4.1.3"
peerDependencies:
"@typescript-eslint/eslint-plugin": ^8.0.0-0
eslint: ^9.0.0
"@typescript-eslint/eslint-plugin": ^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0
eslint: ^9.0.0 || ^8.0.0
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
checksum: 10/ca6265c899c4ea36ac37d694f4356e57e2f6f93f835e2a1aecf405813a196db71b8e67e75a2b3433525e1b80d89714f1e27e6d67daa0d9b630dc602aa247f466
checksum: 10/1606c6b1cfa4abb04e68c69c590385753fb5c1b9b2075f35c03747483ef0ea83e3100bb7458ea8920131eef901449c7f9e765a74c05d6706545c5b7bc8fad1fd
languageName: node
linkType: hard

Expand All @@ -7702,13 +7700,6 @@ __metadata:
languageName: node
linkType: hard

"eslint-rule-composer@npm:^0.3.0":
version: 0.3.0
resolution: "eslint-rule-composer@npm:0.3.0"
checksum: 10/c751e71243c6750de553ca0f586a71c7e9d43864bcbd0536639f287332e3f1ed3337bb0db07020652fa90937ceb63b6cc14c0f71fb227e8fc20ca44ee67e837f
languageName: node
linkType: hard

"eslint-rule-extender@npm:0.0.1":
version: 0.0.1
resolution: "eslint-rule-extender@npm:0.0.1"
Expand Down Expand Up @@ -9115,7 +9106,7 @@ __metadata:
eslint-plugin-import: "npm:2.29.1"
eslint-plugin-lit: "npm:1.14.0"
eslint-plugin-lit-a11y: "npm:4.1.4"
eslint-plugin-unused-imports: "npm:4.0.1"
eslint-plugin-unused-imports: "npm:4.1.3"
eslint-plugin-wc: "npm:2.1.0"
fancy-log: "npm:2.0.0"
fs-extra: "npm:11.2.0"
Expand Down

0 comments on commit 6754b88

Please sign in to comment.