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

Update dependency wouter-preact to v3.3.0 #3095

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wouter-preact 3.2.0 -> 3.3.0 age adoption passing confidence

Release Notes

molefrog/wouter (wouter-preact)

v3.3.0: Route parameters inheritance

Compare Source

Parameters provided by a Route component or received from calling useParams now also contain values inherited from parent nested routes. See #​461 and #​409.

Example:

// given the location is "/blog/1/users/4"

<Route path="/:page/:id" nest>
  <Route path="/users/:id">
     {/* calling `useParams()` here will return an object containing `{ page: "blog", id: "4" }`
     {/* note: duplicate keys are overwritten by the inner-most route */}
  </Route>
</Route>

v3.2.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) July 1, 2024 01:43
@renovate renovate bot force-pushed the renovate/wouter-preact-3.x branch from f60b655 to 8ec4506 Compare July 1, 2024 04:30
@renovate renovate bot force-pushed the renovate/wouter-preact-3.x branch from 8ec4506 to 60a48ef Compare July 1, 2024 07:59
@renovate renovate bot merged commit b8866a7 into renovate-updates Jul 1, 2024
@renovate renovate bot deleted the renovate/wouter-preact-3.x branch July 1, 2024 07:59
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.

None yet

0 participants