Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-router-dom 6.6.2 -> 6.8.0 age adoption passing confidence

Release Notes

remix-run/react-router

v6.8.0

Compare Source

Minor Changes
  • Support absolute URLs in <Link to>. If the URL is for the current origin, it will still do a client-side navigation. If the URL is for a different origin then it will do a fresh document request for the new origin. (#​9900)

    <Link to="https://neworigin.com/some/path">    {/* Document request */}
    <Link to="//neworigin.com/some/path">          {/* Document request */}
    <Link to="https://www.currentorigin.com/path"> {/* Client-side navigation */}
Patch Changes
  • Fix bug with search params removal via useSearchParams (#​9969)
  • Respect preventScrollReset on <fetcher.Form> (#​9963)
  • Fix navigation for hash routers on manual URL changes (#​9980)
  • Use pagehide instead of beforeunload for <ScrollRestoration>. This has better cross-browser support, specifically on Mobile Safari. (#​9945)
  • Updated dependencies:
    • @remix-run/router@1.3.1
    • react-router@6.8.0

v6.7.0

Compare Source

Minor Changes
  • Add unstable_useBlocker hook for blocking navigations within the app's location origin (#​9709)
  • Add unstable_usePrompt hook for blocking navigations within the app's location origin (#​9932)
  • Add preventScrollReset prop to <Form> (#​9886)
Patch Changes
  • Added pass-through event listener options argument to useBeforeUnload (#​9709)
  • Streamline jsdom bug workaround in tests (#​9824)
  • Updated dependencies:
    • @remix-run/router@1.3.0
    • react-router@6.7.0

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Jan 24, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot requested review from a team, Lawndlwd and matthprost and removed request for a team January 24, 2023 04:35
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from a0445ca to a8c8747 Compare January 25, 2023 17:09
@codecov
Copy link

codecov bot commented Jan 25, 2023

Codecov Report

Merging #1175 (a1ff08a) into main (5ff9f3a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1175   +/-   ##
=======================================
  Coverage   99.04%   99.04%           
=======================================
  Files          24       24           
  Lines         630      630           
  Branches       90       90           
=======================================
  Hits          624      624           
  Partials        6        6           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 5 times, most recently from 12e5af5 to cbd73a9 Compare January 31, 2023 21:59
@renovate renovate bot changed the title chore(devdeps): update dependency react-router-dom to v6.7.0 chore(devdeps): update dependency react-router-dom to v6.8.0 Feb 1, 2023
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 3 times, most recently from 491f138 to 28b6fcb Compare February 1, 2023 07:59
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 28b6fcb to a1ff08a Compare February 2, 2023 08:20
@philibea philibea merged commit 5b9e601 into main Feb 3, 2023
@philibea philibea deleted the renovate/react-router-monorepo branch February 3, 2023 09:22
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.

2 participants