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 from 7.8.0 to 7.9.5 in /site#20624

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
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 1, 2025
edited
Loading

Bumpsreact-router from 7.8.0 to 7.9.5.

Release notes

Sourced fromreact-router's releases.

v7.9.5

See the changelog for release notes:https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v795

v7.9.4

See the changelog for release notes:https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v794

v7.9.3

See the changelog for release notes:https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v793

v7.9.2

See the changelog for release notes:https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v792

v7.9.1

See the changelog for release notes:https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v791

v7.9.0

See the changelog for release notes:https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v790

v7.8.2

See the changelog for release notes:https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v782

v7.8.1

See the changelog for release notes:https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v781

Changelog

Sourced fromreact-router's changelog.

7.9.5

Patch Changes

  • Move RSCHydratedRouter and utils to/dom export. (#14457)

  • useRoute: return type-safehandle (#14462)

    For example:

    // app/routes/admin.tsxconsthandle={hello:"world"};
    // app/routes/some-other-route.tsxexportdefaultfunctionComponent(){constadmin=useRoute("routes/admin");if(!admin)thrownewError("Not nested within 'routes/admin'");console.log(admin.handle);//                ^? { hello: string }}
  • Ensure action handlers run for routes with middleware even if no loader is present (#14443)

  • Addunstable_instrumentations API to allow users to add observablity to their apps by instrumenting route loaders, actions, middlewares, lazy, as well as server-side request handlers and client side navigations/fetches (#14412)

    • Framework Mode:
      • entry.server.tsx:export const unstable_instrumentations = [...]
      • entry.client.tsx:<HydratedRouter unstable_instrumentations={[...]} />
    • Data Mode
      • createBrowserRouter(routes, { unstable_instrumentations: [...] })

    This also adds a newunstable_pattern parameter to loaders/actions/middleware which contains the un-interpolated route pattern (i.e.,/blog/:slug) which is useful for aggregating performance metrics by route

7.9.4

Patch Changes

  • handle external redirects in from server actions (#14400)

  • New (unstable)useRoute hook for accessing data from specific routes (#14407)

    For example, let's say you have anadmin route somewhere in your app and you want any child routes ofadmin to all have access to theloaderData andactionData fromadmin.

    // app/routes/admin.tsximport{Outlet}from"react-router";exportconstloader=()=>({message:"Hello, loader!"});

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsNov 1, 2025
@github-actionsgithub-actionsbotenabled auto-merge (squash)November 1, 2025 11:16
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/site/react-router-7.9.5 branch 2 times, most recently from976a71d tob1fb716CompareNovember 1, 2025 11:23
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.8.0 to 7.9.5.- [Release notes](https://github.com/remix-run/react-router/releases)- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.9.5/packages/react-router)---updated-dependencies:- dependency-name: react-router  dependency-version: 7.9.5  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/site/react-router-7.9.5 branch fromb1fb716 to2b8bc3fCompareNovember 1, 2025 11:24
@github-actionsgithub-actionsbot merged commit17438d9 intomainNov 1, 2025
30 checks passed
@github-actionsgithub-actionsbot deleted the dependabot/npm_and_yarn/site/react-router-7.9.5 branchNovember 1, 2025 11:32
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

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

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp