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

fix(deps): update dependency react-router-dom to ^6.8.0 #164

Merged
merged 1 commit into from Feb 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-router-dom ^6.4.5 -> ^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

v6.6.2

Compare Source

Patch Changes
  • Ensure useId consistency during SSR (#​9805)
  • Updated dependencies:
    • react-router@6.6.2

v6.6.1

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/router@1.2.1
    • react-router@6.6.1

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:
    • @remix-run/router@1.2.0
    • react-router@6.6.0

v6.5.0

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@6.5.0
    • @remix-run/router@1.1.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 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.

@aws-amplify-eu-central-1
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-164.d3lrbynfv0twvc.amplifyapp.com

@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to ^6.5.0 Update dependency react-router-dom to ^6.5.0 Dec 17, 2022
@renovate renovate bot changed the title Update dependency react-router-dom to ^6.5.0 fix(deps): update dependency react-router-dom to ^6.5.0 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from c690382 to 87b0c36 Compare December 21, 2022 20:30
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to ^6.5.0 fix(deps): update dependency react-router-dom to ^6.6.0 Dec 21, 2022
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to ^6.6.0 fix(deps): update dependency react-router-dom to ^6.6.1 Dec 23, 2022
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 87b0c36 to 137ec26 Compare December 23, 2022 16:43
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 137ec26 to bd6de15 Compare January 9, 2023 22:28
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to ^6.6.1 fix(deps): update dependency react-router-dom to ^6.6.2 Jan 9, 2023
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to ^6.6.2 fix(deps): update dependency react-router-dom to ^6.7.0 Jan 18, 2023
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from bd6de15 to 6372cd0 Compare January 18, 2023 21:48
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to ^6.7.0 fix(deps): update dependency react-router-dom to ^6.8.0 Jan 26, 2023
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 6372cd0 to 59fb994 Compare January 26, 2023 22:32
@arty-name arty-name merged commit ea1bad6 into main Feb 2, 2023
@arty-name arty-name deleted the renovate/react-router-monorepo branch February 2, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant