Open renovate[bot] opened 1 month ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @typescript-eslint/eslint-plugin@7.8.0
npm error Found: eslint@9.2.0
npm error node_modules/eslint
npm error peer eslint@"^7.5.0 || ^8.0.0 || ^9.0.0" from @babel/eslint-parser@7.24.5
npm error node_modules/@babel/eslint-parser
npm error dev @babel/eslint-parser@"^7.24.5" from the root project
npm error peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm error node_modules/@eslint-community/eslint-utils
npm error @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.8.0
npm error node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils
npm error @typescript-eslint/utils@"7.8.0" from @typescript-eslint/eslint-plugin@7.8.0
npm error node_modules/@typescript-eslint/eslint-plugin
npm error peer @typescript-eslint/eslint-plugin@"^7.0.0" from eslint-config-airbnb-typescript@18.0.0
npm error node_modules/eslint-config-airbnb-typescript
npm error 2 more (the root project, eslint-plugin-jest)
npm error 1 more (@typescript-eslint/type-utils)
npm error @eslint-community/eslint-utils@"^4.2.0" from eslint@9.2.0
npm error 4 more (@typescript-eslint/utils, @typescript-eslint/utils, ...)
npm error 5 more (eslint-config-erb, eslint-config-prettier, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.8.0
npm error node_modules/@typescript-eslint/eslint-plugin
npm error peer @typescript-eslint/eslint-plugin@"^7.0.0" from eslint-config-airbnb-typescript@18.0.0
npm error node_modules/eslint-config-airbnb-typescript
npm error dev eslint-config-airbnb-typescript@"^18.0.0" from the root project
npm error dev @typescript-eslint/eslint-plugin@"^7.8.0" from the root project
npm error 1 more (eslint-plugin-jest)
npm error
npm error Conflicting peer dependency: eslint@8.57.0
npm error node_modules/eslint
npm error peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.8.0
npm error node_modules/@typescript-eslint/eslint-plugin
npm error peer @typescript-eslint/eslint-plugin@"^7.0.0" from eslint-config-airbnb-typescript@18.0.0
npm error node_modules/eslint-config-airbnb-typescript
npm error dev eslint-config-airbnb-typescript@"^18.0.0" from the root project
npm error dev @typescript-eslint/eslint-plugin@"^7.8.0" from the root project
npm error 1 more (eslint-plugin-jest)
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-09-10T12_56_52_367Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-09-10T12_56_52_367Z-debug-0.log
This PR contains the following updates:
28.5.0
->28.8.3
Release Notes
jest-community/eslint-plugin-jest (eslint-plugin-jest)
### [`v28.8.3`](https://redirect.github.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2883-2024-09-04) [Compare Source](https://redirect.github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3) ##### Bug Fixes - **prefer-importing-jest-globals:** don't add imports in the middle of statements ([#1645](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1645)) ([9c4197c](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/9c4197c91fa96d7991acba8eac4fca909f28f8d0)) ### [`v28.8.2`](https://redirect.github.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2882-2024-09-02) [Compare Source](https://redirect.github.com/jest-community/eslint-plugin-jest/compare/v28.8.1...v28.8.2) ##### Performance Improvements - **prefer-importing-jest-globals:** stop collecting import specifiers for no reason ([#1646](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1646)) ([0660242](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/066024289ec09e2ecf83db001cc93930aa6288a8)) ### [`v28.8.1`](https://redirect.github.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2881-2024-08-29) [Compare Source](https://redirect.github.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.8.1) ##### Bug Fixes - **prefer-importing-jest-globals:** support typescript-eslint parser ([#1639](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1639)) ([307f6a7](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/307f6a7b3aad7a5c891d8fea9f115e5d2f4f3fbb)) ### [`v28.8.0`](https://redirect.github.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2880-2024-08-07) [Compare Source](https://redirect.github.com/jest-community/eslint-plugin-jest/compare/v28.7.0...v28.8.0) ##### Features - import formatting rules from `eslint-plugin-jest-formatting` ([#1563](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1563)) ([74078ee](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/74078ee13dd7c7d257d514809dadc5593a214e74)) ### [`v28.7.0`](https://redirect.github.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2870-2024-08-03) [Compare Source](https://redirect.github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0) ##### Features - allow `[@typescript-eslint](https://redirect.github.com/typescript-eslint)` v8 ([#1636](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1636)) ([fb43171](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/fb43171a150922524744194e023841af12b3f76b)) ### [`v28.6.0`](https://redirect.github.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2860-2024-06-06) [Compare Source](https://redirect.github.com/jest-community/eslint-plugin-jest/compare/v28.5.0...v28.6.0) ##### Features - **prefer-jest-mocked:** add new rule ([#1599](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1599)) ([4b6a4f2](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/4b6a4f29c51ccc2dbb79a2f24d4a5cecd8195a8b)) - **valid-expect:** supporting automatically fixing adding async in some cases ([#1579](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1579)) ([5b9b47e](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/5b9b47e3822e7895f8d74d73b0e07e3eff406523))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.