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.1 #2144

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Bumps react-router from 6.26.1 to 7.0.1.

Release notes

Sourced from react-router's releases.

v7.0.1

Minor fixes to v7

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.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
    • createSessionStorage

    For consumers running older versions of Node, the installGlobals function from @remix-run/node has been updated to define globalThis.crypto, using Node's require('node:crypto').webcrypto implementation.

    Since platform-specific packages no longer need to implement this API, the following low-level APIs have been removed:

    • createCookieFactory
    • createSessionStorageFactory
    • createCookieSessionStorageFactory
    • createMemorySessionStorageFactory

... (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 Nov 22, 2024
Copy link

vercel bot commented Nov 22, 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 2, 2024 4:22pm
umami-embed-iframe-ghostnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 2, 2024 4:22pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
umami-v2-web ⬜️ Ignored (Inspect) Visit Preview Dec 2, 2024 4:22pm
umami-v2-web-storybook ⬜️ Ignored (Inspect) Visit Preview Dec 2, 2024 4:22pm

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch from dc402a5 to 827e74b Compare November 22, 2024 17:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch 2 times, most recently from 796a67b to 8a35d8f Compare November 26, 2024 13:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch from 8a35d8f to 4eda482 Compare November 26, 2024 14:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch 2 times, most recently from d4b9b59 to e751f89 Compare November 26, 2024 16:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch 2 times, most recently from 350db58 to 6210078 Compare November 26, 2024 18:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch from 6210078 to 4c247e0 Compare November 26, 2024 18:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch from 4c247e0 to 88472b5 Compare November 26, 2024 19:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch from 9a13afd to 9696650 Compare November 27, 2024 17:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch from 9696650 to 74c3263 Compare November 27, 2024 18:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch from 74c3263 to 191de8c Compare November 27, 2024 21:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch from 191de8c to 76071b9 Compare November 29, 2024 10:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch from 76071b9 to 4cb2441 Compare November 29, 2024 11:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch from 4cb2441 to ff9325b Compare November 29, 2024 12:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-router-7.0.1 branch from ff9325b to 81d3495 Compare December 2, 2024 11:08
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.26.1 to 7.0.1.
- [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]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2024

Superseded by #2193.

@dependabot dependabot bot closed this Dec 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-router-7.0.1 branch December 3, 2024 16:44
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