fix(deps): update react-router monorepo to v7.1.4 #114

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

This PR contains the following updates:

Package Type Update Change
react-router (source) dependencies patch 7.1.3 -> 7.1.4
react-router-dom (source) dependencies patch 7.1.3 -> 7.1.4

Release Notes

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

v7.1.4

Compare Source

Patch Changes
  • Internal reorg to clean up some duplicated route module types (#​12799)

  • Properly handle status codes that cannot have a body in single fetch responses (204, etc.) (#​12760)

  • Stop erroring on resource routes that return raw strings/objects and instead serialize them as text/plain or application/json responses (#​12848)

    • This only applies when accessed as a resource route without the .data extension
    • When accessed from a Single Fetch .data request, they will still be encoded via turbo-stream
  • REMOVE: limit matchRoutes optimization to client side (#​12882)

  • Optimize Lazy Route Discovery path discovery to favor a single querySelectorAll call at the body level instead of many calls at the sub-tree level (#​12731)

    • Properly bubble headers as errorHeaders when throwing a data() result (#​12846)
    • Avoid duplication of Set-Cookie headers could be duplicated if also returned from headers
  • Optimize route matching by skipping redundant matchRoutes calls when possible (#​12800)

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

v7.1.4

Compare Source

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

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.3` -> `7.1.4`](https://renovatebot.com/diffs/npm/react-router/7.1.3/7.1.4) | | [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.3` -> `7.1.4`](https://renovatebot.com/diffs/npm/react-router-dom/7.1.3/7.1.4) | --- ### Release Notes <details> <summary>remix-run/react-router (react-router)</summary> ### [`v7.1.4`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#714) [Compare Source](https://github.com/remix-run/react-router/compare/react-router@7.1.3...react-router@7.1.4) ##### Patch Changes - Internal reorg to clean up some duplicated route module types ([#&#8203;12799](https://github.com/remix-run/react-router/pull/12799)) - Properly handle status codes that cannot have a body in single fetch responses (204, etc.) ([#&#8203;12760](https://github.com/remix-run/react-router/pull/12760)) - Stop erroring on resource routes that return raw strings/objects and instead serialize them as `text/plain` or `application/json` responses ([#&#8203;12848](https://github.com/remix-run/react-router/pull/12848)) - This only applies when accessed as a resource route without the `.data` extension - When accessed from a Single Fetch `.data` request, they will still be encoded via `turbo-stream` - REMOVE: limit matchRoutes optimization to client side ([#&#8203;12882](https://github.com/remix-run/react-router/pull/12882)) - Optimize Lazy Route Discovery path discovery to favor a single `querySelectorAll` call at the `body` level instead of many calls at the sub-tree level ([#&#8203;12731](https://github.com/remix-run/react-router/pull/12731)) - - Properly bubble headers as `errorHeaders` when throwing a `data()` result ([#&#8203;12846](https://github.com/remix-run/react-router/pull/12846)) - Avoid duplication of `Set-Cookie` headers could be duplicated if also returned from `headers` - Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#&#8203;12800](https://github.com/remix-run/react-router/pull/12800)) </details> <details> <summary>remix-run/react-router (react-router-dom)</summary> ### [`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` </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-31 02:03:47 +01:00
fix(deps): update react-router monorepo to v7.1.4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
29c834be95
kjuulh scheduled this pull request to auto merge when all checks succeed 2025-01-31 02:03:47 +01:00
kjuulh merged commit 29c834be95 into main 2025-01-31 02:04:12 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/backstage#114
No description provided.