Skip to content
This repository was archived by the owner on Jul 27, 2026. It is now read-only.

chore(deps): bump the react-router group across 1 directory with 6 updates - #1469

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-router-2d63543c53
Closed

chore(deps): bump the react-router group across 1 directory with 6 updates#1469
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-router-2d63543c53

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the react-router group with 6 updates in the / directory:

Package From To
@react-router/node 7.17.0 8.2.0
@react-router/serve 7.17.0 8.2.0
isbot 5.1.39 5.2.1
react-router 7.17.0 8.2.0
@react-router/dev 7.17.0 8.2.0
@vercel/react-router 1.3.0 1.3.1

Updates @react-router/node from 7.17.0 to 8.2.0

Release notes

Sourced from @​react-router/node's releases.

v8.2.0

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

v8.1.0

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

v8.0.1

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

v8.0.0

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

v7.18.1

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

v7.18.0

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

Changelog

Sourced from @​react-router/node's changelog.

v8.2.0

Patch Changes

v8.1.0

Patch Changes

v8.0.1

Patch Changes

v8.0.0

Major Changes

  • Switch from @mjackson/node-fetch-server to @remix-run/node-fetch-server now that we can directly use ESM-only packages (#14930)
  • Update minimum Node version to 22.22.0 (#14928)

Patch Changes

  • Bump dependencies (#15106)
    • Bumped @remix-run/node-fetch-server from ^0.13.0 to ^0.13.3
  • Updated dependencies:

v7.18.0

Patch Changes

Commits

Updates @react-router/serve from 7.17.0 to 8.2.0

Release notes

Sourced from @​react-router/serve's releases.

v8.2.0

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

v8.1.0

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

v8.0.1

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

v8.0.0

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

v7.18.1

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

v7.18.0

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

Changelog

Sourced from @​react-router/serve's changelog.

v8.2.0

Patch Changes

v8.1.0

Patch Changes

v8.0.1

Patch Changes

v8.0.0

Major Changes

  • Switch from @mjackson/node-fetch-server to @remix-run/node-fetch-server now that we can directly use ESM-only packages (#14930)
  • Update minimum Node version to 22.22.0 (#14928)

Minor Changes

  • Bump express from 4.21.2 to 5.2.1

Patch Changes

v7.18.0

... (truncated)

Commits

Updates isbot from 5.1.39 to 5.2.1

Changelog

Sourced from isbot's changelog.

5.2.1

  • Pattern updates

5.2.0

  • Rename all imports but keep backwards compatibility with the old names. The new names are more consistent with common Javascript naming conventions. No breaking changes.
  • Pattern updates

New Names Map

Old Name New Name
isbot isBot
isbotNaive isBotNaive
createIsbot createIsBot
createIsbotFromList createIsBotFromList
isbotMatch findBotMatch
isbotMatches findBotMatches
isbotPattern findBotPattern
isbotPatterns findBotPatterns

All old names are still available for backwards compatibility, but can be deprecated in future major versions.

5.1.44

  • Pattern updates
  • Maintenance: remove defunct services from crawlers list

5.1.43

  • Pattern updates

5.1.42

  • Pattern updates

5.1.41

  • [FIX] Browser entry: was missing from package output
  • Pattern updates

5.1.40

  • Browser entry. Use Object.defineProperty instead of direct assignment
Commits

Updates react-router from 7.17.0 to 8.2.0

Release notes

Sourced from react-router's releases.

v8.2.0

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

v8.1.0

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

v8.0.1

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

v8.0.0

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

v7.18.1

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

v7.18.0

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

Changelog

Sourced from react-router's changelog.

v8.2.0

Patch Changes

  • Fix href() to properly stringify and URL-encode param values, matching generatePath() (#15277)
    • splat params preserve path separators while encoding each segment individually
  • Fix dynamic param extraction for routes with optional static segments (#15200)
    • When a route path contains optional static segments (e.g. /school?/user/:id), the internal regex's incorrectly shifted parameter indices resulting in incorrect parameter extraction
    • Consecutive optional static segments (e.g. /one?/two?) were only partially handled
  • Preserve navigation blocker state through a revalidation (#15246)
  • Fix route ranking for dynamic parameters with static extension suffixes (#15273)
    • These were not being detected as dynamic param segments and instead got incorrectly scored higher as a static segment
    • This meant they could potentially tie truly static routes like /sitemap.xml and outrank them based on definition order
    • These are now correctly identified as dynamic parameter segments and scored correctly
  • Use ReactFormState types instead of unknown (#15263)

v8.1.0

Minor Changes

  • Return route metadata from server request, client navigation, and client fetcher instrumentations (#15235)
    • Adds result metadata after instrumented calls complete, including the URL, matched route pattern, and params
    • Adds known HTTP status codes to server request handler instrumentation results

v8.0.1

Patch Changes

  • Remove the obsolete AppLoadContext type export accidentally left over from v7 now that middleware is always enabled and server request context is provided through RouterContextProvider. (#15207)

v8.0.0

Major Changes

  • Remove the future.v8_trailingSlashAwareDataRequests flag (#15100)
    • Trailing slash-aware data request URLs are now the default behavior.
  • Update tsconfig.json target/lib from ES2020 -> ES2022 (591853e)
  • Switch the published packages in packages/ to ESM-only. (#14895) (59ebcf1)
  • Remove deprecated data parameter in favor of loaderData for meta APIs (to align with Route.ComponentProps) (#14931)
    • Route.MetaArgs, Route.MetaMatch, MetaArgs, MetaMatch, Route.ComponentProps.matches, UIMatch
  • Remove future.v8_passThroughRequests flag - the raw incoming request is now always passed through to loader/action. Use url for the normalized URL without React Router-specific implementation details (.data suffixes, index/_routes search params). (#15079)
  • Remove internal hasErrorBoundary field added to router.routes when using a data router (#15074)
    • This should not impact user-facing code since this was an internal prop and was computed based on the presence of ErrorBoundary or errorElement on your route
    • hasErrorBoundary is no longer accepted on RouteObject (IndexRouteObject/NonIndexRouteObject), DataRouteObject, <Route> JSX props, or as a key in lazy route definitions.
    • The MapRoutePropertiesFunction signature no longer requires returning hasErrorBoundary; the router infers it directly.
  • Remove react-router-dom package (#15076)
    • In v7 everything DOM-specific was collapsed into react-router/dom
      • react-router-dom was kept around as a convenience so existing v6 app imports would still work
    • For v8, you will need to swap react-router-dom imports:
      • RouterProvider/HydratedRouter should be imported from react-router/dom

... (truncated)

Commits

Updates @react-router/dev from 7.17.0 to 8.2.0

Release notes

Sourced from @​react-router/dev's releases.

v8.2.0

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

v8.1.0

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

v8.0.1

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

v8.0.0

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

v7.18.1

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

v7.18.0

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

Changelog

Sourced from @​react-router/dev's changelog.

v8.2.0

Minor Changes

  • Add a Web Streams default server entry for non-Node Framework mode apps (#15290)
    • Apps using @react-router/node, @react-router/express, or @react-router/serve continue to use the renderToPipeableStream default server entry
    • Apps without those Node server adapter dependencies use a renderToReadableStream default server entry
    • Non-Node apps with their own entry.server.tsx may be able to remove it in favor of the default if it is not doing anything custom
  • Detect nub as a supported package manager when installing framework dependencies (#15276)

Patch Changes

  • Detect user rolldownOptions config in Vite 8+ (#15278)

Unstable Changes

⚠️ Unstable features are not recommended for production use

v8.1.0

Patch Changes

  • Fix a regression with the new prerendering plugin where the react-router.config.ts buildEnd hook would run before prerendering was completed (#15211)
  • Fixed react-router typegen crashes under the Bun runtime when Babel default imports are already unwrapped (#15214)
  • Replace the deprecated envFile:false Vite config with envDir:false to eliminate a deprecation warning when using vite@8.1.0+ (#15230)
  • Only add the "node" Vite server condition for Framework mode apps that declare a Node server adapter dependency (#15242)
    • This prevents non-Node SSR runtimes from resolving Node-specific package exports by default
  • Updated dependencies:

v8.0.1

Patch Changes

v8.0.0

... (truncated)

Commits

Updates @vercel/react-router from 1.3.0 to 1.3.1

Release notes

Sourced from @​vercel/react-router's releases.

@​vercel/h3@​0.1.112

Patch Changes

  • @​vercel/node@​5.8.27

@​vercel/h3@​0.1.111

Patch Changes

  • @​vercel/node@​5.8.26

@​vercel/h3@​0.1.110

Patch Changes

  • @​vercel/node@​5.8.25

@​vercel/h3@​0.1.109

Patch Changes

  • @​vercel/node@​5.8.24

@​vercel/h3@​0.1.108

Patch Changes

  • @​vercel/node@​5.8.23
Changelog

Sourced from @​vercel/react-router's changelog.

1.3.1

Patch Changes

  • Updated dependencies [eecd10d]
    • @​vercel/static-config@​3.4.0
Commits

@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-canvas Error Error Jul 27, 2026 9:20am

Request Review

@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request.

3 similar comments
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from e878d10 to d67aa78 Compare June 29, 2026 09:19
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from d67aa78 to 42bf5da Compare June 30, 2026 13:10
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from 42bf5da to 27e7471 Compare July 6, 2026 09:18
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from 27e7471 to 8ce2fee Compare July 7, 2026 10:07
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

PR Artifacts Notice

This PR contains a .pr/ directory with PR-specific artifacts. This directory will be automatically removed when the PR is approved.

Fork PRs require manual cleanup before merging.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from 8ce2fee to 9d63194 Compare July 8, 2026 14:58
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from 9d63194 to 121cfa6 Compare July 9, 2026 17:26
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from 121cfa6 to c28b215 Compare July 9, 2026 21:08
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from c28b215 to 19368b9 Compare July 10, 2026 10:55
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from 19368b9 to e0c0328 Compare July 13, 2026 09:20
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from bcef16d to f4f76d4 Compare July 17, 2026 23:26
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from f4f76d4 to 86dd0fb Compare July 17, 2026 23:51
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from 86dd0fb to e8809bf Compare July 19, 2026 19:32
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from e8809bf to d92571f Compare July 19, 2026 19:36
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from d92571f to 9759578 Compare July 20, 2026 06:47
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from 9759578 to bb49603 Compare July 20, 2026 09:19
@dependabot dependabot Bot changed the title deps(deps): bump the react-router group across 1 directory with 6 updates chore(deps): bump the react-router group across 1 directory with 6 updates Jul 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from bb49603 to f784de5 Compare July 20, 2026 14:53
@github-actions github-actions Bot added the type: chore Maintenance / chores label Jul 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from f784de5 to 9b46afb Compare July 20, 2026 15:09
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from 9b46afb to 71ef232 Compare July 21, 2026 12:18
…dates

Bumps the react-router group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@react-router/node](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-node) | `7.17.0` | `8.2.0` |
| [@react-router/serve](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-serve) | `7.17.0` | `8.2.0` |
| [isbot](https://github.com/omrilotan/isbot) | `5.1.39` | `5.2.1` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.17.0` | `8.2.0` |
| [@react-router/dev](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev) | `7.17.0` | `8.2.0` |
| [@vercel/react-router](https://github.com/vercel/vercel/tree/HEAD/packages/react-router) | `1.3.0` | `1.3.1` |



Updates `@react-router/node` from 7.17.0 to 8.2.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-node/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@react-router/node@8.2.0/packages/react-router-node)

Updates `@react-router/serve` from 7.17.0 to 8.2.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-serve/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@react-router/serve@8.2.0/packages/react-router-serve)

Updates `isbot` from 5.1.39 to 5.2.1
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](omrilotan/isbot@v5.1.39...v5.2.1)

Updates `react-router` from 7.17.0 to 8.2.0
- [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@8.2.0/packages/react-router)

Updates `@react-router/dev` from 7.17.0 to 8.2.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dev/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@react-router/dev@8.2.0/packages/react-router-dev)

Updates `@vercel/react-router` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/react-router@1.3.1/packages/react-router)

---
updated-dependencies:
- dependency-name: "@react-router/dev"
  dependency-version: 7.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-router
- dependency-name: "@react-router/node"
  dependency-version: 7.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-router
- dependency-name: "@react-router/serve"
  dependency-version: 7.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-router
- dependency-name: "@vercel/react-router"
  dependency-version: 1.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react-router
- dependency-name: isbot
  dependency-version: 5.1.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-router
- dependency-name: react-router
  dependency-version: 7.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-router
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-router-2d63543c53 branch from 71ef232 to 352abd4 Compare July 27, 2026 09:20
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Mock-LLM E2E Tests

0/0 passed

Commit: 352abd49 · Workflow run

Details
Status Test Duration

Posted by the Mock-LLM E2E workflow · results are deterministic (scripted LLM responses)

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Mock-LLM Docker E2E Test Results

0/0 passed

Commit: 352abd49 · Workflow run

Details
Status Test Duration

Posted by the Mock-LLM E2E workflow · results are deterministic (scripted LLM responses)

@neubig

neubig commented Jul 27, 2026

Copy link
Copy Markdown
Member

This repository has moved to https://github.com/OpenHands/OpenHands. We’d appreciate it if you re-opened this pull request there. Thank you!

@neubig neubig closed this Jul 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/react-router-2d63543c53 branch July 27, 2026 15:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

type: chore Maintenance / chores

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant