fix(deps): update react-router monorepo to v7.0.2 #61

Merged
kjuulh merged 1 commits from renovate/react-router-monorepo into main 2024-12-03 06:02:32 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
react-router (source) dependencies patch 7.0.1 -> 7.0.2
react-router-dom (source) dependencies patch 7.0.1 -> 7.0.2

Release Notes

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

v7.0.2

Compare Source

Patch Changes
  • temporarily only use one build in export map so packages can have a peer dependency on react router (#​12437)

  • Generate wide matches and params types for current route and child routes (#​12397)

    At runtime, matches includes child route matches and params include child route path parameters.
    But previously, we only generated types for parent routes in matches; for params, we only considered the parent routes and the current route.
    To align our generated types more closely to the runtime behavior, we now generate more permissive, wider types when accessing child route information.

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

v7.0.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.0.2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [react-router](https://github.com/remix-run/react-router) ([source](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router)) | dependencies | patch | [`7.0.1` -> `7.0.2`](https://renovatebot.com/diffs/npm/react-router/7.0.1/7.0.2) | | [react-router-dom](https://github.com/remix-run/react-router) ([source](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)) | dependencies | patch | [`7.0.1` -> `7.0.2`](https://renovatebot.com/diffs/npm/react-router-dom/7.0.1/7.0.2) | --- ### Release Notes <details> <summary>remix-run/react-router (react-router)</summary> ### [`v7.0.2`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#702) [Compare Source](https://github.com/remix-run/react-router/compare/react-router@7.0.1...react-router@7.0.2) ##### Patch Changes - temporarily only use one build in export map so packages can have a peer dependency on react router ([#&#8203;12437](https://github.com/remix-run/react-router/pull/12437)) - Generate wide `matches` and `params` types for current route and child routes ([#&#8203;12397](https://github.com/remix-run/react-router/pull/12397)) At runtime, `matches` includes child route matches and `params` include child route path parameters. But previously, we only generated types for parent routes in `matches`; for `params`, we only considered the parent routes and the current route. To align our generated types more closely to the runtime behavior, we now generate more permissive, wider types when accessing child route information. </details> <details> <summary>remix-run/react-router (react-router-dom)</summary> ### [`v7.0.2`](https://github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#702) [Compare Source](https://github.com/remix-run/react-router/compare/react-router-dom@7.0.1...react-router-dom@7.0.2) ##### Patch Changes - Updated dependencies: - `react-router@7.0.2` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-12-03 06:02:21 +01:00
fix(deps): update react-router monorepo to v7.0.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
42aacd7aa0
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-12-03 06:02:22 +01:00
kjuulh merged commit 42aacd7aa0 into main 2024-12-03 06:02:32 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/backstage#61
No description provided.