fridays / next-routes

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

Update next to the latest version 🚀 #176

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 6.0.1 of next was just published.

Dependency next
Current Version 5.1.0
Type devDependency

The version 6.0.1 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 6.0.1

Patches

  • [with-react-i18next] Fix flickering on page change via <Link />: #4318
  • Fix typo in next-with-apollo-auth test docs: #4328
  • Add Lock Threads configuration: d6ca2f8
  • Add Example of Redux Wrapper with Immutable.js: #4327
  • Docs: add missing fat arrow: #4245
  • Upgrade update-check: #4247
  • Add basic export example: 62f9736
  • Add export of homepage when exporting without exportPathMap: #4253
  • Prevent now-env from running in production: #4259
  • Add docker example: #4261
  • Upgrade react-hot-loader: #4277
  • Fix with-jest example: #4278
  • Catch errors from update-check: #4276
  • Add source-map dependency: #4281
  • Support Node 6 again. check if async/await is supported: #4283
  • Update Cache-Control for render errors: #4111
  • Add new apollo example using _app.js: #4286
  • Implement with-redux using _app.js: #4295
  • Add eslint parser to avoid errors in IDE.: #4297
  • Fix(with-pkg): update pkg config for next.js: #4307
  • Support _app approach for upgraded Redux Wrapper: #4207
  • Test stateful component style update: #4309
  • Update next-typescript to latest version 0.1.1: #4176
  • Upgrade react-hot-loader: #4317

Credits

Huge thanks to @Grimones, @swissspidy, @gokaygurcan, @tim-phillips, @evenchange4, @Dru89, @vasco3, @evenchange4, @kirill-konshin, @riddla, and @jasonleibowitz for helping!

Commits

The new version differs by 113 commits.

  • 837c6ed 6.0.1
  • 9de2c40 Don't comment after locking with the bot (#4331)
  • 126507c Add Example of Redux Wrapper with Immutable.js (#4327)
  • d6ca2f8 Add Lock Threads configuration
  • 6b04b55 Fix typo in next-with-apollo-auth test docs (#4328)
  • 0d4d7d8 [with-react-i18next] Fix flickering on page change via (#4318)
  • 8588e8d 6.0.1-canary.2
  • 1dda50c Upgrade react-hot-loader (#4317)
  • aec4c00 Update next-typescript to latest version 0.1.1 (#4176)
  • 4bec4cc Test stateful component style update (#4309)
  • 76f5e97 Support _app approach for upgraded Redux Wrapper (#4207)
  • 4b95725 fix(with-pkg): update pkg config for next.js (#4307)
  • 596bd21 Add eslint parser to avoid errors in IDE. (#4297)
  • 0697c28 Implement with-redux using _app.js (#4295)
  • 6c0091f Add new apollo example using _app.js (#4286)

There are 113 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 6 years ago

Version 6.0.2 just got published.

Update to this version instead 🚀

Release Notes 6.0.2

Patches

  • Fix example with-custom-babel-config: update to Babel 7: #4349
  • Update README in with-global-stylesheet-simple [ci skip]: #4361
  • Update babel-plugin-module-resolver version in with-global-stylesheet: #4360
  • Update package.json in with-docker example: #4359
  • Fix class name in data-fetch example: #4358
  • Updating with-redux-saga example: #4356
  • Fixes 'next export' when exportPathMap function depends on runtime config: #4339
  • Set this.mounted to false when dynamic component is unmounted: #4333
  • Upgrade with-typescript to use latest next-typescript: 2c3f406
  • Make sure props.url is immutable: #4352

Credits

Huge thanks to @messa, @yhirano55, @cedric-marcone, @wereHamster and @gastonfartek for helping!

Commits

The new version differs by 14 commits.

  • b0bbf72 6.0.2
  • 4f59c95 updating with-redux-saga example (#4356)
  • af10822 Fix class name in data-fetch example (#4358)
  • b2047de Update package.json in with-docker example (#4359)
  • 8c5c2c2 Update babel-plugin-module-resolver version in with-global-stylesheet (#4360)
  • b3e47d1 Update README in with-global-stylesheet-simple [ci skip] (#4361)
  • fa5c0b8 Fix example with-custom-babel-config: update to Babel 7 (#4349)
  • 355b1ad 6.0.2-canary.0
  • db29791 Merge branch 'master' into canary
  • 449f38d Make sure props.url is immutable (#4352)
  • 2c3f406 Upgrade with-typescript to use latest next-typescript
  • 16ff96b rename; Clock.js to clock (#4342)
  • 7f62132 Set this.mounted to false when dynamic component is unmounted (#4333)
  • d3c710b Fixes 'next export' when exportPathMap function depends on runtime config (#4339)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.0.3 just got published.

Update to this version instead 🚀

Release Notes 6.0.3

Patches

  • Fix with-mobx example: #4394
  • Improve with-redux-saga example: #4392
  • Update with-electron example: #4386
  • Return empty string instead of null in the Authorization: #4389
  • Fix "with-i18next" example: #4393
  • Lock issues/PRs after 365 days: 6893158
  • Make sure _document doesn’t reload the page when switching pages: 44c7aa4
  • Update pass-server-data example [ci skip]: #4362
  • Update ssr-caching example: #4363
  • Update with-asset-imports [ci skip]: #4365
  • Add license section in with-pretty-url-routing [ci skip]: #4366
  • Add issue templates: f88aa60
  • Remove old issue template: a235551
  • Add question about Next.js template: a6e3012
  • Improve with-redux example: #4377
  • Fix double-reload / redirect when changing pages: #4388

Credits

Huge thanks to @yhirano55, @wesbos, @HaNdTriX, @yakovlevyuri and @jlobos for helping!

Commits

The new version differs by 23 commits.

  • 73a55d7 6.0.3
  • 6893158 Lock issues/PRs after 365 days
  • b0128c7 Fix "with-i18next" example (#4393)
  • 59aa5a4 Return empty string instead of null in the Authorization (#4389)
  • 254b4b7 Lock after 2 months
  • 79a7878 Update with-electron example (#4386)
  • b90c77b Improve with-redux-saga example (#4392)
  • e8c7dd4 Fix with-mobx example (#4394)
  • 4b0f10b 6.0.3-canary.1
  • 44c7aa4 Make sure _document doesn’t reload the page when switching pages
  • 3a6fee2 6.0.3-canary.0
  • a65839e Merge branch 'master' into canary
  • 535bab1 Fix double-reload / redirect when changing pages (#4388)
  • 3db3f4b Improve with-redux example (#4377)
  • 2c0d600 Move template into the right directory

There are 23 commits in total.

See the full diff