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

chore: Update version for release (pre) #10081

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 9, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

release-next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on release-next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@remix-run/dev@2.13.0-pre.0

Minor Changes

  • Stabilize React Router APIs in Remix (#9980)

    • Adopt stabilized React Router APIs internally
      • Single Fetch: unstable_dataStrategy -> dataStrategy
      • Lazy Route Discovery: unstable_patchRoutesOnNavigation -> patchRoutesOnNavigation
    • Stabilize public-facing APIs
      • Single Fetch: unstable_data() -> data()
      • unstable_viewTransition -> viewTransition (Link, Form, navigate, submit)
      • unstable_flushSync> -> <Link viewTransition> (Link, Form, navigate, submit, useFetcher)
  • Stabilize future flags (#10072)

    • future.unstable_singleFetch -> future.v3_singleFetch
    • future.unstable_lazyRouteDiscovery -> future.v3_lazyRouteDiscovery

Patch Changes

  • Stop passing request.signal as the renderToReadableStream signal to abort server rendering for cloudflare/deno runtimes because by the time that request is aborted, aborting the rendering is useless because there's no way for React to flush down the unresolved boundaries (#10047)

    • This has been incorrect for some time, but only recently exposed due to a bug in how we were aborting requests when running via remix vite:dev because we were incorrectly aborting requests after successful renders - which was causing us to abort a completed React render, and try to close an already closed ReadableStream.
    • This has likely not shown up in any production scenarios because cloudflare/deno production runtimes are (correctly) not aborting the request.signal on successful renders
    • The built-in entry.server files no longer pass a signal to renderToReadableStream because adding a timeout-based abort signal to the default behavior would constitute a breaking change
    • Users can configure this abort behavior via their own entry.server via remix reveal entry.server, and the template entry.server files have been updated with an example approach for newly created Remix apps
  • Fix adapter logic for aborting request.signal so we don't incorrectly abort on the close event for successful requests (#10046)

  • Updated dependencies:

    • @remix-run/react@2.13.0-pre.0
    • @remix-run/server-runtime@2.13.0-pre.0
    • @remix-run/node@2.13.0-pre.0
    • @remix-run/serve@2.13.0-pre.0

@remix-run/react@2.13.0-pre.0

Minor Changes

  • Stabilize React Router APIs in Remix (#9980)

    • Adopt stabilized React Router APIs internally
      • Single Fetch: unstable_dataStrategy -> dataStrategy
      • Lazy Route Discovery: unstable_patchRoutesOnNavigation -> patchRoutesOnNavigation
    • Stabilize public-facing APIs
      • Single Fetch: unstable_data() -> data()
      • unstable_viewTransition -> viewTransition (Link, Form, navigate, submit)
      • unstable_flushSync> -> <Link viewTransition> (Link, Form, navigate, submit, useFetcher)
  • Stabilize future flags (#10072)

    • future.unstable_singleFetch -> future.v3_singleFetch
    • future.unstable_lazyRouteDiscovery -> future.v3_lazyRouteDiscovery

Patch Changes

  • Fix bug with clientLoader.hydrate in a layout route when hydrating with bubbled errors (#10063)
  • Updated dependencies:
    • @remix-run/server-runtime@2.13.0-pre.0

@remix-run/server-runtime@2.13.0-pre.0

Minor Changes

  • Stabilize React Router APIs in Remix (#9980)

    • Adopt stabilized React Router APIs internally
      • Single Fetch: unstable_dataStrategy -> dataStrategy
      • Lazy Route Discovery: unstable_patchRoutesOnNavigation -> patchRoutesOnNavigation
    • Stabilize public-facing APIs
      • Single Fetch: unstable_data() -> data()
      • unstable_viewTransition -> viewTransition (Link, Form, navigate, submit)
      • unstable_flushSync> -> <Link viewTransition> (Link, Form, navigate, submit, useFetcher)
  • Stabilize future flags (#10072)

    • future.unstable_singleFetch -> future.v3_singleFetch
    • future.unstable_lazyRouteDiscovery -> future.v3_lazyRouteDiscovery

@remix-run/architect@2.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.13.0-pre.0

@remix-run/cloudflare@2.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.13.0-pre.0

@remix-run/cloudflare-pages@2.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@2.13.0-pre.0

@remix-run/cloudflare-workers@2.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@2.13.0-pre.0

@remix-run/deno@2.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.13.0-pre.0

@remix-run/express@2.13.0-pre.0

Patch Changes

  • Fix adapter logic for aborting request.signal so we don't incorrectly abort on the close event for successful requests (#10046)
  • Updated dependencies:
    • @remix-run/node@2.13.0-pre.0

@remix-run/node@2.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.13.0-pre.0

@remix-run/serve@2.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/express@2.13.0-pre.0
    • @remix-run/node@2.13.0-pre.0

@remix-run/testing@2.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/react@2.13.0-pre.0
    • @remix-run/node@2.13.0-pre.0

create-remix@2.13.0-pre.0

remix@2.13.0-pre.0

remix

See the CHANGELOG.md in individual Remix packages for all changes.

@remix-run/css-bundle@2.13.0-pre.0

@remix-run/eslint-config@2.13.0-pre.0

@brophdawg11 brophdawg11 merged commit fb0e1fb into release-next Oct 9, 2024
1 check passed
@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch October 9, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant