Update dependency react-router-dom to v7 #15

Closed
renovate[bot] wants to merge 1 commits from renovate/major-react-router-monorepo into master
Collaborator

This PR contains the following updates:

Package Change Age Confidence
react-router-dom (source) ^6.0.0^7.0.0 age confidence
react-router-dom (source) ^6.30.3^7.0.0 age confidence

Release Notes

remix-run/react-router (react-router-dom)

v7.13.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.13.0

v7.12.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.12.0

v7.11.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.11.0

v7.10.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.10.1

v7.10.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.10.0

v7.9.6

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.6

v7.9.5

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.5

v7.9.4

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.4

v7.9.3

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.3

v7.9.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.2

v7.9.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.1

v7.9.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.0

v7.8.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.8.2

v7.8.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.8.1

v7.8.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.8.0

v7.7.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.7.1

v7.7.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.7.0

v7.6.3

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.6.3

v7.6.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.6.2

v7.6.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.6.1

v7.6.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.6.0

v7.5.3

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.5.3

v7.5.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.5.2

v7.5.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.5.1

v7.5.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.5.0

v7.4.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.4.1

v7.4.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.4.0

v7.3.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.3.0

v7.2.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.2.0

v7.1.5

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.1.5

v7.1.4

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.1.4

v7.1.3

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.1.3

v7.1.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.1.2

v7.1.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.1.1

v7.1.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.1.0

v7.0.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.0.2

v7.0.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.0.1

v7.0.0

Compare Source

Major Changes
  • Remove the original defer implementation in favor of using raw promises via single fetch and turbo-stream. This removes these exports from React Router: (#​11744)

    • defer
    • AbortedDeferredError
    • type TypedDeferredData
    • UNSAFE_DeferredData
    • UNSAFE_DEFERRED_SYMBOL,
  • Use createRemixRouter/RouterProvider in entry.client instead of RemixBrowser (#​11469)

  • Remove single fetch future flag. (#​11522)

  • Remove future.v7_startTransition flag (#​11696)

  • Remove future.v7_normalizeFormMethod future flag (#​11697)

  • Allow returning undefined from actions and loaders (#​11680)

  • update minimum node version to 18 (#​11690)

  • Remove future.v7_prependBasename from the ionternalized @remix-run/router package (#​11726)

  • Remove future.v7_throwAbortReason from internalized @remix-run/router package (#​11728)

  • Add exports field to all packages (#​11675)

  • node package no longer re-exports from react-router (#​11702)

  • updates the minimum React version to 18 (#​11689)

    • Remove the future.v7_partialHydration flag (#​11725)
      • This also removes the <RouterProvider fallbackElement> prop
        • To migrate, move the fallbackElement to a hydrateFallbackElement/HydrateFallback on your root route
      • Also worth nothing there is a related breaking changer with this future flag:
        • Without future.v7_partialHydration (when using fallbackElement), state.navigation was populated during the initial load
        • With future.v7_partialHydration, state.navigation remains in an "idle" state during the initial load
  • Remove future.v7_fetcherPersist flag (#​11731)

Minor Changes
  • Add prefetching support to Link/NavLink when using Remix SSR (#​11402)
  • Enhance ScrollRestoration so it can restore properly on an SSR'd document load (#​11401)
  • Add built-in Remix-style hydration support to RouterProvider. When running from a Remix-SSR'd HTML payload with the proper window variables (__remixContext, __remixManifest, __remixRouteModules), you don't need to pass a router prop and RouterProvider will create the router for you internally. (#​11396) (#​11400)
Patch Changes
  • Memoize some RouterProvider internals to reduce uneccesary re-renders (#​11817)
  • Updated dependencies:
    • react-router@7.0.0

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [react-router-dom](https://github.com/remix-run/react-router) ([source](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)) | [`^6.0.0` → `^7.0.0`](https://renovatebot.com/diffs/npm/react-router-dom/6.30.3/7.13.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-router-dom/7.13.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router-dom/6.30.3/7.13.0?slim=true) | | [react-router-dom](https://github.com/remix-run/react-router) ([source](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)) | [`^6.30.3` → `^7.0.0`](https://renovatebot.com/diffs/npm/react-router-dom/6.30.3/7.13.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-router-dom/7.13.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router-dom/6.30.3/7.13.0?slim=true) | --- ### Release Notes <details> <summary>remix-run/react-router (react-router-dom)</summary> ### [`v7.13.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#7130) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.12.0...react-router-dom@7.13.0) ##### Patch Changes - Updated dependencies: - `react-router@7.13.0` ### [`v7.12.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#7120) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.11.0...react-router-dom@7.12.0) ##### Patch Changes - Updated dependencies: - `react-router@7.12.0` ### [`v7.11.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#7110) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.10.1...react-router-dom@7.11.0) ##### Patch Changes - Updated dependencies: - `react-router@7.11.0` ### [`v7.10.1`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#7101) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.10.0...react-router-dom@7.10.1) ##### Patch Changes - Updated dependencies: - `react-router@7.10.1` ### [`v7.10.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#7100) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.9.6...react-router-dom@7.10.0) ##### Patch Changes - Updated dependencies: - `react-router@7.10.0` ### [`v7.9.6`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#796) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.9.5...react-router-dom@7.9.6) ##### Patch Changes - Updated dependencies: - `react-router@7.9.6` ### [`v7.9.5`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#795) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.9.4...react-router-dom@7.9.5) ##### Patch Changes - Updated dependencies: - `react-router@7.9.5` ### [`v7.9.4`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#794) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.9.3...react-router-dom@7.9.4) ##### Patch Changes - Updated dependencies: - `react-router@7.9.4` ### [`v7.9.3`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#793) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.9.2...react-router-dom@7.9.3) ##### Patch Changes - Updated dependencies: - `react-router@7.9.3` ### [`v7.9.2`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#792) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.9.1...react-router-dom@7.9.2) ##### Patch Changes - Updated dependencies: - `react-router@7.9.2` ### [`v7.9.1`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#791) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.9.0...react-router-dom@7.9.1) ##### Patch Changes - Updated dependencies: - `react-router@7.9.1` ### [`v7.9.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#790) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.8.2...react-router-dom@7.9.0) ##### Patch Changes - Updated dependencies: - `react-router@7.9.0` ### [`v7.8.2`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#782) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.8.1...react-router-dom@7.8.2) ##### Patch Changes - Updated dependencies: - `react-router@7.8.2` ### [`v7.8.1`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#781) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.8.0...react-router-dom@7.8.1) ##### Patch Changes - Updated dependencies: - `react-router@7.8.1` ### [`v7.8.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#780) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.7.1...react-router-dom@7.8.0) ##### Patch Changes - Updated dependencies: - `react-router@7.8.0` ### [`v7.7.1`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#771) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.7.0...react-router-dom@7.7.1) ##### Patch Changes - Updated dependencies: - `react-router@7.7.1` ### [`v7.7.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#770) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.6.3...react-router-dom@7.7.0) ##### Patch Changes - Updated dependencies: - `react-router@7.7.0` ### [`v7.6.3`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#763) [Compare Source](https://github.com/remix-run/react-router/compare/7.6.2...react-router-dom@7.6.3) ##### Patch Changes - Updated dependencies: - `react-router@7.6.3` ### [`v7.6.2`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#762) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.6.1...7.6.2) ##### Patch Changes - Updated dependencies: - `react-router@7.6.2` ### [`v7.6.1`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#761) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.6.0...react-router-dom@7.6.1) ##### Patch Changes - Updated dependencies: - `react-router@7.6.1` ### [`v7.6.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#760) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.5.3...react-router-dom@7.6.0) ##### Patch Changes - Updated dependencies: - `react-router@7.6.0` ### [`v7.5.3`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#753) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.5.2...react-router-dom@7.5.3) ##### Patch Changes - Updated dependencies: - `react-router@7.5.3` ### [`v7.5.2`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#752) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.5.1...react-router-dom@7.5.2) ##### Patch Changes - Updated dependencies: - `react-router@7.5.2` ### [`v7.5.1`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#751) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.5.0...react-router-dom@7.5.1) ##### Patch Changes - Updated dependencies: - `react-router@7.5.1` ### [`v7.5.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#750) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.4.1...react-router-dom@7.5.0) ##### Patch Changes - Updated dependencies: - `react-router@7.5.0` ### [`v7.4.1`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#741) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.4.0...react-router-dom@7.4.1) ##### Patch Changes - Updated dependencies: - `react-router@7.4.1` ### [`v7.4.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#740) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.3.0...react-router-dom@7.4.0) ##### Patch Changes - Updated dependencies: - `react-router@7.4.0` ### [`v7.3.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#730) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.2.0...react-router-dom@7.3.0) ##### Patch Changes - Updated dependencies: - `react-router@7.3.0` ### [`v7.2.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#720) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.1.5...react-router-dom@7.2.0) ##### Patch Changes - Updated dependencies: - `react-router@7.2.0` ### [`v7.1.5`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#715) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.1.4...react-router-dom@7.1.5) ##### Patch Changes - Updated dependencies: - `react-router@7.1.5` ### [`v7.1.4`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#714) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.1.3...react-router-dom@7.1.4) ##### Patch Changes - Updated dependencies: - `react-router@7.1.4` ### [`v7.1.3`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#713) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.1.2...react-router-dom@7.1.3) ##### Patch Changes - Updated dependencies: - `react-router@7.1.3` ### [`v7.1.2`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#712) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.1.1...react-router-dom@7.1.2) ##### Patch Changes - Updated dependencies: - `react-router@7.1.2` ### [`v7.1.1`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#711) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.1.0...react-router-dom@7.1.1) ##### Patch Changes - Updated dependencies: - `react-router@7.1.1` ### [`v7.1.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#710) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.0.2...react-router-dom@7.1.0) ##### Patch Changes - Updated dependencies: - `react-router@7.1.0` ### [`v7.0.2`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#702) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.0.1...react-router-dom@7.0.2) ##### Patch Changes - Updated dependencies: - `react-router@7.0.2` ### [`v7.0.1`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#701) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.0.0...react-router-dom@7.0.1) ##### Patch Changes - Updated dependencies: - `react-router@7.0.1` ### [`v7.0.0`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#700) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@6.30.3...react-router-dom@7.0.0) ##### Major Changes - Remove the original `defer` implementation in favor of using raw promises via single fetch and `turbo-stream`. This removes these exports from React Router: ([#&#8203;11744](https://github.com/remix-run/react-router/pull/11744)) - `defer` - `AbortedDeferredError` - `type TypedDeferredData` - `UNSAFE_DeferredData` - `UNSAFE_DEFERRED_SYMBOL`, - Use `createRemixRouter`/`RouterProvider` in `entry.client` instead of `RemixBrowser` ([#&#8203;11469](https://github.com/remix-run/react-router/pull/11469)) - Remove single fetch future flag. ([#&#8203;11522](https://github.com/remix-run/react-router/pull/11522)) - Remove `future.v7_startTransition` flag ([#&#8203;11696](https://github.com/remix-run/react-router/pull/11696)) - Remove `future.v7_normalizeFormMethod` future flag ([#&#8203;11697](https://github.com/remix-run/react-router/pull/11697)) - Allow returning `undefined` from actions and loaders ([#&#8203;11680](https://github.com/remix-run/react-router/pull/11680)) - update minimum node version to 18 ([#&#8203;11690](https://github.com/remix-run/react-router/pull/11690)) - Remove `future.v7_prependBasename` from the ionternalized `@remix-run/router` package ([#&#8203;11726](https://github.com/remix-run/react-router/pull/11726)) - Remove `future.v7_throwAbortReason` from internalized `@remix-run/router` package ([#&#8203;11728](https://github.com/remix-run/react-router/pull/11728)) - Add `exports` field to all packages ([#&#8203;11675](https://github.com/remix-run/react-router/pull/11675)) - node package no longer re-exports from react-router ([#&#8203;11702](https://github.com/remix-run/react-router/pull/11702)) - updates the minimum React version to 18 ([#&#8203;11689](https://github.com/remix-run/react-router/pull/11689)) - - Remove the `future.v7_partialHydration` flag ([#&#8203;11725](https://github.com/remix-run/react-router/pull/11725)) - This also removes the `<RouterProvider fallbackElement>` prop - To migrate, move the `fallbackElement` to a `hydrateFallbackElement`/`HydrateFallback` on your root route - Also worth nothing there is a related breaking changer with this future flag: - Without `future.v7_partialHydration` (when using `fallbackElement`), `state.navigation` was populated during the initial load - With `future.v7_partialHydration`, `state.navigation` remains in an `"idle"` state during the initial load - Remove `future.v7_fetcherPersist` flag ([#&#8203;11731](https://github.com/remix-run/react-router/pull/11731)) ##### Minor Changes - Add prefetching support to `Link`/`NavLink` when using Remix SSR ([#&#8203;11402](https://github.com/remix-run/react-router/pull/11402)) - Enhance `ScrollRestoration` so it can restore properly on an SSR'd document load ([#&#8203;11401](https://github.com/remix-run/react-router/pull/11401)) - Add built-in Remix-style hydration support to `RouterProvider`. When running from a Remix-SSR'd HTML payload with the proper `window` variables (`__remixContext`, `__remixManifest`, `__remixRouteModules`), you don't need to pass a `router` prop and `RouterProvider` will create the `router` for you internally. ([#&#8203;11396](https://github.com/remix-run/react-router/pull/11396)) ([#&#8203;11400](https://github.com/remix-run/react-router/pull/11400)) ##### Patch Changes - Memoize some `RouterProvider` internals to reduce uneccesary re-renders ([#&#8203;11817](https://github.com/remix-run/react-router/pull/11817)) - Updated dependencies: - `react-router@7.0.0` </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIl19-->
Valentin Popov was assigned by renovate[bot] 2026-02-07 11:36:22 +04:00
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update artifacts 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: playground/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: strapi-plugin-checkbox-list@0.0.0
npm warn Found: react-router-dom@7.13.0
npm warn node_modules/react-router-dom
npm warn   react-router-dom@"^7.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer react-router-dom@"^6.30.3" from strapi-plugin-checkbox-list@0.0.0
npm warn .yalc/strapi-plugin-checkbox-list
npm warn   strapi-plugin-checkbox-list@0.0.0
npm warn   node_modules/strapi-plugin-checkbox-list
npm warn
npm warn Conflicting peer dependency: react-router-dom@6.30.3
npm warn node_modules/react-router-dom
npm warn   peer react-router-dom@"^6.30.3" from strapi-plugin-checkbox-list@0.0.0
npm warn   .yalc/strapi-plugin-checkbox-list
npm warn     strapi-plugin-checkbox-list@0.0.0
npm warn     node_modules/strapi-plugin-checkbox-list
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @strapi/admin@5.35.0
npm error Found: react-router-dom@7.13.0
npm error node_modules/react-router-dom
npm error   react-router-dom@"^7.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react-router-dom@"^6.0.0" from @strapi/admin@5.35.0
npm error node_modules/@strapi/admin
npm error   peer @strapi/admin@"^5.0.0" from @strapi/content-manager@5.35.0
npm error   node_modules/@strapi/content-manager
npm error     peer @strapi/content-manager@"^5.0.0" from @strapi/content-releases@5.35.0
npm error     node_modules/@strapi/content-releases
npm error       @strapi/content-releases@"5.35.0" from @strapi/strapi@5.35.0
npm error       node_modules/@strapi/strapi
npm error     3 more (@strapi/i18n, @strapi/review-workflows, @strapi/strapi)
npm error   peer @strapi/admin@"^5.0.0" from @strapi/content-releases@5.35.0
npm error   node_modules/@strapi/content-releases
npm error     @strapi/content-releases@"5.35.0" from @strapi/strapi@5.35.0
npm error     node_modules/@strapi/strapi
npm error       @strapi/strapi@"5.35.0" from the root project
npm error       3 more (@strapi/plugin-cloud, ...)
npm error   8 more (@strapi/content-type-builder, @strapi/core, ...)
npm error
npm error Conflicting peer dependency: react-router-dom@6.30.3
npm error node_modules/react-router-dom
npm error   peer react-router-dom@"^6.0.0" from @strapi/admin@5.35.0
npm error   node_modules/@strapi/admin
npm error     peer @strapi/admin@"^5.0.0" from @strapi/content-manager@5.35.0
npm error     node_modules/@strapi/content-manager
npm error       peer @strapi/content-manager@"^5.0.0" from @strapi/content-releases@5.35.0
npm error       node_modules/@strapi/content-releases
npm error         @strapi/content-releases@"5.35.0" from @strapi/strapi@5.35.0
npm error         node_modules/@strapi/strapi
npm error       3 more (@strapi/i18n, @strapi/review-workflows, @strapi/strapi)
npm error     peer @strapi/admin@"^5.0.0" from @strapi/content-releases@5.35.0
npm error     node_modules/@strapi/content-releases
npm error       @strapi/content-releases@"5.35.0" from @strapi/strapi@5.35.0
npm error       node_modules/@strapi/strapi
npm error         @strapi/strapi@"5.35.0" from the root project
npm error         3 more (@strapi/plugin-cloud, ...)
npm error     8 more (@strapi/content-type-builder, @strapi/core, ...)
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/2026-02-07T09_37_23_415Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-02-07T09_37_23_415Z-debug-0.log

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @strapi/admin@5.35.0
npm warn Found: react-router-dom@7.13.0
npm warn node_modules/react-router-dom
npm warn   dev react-router-dom@"^7.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer react-router-dom@"^6.0.0" from @strapi/admin@5.35.0
npm warn node_modules/@strapi/admin
npm warn   peer @strapi/admin@"^5.0.0" from @strapi/content-manager@5.35.0
npm warn   node_modules/@strapi/content-manager
npm warn   8 more (@strapi/content-releases, ...)
npm warn
npm warn Conflicting peer dependency: react-router-dom@6.30.3
npm warn node_modules/react-router-dom
npm warn   peer react-router-dom@"^6.0.0" from @strapi/admin@5.35.0
npm warn   node_modules/@strapi/admin
npm warn     peer @strapi/admin@"^5.0.0" from @strapi/content-manager@5.35.0
npm warn     node_modules/@strapi/content-manager
npm warn     8 more (@strapi/content-releases, ...)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @strapi/content-manager@5.35.0
npm warn Found: react-router-dom@7.13.0
npm warn node_modules/react-router-dom
npm warn   dev react-router-dom@"^7.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer react-router-dom@"^6.0.0" from @strapi/content-manager@5.35.0
npm warn node_modules/@strapi/content-manager
npm warn   peer @strapi/content-manager@"^5.0.0" from @strapi/content-releases@5.35.0
npm warn   node_modules/@strapi/content-releases
npm warn   3 more (@strapi/i18n, @strapi/review-workflows, @strapi/strapi)
npm warn
npm warn Conflicting peer dependency: react-router-dom@6.30.3
npm warn node_modules/react-router-dom
npm warn   peer react-router-dom@"^6.0.0" from @strapi/content-manager@5.35.0
npm warn   node_modules/@strapi/content-manager
npm warn     peer @strapi/content-manager@"^5.0.0" from @strapi/content-releases@5.35.0
npm warn     node_modules/@strapi/content-releases
npm warn     3 more (@strapi/i18n, @strapi/review-workflows, @strapi/strapi)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @strapi/content-releases@5.35.0
npm warn Found: react-router-dom@7.13.0
npm warn node_modules/react-router-dom
npm warn   dev react-router-dom@"^7.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer react-router-dom@"^6.0.0" from @strapi/content-releases@5.35.0
npm warn node_modules/@strapi/content-releases
npm warn   @strapi/content-releases@"5.35.0" from @strapi/strapi@5.35.0
npm warn   node_modules/@strapi/strapi
npm warn
npm warn Conflicting peer dependency: react-router-dom@6.30.3
npm warn node_modules/react-router-dom
npm warn   peer react-router-dom@"^6.0.0" from @strapi/content-releases@5.35.0
npm warn   node_modules/@strapi/content-releases
npm warn     @strapi/content-releases@"5.35.0" from @strapi/strapi@5.35.0
npm warn     node_modules/@strapi/strapi
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @strapi/content-type-builder@5.35.0
npm warn Found: react-router-dom@7.13.0
npm warn node_modules/react-router-dom
npm warn   dev react-router-dom@"^7.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer react-router-dom@"^6.0.0" from @strapi/content-type-builder@5.35.0
npm warn node_modules/@strapi/content-type-builder
npm warn   @strapi/content-type-builder@"5.35.0" from @strapi/strapi@5.35.0
npm warn   node_modules/@strapi/strapi
npm warn
npm warn Conflicting peer dependency: react-router-dom@6.30.3
npm warn node_modules/react-router-dom
npm warn   peer react-router-dom@"^6.0.0" from @strapi/content-type-builder@5.35.0
npm warn   node_modules/@strapi/content-type-builder
npm warn     @strapi/content-type-builder@"5.35.0" from @strapi/strapi@5.35.0
npm warn     node_modules/@strapi/strapi
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @strapi/email@5.35.0
npm warn Found: react-router-dom@7.13.0
npm warn node_modules/react-router-dom
npm warn   dev react-router-dom@"^7.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer react-router-dom@"^6.0.0" from @strapi/email@5.35.0
npm warn node_modules/@strapi/email
npm warn   @strapi/email@"5.35.0" from @strapi/strapi@5.35.0
npm warn   node_modules/@strapi/strapi
npm warn
npm warn Conflicting peer dependency: react-router-dom@6.30.3
npm warn node_modules/react-router-dom
npm warn   peer react-router-dom@"^6.0.0" from @strapi/email@5.35.0
npm warn   node_modules/@strapi/email
npm warn     @strapi/email@"5.35.0" from @strapi/strapi@5.35.0
npm warn     node_modules/@strapi/strapi
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @strapi/i18n@5.35.0
npm warn Found: react-router-dom@7.13.0
npm warn node_modules/react-router-dom
npm warn   dev react-router-dom@"^7.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer react-router-dom@"^6.0.0" from @strapi/i18n@5.35.0
npm warn node_modules/@strapi/i18n
npm warn   @strapi/i18n@"5.35.0" from @strapi/strapi@5.35.0
npm warn   node_modules/@strapi/strapi
npm warn
npm warn Conflicting peer dependency: react-router-dom@6.30.3
npm warn node_modules/react-router-dom
npm warn   peer react-router-dom@"^6.0.0" from @strapi/i18n@5.35.0
npm warn   node_modules/@strapi/i18n
npm warn     @strapi/i18n@"5.35.0" from @strapi/strapi@5.35.0
npm warn     node_modules/@strapi/strapi
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @strapi/review-workflows@5.35.0
npm warn Found: react-router-dom@7.13.0
npm warn node_modules/react-router-dom
npm warn   dev react-router-dom@"^7.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer react-router-dom@"^6.0.0" from @strapi/review-workflows@5.35.0
npm warn node_modules/@strapi/review-workflows
npm warn   @strapi/review-workflows@"5.35.0" from @strapi/strapi@5.35.0
npm warn   node_modules/@strapi/strapi
npm warn
npm warn Conflicting peer dependency: react-router-dom@6.30.3
npm warn node_modules/react-router-dom
npm warn   peer react-router-dom@"^6.0.0" from @strapi/review-workflows@5.35.0
npm warn   node_modules/@strapi/review-workflows
npm warn     @strapi/review-workflows@"5.35.0" from @strapi/strapi@5.35.0
npm warn     node_modules/@strapi/strapi
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @strapi/strapi@5.35.0
npm error Found: react-router-dom@7.13.0
npm error node_modules/react-router-dom
npm error   dev react-router-dom@"^7.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react-router-dom@"^6.0.0" from @strapi/strapi@5.35.0
npm error node_modules/@strapi/strapi
npm error   dev @strapi/strapi@"^5.35.0" from the root project
npm error
npm error Conflicting peer dependency: react-router-dom@6.30.3
npm error node_modules/react-router-dom
npm error   peer react-router-dom@"^6.0.0" from @strapi/strapi@5.35.0
npm error   node_modules/@strapi/strapi
npm error     dev @strapi/strapi@"^5.35.0" from the root project
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/2026-02-07T09_37_27_353Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-02-07T09_37_27_353Z-debug-0.log

### ⚠️ Artifact update problem Renovate failed to update artifacts 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: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: playground/package-lock.json ``` npm warn Unknown env config "store". This will stop working in the next major version of npm. npm warn ERESOLVE overriding peer dependency npm warn While resolving: strapi-plugin-checkbox-list@0.0.0 npm warn Found: react-router-dom@7.13.0 npm warn node_modules/react-router-dom npm warn react-router-dom@"^7.0.0" from the root project npm warn npm warn Could not resolve dependency: npm warn peer react-router-dom@"^6.30.3" from strapi-plugin-checkbox-list@0.0.0 npm warn .yalc/strapi-plugin-checkbox-list npm warn strapi-plugin-checkbox-list@0.0.0 npm warn node_modules/strapi-plugin-checkbox-list npm warn npm warn Conflicting peer dependency: react-router-dom@6.30.3 npm warn node_modules/react-router-dom npm warn peer react-router-dom@"^6.30.3" from strapi-plugin-checkbox-list@0.0.0 npm warn .yalc/strapi-plugin-checkbox-list npm warn strapi-plugin-checkbox-list@0.0.0 npm warn node_modules/strapi-plugin-checkbox-list npm error code ERESOLVE npm error ERESOLVE could not resolve npm error npm error While resolving: @strapi/admin@5.35.0 npm error Found: react-router-dom@7.13.0 npm error node_modules/react-router-dom npm error react-router-dom@"^7.0.0" from the root project npm error npm error Could not resolve dependency: npm error peer react-router-dom@"^6.0.0" from @strapi/admin@5.35.0 npm error node_modules/@strapi/admin npm error peer @strapi/admin@"^5.0.0" from @strapi/content-manager@5.35.0 npm error node_modules/@strapi/content-manager npm error peer @strapi/content-manager@"^5.0.0" from @strapi/content-releases@5.35.0 npm error node_modules/@strapi/content-releases npm error @strapi/content-releases@"5.35.0" from @strapi/strapi@5.35.0 npm error node_modules/@strapi/strapi npm error 3 more (@strapi/i18n, @strapi/review-workflows, @strapi/strapi) npm error peer @strapi/admin@"^5.0.0" from @strapi/content-releases@5.35.0 npm error node_modules/@strapi/content-releases npm error @strapi/content-releases@"5.35.0" from @strapi/strapi@5.35.0 npm error node_modules/@strapi/strapi npm error @strapi/strapi@"5.35.0" from the root project npm error 3 more (@strapi/plugin-cloud, ...) npm error 8 more (@strapi/content-type-builder, @strapi/core, ...) npm error npm error Conflicting peer dependency: react-router-dom@6.30.3 npm error node_modules/react-router-dom npm error peer react-router-dom@"^6.0.0" from @strapi/admin@5.35.0 npm error node_modules/@strapi/admin npm error peer @strapi/admin@"^5.0.0" from @strapi/content-manager@5.35.0 npm error node_modules/@strapi/content-manager npm error peer @strapi/content-manager@"^5.0.0" from @strapi/content-releases@5.35.0 npm error node_modules/@strapi/content-releases npm error @strapi/content-releases@"5.35.0" from @strapi/strapi@5.35.0 npm error node_modules/@strapi/strapi npm error 3 more (@strapi/i18n, @strapi/review-workflows, @strapi/strapi) npm error peer @strapi/admin@"^5.0.0" from @strapi/content-releases@5.35.0 npm error node_modules/@strapi/content-releases npm error @strapi/content-releases@"5.35.0" from @strapi/strapi@5.35.0 npm error node_modules/@strapi/strapi npm error @strapi/strapi@"5.35.0" from the root project npm error 3 more (@strapi/plugin-cloud, ...) npm error 8 more (@strapi/content-type-builder, @strapi/core, ...) 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/2026-02-07T09_37_23_415Z-eresolve-report.txt npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-02-07T09_37_23_415Z-debug-0.log ``` ##### File name: package-lock.json ``` npm warn Unknown env config "store". This will stop working in the next major version of npm. npm warn ERESOLVE overriding peer dependency npm warn While resolving: @strapi/admin@5.35.0 npm warn Found: react-router-dom@7.13.0 npm warn node_modules/react-router-dom npm warn dev react-router-dom@"^7.0.0" from the root project npm warn npm warn Could not resolve dependency: npm warn peer react-router-dom@"^6.0.0" from @strapi/admin@5.35.0 npm warn node_modules/@strapi/admin npm warn peer @strapi/admin@"^5.0.0" from @strapi/content-manager@5.35.0 npm warn node_modules/@strapi/content-manager npm warn 8 more (@strapi/content-releases, ...) npm warn npm warn Conflicting peer dependency: react-router-dom@6.30.3 npm warn node_modules/react-router-dom npm warn peer react-router-dom@"^6.0.0" from @strapi/admin@5.35.0 npm warn node_modules/@strapi/admin npm warn peer @strapi/admin@"^5.0.0" from @strapi/content-manager@5.35.0 npm warn node_modules/@strapi/content-manager npm warn 8 more (@strapi/content-releases, ...) npm warn ERESOLVE overriding peer dependency npm warn While resolving: @strapi/content-manager@5.35.0 npm warn Found: react-router-dom@7.13.0 npm warn node_modules/react-router-dom npm warn dev react-router-dom@"^7.0.0" from the root project npm warn npm warn Could not resolve dependency: npm warn peer react-router-dom@"^6.0.0" from @strapi/content-manager@5.35.0 npm warn node_modules/@strapi/content-manager npm warn peer @strapi/content-manager@"^5.0.0" from @strapi/content-releases@5.35.0 npm warn node_modules/@strapi/content-releases npm warn 3 more (@strapi/i18n, @strapi/review-workflows, @strapi/strapi) npm warn npm warn Conflicting peer dependency: react-router-dom@6.30.3 npm warn node_modules/react-router-dom npm warn peer react-router-dom@"^6.0.0" from @strapi/content-manager@5.35.0 npm warn node_modules/@strapi/content-manager npm warn peer @strapi/content-manager@"^5.0.0" from @strapi/content-releases@5.35.0 npm warn node_modules/@strapi/content-releases npm warn 3 more (@strapi/i18n, @strapi/review-workflows, @strapi/strapi) npm warn ERESOLVE overriding peer dependency npm warn While resolving: @strapi/content-releases@5.35.0 npm warn Found: react-router-dom@7.13.0 npm warn node_modules/react-router-dom npm warn dev react-router-dom@"^7.0.0" from the root project npm warn npm warn Could not resolve dependency: npm warn peer react-router-dom@"^6.0.0" from @strapi/content-releases@5.35.0 npm warn node_modules/@strapi/content-releases npm warn @strapi/content-releases@"5.35.0" from @strapi/strapi@5.35.0 npm warn node_modules/@strapi/strapi npm warn npm warn Conflicting peer dependency: react-router-dom@6.30.3 npm warn node_modules/react-router-dom npm warn peer react-router-dom@"^6.0.0" from @strapi/content-releases@5.35.0 npm warn node_modules/@strapi/content-releases npm warn @strapi/content-releases@"5.35.0" from @strapi/strapi@5.35.0 npm warn node_modules/@strapi/strapi npm warn ERESOLVE overriding peer dependency npm warn While resolving: @strapi/content-type-builder@5.35.0 npm warn Found: react-router-dom@7.13.0 npm warn node_modules/react-router-dom npm warn dev react-router-dom@"^7.0.0" from the root project npm warn npm warn Could not resolve dependency: npm warn peer react-router-dom@"^6.0.0" from @strapi/content-type-builder@5.35.0 npm warn node_modules/@strapi/content-type-builder npm warn @strapi/content-type-builder@"5.35.0" from @strapi/strapi@5.35.0 npm warn node_modules/@strapi/strapi npm warn npm warn Conflicting peer dependency: react-router-dom@6.30.3 npm warn node_modules/react-router-dom npm warn peer react-router-dom@"^6.0.0" from @strapi/content-type-builder@5.35.0 npm warn node_modules/@strapi/content-type-builder npm warn @strapi/content-type-builder@"5.35.0" from @strapi/strapi@5.35.0 npm warn node_modules/@strapi/strapi npm warn ERESOLVE overriding peer dependency npm warn While resolving: @strapi/email@5.35.0 npm warn Found: react-router-dom@7.13.0 npm warn node_modules/react-router-dom npm warn dev react-router-dom@"^7.0.0" from the root project npm warn npm warn Could not resolve dependency: npm warn peer react-router-dom@"^6.0.0" from @strapi/email@5.35.0 npm warn node_modules/@strapi/email npm warn @strapi/email@"5.35.0" from @strapi/strapi@5.35.0 npm warn node_modules/@strapi/strapi npm warn npm warn Conflicting peer dependency: react-router-dom@6.30.3 npm warn node_modules/react-router-dom npm warn peer react-router-dom@"^6.0.0" from @strapi/email@5.35.0 npm warn node_modules/@strapi/email npm warn @strapi/email@"5.35.0" from @strapi/strapi@5.35.0 npm warn node_modules/@strapi/strapi npm warn ERESOLVE overriding peer dependency npm warn While resolving: @strapi/i18n@5.35.0 npm warn Found: react-router-dom@7.13.0 npm warn node_modules/react-router-dom npm warn dev react-router-dom@"^7.0.0" from the root project npm warn npm warn Could not resolve dependency: npm warn peer react-router-dom@"^6.0.0" from @strapi/i18n@5.35.0 npm warn node_modules/@strapi/i18n npm warn @strapi/i18n@"5.35.0" from @strapi/strapi@5.35.0 npm warn node_modules/@strapi/strapi npm warn npm warn Conflicting peer dependency: react-router-dom@6.30.3 npm warn node_modules/react-router-dom npm warn peer react-router-dom@"^6.0.0" from @strapi/i18n@5.35.0 npm warn node_modules/@strapi/i18n npm warn @strapi/i18n@"5.35.0" from @strapi/strapi@5.35.0 npm warn node_modules/@strapi/strapi npm warn ERESOLVE overriding peer dependency npm warn While resolving: @strapi/review-workflows@5.35.0 npm warn Found: react-router-dom@7.13.0 npm warn node_modules/react-router-dom npm warn dev react-router-dom@"^7.0.0" from the root project npm warn npm warn Could not resolve dependency: npm warn peer react-router-dom@"^6.0.0" from @strapi/review-workflows@5.35.0 npm warn node_modules/@strapi/review-workflows npm warn @strapi/review-workflows@"5.35.0" from @strapi/strapi@5.35.0 npm warn node_modules/@strapi/strapi npm warn npm warn Conflicting peer dependency: react-router-dom@6.30.3 npm warn node_modules/react-router-dom npm warn peer react-router-dom@"^6.0.0" from @strapi/review-workflows@5.35.0 npm warn node_modules/@strapi/review-workflows npm warn @strapi/review-workflows@"5.35.0" from @strapi/strapi@5.35.0 npm warn node_modules/@strapi/strapi npm error code ERESOLVE npm error ERESOLVE could not resolve npm error npm error While resolving: @strapi/strapi@5.35.0 npm error Found: react-router-dom@7.13.0 npm error node_modules/react-router-dom npm error dev react-router-dom@"^7.0.0" from the root project npm error npm error Could not resolve dependency: npm error peer react-router-dom@"^6.0.0" from @strapi/strapi@5.35.0 npm error node_modules/@strapi/strapi npm error dev @strapi/strapi@"^5.35.0" from the root project npm error npm error Conflicting peer dependency: react-router-dom@6.30.3 npm error node_modules/react-router-dom npm error peer react-router-dom@"^6.0.0" from @strapi/strapi@5.35.0 npm error node_modules/@strapi/strapi npm error dev @strapi/strapi@"^5.35.0" from the root project 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/2026-02-07T09_37_27_353Z-eresolve-report.txt npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-02-07T09_37_27_353Z-debug-0.log ```
renovate[bot] force-pushed renovate/major-react-router-monorepo from c4875c92ff to 350be8ffbb 2026-02-07 13:37:31 +04:00 Compare
Valentin Popov closed this pull request 2026-02-07 13:45:26 +04:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `7.x` releases. But if you manually upgrade to `7.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
renovate/artifacts Artifact file update failure
Test / Basic (pull_request) Failing after 32s
Required
Details

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: valentineus/strapi-plugin-checkbox-list#15