fix(deps): update react-router monorepo to v7.1.2 #101

Merged
kjuulh merged 1 commits from renovate/react-router-monorepo into main 2025-01-17 02:04:13 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
react-router (source) dependencies patch 7.1.1 -> 7.1.2
react-router-dom (source) dependencies patch 7.1.1 -> 7.1.2

Release Notes

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

v7.1.2

Compare Source

Patch Changes
  • Fix issue with fetcher data cleanup in the data layer on fetcher unmount (#​12681)

  • Do not rely on symbol for filtering out redirect responses from loader data (#​12694)

    Previously, some projects were getting type checking errors like:

    error TS4058: Return type of exported function has or is using name 'redirectSymbol' from external module "node_modules/..." but cannot be named.
    

    Now that symbols are not used for the redirect response type, these errors should no longer be present.

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

v7.1.2

Compare Source

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

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 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 | Type | Update | Change | |---|---|---|---| | [react-router](https://github.com/remix-run/react-router) ([source](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router)) | dependencies | patch | [`7.1.1` -> `7.1.2`](https://renovatebot.com/diffs/npm/react-router/7.1.1/7.1.2) | | [react-router-dom](https://github.com/remix-run/react-router) ([source](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)) | dependencies | patch | [`7.1.1` -> `7.1.2`](https://renovatebot.com/diffs/npm/react-router-dom/7.1.1/7.1.2) | --- ### Release Notes <details> <summary>remix-run/react-router (react-router)</summary> ### [`v7.1.2`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#712) [Compare Source](https://github.com/remix-run/react-router/compare/react-router@7.1.1...react-router@7.1.2) ##### Patch Changes - Fix issue with fetcher data cleanup in the data layer on fetcher unmount ([#&#8203;12681](https://github.com/remix-run/react-router/pull/12681)) - Do not rely on `symbol` for filtering out `redirect` responses from loader data ([#&#8203;12694](https://github.com/remix-run/react-router/pull/12694)) Previously, some projects were getting type checking errors like: ```ts error TS4058: Return type of exported function has or is using name 'redirectSymbol' from external module "node_modules/..." but cannot be named. ``` Now that `symbol`s are not used for the `redirect` response type, these errors should no longer be present. </details> <details> <summary>remix-run/react-router (react-router-dom)</summary> ### [`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` </details> --- ### 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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-01-17 02:04:00 +01:00
fix(deps): update react-router monorepo to v7.1.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
11209f6bac
kjuulh scheduled this pull request to auto merge when all checks succeed 2025-01-17 02:04:00 +01:00
kjuulh merged commit 11209f6bac into main 2025-01-17 02:04:13 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/backstage#101
No description provided.