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) #7353

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 6, 2023

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/cloudflare@2.0.0-pre.8

Major Changes

  • Remove/align Remix types with those used in React Router (#7319)

    • Change exposed any types to unknown
      • AppData
      • useLocation.state
      • useMatches()[i].data
      • useFetcher().data
      • MetaMatch.handle
    • useMatches()[i].handle type changed from { [k: string]: any } to unknown
    • AppLoadContext type changed from { [k: string]: unknown } to unknown
    • Rename the useMatches() return type from RouteMatch to UIMatch
    • Rename LoaderArgs/ActionArgs to LoaderFunctionArgs/ActionFunctionArgs and add a generic to accept a context type
  • Remove AppData/RouteHandle types which are just aliases for unknown (#7354)

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.0.0-pre.8

@remix-run/deno@2.0.0-pre.8

Major Changes

  • Remove/align Remix types with those used in React Router (#7319)

    • Change exposed any types to unknown
      • AppData
      • useLocation.state
      • useMatches()[i].data
      • useFetcher().data
      • MetaMatch.handle
    • useMatches()[i].handle type changed from { [k: string]: any } to unknown
    • AppLoadContext type changed from { [k: string]: unknown } to unknown
    • Rename the useMatches() return type from RouteMatch to UIMatch
    • Rename LoaderArgs/ActionArgs to LoaderFunctionArgs/ActionFunctionArgs and add a generic to accept a context type
  • Remove AppData/RouteHandle types which are just aliases for unknown (#7354)

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.0.0-pre.8

@remix-run/node@2.0.0-pre.8

Major Changes

  • Remove/align Remix types with those used in React Router (#7319)

    • Change exposed any types to unknown
      • AppData
      • useLocation.state
      • useMatches()[i].data
      • useFetcher().data
      • MetaMatch.handle
    • useMatches()[i].handle type changed from { [k: string]: any } to unknown
    • AppLoadContext type changed from { [k: string]: unknown } to unknown
    • Rename the useMatches() return type from RouteMatch to UIMatch
    • Rename LoaderArgs/ActionArgs to LoaderFunctionArgs/ActionFunctionArgs and add a generic to accept a context type
  • Remove AppData/RouteHandle types which are just aliases for unknown (#7354)

  • Stop exporting the fetch API in favor of using the version in the global scope - which is polyfilled via installGlobals (#7293)

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.0.0-pre.8

@remix-run/react@2.0.0-pre.8

Major Changes

  • Remove/align Remix types with those used in React Router (#7319)

    • Change exposed any types to unknown
      • AppData
      • useLocation.state
      • useMatches()[i].data
      • useFetcher().data
      • MetaMatch.handle
    • useMatches()[i].handle type changed from { [k: string]: any } to unknown
    • AppLoadContext type changed from { [k: string]: unknown } to unknown
    • Rename the useMatches() return type from RouteMatch to UIMatch
    • Rename LoaderArgs/ActionArgs to LoaderFunctionArgs/ActionFunctionArgs and add a generic to accept a context type

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.0.0-pre.8

@remix-run/server-runtime@2.0.0-pre.8

Major Changes

  • Remove/align Remix types with those used in React Router (#7319)

    • Change exposed any types to unknown
      • AppData
      • useLocation.state
      • useMatches()[i].data
      • useFetcher().data
      • MetaMatch.handle
    • useMatches()[i].handle type changed from { [k: string]: any } to unknown
    • AppLoadContext type changed from { [k: string]: unknown } to unknown
    • Rename the useMatches() return type from RouteMatch to UIMatch
    • Rename LoaderArgs/ActionArgs to LoaderFunctionArgs/ActionFunctionArgs and add a generic to accept a context type
  • Remove AppData/RouteHandle types which are just aliases for unknown (#7354)

@remix-run/architect@2.0.0-pre.8

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.0.0-pre.8

@remix-run/cloudflare-pages@2.0.0-pre.8

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@2.0.0-pre.8

@remix-run/cloudflare-workers@2.0.0-pre.8

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@2.0.0-pre.8

@remix-run/dev@2.0.0-pre.8

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.0.0-pre.8

@remix-run/express@2.0.0-pre.8

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.0.0-pre.8

@remix-run/serve@2.0.0-pre.8

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.0.0-pre.8
    • @remix-run/express@2.0.0-pre.8

@remix-run/testing@2.0.0-pre.8

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.0.0-pre.8
    • @remix-run/react@2.0.0-pre.8

create-remix@2.0.0-pre.8

remix@2.0.0-pre.8

remix

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

@remix-run/css-bundle@2.0.0-pre.8

@remix-run/eslint-config@2.0.0-pre.8

@github-actions github-actions bot force-pushed the changeset-release/release-next branch from a4c4d54 to b638394 Compare September 6, 2023 18:52
@github-actions github-actions bot force-pushed the changeset-release/release-next branch from b638394 to fc7bc7e Compare September 6, 2023 19:47
@brophdawg11 brophdawg11 merged commit 07ae5cc into release-next Sep 6, 2023
1 check passed
@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch September 6, 2023 19:53
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.

None yet

1 participant