From e060c32e63f63c60bf8e695ef5babb4788d90042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:14:48 +0000 Subject: [PATCH] Bump eslint-plugin-unused-imports from 3.0.0 to 3.1.0 Bumps [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) from 3.0.0 to 3.1.0. - [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits) --- updated-dependencies: - dependency-name: eslint-plugin-unused-imports dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 92e7f5ac..bffc3789 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-json": "^3.1.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-unicorn": "^50.0.1", - "eslint-plugin-unused-imports": "^3.0.0", + "eslint-plugin-unused-imports": "^3.1.0", "rimraf": "^5.0.5", "typedoc": "0.25.7", "typedoc-plugin-extras": "3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0315203c..6609e89d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,8 +66,8 @@ devDependencies: specifier: ^50.0.1 version: 50.0.1(eslint@8.56.0) eslint-plugin-unused-imports: - specifier: ^3.0.0 - version: 3.0.0(@typescript-eslint/eslint-plugin@6.20.0)(eslint@8.56.0) + specifier: ^3.1.0 + version: 3.1.0(@typescript-eslint/eslint-plugin@6.20.0)(eslint@8.56.0) rimraf: specifier: ^5.0.5 version: 5.0.5 @@ -1187,12 +1187,12 @@ packages: - supports-color dev: true - /eslint-plugin-unused-imports@3.0.0(@typescript-eslint/eslint-plugin@6.20.0)(eslint@8.56.0): - resolution: {integrity: sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==} + /eslint-plugin-unused-imports@3.1.0(@typescript-eslint/eslint-plugin@6.20.0)(eslint@8.56.0): + resolution: {integrity: sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - '@typescript-eslint/eslint-plugin': ^6.0.0 - eslint: ^8.0.0 + '@typescript-eslint/eslint-plugin': 6 - 7 + eslint: '8' peerDependenciesMeta: '@typescript-eslint/eslint-plugin': optional: true