Skip to content

Conversation

@github-actions
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

release-next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on release-next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

react-router@7.9.6-pre.0

Patch Changes

  • [UNSTABLE] Add location/params as arguments to client-side unstable_onError to permit enhanced error reporting. (#14509)

    ⚠️ This is a breaking change if you've already adopted unstable_onError. The second errorInfo parameter is now an object with location and params:

    // Before
    function errorHandler(error: unknown, errorInfo?: React.errorInfo) {
      /*...*/
    }
    
    // After
    function errorHandler(
      error: unknown,
      info: {
        location: Location;
        params: Params;
        errorInfo?: React.ErrorInfo;
      },
    ) {
      /*...*/
    }
  • Properly handle ancestor thrown middleware errors before next() on fetcher submissions (#14517)

  • Fix issue with splat routes interfering with multiple calls to patchRoutesOnNavigation (#14487)

@react-router/architect@7.9.6-pre.0

Patch Changes

  • Updated dependencies:
    • react-router@7.9.6-pre.0
    • @react-router/node@7.9.6-pre.0

@react-router/cloudflare@7.9.6-pre.0

Patch Changes

  • Updated dependencies:
    • react-router@7.9.6-pre.0

@react-router/dev@7.9.6-pre.0

Patch Changes

  • Use a dynamic import() to load ESM-only p-map dependency to avoid issues on Node 20.18 and below (#14492)
  • Short circuit HEAD document requests before calling renderToPipeableStream in the default entry.server.tsx to more closely align with the spec (#14488)
  • Updated dependencies:
    • react-router@7.9.6-pre.0
    • @react-router/node@7.9.6-pre.0
    • @react-router/serve@7.9.6-pre.0

react-router-dom@7.9.6-pre.0

Patch Changes

  • Updated dependencies:
    • react-router@7.9.6-pre.0

@react-router/express@7.9.6-pre.0

Patch Changes

  • Updated dependencies:
    • react-router@7.9.6-pre.0
    • @react-router/node@7.9.6-pre.0

@react-router/fs-routes@7.9.6-pre.0

Patch Changes

  • Updated dependencies:
    • @react-router/dev@7.9.6-pre.0

@react-router/node@7.9.6-pre.0

Patch Changes

  • Updated dependencies:
    • react-router@7.9.6-pre.0

@react-router/remix-routes-option-adapter@7.9.6-pre.0

Patch Changes

  • Updated dependencies:
    • @react-router/dev@7.9.6-pre.0

@react-router/serve@7.9.6-pre.0

Patch Changes

  • Updated dependencies:
    • react-router@7.9.6-pre.0
    • @react-router/node@7.9.6-pre.0
    • @react-router/express@7.9.6-pre.0

create-react-router@7.9.6-pre.0

@brophdawg11 brophdawg11 merged commit 092c872 into release-next Nov 10, 2025
1 check passed
@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch November 10, 2025 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants