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.12.1 in /site#7950

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 9, 2023

Bumpsreact-router-dom from 6.4.1 to 6.12.1.

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.12.1

Patch Changes

  • Adjust feature detection ofReact.startTransition to fix webpack + react 17 compilation error (#10569)
  • Updated dependencies:
    • react-router@6.12.1

6.12.0

Minor Changes

  • Wrap internal router state updates withReact.startTransition if it exists (#10438)

Patch Changes

  • Re-throwDOMException (DataCloneError) when attempting to perform aPUSH navigation with non-serializable state. (#10427)
  • Updated dependencies:
    • @remix-run/router@1.6.3
    • react-router@6.12.0

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)

... (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.12.1.- [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.12.1/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 androdrimaia and removed request fora teamJune 9, 2023 23:48
@BrunoQuaresma
Copy link
Collaborator

Blocked by the issue below:remix-run/react-router#10608

@matifali
Copy link
Member

If we can't update may be we should then
image

@BrunoQuaresmaBrunoQuaresma merged commit33c0674 intomainJun 15, 2023
@BrunoQuaresmaBrunoQuaresma deleted the dependabot/npm_and_yarn/site/react-router-dom-6.12.1 branchJune 15, 2023 13:34
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJun 15, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@BrunoQuaresmaBrunoQuaresmaBrunoQuaresma approved these changes

@rodrimaiarodrimaiaAwaiting requested review from rodrimaiarodrimaia 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