model icon indicating copy to clipboard operation
model copied to clipboard

Bump react-router from 6.4.1 to 6.4.2 in /cmd/mdl/webapp

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps react-router from 6.4.1 to 6.4.2.

Release notes

Sourced from react-router's releases.

v6.4.2

What's Changed

  • Respect basename in useFormAction (#9352)
  • Fix IndexRouteObject and NonIndexRouteObject types to make hasErrorElement optional (#9394)
  • Enhance console error messages for invalid usage of data router hooks (#9311)
  • If an index route has children, it will result in a runtime error. We have strengthened our RouteObject/RouteProps types to surface the error in TypeScript. (#9366)

Full Changelog: https://github.com/remix-run/react-router/compare/[email protected]@6.4.2

Changelog

Sourced from react-router's changelog.

6.4.2

Patch Changes

  • Fix IndexRouteObject and NonIndexRouteObject types to make hasErrorElement optional (#9394)
  • Enhance console error messages for invalid usage of data router hooks (#9311)
  • If an index route has children, it will result in a runtime error. We have strengthened our RouteObject/RouteProps types to surface the error in TypeScript. (#9366)
  • Updated dependencies:
Commits
  • 92425b8 chore: Update version for release
  • 1317087 chore: Update version for release (pre) (#9395)
  • 9e9a90b fix: make hasErrorelement optional on types (#9394)
  • 5905109 chore: Update version for release (pre) (#9380)
  • b19a80b fix: detect and error on invalid pathnames (#9375)
  • 540f94b fix: Strengthen route typings (#9366)
  • 779d4af fix: update matchPath to avoid false positives on dash-separated segments (#9...
  • d8e6d7f docs: add better docs and console errors for data router features (#9311)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Oct 10 '22 23:10 dependabot[bot]