Skip to content

fix(deps): update react-router monorepo to v8.2.0#473

Merged
pactflow-renovate-bot[bot] merged 1 commit into
masterfrom
renovate/react-router-monorepo
Jul 11, 2026
Merged

fix(deps): update react-router monorepo to v8.2.0#473
pactflow-renovate-bot[bot] merged 1 commit into
masterfrom
renovate/react-router-monorepo

Conversation

@pactflow-renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
react-router (source) 8.1.08.2.0 age confidence

Release Notes

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

v8.2.0

Compare Source

Patch Changes
  • Fix href() to properly stringify and URL-encode param values, matching generatePath() (#​15277)
    • splat params preserve path separators while encoding each segment individually
  • Fix dynamic param extraction for routes with optional static segments (#​15200)
    • When a route path contains optional static segments (e.g. /school?/user/:id), the internal regex's incorrectly shifted parameter indices resulting in incorrect parameter extraction
    • Consecutive optional static segments (e.g. /one?/two?) were only partially handled
  • Preserve navigation blocker state through a revalidation (#​15246)
  • Fix route ranking for dynamic parameters with static extension suffixes (#​15273)
    • These were not being detected as dynamic param segments and instead got incorrectly scored higher as a static segment
    • This meant they could potentially tie truly static routes like /sitemap.xml and outrank them based on definition order
    • These are now correctly identified as dynamic parameter segments and scored correctly
  • Use ReactFormState types instead of unknown (#​15263)

Configuration

📅 Schedule: (in timezone Australia/Melbourne)

  • 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 this update again.


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

This PR has been generated by Mend Renovate.

@pactflow-renovate-bot pactflow-renovate-bot Bot enabled auto-merge (squash) July 11, 2026 18:08
@pactflow-renovate-bot pactflow-renovate-bot Bot merged commit 8409451 into master Jul 11, 2026
6 checks passed
@pactflow-renovate-bot pactflow-renovate-bot Bot deleted the renovate/react-router-monorepo branch July 11, 2026 18:09
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.

0 participants