From 7f815dda4ba914b620c455b9144f08676c419cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:19:03 +0000 Subject: [PATCH] Bump eslint-plugin-unused-imports from 4.0.1 to 4.1.2 Bumps [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) from 4.0.1 to 4.1.2. - [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits/v4.1.2) --- updated-dependencies: - dependency-name: eslint-plugin-unused-imports dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 ++++++--------------------- package.json | 2 +- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a869a1385b4..f12a732e2652 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "ejs": "3.1.10", "eslint": "9.8.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-unused-imports": "4.0.1", + "eslint-plugin-unused-imports": "4.1.2", "execa": "9.3.0", "fast-xml-parser": "4.4.1", "glob": "10.4.2", @@ -5951,18 +5951,12 @@ } }, "node_modules/eslint-plugin-unused-imports": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.1.tgz", - "integrity": "sha512-rax76s05z64uQgG9YXsWFmXrgjkaK79AvfeAWiSxhPP6RVGxeRaj4+2u+wxxu/mDy2pmJoOy1QTOEALMia2xGQ==", - "dependencies": { - "eslint-rule-composer": "^0.3.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.2.tgz", + "integrity": "sha512-A/Ypb0DQlDEzIbcoAv87NpLLcG3iwlE0gBEpS9Ud/62v2v3CoO15lZ/WfGyo2Wq7YraWJ2aE0TeHgJcpor6KQQ==", "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": { @@ -5970,15 +5964,6 @@ } } }, - "node_modules/eslint-rule-composer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz", - "integrity": "sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==", - "license": "MIT", - "engines": { - "node": ">=4.0.0" - } - }, "node_modules/eslint-scope": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz", diff --git a/package.json b/package.json index 9ec7ca68797b..2f36c47de6fe 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "ejs": "3.1.10", "eslint": "9.8.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-unused-imports": "4.0.1", + "eslint-plugin-unused-imports": "4.1.2", "execa": "9.3.0", "fast-xml-parser": "4.4.1", "glob": "10.4.2",