fridays / next-routes

Universal dynamic routes for Next.js
MIT License
2.47k stars 230 forks source link

Update next to the latest version 🚀 #84

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.1 of next just got published.

Dependency next
Current Version 2.4.9
Type devDependency

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

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of next. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes Next.js 3.0 Stable (3.0.1)

Next.js 3.0.1 is comprised of all the 3.0.x beta releases, and is equivalent to 3.0.1-beta.21

For a summary of changes, check out: https://zeit.co/blog/next3

Commits

The new version differs by 1 commits.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1ff5939b6aa06190aa9716248fc7494bb2a0b612 on greenkeeper/next-3.0.1 into 7548fcbcf2cb02d7696ab64091eae5d54b1b947d on master.

greenkeeper[bot] commented 7 years ago

Version 3.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 355 commits.

  • 42e2128 3.0.2
  • daf8d5b Merge branch 'v3-beta'
  • 4fc5452 Merge with master.
  • 4b0467e Add Electron example (#1430)
  • fe4e53e With recompose (#2712)
  • 6d572ee 3.0.1-beta.21
  • 6477492 Move NPM modules out of the commons chunk in dev mode. (#2716)
  • 256f9dc Add missed dev dependencies for examples/using-preact (#2714)
  • 65ff72a renames misspelt placeholder.html (#2703)
  • 37362c3 Fix typo (#2692)
  • f0779e9 Grammar fix (#2686)
  • 4f0592a Material-UI example: Pass through unrelated props to wrapped component (#2664)
  • b27526b with-firebase-hosting update (#2683)
  • c87b471 Example to add custom reverse proxy like in webpack-dev-server (#2660)
  • e2fb50c Merge master with v3-beta.

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.3 just got published.

Update to this version instead 🚀

Release Notes 3.0.3

Patches

  • Remove beta information from the README.: a99a167
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.4 just got published.

Update to this version instead 🚀

Release Notes 3.0.4

This release is mainly because of #2788. That allows deterministic chunk names for dynamically imported modules. So, that prevents some related SSR issues.

Patches

  • Use deterministic names for dynamic import: #2788
  • Document SCSS/Less: #2742
  • Add line-height rule for error page h2: #2761
  • Clear missed interval: #2611

Credits

Huge thanks to @timneutkens, @sethmcleod, @NeXTs and @arunoda for their help!

Commits

The new version differs by 13 commits.

  • 265296c 3.0.4
  • 68738d1 Use deterministic names for dynamic import (#2788)
  • ed0c144 Simplification of Relay Modern Example (#1757) (#2776)
  • 708193d Relay Modern Example (#1757) (#2773)
  • 6285cde Set action type instead of string (#2608)
  • 726499f Clear missed interval (#2611)
  • 8acdae6 Add support for fetching multiple translation files (#2743)
  • 7a5a6bc Add line-height rule for error page h2 (#2761)
  • ba65b07 Ease running multiple examples at the same time with process.env.PORT (#2753)
  • d0b95d9 Add custom server micro example (#2750)
  • cc5289a Add with pkg example (#2751)
  • 62b246d Document SCSS/Less (#2742)
  • 029bac4 Remove unnecessary lookup in example with emotion (#2731)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.5 just got published.

Update to this version instead 🚀

Release Notes 3.0.5

Patches

  • Revert "Make the chunk name a bit pretty.": #2792

Credits

Huge thanks to @arunoda for their help!

Commits

The new version differs by 2 commits.

  • eafa2c6 3.0.5
  • ddff22c Revert "Make the chunk name a bit pretty." (#2792)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.6 just got published.

Update to this version instead 🚀

Release Notes 3.0.6

Patches

  • Use _ as the divider for dynamic import name splitter.: #2793

Credits

Huge thanks to @arunoda for their help!

Commits

The new version differs by 2 commits.

  • c692101 3.0.6
  • a730b04 Use _ as the divider for dynamic import name splitter. (#2793)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • 4ee0dc9 3.1.0
  • 9cce984 Downgrade strip-ansi to 3.0.1 (#2860)
  • d227617 Describe solution to centralized routing (#2844)
  • eba9ebe Merge v3-beta into master (#2809)
  • b543795 Clarify usage of connect in README.md (#2845)
  • 75a43f5 Make sure we do not expose stacktraces in production (#2843)
  • 26c5d90 Separate next init (#531) (#2834)
  • 3c92524 Update example with emotion (#2837)
  • 50866c2 Updated console.log wording when the PageLoader is waiting for webpack to become idle. (#2835)
  • 9c18c54 Pass an HOC to renderPage() (#2010)
  • c689bc9 Simplify condition in mobx example (#2812)
  • 18e447a Linked post about Next.js + Electron
  • 232ba01 docs(material-ui): move the source code to Material-UI repository (#2808)
  • ccc9ff2 Fixed issue (#2804)
  • 72edd59 next/dynamic Error Message Tweaks (#2798)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.2.0 just got published.

Update to this version instead 🚀

Release Notes 3.2.0

Minor Changes

  • Add withRouter to create a HOC to get the router: #2870

Patches

  • Add node trace source map handling in dev mode: #2816

Credits

Huge thanks to @HaNdTriX, @arunoda and @kpdecker for their help!

Commits

The new version differs by 3 commits.

  • 99c4798 3.2.0
  • 56662b4 Add/with router (#2870)
  • d600957 Add node trace source map handling in dev mode (#2816)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 03294bb 3.2.1
  • 8f874f0 [WIP] Use buildId in chunk urls as well (#2873)
  • fd198d2 Example: with absolute imports (#2863)
  • a142848 Added side note about enabling gzip on Koa (#2867)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.2.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • aa09625 3.2.2
  • 6e88780 Add missing variables (#2905)
  • 32c3dd0 docs(jest): add note about .babelrc (#2911)
  • 5c67fd6 Do not mutate browser source map object (#2900)
  • e13bb3f Example: hashed statics (#2891)
  • 2e09f79 Mark href propType as required (#2882)
  • 32d9b75 Use https to prevent mixed content when served over https (#2741)
  • a779d83 Rename withRoute to withRouter to be consistent (#2881)

See the full diff