Skip to content

Conversation

@renovate-coveo
Copy link
Contributor

@renovate-coveo renovate-coveo bot commented Dec 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-router/dev (source) 7.10.1 -> 7.11.0 age adoption passing confidence
@react-router/fs-routes (source) 7.10.1 -> 7.11.0 age adoption passing confidence
@react-router/node (source) 7.10.1 -> 7.11.0 age adoption passing confidence
@react-router/serve (source) 7.10.1 -> 7.11.0 age adoption passing confidence
@testing-library/react 16.3.0 -> 16.3.1 age adoption passing confidence
@vitejs/plugin-react (source) 5.1.1 -> 5.1.2 age adoption passing confidence
react-router (source) 7.10.1 -> 7.11.0 age adoption passing confidence

Release Notes

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

v7.11.0

Compare Source

Minor Changes
Patch Changes
  • rsc framework mode manual chunking for react and react-router deps (#​14655)
  • add support for throwing redirect Response's at RSC render time (#​14596)
  • support custom entrypoints for RSC framework mode (#​14643)
  • routeRSCServerRequest replace fetchServer with serverResponse (#​14597)
  • rsc framewlrk mode - optimize react-server-dom-webpack if in project package.json (#​14656)
  • Updated dependencies:
    • react-router@7.11.0
    • @react-router/serve@7.11.0
    • @react-router/node@7.11.0
remix-run/react-router (@​react-router/fs-routes)

v7.11.0

Compare Source

Patch Changes
  • Updated dependencies:
    • @react-router/dev@7.11.0
remix-run/react-router (@​react-router/node)

v7.11.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.11.0
remix-run/react-router (@​react-router/serve)

v7.11.0

Compare Source

Patch Changes
  • support custom entrypoints for RSC framework mode (#​14643)
  • Update compression and morgan dependencies to address on-headers CVE: GHSA-76c9-3jph-rj3q (#​14652)
  • Updated dependencies:
    • react-router@7.11.0
    • @react-router/node@7.11.0
    • @react-router/express@7.11.0
testing-library/react-testing-library (@​testing-library/react)

v16.3.1

Compare Source

Bug Fixes
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.2

Compare Source

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

v7.11.0

Compare Source

Minor Changes
  • Stabilize <HydratedRouter onError>/<RouterProvider onError> (#​14546)
Patch Changes
  • add support for throwing redirect Response's at RSC render time (#​14596)

  • Support for throwing data() and Response from server component render phase. Response body is not serialized as async work is not allowed as error encoding phase. If you wish to transmit data to the boundary, throw data() instead. (#​14632)

  • Fix unstable_useTransitions prop on <Router> component to permit omission for backewards compatibility (#​14646)

  • routeRSCServerRequest replace fetchServer with serverResponse (#​14597)

  • [UNSTABLE] Add a new unstable_defaultShouldRevalidate flag to various APIs to allow opt-ing out of standard revalidation behaviors. (#​14542)

    If active routes include a shouldRevalidate function, then your value will be passed as defaultShouldRevalidate in those function so that the route always has the final revalidation determination.

    • <Form method="post" unstable_defaultShouldRevalidate={false}>
    • submit(data, { method: "post", unstable_defaultShouldRevalidate: false })
    • <fetcher.Form method="post" unstable_defaultShouldRevalidate={false}>
    • fetcher.submit(data, { method: "post", unstable_defaultShouldRevalidate: false })

    This is also available on non-submission APIs that may trigger revalidations due to changing search params:

    • <Link to="/" unstable_defaultShouldRevalidate={false}>
    • navigate("/?foo=bar", { unstable_defaultShouldRevalidate: false })
    • setSearchParams(params, { unstable_defaultShouldRevalidate: false })
  • Allow redirects to be returned from client side middleware (#​14598)

  • Handle dataStrategy implementations that return insufficient result sets by adding errors for routes without any available result (#​14627)


Configuration

📅 Schedule: Branch creation - "before 4:00am on Tuesday" in timezone America/Toronto, Automerge - "after 9:00am and before 12:00pm on tuesday, wednesday, thursday" in timezone America/Toronto.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@renovate-coveo renovate-coveo bot added the dependencies Pull requests that update a dependency file label Dec 16, 2025
@renovate-coveo renovate-coveo bot requested a review from a team as a code owner December 16, 2025 05:07
@github-actions
Copy link

github-actions bot commented Dec 16, 2025

🔗 Scratch Orgs ready to test this PR:

@github-actions
Copy link

github-actions bot commented Dec 18, 2025

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Files

  • pnpm-lock.yaml
  • samples/headless-ssr/commerce-react-router/package.json
  • samples/headless/search-react/package.json

@renovate-coveo renovate-coveo bot changed the title chore(deps): update dependency @vitejs/plugin-react to v5.1.2 j:kit-282 chore(deps): update react j:kit-282 Dec 18, 2025
@renovate-coveo renovate-coveo bot changed the title chore(deps): update react j:kit-282 chore(deps): update dependency @vitejs/plugin-react to v5.1.2 j:kit-282 Dec 19, 2025
@renovate-coveo renovate-coveo bot changed the title chore(deps): update dependency @vitejs/plugin-react to v5.1.2 j:kit-282 chore(deps): update react j:kit-282 Dec 22, 2025
@renovate-coveo renovate-coveo bot changed the title chore(deps): update react j:kit-282 fix(deps): update react j:kit-282 Dec 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant