mars / heroku-nextjs

⏩ Deploy Next.js universal web apps to Heroku
https://nextjs.herokuapp.com
MIT License
371 stars 36 forks source link

Update next to the latest version 🚀 #23

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 4.0.0 of next was just published.

Dependency next
Current Version 3.2.2
Type dependency

The version 4.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of next.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes Next.js 4 Stable

Next.js 4 brings faster SSR performance and better support for dynamic styles.

Major Changes

  • React 16 support: #2996 (faster SSR and React Fiber)
    Due to changes in React 16, React 15 support was dropped.
  • Styled JSX 2.0 support (dynamic styles, production optimizations and many improvements)

Minor Changes

  • Treat navigation to empty hash as hash navigate: #2971
  • Pass conf to export function: #2962
  • Keep some buffered pages, that won't be disposed. Fix #1939: #2592
  • Add webpack-bundle-size-analyzer example: #3013
  • Add doc to onDemandEntries configuration: #3030
  • Update with-firebase-hosting.: #3032
  • Allow use of filenames in exportPathMap: #2973
  • Configurable opts for babel-preset-env + babel-plugin-transform-runtime: #2991

Patches

  • Fix typo in README: #3038
  • Update the hash-statics example to support sub-dirs: #3015
  • Example: Improve ReasonML example: #3021
  • Added Fastify example: #3034
  • More elegant application of antd: #2840
  • Upgrade dependencies: #2998
  • Corrected dependencies for preact and inferno: #2583
  • Fix coding style of snippets: #2806
  • Tie page visibility api to on demand pinger: #2818
  • Only use strict dependencies: #2929
  • Fix error messages in server/export.js: #2933
  • Expose buildId to custom webpack configs: #3001
  • Added PropType: #3003
  • Add "asPath" information to url objects: #2988

Credits

Huge thanks to @giuseppeg, @timneutkens, @kjs3, @kpdecker, @starriv, @Tom910, @sergiodxa, @brikou, @davidnguyen179, @micwehrle, @marciovsena, @Shalzz, @srigi, @estrada9166, @christianalfoni, @mineiro, @marbemac, @slaskis, @gwn, @ryanponce, @toolmantim, @nrako, @idkjs, @vorillaz, @craig-mulligan, @AugustinLF, @jthegedus, @jesseditson and @tmcw

Commits

The new version differs by 49 commits.

  • c99c050 Release 4.0.0
  • feff71e Update styled-jsx to version 2.0.1
  • ebfa08f Add details to with-scoped-external-css (#3055)
  • 7c90863 Release 4.0.0-beta.6
  • b0bf034 Update styled-jsx into 2.0.1-beta.5 (#3052)
  • ed5305b Release 4.0.0-beta.5
  • 1cca97c Update styled-jsx into 2.0.1-beta.4
  • 559c252 Configurable opts for babel-preset-env + babel-plugin-transform-runtime (#2991)
  • a761aa5 Release 4.0.0-beta.4
  • b6e7691 Use styled-jsx 2.0.1-beta.3
  • 949296b Upgrade styled-jsx@beta to latest version (#3045)
  • a79357f Allow use of filenames in exportPathMap (#2973)
  • 594b214 Update with-firebase-hosting. (#3032)
  • 285b27b Add doc to onDemandEntries configuration (#3030)
  • af59c9f Release 4.0.0-beta.3

There are 49 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 4.0.1 just got published.

Update to this version instead 🚀

Release Notes 4.0.1

Patches

  • Update README for Next 4.: 8ab50ec
  • Warn and exit if React 15 used inside the project.: #3061

Credits

Huge thanks to @arunoda for their help!

Commits

The new version differs by 3 commits.

  • c047378 Release 4.0.1
  • 0c8dca6 Warn and exit if React 15 used inside the project. (#3061)
  • 8ab50ec Update README for Next 4.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.0.2 just got published.

Update to this version instead 🚀

Release Notes 4.0.2

Patches

  • Emotion v8 + adjustments for breaking changes: #3054
  • Make the readme.md look a little bit nicer: #3063
  • Update styled-jsx to version 2.0.2: #3069

Credits

Huge thanks to @hmeissner, @matheuss and @giuseppeg for their help!

Commits

The new version differs by 5 commits.

  • 4de69f8 Bump version (#3070)
  • 0262845 Update styled-jsx to version 2.0.2 (#3069)
  • 6fa0e0d Make the readme.md look a little bit nicer (#3063)
  • 573692c emotion v8 + adjustments for breaking changes (#3054)
  • 7fe20ed update readme for using-preact example (#3062)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 10566b7 Release 4.0.3
  • 8873735 Upgrade react-hot-loader (add React 16 Support) (#3072)

See the full diff