From 8acacc7378f3c1c998f3edfb2d9a09069962d50c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 06:55:34 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-unused-imports to v4 --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a7cdac64..a332ef23 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "diff": "^5.1.0", "eslint": "^8.57.0", "eslint-plugin-unicorn": "^53.0.0", - "eslint-plugin-unused-imports": "^3.2.0", + "eslint-plugin-unused-imports": "^4.0.0", "pnpm": "8.12.1", "prettier": "3.3.0", "typescript-eslint": "7.11.0", diff --git a/yarn.lock b/yarn.lock index 834b6cde..66771e39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1401,13 +1401,20 @@ eslint-plugin-unicorn@^53.0.0: semver "^7.6.1" strip-indent "^3.0.0" -eslint-plugin-unused-imports@^3.0.0, eslint-plugin-unused-imports@^3.2.0: +eslint-plugin-unused-imports@^3.0.0: version "3.2.0" resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.2.0.tgz#63a98c9ad5f622cd9f830f70bc77739f25ccfe0d" integrity sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ== dependencies: eslint-rule-composer "^0.3.0" +eslint-plugin-unused-imports@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.0.tgz#93f3a7ee6088221e4a1d7127866e05d5917a9f65" + integrity sha512-mzM+y2B7XYpQryVa1usT+Y/BdNAtAZiXzwpSyDCboFoJN/LZRN67TNvQxKtuTK/Aplya3sLNQforiubzPPaIcQ== + dependencies: + eslint-rule-composer "^0.3.0" + eslint-rule-composer@^0.3.0: version "0.3.0" resolved "https://registry.npmjs.org/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz"