From e2105b29441f9ebc9dcb065dc5b86e4f29e8c582 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 17:26:16 +0800 Subject: [PATCH] bump(deps): update dependency eslint-plugin-unused-imports to ^3.2.0 (#850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-unused-imports](https://togithub.com/sweepline/eslint-plugin-unused-imports) | [`^3.1.0` -> `^3.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unused-imports/3.1.0/3.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-unused-imports/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-unused-imports/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-unused-imports/3.1.0/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-unused-imports/3.1.0/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
sweepline/eslint-plugin-unused-imports (eslint-plugin-unused-imports) ### [`v3.2.0`](https://togithub.com/sweepline/eslint-plugin-unused-imports/compare/8872ac3f6724a442ed1fe948318812afece1d4a1...77e06961513a868aef7bb88477014c903fbe95bd) [Compare Source](https://togithub.com/sweepline/eslint-plugin-unused-imports/compare/8872ac3f6724a442ed1fe948318812afece1d4a1...77e06961513a868aef7bb88477014c903fbe95bd)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fuxingloh/contented). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 8 ++++---- workspace/eslint-config/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b8a7afd..0a29da52 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -292,8 +292,8 @@ importers: specifier: ^12.1.0 version: 12.1.0(eslint@8.57.0) eslint-plugin-unused-imports: - specifier: ^3.1.0 - version: 3.1.0(eslint@8.57.0) + specifier: ^3.2.0 + version: 3.2.0(eslint@8.57.0) typescript-eslint: specifier: ^7.7.1 version: 7.7.1(eslint@8.57.0)(typescript@5.3.3) @@ -3322,8 +3322,8 @@ packages: eslint: 8.57.0 dev: false - /eslint-plugin-unused-imports@3.1.0(eslint@8.57.0): - resolution: {integrity: sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw==} + /eslint-plugin-unused-imports@3.2.0(eslint@8.57.0): + resolution: {integrity: sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': 6 - 7 diff --git a/workspace/eslint-config/package.json b/workspace/eslint-config/package.json index 81aaffa1..1df63369 100644 --- a/workspace/eslint-config/package.json +++ b/workspace/eslint-config/package.json @@ -8,7 +8,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-simple-import-sort": "^12.1.0", - "eslint-plugin-unused-imports": "^3.1.0", + "eslint-plugin-unused-imports": "^3.2.0", "typescript-eslint": "^7.7.1" } }