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

feat(build): support new @opennextjs/netlify plugin name #5897

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

serhalp
Copy link
Contributor

@serhalp serhalp commented Oct 23, 2024

Summary

See opennextjs/opennextjs-netlify#2693.

Starting at 5.9.0 the build plugin and npm package will be renamed from @netlify/plugin-nextjs to @opennextjs/netlify.

This adds support for the new name and changes the framework detection to automatically use it going forward.

I didn't update packages/framework-info because it isn't used — see #5819.

Supersedes #5896 because I didn't know it had already been done 😁

NOTE: we shouldn't release this to buildbot and cli until the @opennextjs/netlify package exists.

Copy link
Contributor

This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files.
Consider converting them to TypeScript.

Copy link

sonarcloud bot commented Oct 23, 2024

@@ -33,7 +33,7 @@ export class Next extends BaseFramework implements Framework {
if (this.detected) {
const nodeVersion = await this.project.getCurrentNodeVersion()
if (nodeVersion && gte(nodeVersion, '10.13.0')) {
this.plugins.push('@netlify/plugin-nextjs')
this.plugins.push('@opennextjs/netlify')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this use new package name for next@>=13.5.1 only and otherwise use old version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants