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

Bump react-router-dom to ^6.8.1 #35611

Merged
merged 2 commits into from
Feb 8, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-router-dom ^6.5.0 -> ^6.8.1 age adoption passing confidence

Release Notes

remix-run/react-router

v6.8.1

Compare Source

Patch Changes

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:

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

v6.6.2

Compare Source

Patch Changes

v6.6.1

Compare Source

Patch Changes

v6.6.0

Compare Source

Minor Changes
  • Add useBeforeUnload() hook (#​9664)
  • Remove unstable_ prefix from createStaticHandler/createStaticRouter/StaticRouterProvider (#​9738)
Patch Changes
  • Proper hydration of Error objects from StaticRouterProvider (#​9664)
  • Support uppercase <Form method> and useSubmit method values (#​9664)
  • Skip initial scroll restoration for SSR apps with hydrationData (#​9664)
  • Fix <button formmethod> form submission overriddes (#​9664)
  • Updated dependencies:

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

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

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 has been generated by Mend Renovate. View repository job log here.

Sorry, something went wrong.

@renovate renovate bot added the dependencies Update of dependencies label Dec 25, 2022
@mui-bot
Copy link

mui-bot commented Dec 25, 2022

Netlify deploy preview

No updates.

Bundle size report

No bundle size changes

Generated by 🚫 dangerJS against f5fdb6a

@renovate renovate bot force-pushed the renovate/react-router-dom-6.x branch from 0eb9ef4 to ed1ddd3 Compare January 2, 2023 16:16
@renovate renovate bot changed the title Bump react-router-dom to ^6.6.1 Bump react-router-dom to ^6.6.2 Jan 9, 2023
@renovate renovate bot force-pushed the renovate/react-router-dom-6.x branch from ed1ddd3 to fee3a93 Compare January 9, 2023 22:29
@renovate renovate bot changed the title Bump react-router-dom to ^6.6.2 Bump react-router-dom to ^6.7.0 Jan 18, 2023
@renovate renovate bot force-pushed the renovate/react-router-dom-6.x branch from fee3a93 to 2b41f6a Compare January 18, 2023 22:22
@renovate renovate bot changed the title Bump react-router-dom to ^6.7.0 Bump react-router-dom to ^6.8.0 Jan 26, 2023
@renovate renovate bot force-pushed the renovate/react-router-dom-6.x branch from 2b41f6a to 59f0e52 Compare January 26, 2023 19:00
@renovate renovate bot changed the title Bump react-router-dom to ^6.8.0 Bump react-router-dom to ^6.8.1 Feb 6, 2023
@renovate renovate bot force-pushed the renovate/react-router-dom-6.x branch from 59f0e52 to 9718714 Compare February 6, 2023 20:00

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@renovate renovate bot force-pushed the renovate/react-router-dom-6.x branch from 9718714 to a20c9f4 Compare February 8, 2023 10:52
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Feb 8, 2023
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Feb 8, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Feb 8, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@ZeeshanTamboli ZeeshanTamboli merged commit 202a9c2 into master Feb 8, 2023
@ZeeshanTamboli ZeeshanTamboli deleted the renovate/react-router-dom-6.x branch February 8, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants