Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react-router from 6.26.1 to 7.0.2 #2193

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps react-router from 6.26.1 to 7.0.2.

Release notes

Sourced from react-router's releases.

v7.0.2

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

v7.0.1

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

v7.0.0

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

v6.28.0

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

v6.27.0

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

v6.26.2

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

Changelog

Sourced from react-router's changelog.

7.0.2

Patch Changes

  • temporarily only use one build in export map so packages can have a peer dependency on react router (#12437)

  • Generate wide matches and params types for current route and child routes (#12397)

    At runtime, matches includes child route matches and params include child route path parameters. But previously, we only generated types for parent routes in matches; for params, we only considered the parent routes and the current route. To align our generated types more closely to the runtime behavior, we now generate more permissive, wider types when accessing child route information.

7.0.1

7.0.0

Major Changes

  • Remove the original defer implementation in favor of using raw promises via single fetch and turbo-stream. This removes these exports from React Router: (#11744)

    • defer
    • AbortedDeferredError
    • type TypedDeferredData
    • UNSAFE_DeferredData
    • UNSAFE_DEFERRED_SYMBOL,
    • Collapse @remix-run/router into react-router (#11505)
    • Collapse react-router-dom into react-router
    • Collapse @remix-run/server-runtime into react-router
    • Collapse @remix-run/testing into react-router
  • Remove single_fetch future flag. (#11522)

  • Drop support for Node 16, React Router SSR now requires Node 18 or higher (#11391)

  • Remove future.v7_startTransition flag (#11696)

    • Expose the underlying router promises from the following APIs for compsition in React 19 APIs: (#11521)
      • useNavigate()
      • useSubmit
      • useFetcher().load
      • useFetcher().submit
      • useRevalidator.revalidate
  • Remove future.v7_normalizeFormMethod future flag (#11697)

  • For Remix consumers migrating to React Router, the crypto global from the Web Crypto API is now required when using cookie and session APIs. This means that the following APIs are provided from react-router rather than platform-specific packages: (#11837)

    • createCookie
    • createCookieSessionStorage
    • createMemorySessionStorage

... (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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 3, 2024
Copy link

vercel bot commented Dec 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
umami-embed-iframe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2024 2:25pm
umami-embed-iframe-ghostnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2024 2:25pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
umami-v2-web ⬜️ Ignored (Inspect) Visit Preview Dec 18, 2024 2:25pm
umami-v2-web-storybook ⬜️ Ignored (Inspect) Visit Preview Dec 18, 2024 2:25pm

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch from 7a7a942 to 11a4903 Compare December 3, 2024 17:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch 2 times, most recently from f3199ed to 4cf6c4f Compare December 3, 2024 18:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch 2 times, most recently from bee3964 to 73225e7 Compare December 3, 2024 19:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch from 73225e7 to 0bd3101 Compare December 4, 2024 10:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch 2 times, most recently from ab51c36 to 4c253af Compare December 5, 2024 15:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch from 4c253af to dabbc41 Compare December 5, 2024 16:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch from dabbc41 to 6ec0acd Compare December 5, 2024 17:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch from 6ec0acd to 3ada3c9 Compare December 6, 2024 13:13
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2024

Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch 3 times, most recently from 144d5a0 to 8a8430b Compare December 17, 2024 15:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch from 8a8430b to 1653e0b Compare December 17, 2024 17:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch from 1653e0b to b22af6c Compare December 18, 2024 11:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch from b22af6c to 6acc19b Compare December 18, 2024 12:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch from 6acc19b to 34c7930 Compare December 18, 2024 12:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch from 34c7930 to 6ae8eb1 Compare December 18, 2024 13:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.2 branch from 6ae8eb1 to 7ab9ac3 Compare December 18, 2024 13:48
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.26.1 to 7.0.2.
- [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/[email protected]/packages/react-router)

---
updated-dependencies:
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants