Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

This PR contains the following updates:

Package Change Age Confidence
react-router-dom (source) 6.2.1 -> 6.30.2 age confidence

Release Notes

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

v6.30.2

Compare Source

v6.30.1

Compare Source

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:

Full Changelog: https://github.com/remix-run/react-router/compare/[email protected]@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: [email protected]

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 - "before 10pm on Sunday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@relativeci
Copy link

relativeci bot commented May 28, 2023

#1930 Bundle Size — 1.15MiB (+0.83%).

f529943(current) vs b669c87 master#1928(baseline)

Warning

Bundle contains 2 duplicate packages – View duplicate packages

Warning

Bundle introduced one new package: @remix-run/router – View changed packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#1930
     Baseline
#1928
Regression  Initial JS 418.61KiB(+2.38%) 408.87KiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 54.68% 54.7%
No change  Chunks 7 7
No change  Assets 9 9
No change  Modules 644 644
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
No change  Packages 90 90
No change  Duplicate Packages 1 1
Bundle size by type  Change 1 change Regression 1 regression
                 Current
#1930
     Baseline
#1928
Regression  JS 650.51KiB (+1.52%) 640.76KiB
No change  CSS 531.02KiB 531.02KiB

Bundle analysis reportBranch renovate-react-router-monorepoProject dashboard


Generated by RelativeCIDocumentationReport issue

@renovate renovate bot force-pushed the renovate-react-router-monorepo branch 2 times, most recently from a453094 to 27de0af Compare June 4, 2023 04:23
@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 6, 2023
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch from 27de0af to c846e05 Compare June 6, 2023 23:13
@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 8, 2023
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch from c846e05 to 2f10d19 Compare June 8, 2023 20:02
@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 14, 2023
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch 2 times, most recently from 5d86f5d to 79d344f Compare June 18, 2023 03:31
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch from 79d344f to 703b781 Compare June 23, 2023 22:46
@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 23, 2023
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch from 703b781 to a120663 Compare June 25, 2023 00:38
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.14.0 fix(deps): update dependency react-router-dom to v6.14.1 Jun 30, 2023
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch 2 times, most recently from 3b8e81d to 460244c Compare July 2, 2023 04:47
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.14.1 fix(deps): update dependency react-router-dom to v6.14.2 Jul 17, 2023
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch from 460244c to d3b7f18 Compare July 17, 2023 21:41
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.14.2 fix(deps): update dependency react-router-dom to v6.15.0 Aug 10, 2023
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch from d3b7f18 to 05f8d71 Compare August 10, 2023 15:19
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.15.0 fix(deps): update dependency react-router-dom to v6.16.0 Sep 13, 2023
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch from 05f8d71 to 7b1ec34 Compare September 13, 2023 17:46
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch 8 times, most recently from 9c52dad to 537fb98 Compare September 23, 2023 07:05
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch from 07067b9 to 1262d1a Compare September 25, 2025 14:59
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.30.1 chore(deps): update dependency react-router-dom to v6.30.1 Sep 25, 2025
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch from 1262d1a to 48e21fa Compare October 21, 2025 23:12
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch 8 times, most recently from 1f80a54 to afda522 Compare November 9, 2025 13:22
@renovate renovate bot changed the title chore(deps): update dependency react-router-dom to v6.30.1 fix(deps): update dependency react-router-dom to v6.30.1 Nov 9, 2025
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch 6 times, most recently from 000a84a to 38dab04 Compare November 13, 2025 21:45
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.30.1 fix(deps): update dependency react-router-dom to v6.30.2 Nov 13, 2025
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch 2 times, most recently from 759e19e to f49faca Compare November 23, 2025 04:23
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch 3 times, most recently from c79a092 to 7c2bc50 Compare November 30, 2025 04:35
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch from 7c2bc50 to 52409d5 Compare December 7, 2025 04:45
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch 3 times, most recently from dfa76d4 to 72556f7 Compare December 14, 2025 14:10
@renovate renovate bot force-pushed the renovate-react-router-monorepo branch from 72556f7 to f529943 Compare December 21, 2025 08:45
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.

2 participants