Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-router-dom 6.9.0 -> 6.10.0 age adoption passing confidence

Release Notes

remix-run/react-router

v6.10.0

Compare Source

Minor Changes
  • Added support for Future Flags in React Router. The first flag being introduced is future.v7_normalizeFormMethod which will normalize the exposed useNavigation()/useFetcher() formMethod fields as uppercase HTTP methods to align with the fetch() behavior. (#​10207)

    • When future.v7_normalizeFormMethod === false (default v6 behavior),
      • useNavigation().formMethod is lowercase
      • useFetcher().formMethod is lowercase
    • When future.v7_normalizeFormMethod === true:
      • useNavigation().formMethod is uppercase
      • useFetcher().formMethod is uppercase
Patch Changes
  • Fix createStaticHandler to also check for ErrorBoundary on routes in addition to errorElement (#​10190)
  • Updated dependencies:
    • @remix-run/router@1.5.0
    • react-router@6.10.0

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 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 added the UPDATE-MINOR label Apr 4, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Apr 4, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@changeset-bot
Copy link

changeset-bot bot commented Apr 4, 2023

🦋 Changeset detected

Latest commit: d10e53b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@scaleway/eslint-config-react Patch
@scaleway/use-query-params Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate bot requested review from a team, DorianMaliszewski and fabienhebert and removed request for a team April 4, 2023 04:17
@renovate
Copy link
Contributor Author

renovate bot commented Apr 4, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@philibea philibea force-pushed the renovate/react-router-monorepo branch from 412111e to d10e53b Compare April 6, 2023 08:01
@codecov
Copy link

codecov bot commented Apr 6, 2023

Codecov Report

Merging #1268 (d10e53b) into main (7dc744a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1268   +/-   ##
=======================================
  Coverage   98.94%   98.94%           
=======================================
  Files          24       24           
  Lines         666      666           
  Branches       94       94           
=======================================
  Hits          659      659           
  Partials        7        7           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@philibea philibea merged commit d642180 into main Apr 6, 2023
@philibea philibea deleted the renovate/react-router-monorepo branch April 6, 2023 08:25
@github-actions github-actions bot mentioned this pull request Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants