Skip to content

fix(deps): update dependency react-router-dom to v7#87

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-react-router-monorepo
Open

fix(deps): update dependency react-router-dom to v7#87
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-react-router-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

This PR contains the following updates:

Package Change Age Confidence
react-router-dom (source) 6.30.37.13.1 age confidence

Release Notes

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

v7.13.1

Compare Source

Patch Changes

v7.13.0

Compare Source

Patch Changes

v7.12.0

Compare Source

Patch Changes

v7.11.0

Compare Source

Patch Changes

v7.10.1

Compare Source

Patch Changes

v7.10.0

Compare Source

Patch Changes

v7.9.6

Compare Source

Patch Changes

v7.9.5

Compare Source

Patch Changes

v7.9.4

Compare Source

Patch Changes

v7.9.3

Compare Source

Patch Changes

v7.9.2

Compare Source

Patch Changes

v7.9.1

Compare Source

Patch Changes

v7.9.0

Compare Source

Patch Changes

v7.8.2

Compare Source

Patch Changes

v7.8.1

Compare Source

Patch Changes

v7.8.0

Compare Source

Patch Changes

v7.7.1

Compare Source

Patch Changes

v7.7.0

Compare Source

Patch Changes

v7.6.3

Compare Source

Patch Changes

v7.6.2

Compare Source

Patch Changes

v7.6.1

Compare Source

Patch Changes

v7.6.0

Compare Source

Patch Changes

v7.5.3

Compare Source

Patch Changes

v7.5.2

Compare Source

Patch Changes

v7.5.1

Compare Source

Patch Changes

v7.5.0

Compare Source

Patch Changes

v7.4.1

Compare Source

Patch Changes

v7.4.0

Compare Source

Patch Changes

v7.3.0

Compare Source

Patch Changes

v7.2.0

Compare Source

Patch Changes

v7.1.5

Compare Source

Patch Changes

v7.1.4

Compare Source

Patch Changes

v7.1.3

Compare Source

Patch Changes

v7.1.2

Compare Source

Patch Changes

v7.1.1

Compare Source

Patch Changes

v7.1.0

Compare Source

Patch Changes

v7.0.2

Compare Source

Patch Changes

v7.0.1

Compare Source

Patch Changes

v7.0.0

Compare Source

Major Changes
  • Remove the original defer implementation in favor of using raw promises via single fetch and turbo-stream. This removes these exports from React Router: (#​11744)

    • defer
    • AbortedDeferredError
    • type TypedDeferredData
    • UNSAFE_DeferredData
    • UNSAFE_DEFERRED_SYMBOL,
  • Use createRemixRouter/RouterProvider in entry.client instead of RemixBrowser (#​11469)

  • Remove single fetch future flag. (#​11522)

  • Remove future.v7_startTransition flag (#​11696)

  • Remove future.v7_normalizeFormMethod future flag (#​11697)

  • Allow returning undefined from actions and loaders (#​11680)

  • update minimum node version to 18 (#​11690)

  • Remove future.v7_prependBasename from the ionternalized @remix-run/router package (#​11726)

  • Remove future.v7_throwAbortReason from internalized @remix-run/router package (#​11728)

  • Add exports field to all packages (#​11675)

  • node package no longer re-exports from react-router (#​11702)

  • updates the minimum React version to 18 (#​11689)

    • Remove the future.v7_partialHydration flag (#​11725)
      • This also removes the <RouterProvider fallbackElement> prop
        • To migrate, move the fallbackElement to a hydrateFallbackElement/HydrateFallback on your root route
      • Also worth nothing there is a related breaking changer with this future flag:
        • Without future.v7_partialHydration (when using fallbackElement), state.navigation was populated during the initial load
        • With future.v7_partialHydration, state.navigation remains in an "idle" state during the initial load
  • Remove future.v7_fetcherPersist flag (#​11731)

Minor Changes
  • Add prefetching support to Link/NavLink when using Remix SSR (#​11402)
  • Enhance ScrollRestoration so it can restore properly on an SSR'd document load (#​11401)
  • Add built-in Remix-style hydration support to RouterProvider. When running from a Remix-SSR'd HTML payload with the proper window variables (__remixContext, __remixManifest, __remixRouteModules), you don't need to pass a router prop and RouterProvider will create the router for you internally. (#​11396) (#​11400)
Patch Changes

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 5 times, most recently from beb2eb2 to 4a98152 Compare October 6, 2025 08:51
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 6 times, most recently from 63963b4 to 5381c7a Compare October 8, 2025 17:53
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v7 Update dependency react-router-dom to v7 Oct 10, 2025
@renovate renovate bot changed the title Update dependency react-router-dom to v7 fix(deps): update dependency react-router-dom to v7 Oct 18, 2025
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v7 Update dependency react-router-dom to v7 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 5381c7a to d19a5b8 Compare October 21, 2025 12:08
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from d19a5b8 to 9a56e67 Compare October 28, 2025 17:08
@renovate renovate bot changed the title Update dependency react-router-dom to v7 fix(deps): update dependency react-router-dom to v7 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 7c25e6e to d8741ba Compare October 29, 2025 18:54
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v7 Update dependency react-router-dom to v7 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 3 times, most recently from bd0655f to 5430ac6 Compare November 13, 2025 19:09
@jaas666 jaas666 mentioned this pull request Nov 14, 2025
4 tasks
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 4a720b5 to 6f0f5e6 Compare November 18, 2025 18:17
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 8e0d35c to d16a7af Compare December 4, 2025 18:25
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from d16a7af to d69d912 Compare December 17, 2025 17:12
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from d69d912 to 730a507 Compare December 25, 2025 10:34
@renovate renovate bot changed the title Update dependency react-router-dom to v7 fix(deps): update dependency react-router-dom to v7 Jan 4, 2026
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v7 Update dependency react-router-dom to v7 Jan 4, 2026
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 730a507 to 4431ce7 Compare January 7, 2026 21:34
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 4431ce7 to 47f4c8b Compare January 24, 2026 03:48
9technologygroup pushed a commit that referenced this pull request Feb 7, 2026
…rovements

Backend (complianceRoutes.js):
- Add UUID validation for hostId, scanId params
- Add status/severity validation against allowed values
- Add pagination sanitization (limit 1-100, offset 0-10000)
- Add profile_type validation for scan trigger

Frontend (ComplianceTab.jsx):
- Add onError handler to triggerScan mutation
- Display success/error messages to user
- Auto-dismiss messages after 5 seconds

Schema (schema.prisma):
- Add error_message field to compliance_scans
- Add updated_at field to compliance_scans
- Add @@index([completed_at]) for recent scan queries
- Add @@unique([scan_id, rule_id]) to compliance_results

Closes #84, #85, #86, #87, #88, #89

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 47f4c8b to 33ec53a Compare February 8, 2026 18:41
@renovate renovate bot changed the title Update dependency react-router-dom to v7 fix(deps): update dependency react-router-dom to v7 Feb 11, 2026
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 4e6d434 to 6570312 Compare February 17, 2026 15:39
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v7 Update dependency react-router-dom to v7 Feb 17, 2026
@renovate renovate bot changed the title Update dependency react-router-dom to v7 fix(deps): update dependency react-router-dom to v7 Feb 17, 2026
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch 2 times, most recently from 97c12d0 to 0c5329e Compare February 18, 2026 14:06
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v7 Update dependency react-router-dom to v7 Feb 19, 2026
@renovate renovate bot changed the title Update dependency react-router-dom to v7 fix(deps): update dependency react-router-dom to v7 Feb 20, 2026
@renovate renovate bot force-pushed the renovate/major-react-router-monorepo branch from 0c5329e to 4a04b72 Compare February 23, 2026 23:09
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