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

Version Packages (beta) #4144

Merged
merged 3 commits into from
Jun 9, 2023
Merged

Version Packages (beta) #4144

merged 3 commits into from
Jun 9, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 11, 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 main, this PR will be updated.

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

main 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 main.

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

Releases

@blitzjs/[email protected]

Minor Changes

  • 1bb3a65: Stop exporting useAuthenticatedBlitzContext from @blitzjs/auth this must be imported from app/blitz-server.ts file in order to work correctly

Patch Changes

[email protected]

Patch Changes

@blitzjs/[email protected]

Patch Changes

@blitzjs/[email protected]

Patch Changes

  • 5166e5e: (feat) upgrade tslog to v4.8.2

  • 2533caf: Fix return type of requestMiddlewares in RpcServerPlugin

  • c7ac86b: Fixes enormous memory consumption of the dev server by changing the default import strategy to "require" instead of "import" which in webpack causes multiple chunks to be created for each import.

    Blitz Configuration

    To configure this behaviour, you can add the following to your next.config.js:

    /**
     * @type {import('@blitzjs/next').BlitzConfig}
     **/
    const config = {
      blitz: {
        resolversDynamicImport: true,
      },
    }

    When resolversDynamicImport is set to true, the import strategy will be "import" instead of "require".

    On Vercel

    If you are using Vercel, resolversDynamicImport will be set to true by default, since it is better for the separate chunks to be create for serverless lambdas.

  • Updated dependencies [5166e5e]

@blitzjs/[email protected]

Patch Changes

@blitzjs/[email protected]

Patch Changes

  • 5166e5e: (feat) upgrade tslog to v4.8.2

[email protected]

Patch Changes

@blitzjs/[email protected]

@github-actions github-actions bot requested a review from flybayer as a code owner May 11, 2023 16:10
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from a50a7ff to 207c8b8 Compare June 5, 2023 15:45
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 42dd0f1 to 94610f9 Compare June 9, 2023 16:57
@siddhsuresh siddhsuresh merged commit d25c965 into main Jun 9, 2023
28 of 30 checks passed
@siddhsuresh siddhsuresh deleted the changeset-release/main branch June 9, 2023 18:24
@blitzjs-bot blitzjs-bot added this to Done in Toolkit Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants