From cf8ac99be733fe87ea0bb6dbe9c6bacf3465d876 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 20:20:33 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-unused-imports to v3 (#660) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/package.json | 2 +- types/package.json | 2 +- view/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/package.json b/api/package.json index 91e4f7c9..a30455e1 100644 --- a/api/package.json +++ b/api/package.json @@ -37,7 +37,7 @@ "eslint-plugin-n": "16.0.1", "eslint-plugin-promise": "6.1.1", "eslint-plugin-unicorn": "46.0.0", - "eslint-plugin-unused-imports": "2.0.0", + "eslint-plugin-unused-imports": "3.0.0", "my-pixiv-types": "*", "prettier": "2.8.8", "qs": "6.11.2", diff --git a/types/package.json b/types/package.json index 5fee4526..ccb9368b 100644 --- a/types/package.json +++ b/types/package.json @@ -27,7 +27,7 @@ "eslint-plugin-n": "16.0.1", "eslint-plugin-promise": "6.1.1", "eslint-plugin-unicorn": "^46.0.0", - "eslint-plugin-unused-imports": "2.0.0", + "eslint-plugin-unused-imports": "3.0.0", "prettier": "2.8.8", "typescript": "5.1.6", "yarn-run-all": "3.1.1" diff --git a/view/package.json b/view/package.json index 235e8fd1..ce894485 100644 --- a/view/package.json +++ b/view/package.json @@ -41,7 +41,7 @@ "eslint-config-prettier": "8.9.0", "eslint-plugin-nuxt": "4.0.0", "eslint-plugin-unicorn": "^46.0.0", - "eslint-plugin-unused-imports": "2.0.0", + "eslint-plugin-unused-imports": "3.0.0", "eslint-plugin-vue": "9.15.1", "husky": "8.0.3", "lint-staged": "13.2.3", diff --git a/yarn.lock b/yarn.lock index a9e646ca..6078f608 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6634,10 +6634,10 @@ eslint-plugin-unicorn@^44.0.2: semver "^7.3.7" strip-indent "^3.0.0" -eslint-plugin-unused-imports@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-2.0.0.tgz#d8db8c4d0cfa0637a8b51ce3fd7d1b6bc3f08520" - integrity sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A== +eslint-plugin-unused-imports@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.0.0.tgz#d25175b0072ff16a91892c3aa72a09ca3a9e69e7" + integrity sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw== dependencies: eslint-rule-composer "^0.3.0"