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

fix(@blitzjs/generator): make Next.js version pinning to 13.4.5 #4150

Merged
merged 5 commits into from
Jun 12, 2023

Conversation

exKAZUu
Copy link
Contributor

@exKAZUu exKAZUu commented May 27, 2023

Closes: #4149

This PR ensures that Next.js remains at version 13.3.4. Although using ~13.3.4 is an option, I recommend pinning it to 13.3.4 to prevent potential compatibility issues.

What are the changes and their implications?

Bug Checklist

  • Changeset added (run pnpm changeset in the root directory)
  • Integration test added (see test docs if needed)

Feature Checklist

@changeset-bot
Copy link

changeset-bot bot commented May 27, 2023

🦋 Changeset detected

Latest commit: dfdd9c1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@blitzjs/generator Patch
blitz Patch
@blitzjs/codemod Patch
next-blitz-auth Patch
@blitzjs/auth Patch
@blitzjs/next Patch
@blitzjs/rpc Patch
@blitzjs/config Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@exKAZUu exKAZUu changed the title fix: make Next.js version stick to 13.3.4 fix: make Next.js version pinning to 13.3.4 May 27, 2023
@exKAZUu exKAZUu changed the title fix: make Next.js version pinning to 13.3.4 fix(@blitzjs/generator): make Next.js version pinning to 13.3.4 May 27, 2023
@siddhsuresh
Copy link
Member

siddhsuresh commented Jun 12, 2023

@exKAZUu can you upgrade the next version to latest 13.4.5?

@exKAZUu
Copy link
Contributor Author

exKAZUu commented Jun 12, 2023

@siddhsuresh Okay, I've done.

@exKAZUu exKAZUu changed the title fix(@blitzjs/generator): make Next.js version pinning to 13.3.4 fix(@blitzjs/generator): make Next.js version pinning to 13.4.5 Jun 12, 2023
@siddhsuresh siddhsuresh merged commit 7aef610 into blitz-js:main Jun 12, 2023
27 of 29 checks passed
@blitzjs-bot blitzjs-bot added this to Done in Toolkit Jun 12, 2023
@exKAZUu exKAZUu deleted the fix-4149 branch July 23, 2023 23:43
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.

A new app generated by v2.0.0-beta.27 causes Error: DYNAMIC_SERVER_USAGE
3 participants