Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump react-router-dom from 6.4.1 to 6.11.2 in /site#7849

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJun 5, 2023
edited
Loading

Bumpsreact-router-dom from 6.4.1 to 6.11.2.

Release notes

Sourced fromreact-router-dom's releases.

v6.4.4

What's Changed

  • Throw an error if anaction/loader function returnsundefined as revalidations need to know whether the loader has previously been executed.undefined also causes issues during SSR stringification for hydration. You should always ensure yourloader/action returns a value, and you may returnnull if you don't wish to return anything. (#9511)
  • Properly handle redirects to external domains (#9590,#9654)
  • Preserve the HTTP method on 307/308 redirects (#9597)
  • Supportbasename in static data routers (#9591)
  • EnhancedErrorResponse bodies to contain more descriptive text in internal 403/404/405 scenarios
  • Fix issues with encoded characters inNavLink and descendant<Routes> (#9589,#9647)
  • Properly serialize/deserializeErrorResponse instances when using built-in hydration (#9593)
  • Supportbasename in static data routers (#9591)
  • Updated dependencies:
    • @remix-run/router@1.0.4
    • react-router@6.4.4

Full Changelog:https://github.com/remix-run/react-router/compare/react-router-dom@6.4.3...react-router-dom@6.4.4

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8

... (truncated)

Changelog

Sourced fromreact-router-dom's changelog.

6.11.2

Patch Changes

  • ExportSetURLSearchParams type (#10444)
  • Updated dependencies:
    • react-router@6.11.2
    • @remix-run/router@1.6.2

6.11.1

Patch Changes

  • Updated dependencies:
    • react-router@6.11.1
    • @remix-run/router@1.6.1

6.11.0

Minor Changes

  • Enablebasename support inuseFetcher (#10336)
    • If you were previously working around this issue by manually prepending thebasename then you will need to remove the manually prependedbasename from yourfetcher calls (fetcher.load('/basename/route') -> fetcher.load('/route'))

Patch Changes

  • Fix inadvertent re-renders when usingComponent instead ofelement on a route definition (#10287)
  • Fail gracefully on<Link to="//"> and other invalid URL values (#10367)
  • Switched fromuseSyncExternalStore touseState for internal@remix-run/router router state syncing in<RouterProvider>. We found somesubtle bugs where router state updates got propagatedbefore other normaluseState updates, which could lead to footguns inuseEffect calls. (#10377,#10409)
  • Add static prop toStaticRouterProvider's internalRouter component (#10401)
  • When using aRouterProvider,useNavigate/useSubmit/fetcher.submit are now stable across location changes, since we can handle relative routing via the@remix-run/router instance and get rid of our dependence onuseLocation(). When usingBrowserRouter, these hooks remain unstable across location changes because they still rely onuseLocation(). (#10336)
  • Updated dependencies:
    • react-router@6.11.0
    • @remix-run/router@1.6.0

6.10.0

Minor Changes

  • Added support forFuture Flags in React Router. The first flag being introduced isfuture.v7_normalizeFormMethod which will normalize the exposeduseNavigation()/useFetcher()formMethod fields as uppercase HTTP methods to align with thefetch() behavior. (#10207)

    • Whenfuture.v7_normalizeFormMethod === false (default v6 behavior),
      • useNavigation().formMethod is lowercase
      • useFetcher().formMethod is lowercase
    • Whenfuture.v7_normalizeFormMethod === true:
      • useNavigation().formMethod is uppercase
      • useFetcher().formMethod is uppercase

Patch Changes

... (truncated)

Commits

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)

Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.4.1 to 6.11.2.- [Release notes](https://github.com/remix-run/react-router/releases)- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.11.2/packages/react-router-dom)---updated-dependencies:- dependency-name: react-router-dom  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot requested review froma team andBrunoQuaresma and removed request fora teamJune 5, 2023 15:16
@BrunoQuaresma
Copy link
Collaborator

This update breaks A LOT of things. I will hold this for now.

@matifali
Copy link
Member

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubJun 9, 2023

Superseded by#7950.

@dependabotdependabotbot closed thisJun 9, 2023
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/site/react-router-dom-6.11.2 branchJune 9, 2023 23:49
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJun 9, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

@BrunoQuaresmaBrunoQuaresmaAwaiting requested review from BrunoQuaresmaBrunoQuaresma was automatically assigned from coder/ts

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@BrunoQuaresma@matifali

[8]ページ先頭

©2009-2025 Movatter.jp