From bfc83330daa2a44e54772bb8231c8d11c5e822cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 03:00:18 +0000 Subject: [PATCH] Update dependency eslint-plugin-unused-imports to v4 | datasource | package | from | to | | ---------- | ---------------------------- | ----- | ----- | | npm | eslint-plugin-unused-imports | 2.0.0 | 4.1.3 | ## [v4.1.3](https://github.com/sweepline/eslint-plugin-unused-imports/compare/v4.1.2...v4.1.3) ## [v4.1.2](https://github.com/sweepline/eslint-plugin-unused-imports/compare/v4.1.1...v4.1.2) ## [v4.1.1](https://github.com/sweepline/eslint-plugin-unused-imports/compare/v4.1.0...v4.1.1) ## [v4.1.0](https://github.com/sweepline/eslint-plugin-unused-imports/compare/38cdd89e581856bd30a18eccbcb7fd8696d2d570...v4.1.0) ## [v4.0.1](https://github.com/sweepline/eslint-plugin-unused-imports/compare/821b01d7bfa51167c32e919584d8fb0132f7a96a...38cdd89e581856bd30a18eccbcb7fd8696d2d570) ## [v4.0.0](https://github.com/sweepline/eslint-plugin-unused-imports/compare/77e06961513a868aef7bb88477014c903fbe95bd...821b01d7bfa51167c32e919584d8fb0132f7a96a) ## [v3.2.0](https://github.com/sweepline/eslint-plugin-unused-imports/compare/8872ac3f6724a442ed1fe948318812afece1d4a1...77e06961513a868aef7bb88477014c903fbe95bd) ## [v3.1.0](https://github.com/sweepline/eslint-plugin-unused-imports/compare/5cef9616c54ec2b9fc0795ed6fa27f4529d7e386...8872ac3f6724a442ed1fe948318812afece1d4a1) ## [v3.0.0](https://github.com/sweepline/eslint-plugin-unused-imports/compare/00609593872c4e088bf1a879ba066e5f69d90ec7...5cef9616c54ec2b9fc0795ed6fa27f4529d7e386) --- package.json | 2 +- pnpm-lock.yaml | 22 +++++++--------------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 788d97a..e4f3783 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-prettier": "5.2.1", "eslint-plugin-react": "7.31.10", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-unused-imports": "2.0.0", + "eslint-plugin-unused-imports": "4.1.3", "eslint-plugin-xstate": "1.1.3", "execa": "5.1.1", "glob": "8.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 48a4274..de3fb57 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -91,8 +91,8 @@ importers: specifier: 4.6.0 version: 4.6.0(eslint@8.23.1) eslint-plugin-unused-imports: - specifier: 2.0.0 - version: 2.0.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.23.1)(typescript@4.9.5))(eslint@8.23.1)(typescript@4.9.5))(eslint@8.23.1) + specifier: 4.1.3 + version: 4.1.3(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.23.1)(typescript@4.9.5))(eslint@8.23.1)(typescript@4.9.5))(eslint@8.23.1) eslint-plugin-xstate: specifier: 1.1.3 version: 1.1.3(eslint@8.23.1) @@ -1886,12 +1886,11 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - eslint-plugin-unused-imports@2.0.0: - resolution: {integrity: sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + eslint-plugin-unused-imports@4.1.3: + resolution: {integrity: sha512-lqrNZIZjFMUr7P06eoKtQLwyVRibvG7N+LtfKtObYGizAAGrcqLkc3tDx+iAik2z7q0j/XI3ihjupIqxhFabFA==} peerDependencies: - '@typescript-eslint/eslint-plugin': ^5.0.0 - eslint: ^8.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': optional: true @@ -1902,10 +1901,6 @@ packages: peerDependencies: eslint: ^7.1.0||^8.17.0 - eslint-rule-composer@0.3.0: - resolution: {integrity: sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==} - engines: {node: '>=4.0.0'} - eslint-scope@5.1.1: resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} engines: {node: '>=8.0.0'} @@ -6022,10 +6017,9 @@ snapshots: semver: 6.3.1 string.prototype.matchall: 4.0.11 - eslint-plugin-unused-imports@2.0.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.23.1)(typescript@4.9.5))(eslint@8.23.1)(typescript@4.9.5))(eslint@8.23.1): + eslint-plugin-unused-imports@4.1.3(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.23.1)(typescript@4.9.5))(eslint@8.23.1)(typescript@4.9.5))(eslint@8.23.1): dependencies: eslint: 8.23.1 - eslint-rule-composer: 0.3.0 optionalDependencies: '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.23.1)(typescript@4.9.5))(eslint@8.23.1)(typescript@4.9.5) @@ -6037,8 +6031,6 @@ snapshots: lodash.upperfirst: 4.3.1 sanctuary: 3.1.0 - eslint-rule-composer@0.3.0: {} - eslint-scope@5.1.1: dependencies: esrecurse: 4.3.0