Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update react-router monorepo to v7.1.4 (patch) #28

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-router/dev (source) 7.1.3 -> 7.1.4 age adoption passing confidence
@react-router/node (source) 7.1.3 -> 7.1.4 age adoption passing confidence
@react-router/serve (source) 7.1.3 -> 7.1.4 age adoption passing confidence
react-router (source) 7.1.3 -> 7.1.4 age adoption passing confidence

Release Notes

remix-run/react-router (@​react-router/dev)

v7.1.4

Compare Source

Patch Changes
  • Properly resolve Windows file paths to scan for Vite's dependency optimization when using the unstable_optimizeDeps future flag. (#​12637)
  • Fix prerendering when using a custom server - previously we ended up trying to import the users custom server when we actually want to import the virtual server build module (#​12759)
  • Updated dependencies:
remix-run/react-router (@​react-router/node)

v7.1.4

Compare Source

Patch Changes
remix-run/react-router (@​react-router/serve)

v7.1.4

Compare Source

Patch Changes
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)


Configuration

📅 Schedule: Branch creation - "after 6am on monday" in timezone Europe/Paris, 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 was generated by Mend Renovate. View the repository job log.

Copy link

gitguardian bot commented Jan 30, 2025

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
While these secrets were previously flagged, we no longer have a reference to the
specific commits where they were detected. Once a secret has been leaked into a git
repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@renovate renovate bot force-pushed the renovate/patch-react-router-monorepo branch from 48909a6 to a125faf Compare January 30, 2025 18:28
@renovate renovate bot force-pushed the renovate/patch-react-router-monorepo branch from a125faf to e8a5d5a Compare January 30, 2025 19:08
@Bricklou Bricklou merged commit b4574e3 into main Jan 30, 2025
5 checks passed
@Bricklou Bricklou deleted the renovate/patch-react-router-monorepo branch January 30, 2025 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant