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 v6.30.0 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 13, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-router-dom (source) 6.2.1 -> 6.30.0 age adoption passing confidence
react-router-dom (source) 6.3.0 -> 6.30.0 age adoption passing confidence

Release Notes

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

v6.30.0

Compare Source

v6.29.0

Compare Source

v6.28.2

Compare Source

v6.28.1

Compare Source

v6.28.0

Compare Source

v6.27.0

Compare Source

v6.26.2

Compare Source

v6.26.1

Compare Source

v6.26.0

Compare Source

v6.25.1

Compare Source

v6.25.0

Compare Source

v6.24.1

Compare Source

v6.24.0

Compare Source

v6.23.1

Compare Source

v6.23.0

Compare Source

v6.22.3

Compare Source

v6.22.2

Compare Source

v6.22.1

Compare Source

v6.22.0

Compare Source

v6.21.3

Compare Source

v6.21.2

Compare Source

v6.21.1

Compare Source

v6.21.0

Compare Source

v6.20.1

Compare Source

v6.20.0

Compare Source

v6.19.0

Compare Source

v6.18.0

Compare Source

v6.17.0

Compare Source

v6.16.0

Compare Source

v6.15.0

Compare Source

v6.14.2

Compare Source

v6.14.1

Compare Source

v6.14.0

Compare Source

v6.13.0

Compare Source

v6.12.1

Compare Source

v6.12.0

Compare Source

v6.11.2

Compare Source

v6.11.1

Compare Source

v6.11.0

Compare Source

v6.10.0

Compare Source

v6.9.0

Compare Source

v6.8.2

Compare Source

v6.8.1

Compare Source

v6.8.0

Compare Source

v6.7.0

Compare Source

v6.6.2

Compare Source

v6.6.1

Compare Source

v6.6.0

Compare Source

v6.5.0

Compare Source

v6.4.5

Compare Source

v6.4.4: v6.4.4

Compare Source

What's Changed

  • Throw an error if an action/loader function returns undefined as revalidations need to know whether the loader has previously been executed. undefined also causes issues during SSR stringification for hydration. You should always ensure your loader/action returns a value, and you may return null if you don't wish to return anything. (#​9511)
  • Properly handle redirects to external domains (#​9590, #​9654)
  • Preserve the HTTP method on 307/308 redirects (#​9597)
  • Support basename in static data routers (#​9591)
  • Enhanced ErrorResponse bodies to contain more descriptive text in internal 403/404/405 scenarios
  • Fix issues with encoded characters in NavLink and descendant <Routes> (#​9589, #​9647)
  • Properly serialize/deserialize ErrorResponse instances when using built-in hydration (#​9593)
  • Support basename in static data routers (#​9591)
  • Updated dependencies:
    • @remix-run/router@1.0.4
    • react-router@6.4.4

Full Changelog: https://github.com/remix-run/react-router/compare/react-router-dom@6.4.3...react-router-dom@6.4.4

v6.4.3

Compare Source

v6.4.2

Compare Source

v6.4.1

Compare Source

v6.4.0

Compare Source

v6.3.0: react-router@v6.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: remix-run/react-router@v6.2.2...v6.3.0

v6.2.2

Compare Source

What's Changed

🐛 Bug Fixes
  • Fixed nested splat routes that begin with special URL-safe characters (#​8563)
  • Fixed a bug where index routes were missing route context in some cases (#​8497)

New Contributors

Full Changelog: remix-run/react-router@v6.2.1...v6.2.2


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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 2 times, most recently from 3d2b809 to e220bea Compare May 24, 2022 09:46
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from e220bea to 8f31fca Compare July 12, 2022 08:26
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 8f31fca to 9477450 Compare September 13, 2022 22:34
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.3.0 fix(deps): update dependency react-router-dom to v6.4.0 Sep 13, 2022
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 9477450 to f8b5db2 Compare September 22, 2022 00:20
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.4.0 fix(deps): update dependency react-router-dom to v6.4.1 Sep 22, 2022
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from f8b5db2 to 7f6547f Compare November 20, 2022 21:20
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.4.1 fix(deps): update dependency react-router-dom to v6.4.3 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 7f6547f to af534c2 Compare November 30, 2022 23:07
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.4.3 fix(deps): update dependency react-router-dom to v6.4.4 Nov 30, 2022
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.4.4 fix(deps): update dependency react-router-dom to v6.4.5 Dec 7, 2022
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from af534c2 to 22594c8 Compare December 7, 2022 19:00
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.4.5 fix(deps): update dependency react-router-dom to v6.5.0 Dec 16, 2022
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 22594c8 to 50806f9 Compare December 16, 2022 20:22
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.5.0 Update dependency react-router-dom to v6.5.0 Dec 17, 2022
@renovate renovate bot changed the title Update dependency react-router-dom to v6.5.0 fix(deps): update dependency react-router-dom to v6.5.0 Dec 17, 2022
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.5.0 fix(deps): update dependency react-router-dom to v6.9.0 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 50806f9 to 202883d Compare March 18, 2023 00:11
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.9.0 fix(deps): update dependency react-router-dom to v6.10.0 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 202883d to 98864da Compare March 30, 2023 05:30
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 98864da to 6dedb01 Compare May 30, 2023 02:02
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.10.0 fix(deps): update dependency react-router-dom to v6.11.2 May 30, 2023
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.11.2 fix(deps): update dependency react-router-dom to v6.12.0 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 2 times, most recently from 01fb781 to dcbc3af Compare June 10, 2023 08:48
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.12.0 fix(deps): update dependency react-router-dom to v6.12.1 Jun 10, 2023
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.12.1 fix(deps): update dependency react-router-dom to v6.13.0 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from dcbc3af to e6fdc12 Compare June 15, 2023 23:56
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.13.0 fix(deps): update dependency react-router-dom to v6.14.0 Jun 24, 2023
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.24.0 fix(deps): update dependency react-router-dom to v6.24.1 Jul 4, 2024
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 51e856b to 8c03a8e Compare July 20, 2024 11:49
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.24.1 fix(deps): update dependency react-router-dom to v6.25.1 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 8c03a8e to de88042 Compare July 24, 2024 12:02
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from de88042 to 4f11e25 Compare August 2, 2024 02:17
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.25.1 fix(deps): update dependency react-router-dom to v6.26.0 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 4f11e25 to 4c879e3 Compare August 7, 2024 21:01
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 4c879e3 to 5b6a300 Compare August 16, 2024 08:52
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.26.0 fix(deps): update dependency react-router-dom to v6.26.1 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 5b6a300 to 9c2b55d Compare August 28, 2024 20:52
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 9c2b55d to 82c02fe Compare September 10, 2024 02:44
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.26.1 fix(deps): update dependency react-router-dom to v6.26.2 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch 2 times, most recently from cf4cc69 to b56bac4 Compare October 12, 2024 02:52
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.26.2 fix(deps): update dependency react-router-dom to v6.27.0 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from b56bac4 to db199dc Compare November 7, 2024 02:47
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.27.0 fix(deps): update dependency react-router-dom to v6.28.0 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from db199dc to a27bff8 Compare December 3, 2024 23:46
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.28.0 fix(deps): update dependency react-router-dom to v6.28.1 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from a27bff8 to 94a1bb8 Compare December 21, 2024 06:00
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 94a1bb8 to 061fdfe Compare January 17, 2025 03:26
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.28.1 fix(deps): update dependency react-router-dom to v6.28.2 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 061fdfe to e24fedc Compare January 24, 2025 03:58
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from e24fedc to 3c0ce18 Compare January 31, 2025 12:15
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.28.2 fix(deps): update dependency react-router-dom to v6.29.0 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 3c0ce18 to 39c3b0d Compare February 12, 2025 00:09
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from 39c3b0d to fe37132 Compare March 1, 2025 04:05
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.29.0 fix(deps): update dependency react-router-dom to v6.30.0 Mar 1, 2025
@renovate renovate bot force-pushed the renovate/react-router-monorepo branch from fe37132 to 3a98db1 Compare March 5, 2025 03:55
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