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

Bump @netlify/plugin-nextjs from 2.0.1 to 3.0.2 #809

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2021

Bumps @netlify/plugin-nextjs from 2.0.1 to 3.0.2.

Release notes

Sourced from @​netlify/plugin-nextjs's releases.

v3.0.2

Bug fixes

  • Fix missing find-cache-dir (#127)

v3.0.1

Bug fixes

  • Fix errors while loading next.config.js (#124)
  • Fix errors when next is not installed (#123)
  • Fix missing await keyword (#122)

Chore

  • Reduce the npm package size (#109)

v3.0.0

  • feat: merge next-on-netlify into @netlify/plugin-nextjs (#106)

    This improves our ability to maintain the plugin, reduces confusion about how to configure Next.js support for Netlify builds, and prepares the plugin for something we're pretty dang excited about: automatic installation for new Next.js projects!

NOTE: There are no breaking changes for existing plugin users. This is a major release because we're bringing an external package into the plugin and turning on automatic installation for new Next.js projects on Netlify. This doesn't break anything, but it's a big enough change that we wanted to treat it as a major release.

  • fix: next 10.0.8 changes loadConfig to be async (#105)
Changelog

Sourced from @​netlify/plugin-nextjs's changelog.

3.0.2 (2021-03-11)

Bug fixes

  • Fix missing find-cache-dir (#127)

3.0.1 (2021-03-11)

Bug fixes

  • Fix errors while loading next.config.js (#124)
  • Fix errors when next is not installed (#123)
  • Fix missing await keyword (#122)

Chore

  • Reduce the npm package size (#109)

3.0.0 (2021-03-08)

  • feat: merge next-on-netlify into @netlify/plugin-nextjs

    This improves our ability to maintain the plugin, reduces confusion about how to configure Next.js support for Netlify builds, and prepares the plugin for something we're pretty dang excited about: automatic installation for new Next.js projects!

NOTE: There are no breaking changes for existing plugin users. This is a major release because we're bringing an external package into the plugin and turning on automatic installation for new Next.js projects on Netlify. This doesn't break anything, but it's a big enough change that we wanted to treat it as a major release.

  • fix: next 10.0.8 changes loadConfig to be async (#105)

Migrating from v2 to v3

If you've installed this plugin via Netlify's UI, no action is necessary. The upgrade is automatic.

If you've installed this plugin manually in your netlify.toml, you can upgrade two ways:

  1. Manually update to the latest version using npm i @netlify/plugin-nextjs@latest.
  2. If you prefer to automatically get updates, remove this plugin from your project and netlify.toml, then install the plugin using the Netlify UI.

Migrating from the original next-on-netlify package

As part of the 3.0.0 release, next-on-netlify has been deprecated and merged into the Essential Next.js Build Plugin. If your site is using the next-on-netlify package, you'll need to switch over to the plugin to get future updates.

For instructions on migrating from next-on-netlify to the Essential Next.js Build Plugin, please see the migration guide on the next-on-netlify repo.

Commits
  • 5606473 3.0.2
  • c87df06 Merge pull request #127 from netlify/fix/fix-find-cache-dir
  • 857b267 fix: fix find-cache-dir missing dependency
  • 981de5d Merge pull request #119 from netlify/renovate/netlify-packages
  • 3c685e6 chore: update CHANGELOG
  • d53f511 chore(deps): update dependency netlify-cli to ^3.10.11
  • d0069ce 3.0.1
  • 2df224d Merge pull request #120 from netlify/renovate/major-netlify-packages
  • 106a177 Merge pull request #124 from netlify/fix/get-next-config
  • 2ee1c38 Merge pull request #123 from netlify/bug/dynamic-next-require
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 12, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2021

Superseded by #811.

@dependabot dependabot bot closed this Mar 15, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development/netlify/plugin-nextjs-3.0.2 branch March 15, 2021 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants