Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Update next to the latest version 🚀 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Oct 9, 2017

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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Oct 9, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 9, 2017

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 added a commit that referenced this pull request Oct 10, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 10, 2017

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 added a commit that referenced this pull request Oct 11, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 11, 2017

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

greenkeeper bot added a commit that referenced this pull request Oct 15, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 15, 2017

Version 4.0.4 just got published.

Update to this version instead 🚀

Release Notes 4.0.4

Patches

  • Update exposed package to avoid DoS: #3080
  • Fix renderPage in production mode: #3089
  • Make clear that server.js doesn't go through Webpack or Babel: #3090

Credits

Huge thanks to @goldensunliu, @kpdecker and @ptomasroos for their help!

Commits

The new version differs by 8 commits.

  • db151d2 Release 4.0.4
  • 494f416 Update exposed package to avoid DoS (#3080)
  • 8711a7d Fix renderPage in production mode (#3089)
  • 11fe73e make clear that server.js doesn't go through Webpack or Babel (#3090)
  • 2f6e43f Update styled-jsx-postcss example (#3083)
  • a25cb41 Firebase server side auth example update: don't fetch messages server-side if user is not found (#3087)
  • 63ac27b Update TypeScript example (#3074)
  • 96f5bcb Uplift with-global-stylesheet example (#3076)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 15, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 15, 2017

Version 4.0.5 just got published.

Update to this version instead 🚀

Release Notes 4.0.5

This release introduces styled-jsx plugins. Allowing you to use PostCSS, SASS, LESS or any other css pre-processor with styled-jsx. An example of how to integrate styled-jsx plugins with Next.js can be found here. More information on plugins can be found here

Patches

  • Make styled-jsx configurable: #3050
  • Upgrade styled-jsx: #3101
  • Proposal: Add shields io npm version badge: #3099
  • Move dev error view import to dev entry point: #3093

Credits

Huge thanks to @yashha, @timneutkens and @kpdecker for their help!

Commits

The new version differs by 5 commits.

  • 443b1d1 Release 4.0.5
  • fa18e13 Move dev error view import to dev entry point (#3093)
  • 7271970 Upgrade styled-jsx (#3101)
  • e9d1461 Make styled-jsx configurable (#3050)
  • f5aac04 Proposal: Add shields io npm version badge (#3099)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 16, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 16, 2017

Version 4.1.0 just got published.

Update to this version instead 🚀

Release Notes 4.1.0

This release introduces styled-jsx plugins. Allowing you to use PostCSS, SASS, LESS or any other css pre-processor with styled-jsx. An example of how to integrate styled-jsx plugins with Next.js can be found here. More information on plugins can be found here

Patches

  • Make styled-jsx configurable: #3050
  • Upgrade styled-jsx: #3101
  • Proposal: Add shields io npm version badge: #3099
  • Move dev error view import to dev entry point: #3093

Credits

Huge thanks to @yashha, @timneutkens and @kpdecker for their help!

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 19, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 19, 2017

Version 4.1.1 just got published.

Update to this version instead 🚀

Release Notes 4.1.1

Patches

  • Add styled-jsx-plugin-sass example: #3104
  • React-hot-loader & warnings: #3110
  • Use strict version of react-hot-loader: #3112
  • Upgrade React for all examples: #3113
  • Use nonce attribute for inline script if provided: #3129
  • Sourcemap and Breakpoint Fixes: #3121
  • Make next-export executable: 1034b10

Credits

Huge thanks to @timneutkens, @oliviertassinari, @dstaley and @kpdecker for their help!

Commits

The new version differs by 13 commits.

  • 586b871 Release 4.1.1
  • 1034b10 Make next-export executable
  • 964f229 Sourcemap and Breakpoint Fixes (#3121)
  • f1f8350 Use nonce attribute for inline script if provided (#3129)
  • 9b53d00 [update example - with-apollo-and-redux] pin dependencies (#3130)
  • f7d2b96 Update yarn deps for react hot loader (#3122)
  • 474085b Jest example updated (#3123)
  • 47d3cfd Upgrade React for all examples (#3113)
  • 43b5626 Use strict version of react-hot-loader (#3112)
  • 180cd9f react-hot-loader & warnings (#3110)
  • b7406e9 Fix url typo (#3111)
  • ae44109 Add styled-jsx-plugin-sass example (#3104)
  • 9b129f8 Fix 'Deploy to now' link for with-styled-jsx-plugins example (#3103)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 20, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 20, 2017

Version 4.1.2 just got published.

Update to this version instead 🚀

Release Notes 4.1.2

Patches

  • Revert "Sourcemap and Breakpoint Fixes ": #3121
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 22, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 22, 2017

Version 4.1.3 just got published.

Update to this version instead 🚀

Release Notes 4.1.3

Patches

  • Render error as errorHtml - Fixes an issue where styles render out of line after hot reloading: #3142
  • Strip ansi codes when logging client side - Client side webpack errors are now readable: #3138
  • [chore] Examples: [email protected], show dynamic: #3137
  • "download" to "downloads" when subject is singular: #3140

Credits

Huge thanks to @timneutkens, @JeromeFitz and @trautlein for their help!

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 28, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 28, 2017

Version 4.1.4 just got published.

Update to this version instead 🚀

Release Notes 4.1.4

Patches

  • Make sure benchmark runs in the production mode.: a9ccf1e
  • Update styled components for React 16: #3187
  • Remove extra word: #3193
  • With-apollo example using Apollo 2: #3180
  • Change _error.js example to use err prop: #3197
  • Upgrade React for examples with next@latest: #3196
  • Make sure NODE_ENV is production for react-dom to optimize: 01780fe
  • Add note about NODE_ENV being set automatically: 0bdcb8d

Credits

Huge thanks to @wesbos, @m-allanson, @sebas5384, @remy and @ismamz for their help!

Commits

The new version differs by 18 commits.

  • c927c4f Release 4.1.4
  • 0bdcb8d Add note about NODE_ENV being set automatically
  • 01780fe Make sure NODE_ENV is production for react-dom to optimize
  • 015d06a Upgrade React for examples with next@latest (#3196)
  • 8578038 Change _error.js example to use err prop (#3197)
  • 741f211 with-apollo example using Apollo 2 (#3180)
  • b937ed3 Remove extra word (#3193)
  • 4314802 Update styled components for React 16 (#3187)
  • 436a2ac Release 4.1.4-canary.2
  • 1f899d6 Update deploy keys
  • cd7bfe8 Release 4.1.4-canary.1
  • a9ccf1e Make sure benchmark runs in the production mode.
  • 9320d9f Add with-global-stylesheet-simple (#3157)
  • ef157d9 Add auto-publishing of new tags (#3100)
  • 8c60a2e Fix with-amp example (#3153)

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 4, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 4, 2017

Version 4.2.0 just got published.

Update to this version instead 🚀

Release Notes 4.2.0

Minor Changes

  • Always load pages with ".js" extension: #3393
  • Pulled encoding to top of head: #3214

Patches

  • Remove next.d.ts to use @types/next: #3297
  • Add with-mobx-state-tree example: #3179

Credits

Huge thanks to @brikou, @dargue3, @arunoda and @yashha for helping!

Commits

The new version differs by 15 commits.

  • 0350750 Release 4.2.0
  • 820e3ff Always load pages with ".js" extension (#3393)
  • a8c344f Add with-mobx-state-tree example (#3179)
  • bda073c Remove next.d.ts to use @types/next (#3297)
  • a0e0f85 Pulled encoding to top of head (#3214)
  • ccb188a Update withData.js - support withRouter HOC (#3286)
  • 5260736 example with-redux-observable (#3272)
  • 45e26f2 Fix tsx workaround, bootstrap next.d.ts, add tslint deps (#2885)
  • 7ee66de Stable-specific Travis CI config
  • 8bb31f0 fix : example/with-noscript to use next@latest and react-dom (#3237)
  • c29ec6b example/with-static-export update react & next dependencies (#3238)
  • 28767c0 Change file name lib on example keep the same format (#3227)
  • ba74046 Add more example links for CSS preprocessor solution (#3213)
  • 6e44cde Expose mechanism to monitor render events (#2655)
  • 1e15105 Output webpack build stats as webpack-stats.json (#2828)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 9, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 9, 2017

Version 4.2.1 just got published.

Update to this version instead 🚀

Release Notes 4.2.1

Patches

  • Add markdown-in-js example: #3410
  • Downgrade strip-ansi to support IE11/Google Fetch: #3403
  • Remove webpack-stats.json: 66e3a6c

Credits

Huge thanks to @i8ramin for helping!

Commits

The new version differs by 4 commits.

  • 67643e2 Release 4.2.1
  • 66e3a6c Remove webpack-stats.json
  • 5a5b3b6 Downgrade strip-ansi to support IE11/Google Fetch (#3403)
  • 51f120e Add markdown-in-js example (#3410)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 11, 2018

Version 4.3.0-universal-alpha.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 143 commits.

  • fa4b18f alpha.3
  • 008e659 Use webpackhotmiddleware on the multi compiler
  • c6c7e15 Add clientBootstrap
  • c487416 Add NoEmitErrorsPlugin
  • 122fc92 use same defaults as css-loader. Fix linting
  • 565bf54 Rename
  • bb5cf9a Add cssloader config and fix .jsx support
  • c5ccf23 Add support for .map
  • 84d785a Add sass support
  • 8859c5f Add missing config in dev
  • ab26369 Serve static generated files
  • 888bc35 Speed up on demand entries by running in parallel
  • aec6aa1 Add .babelrc support
  • 89f9793 Add on-demand-entries client + hot-middleware
  • b97bc2f Only in dev

There are 143 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 13, 2018

Version 4.2.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits ahead by 5, behind by 143.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 5, 2018

Version 5.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 173 commits.

  • 4697cbc Release 5.0.0
  • c5ddfea Merge branch 'canary'
  • 8308a33 Revert "Require files directly instead of resolving them (#3683)" (#3684)
  • fa03f0b Require files directly instead of resolving them (#3683)
  • ed12293 Add tests for universal webpack (#3680)
  • 70295f2 Make links text
  • cdbbe92 Add update notifier (#3678)
  • 9498fc6 Use correct port in with-zones example (#3679)
  • 31b8e7e Indicate how to import fonts (#3676)
  • 863d4d3 Make sure externals logic works on Windows. (#3677)
  • b8f189f do not use window.history if inside iframe (#3437)
  • 3bbfbfa Refactor redux observable example (#3495)
  • 4d9cf19 [with-apollo] Use getDataFromTree in browser (#3457)
  • 97cf428 [Example] with-polyfills : show how to load polyfills (#3568)
  • 0da17ca Upgrade source-map-support

There are 173 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 16, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 16, 2018

Version 5.0.1-canary.16 just got published.

Update to this version instead 🚀

Release Notes 5.0.1-canary.16

Minor Changes

  • Allow etags to be disabled with config option: #3915

Patches

  • Unlink only pages bundle in dev env: #4015
  • Fix a/b typo in custom-server-typescript routing: #4003
  • Examples: use npx and yarn create to run create-next-app on examples: #4002
  • Fix mistake in docs: #4013
  • With-apollo: Improve lib/withData: #3973

Credits

Huge thanks to @Shalzz, @ooHmartY, @wcamarao, @jthegedus, @jeffreyyoung and @tomaswitek for helping!

Commits

The new version differs by 130 commits ahead by 130, behind by 5.

  • b52ae3b 5.0.1-canary.16
  • cd1d9e0 with-apollo: Improve lib/withData (#3973)
  • c73f7d6 Unlink only pages bundle in dev env (#4015)
  • f030868 fix mistake in docs (#4013)
  • b1d8b83 Examples: use npx and yarn create to run create-next-app on examples (#4002)
  • 0eb5bab Fix a/b typo in custom-server-typescript routing (#4003)
  • eff27bd Allow etags to be disabled with config option (#3915)
  • c5bd36e 5.0.1-canary.15
  • 96dd757 Upgrade styled-jsx
  • d391c2a Presets should be array (#3996)
  • b02e584 Show only Spectrum link
  • 2d7ba7f Remove error handling from custom-server-koa's server example (#3982)
  • 6e31583 5.0.1-canary.14
  • 7e9f4f9 Only show 404 when the page does not exist (#3976)
  • 4757836 Expose manifest.js.map during development (#3975)

There are 130 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 26, 2018

Version 5.1.0 just got published.

Update to this version instead 🚀

Release Notes 5.1.0

We are happy to introduce Next.js 5.1, which features support for environment configuration, phases, source maps, and new Next.js plugins.

Major performance improvements are introduced: resolving pages is 102x faster, and error pages are loaded more efficiently.

Read blog

Minor Changes

  • Make sourcemap paths relative in production: 14a1692
  • Allow etags to be disabled with config option: #3915
  • Enable source maps in webpack chunking + bundling process: #3793
  • Implement new next/config keys: #3909
  • Allow next.config.js to export a function: #3867
  • Make pageExtensions configurable: #3787
  • Implement proper error handling: #3749
  • Make page require faster: #3776
  • Get config from one location: #3801

Patches

  • Unlink only pages bundle in dev env: #4015
  • Add a set of test cases for error recovery in the dev mode: #3895
  • Add a test case on error recovery in the module scope.: #3892
  • Add a test for reloading the page on page script error with prefetch: #3811
  • Add test case for reloading the page on page script error: #3798
  • Move security related test cases into a its own file.: 33f8f28
  • Removes the unused renderScript function: 77c10b2
  • Use indexOf instead of startsWith: #3758
  • Remove the default HMR error overlay: #4020
  • Show only Spectrum link: b02e584
  • Presets should be array: #3996
  • Upgrade styled-jsx: 96dd757
  • Expose manifest.js.map during development: #3975
  • Only show 404 when the page does not exist: #3976
  • Expose main.js.map: #3969
  • Upgrade react-hot-loader: #3961
  • Remove unused dependencies: #3962
  • Enable conditionals and evaluate uglify: 521b722
  • Add message to ask questions on Spectrum: 5e4dc75
  • Change wording of issue template: bd973ab
  • Make important title clearer, search for issues that are closed too: 656434d
  • Add Spectrum badge: #3927
  • Set default for serverRuntimeConfig: #3938
  • Add EventSource polyfill to hot-middleware-client: #3945
  • Upgrade @zeit/check-updates: 503f4a3
  • Downgrade webpack-hot-middleware to 2.19.1: #3888
  • Return true instead of void: #3869
  • Fix SSR error handling in the global scope: #3877
  • Do feature detection instead of disabling iframes.: #3880
  • Fixes overlay showing randomly: #3885
  • Read compiler.context instead of this.context: #3839
  • [SSR] Use relative paths in dynamic import output code: #3844
  • Fix w3c warnings: #3572
  • Remove special error script handling: #3849
  • disabling poweredByHeader (#3807): #3716
  • Allow page extensions in any order: #3827
  • Upgrade styled-jsx: #3840
  • Load pathname correctly: ab43e9e
  • Fix: add missing dependency to package.json: #3753
  • Include next/dist/pages instead of exclude: #3704
  • Fix typo in withRouter: #3723
  • Serve static /_next/static/* relative from dir directory: #3722
  • Copy static assets from .next folder when exporting: #3719

Documentation

  • Update readme.md: #3957
  • Add multi-zones docs.: #3688
  • Add note about _document being only server side: e1a0f18
  • Add alt attributes to examples in readme.md: #4053
  • Fix typo in documentation.: #3907
  • prefetch is a production only feature: #3851
  • Fix links for next css: #3820
  • Add example to #recipes: #3789
  • Document pageExtensions: 340b49c

Examples

  • Examples: use npx and yarn create to run create-next-app on examples: #4002
  • Update with-react-i18next sample with latest dependencies: #3835
  • Update tsconfig.json in with-typescript example: #3837
  • Display errors when using glamor/server in a custom document: #3804
  • Extendable with-redux example: #3947
  • Fix null pointer exception in with-react-18next: #3944
  • FIX #3757 update Fela example for Next 5: #3949
  • With-firebase-hosting improvements & fixes: #3886
  • Use separate tsconfig for server in custom-server-typescript example: #3963
  • Update debug flag in with-react-i18next example: #3964
  • Split exports in with-react-18next example to avoid ambiguity: #3959
  • Remove error handling from custom-server-koa's server example: #3982
  • Fix mistake in docs: #4013
  • With-apollo: Improve lib/withData: #3973
  • Fix a/b typo in custom-server-typescript routing: #4003
  • Add a nerv example.: #3573
  • With emotion example - hoist styles out of the index page component: #3821
  • Update readme (do not mention specific version): #4038
  • Migrated from apollo-client-preset to apollo-boost: #4047
  • Improved with-ant-design example: #4034
  • Fixes install command in with-absolute-imports example.: #4049
  • Fix loading and rendering GraphQL data on the server in the with-apollo-and-redux example: #4054
  • Small grammar mistake: #3930
  • Update custom-server-typescript example: #3936
  • Update with-react-i18next example: #3932
  • Custom-server-actionhero: #3905
  • Add custom-server-typescript example (see #3694): #3838
  • Revamp example to use real world hocs: #3423
  • with-apollo-and-redux-saga: #3488
  • Changed code to use the new css & asset imports instead of loading the whole lib from CDN: #3884
  • Fix #3700 Added examples for next-sass: #3729
  • Examples: Add an example for the next-css plugin: #3739
  • Add example of next-plugin composition: #3800
  • Change mergeMap -> map in redux-observable example: #3794
  • Upgrade Firebase and Firebase-Admin: #3786
  • With redux example clock interval fix: #3756
  • Fix with-redux-saga server rendered clock, fixes #3760: #3762
  • Use null instead of empty string for coerced className: #3771
  • Fix setInterval usage in mobx examples to work in firefox: #3769
  • Update README.md: #3784
  • Remove redux comment: #3792
  • Fix react-native-web example typo: #3802
  • Create example using custom charset: #3697
  • Fix webpack-bundle-analyzer example to work with Next 5: #3692
  • ssr-caching Only cache 200 status requests: #3708
  • Example/with-typescript: #3698

Credits

Huge thanks to @malixsys, @arunoda, @tkh44, @leMaik, @igor-toporet, @prateekrastogi, @notatestuser, @gsimone, @moondef, @shalzz, @ooHmartY, @wcamarao, @jthegedus, @jeffreyyoung, @tomaswitek, @egorovli, @PetrSnobelt, @dastoori, @sarovin, @alexindigo, @ptomasroos, @ragingwind, @kachkaev, @mxstbr, @fabioespinosa, @herrstucki, @omaksi, @rofrischmann, @bryanrsmith, @evantahler, @retrixe, @brikou, @JeromeFitz, @r0b-, @thomhos, @JuanCaicedo, @xfumihiro, @Albert-Gao, @AriLFrankel, @djskinner, @jayphelps, @abelta, @jamuhl, @zkochan, @shogunsea, @UltCombo, @brentmclark, @vuldin, @klyburke, @dcalhoun, @goldensunliu, @juancampa, @tusbar, @oliviertassinari, @deptno, @bjrnt, @martyla and @ScottPolhemus for helping!

Commits

The new version differs by 23 commits.

  • e3a9c95 5.1.0
  • 3c97f96 Merge branch 'canary'
  • 603b90c Fix loading and rendering GraphQL data on the server in the with-apollo-and-redux example (#4054)
  • 7cf9199 Add alt attributes to examples in readme.md (#4053)
  • 14a1692 Make sourcemap paths relative in production
  • 7bef864 Fixes install command in with-absolute-imports example. (#4049)
  • e1a0f18 Add note about _document being only server side
  • a6af11c Improved with-ant-design example (#4034)
  • 9470b91 migrated from apollo-client-preset to apollo-boost (#4047)
  • b134105 Update readme (do not mention specific version) (#4038)
  • 930be28 5.0.1-canary.17
  • ac7a23d Make sure react and react-dom are bundled to main.js in development (#4039)
  • 1844a09 Remove the default HMR error overlay (#4020)
  • 17db533 Fixed deployment token (#4019)
  • b75a887 Merge branch 'canary' into master

There are 23 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 11, 2018

Version 6.0.1 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request May 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 13, 2018

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 added a commit that referenced this pull request May 16, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2018

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

greenkeeper bot added a commit that referenced this pull request Jun 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 27, 2018

Version 6.1.0 just got published.

Update to this version instead 🚀

Release Notes 6.1.0

Minor Changes

  • Add class properties configuration: #4619
  • Rename dist to server to be more consistent: #4506
  • Remove react-hot-loader: #4500
  • Allow onClick on next/link component's child: #4474
  • Added "hashChangeStart" and "hashChangeComplete" events: #4234

Patches

  • Make production compilation faster: #4677
  • Move plugins and loaders to webpack folder: #4618
  • Pass in the generated asPath instead of a full url: #4622
  • Failing test for #4620: #4625
  • Remove the React 15 support comment: #4648
  • Rephrase url deprecation text and add link to next-codemod: #4649
  • Update "url deprecated" error docs with note re: React Dev Tools: #4652
  • Remove unneeded async: #4635
  • Fix incorrect wording: #4658
  • Pass through buildId to webpack config in development: #4665
  • Only log out using external babelrc once: #4600
  • Apply hot-self-accept to all pageExtensions: #4616
  • Process available chunk names properly in dev mode: #4604
  • Update README.md to include browser support and polyfills docs: #4601
  • Catch errors thrown in _app.js: #4607
  • Move build directory outside of server folder: #4565
  • Properly escape the dot character in regexp: #4608
  • Next/head allow duplicates if it has uniq keys: #4121
  • Remove deprecated and removed route: #4509
  • Add CONFIG_FILE constant, add types for server/config.js: #4529
  • Remove uglify options in preparation of webpack 4: #4536
  • Clean up references to this.dir and this.dist everywhere: #4535
  • Make router properties update when re-rendering: #4541
  • Add dependencies of _app.js to commons: #4396
  • Use a more appropriate regexp for removing hash from a filename: #4510
  • Fix Access-Control-Request-Method header: #4424
  • Upgrade update-check: #4585
  • Add check for added/deleted pages: #4497
  • Default query to {}, same behaviour as next export: #4466
  • Add title to default error page: #4383
  • Add section to the readme about configuring .babelrc: 4e8009c
  • Clarify documentation regarding the static folder: #4340
  • Improve issue templates: 7193f49
  • Make sure index of issue template is correct: e6f3542
  • Fix(bin/next:inspect): Allow node inspect flag to be used: #4160
  • Fix dynamic import in non webpack env: #4208
  • Improve route prefetch docs: add client side imperative code: #4213
  • Fix generated page chunk when libraryTarget is umd: #4205
  • Don’t use chunkhash in development: #4436
  • Use custom Babel loader to avoid using separate Babel copies for loader and loader options: #4417
  • Remove note about exportPathMap not being supported in development: 13cf942
  • Update with-url-object-routing: #4314
  • Improve files list order in package.json: #4399
  • Minor improve with-typescript example [ci skip]: #4402
  • Add example with next-page-transitions: #4404
  • Fix and improve example : with-componentdidcatch: #4400
  • Example updated: with-apollo-auth to Next 6: #4420
  • Set cache-control public correctly: #4322

Examples

  • Update with-universal-configuration: #4624
  • Added with-unstated example: #4628
  • [with-jest] Move jest deps to devDeps: #4650
  • With-socket.io Example updated with _app.js: #4644
  • Add example to Recipes section: #4661
  • Update with-markdown example: #4612
  • With-styled-components: Move babel plugin to dev dependency: #4602
  • Update with-absolute-imports example to Babel 7: #4610
  • Fixes bug in with-react-intl example: messages and locale variables were undefined on CSR: #4517
  • Upgrade with-jest-typescript example to next 6.0.0: #4543
  • Stop duplicating charset: #4546
  • Added example for Ant Design with LESS: #4520
  • [with-apollo-auth] Remove useless apolloState from App's props: #4554
  • [with-apollo-auth] Remove useless check from constructor: #4560
  • [with-apollo-auth] simplify apolloState prop: #4563
  • Upgrade gh-pages example to next 6.0.3: #4575
  • With-firebase-hosting: fix npm scripts, remove firebase.json predeploy scripts: #4593
  • Clean up Redux example: #4594
  • Remove unused import: #4493
  • Fix README typo: #4476
  • Add with-next-less example: #4492
  • Added support flex: 1 and and tag support Dimensions in with-react-native-web: #4460
  • Fix viewport issue in with-react-native-web: c461d46
  • Sitemap.xml and robots.txt example: #4163
  • Update typescript examples to use 1.0.1 of next-typescript: #4472
  • Improve custom server typescript example v2: #4470
  • 📝️Restructure with-material-ui per #4439: #4444
  • Create with-firebase-hosting-and-typescript example: #4443
  • With-firebase-hosting: update to work with next v6: #4435
  • update to with-apollo-auth: #4426
  • Fixed error with the cookie parser in with-apollo-auth: #4445

Credits

Huge thanks to @ex3ndr @teleginzhenya, @Zn4rK, @bennygenel, @brikou, @scaasic, @oliviertassinari, @fatfisz, @andrewmclagan, @koss-lebedev, @davscro, @tobitos, @ngauthier, @skv-headless, @rovansteen, @giautm, @swissspidy, @teleginzhenya, @jthegedus, @lon-io, @mmiszy, @vasco3, @dlcoffee, @quietshu, @klyburke, @toolmantim @gHashTag, @TheRobBrennan, @lukebarton, @tvthatsme, @joaogranado, @rwieruch, @andy-viv, @AriLFrankel, @vladnicula, @JeromeFitz, @elrumordelaluz, @Yuripetusko, @yhirano55, @nwalters512, @lucleray, @lfades, @jonespen, @sampsonjoliver, @DevSpeak, and @loganfsmyth for helping!

Commits

The new version differs by 103 commits.

  • 512f16e 6.1.0
  • 7fcfb8b Make production compilation faster (patch) (#4677)
  • 1ebd996 6.0.4-canary.9
  • 85769c3 Pass through buildId to webpack config in development (#4665)
  • e70c595 Add example to Recipes section (#4661)
  • 36c82fd Fix incorrect wording (#4658)
  • 6ed2da4 with-socket.io Example updated with _app.js (#4644)
  • f4af03b Remove unneeded async (#4635)
  • 91900d1 Update "url deprecated" error docs with note re: React Dev Tools (#4652)
  • 0989ecc [with-jest] Move jest deps to devDeps (#4650)
  • 3ae9f87 Rephrase url deprecation text and add link to next-codemod (#4649)
  • 6cba9fa Remove the React 15 support comment (#4648)
  • 67cb87a Added with-unstated example (#4628)
  • fc2d59d Add class properties configuration (#4619)
  • bf882eb Failing test for #4620 (#4625)

There are 103 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 29, 2018

Version 6.1.1 just got published.

Update to this version instead 🚀

Release Notes 6.1.1

Patches

  • Merge url query with exportPathMap: #4678
  • Fix code splitting on Windows: #4685
  • Fix Typescript HMR: #4689
  • Use nonce attribute for all scripts and preloads if provided: #4539
  • Make sure hashchanges get triggered: #4676
  • Added note for AWSAppSyncClient: #4611

Credits

Huge thanks to @lucleray, @cherniavskii, @novascreen and @Skaronator for helping!

Commits

The new version differs by 10 commits.

  • 0bcee3c 6.1.1
  • dde20fc Added note for AWSAppSyncClient (#4611)
  • 9d52268 6.1.0-canary.0
  • da0c7a9 Merge branch 'master' into canary
  • 57d8af8 Make sure hashchanges get triggered (#4676)
  • 1c817d2 Use nonce attribute for all scripts and preloads if provided (#4539)
  • 17e410a Fix Typescript HMR (#4689)
  • 810705a Replaced npm token (#4680)
  • 54ab3bc Fix code splitting on Windows (#4685)
  • e98a877 Merge url query with exportPathMap (#4678)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 7, 2018

Version 6.1.2 just got published.

Update to this version instead 🚀

Release Notes 6.1.2

This release is geared towards supporting styled-components v4.

Patches

  • Update hoist-non-react-statics: #5116

Credits

Huge thanks to @probablyup for helping!

Commits

The new version differs by 3 commits.

  • 932e72b 6.1.2
  • 33692a5 update hoist-non-react-statics (#5116)
  • 0fa642a Update with-hashed-statics example (#5100)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 19, 2018

  • The dependency next was updated from 3.2.3 to 7.0.0.

Update to this version instead 🚀

Release Notes for 7.0.0

Read the blog post on nextjs.org/blog/next-7

Major Changes

Minor Changes

  • Make initial HTML smaller: #5183
  • Compile away next/link proptypes in production: #5155
  • Remove obsolete webpack plugins: #5158
  • Improvements to on-demand-entries: #5176
  • Trigger page register when module is executed: #5115
  • Change server error overlay to white to be consistent with react-error-overlay: #5104
  • Provide a way to copy files in exportPathMap: #5089
  • Remove module.exports from client bundles: #5093
  • Use preset-react's development option + enable modules transform in test env: #5081
  • Use terser for minification: #5083
  • 404 routing for static export without exportPathMap: #5036
  • Open editor from error-overlay: #4979
  • Scroll to name property when hash is provided to <Link>: #5019
  • Replace uuid with nanoid: #4987
  • Use same extensions webpack supports, with addition of .jsx: #4960
  • Allow extending transform-runtime without losing Next.js defaults: #5022
  • Factor out NextScript inline source (#4939): #4934
  • Respect target on <a/> tags under Link: #4763
  • Allow app component to be wrapped with custom enhancer when rendering: #4762
  • Add support for rendering .css chunks: #4861

Patches

  • Add mocha example: #5182
  • Clear node_modules/.cache before saving node_modules on travis: 249d4be
  • Fix test intermittently failing: 3dae7cf
  • Add test for cache-control in development: 873ac5d
  • Update 404 static cache header to not cache: #5146
  • Upgrade with-jest dependencies: #5149
  • Remove code that is no longer in use: #5147
  • Add react-jss example: #5140
  • Update with-ant-design example: #5141
  • Add with-context-api example: #5154
  • Don’t read package.scripts if there’s no scripts defined: #5168
  • Remove reference to ./css.js from npm files list: #5179
  • Update next.config in with-webpack-bundle-analyzer example to avoid issue with Next.js in CI: #5135
  • Set cwd on babel-loader: #5127
  • Make exportPathMap / _next routes work with useFileSystemPublicRoutes disabled: #5131
  • Add tests for useFileSystemPublicRoutes: #5131
  • Fix @babel/env modules config: #5119
  • Update hoist-non-react-statics: #5117
  • Make non-existent routes under /_next return 404: #5120
  • Fix custom-server-typescript not typechecking: #3954
  • Fixed package.json: #4654
  • Remove unused flow definitions: #5094
  • Use publicRuntimeConfig for universal-configuration-runtime example: #5101
  • Update imports in with-redux example: #4512
  • Use DefinePlugin to pass distDir instead of manually passing: #5105
  • [with-apollo-auth] Only run getDataFromTree() on server (fix #4775): #5112
  • Add with-yarn-workspaces example: #5034
  • Move next export into it's own directory: #5084
  • Fix dependencies: #5091
  • Make sure that 404's is not cached by CDN:s: #5088
  • Remove obsolete route: #5092
  • Added example with IBM Carbon Components, with demonstrated customizability: #4932
  • Add with-mobx-state-tree-typescript example (re-submitting due to accidental deletion): #5077
  • Update example: with-sitemap-and-robots-express-server: #4579
  • Fix HMR when parent directory starts with '.': #4589
  • Make warning about false positives clearer: #5079
  • Use as instead of url to determine URL newness: #4153
  • Add with-sitemap-and-robots-express-server-typescript example: #5076
  • Fix react-intl example: #4840
  • Add mention of canary vs stable: #5074
  • Example with-reasonml dependency updates: #5048
  • Keep chunks filenames in production mode: #5029
  • Add circleci: 2f2eaf2
  • Fix inconsistency in dynamic tests: #5071
  • Apply sideEffect at DidMount on the client side: #5068
  • Fix with-custom-reverse-proxy example: #5064
  • Update .babelrc: #5063
  • Update dependencies in package.json: #5066
  • Fix devtoolModuleFilenames for react-error-overlay: #5055
  • Upgrade to styled-jsx@canary: #5067
  • Split out Loadable.Capture and make NoSSR smaller: #5060
  • Fix 404 export: #5061
  • Send credentials with on-demand-entries-ping: #5053
  • Set mode for DLL bundle: #5059
  • Fix loading... issue: #5058
  • Fixes dynamic chunks preload links, use href instead of src: #5047
  • Css example upgrade: #5039
  • Remove dublicate className from head: #5026
  • Remove UNSAFE_ lifecycle methods from next/head: #5020
  • Remove UNSAFE_ lifecycles from tests: #5031
  • Add warning for broken popstate: #5000
  • Fix broken hash scroll logic: #4766
  • Allow Duplicate Open Graph Image Tags: #4851
  • Improve getDisplayName util: #4944
  • Update yarn.lock: cf5dd4a
  • Replace deprecated props.url in readme: #4952
  • Make onClick Link tests more consistent: #4954
  • Replace deprecated props.url in examples: #4953
  • Update with-loading example: #4836
  • Fix shallow routing examples using old React lifecycle and deprecated props.url: #4950
  • Update routing samples: #4864
  • Note babel-plugin-styled-components: #4882
  • Use contenthash instead of chunkhash: #4894
  • Update with-sentry example: #4859
  • Let webpack handle contenthash: #4895
  • Fixed server status message in with-redux-observable-example.: #4900
  • Await preloading right before rendering the page: #4896
  • Improve glamor example: #4893
  • Add with-strict-csp example: #4858
  • Run manual-bind-to-arrow codemod: #4906
  • Run rename-unsafe-lifecycles as preparation for React 17: #4907
  • Fix decorator warnings: #4910
  • Run method sorting codemod: #4909
  • Add slate.js example: #4899
  • Make next/link async safe: #4911
  • Set correct status for sigint: #4917
  • [BUG] Fix emit-file-loader compatibility with Webpack 4: #4918
  • Remove with-global-stylesheet example: #4913
  • Rewrite with-dotenv example: #4924
  • Update with-custom-babel-config example: #4923
  • Added example: with-typestyle: #4926
  • Update Apollo links in examples: #4933
  • Make wasm files load on ssr: #4942
  • Make Router.events.on work even when router is not initialized: #4874
  • Improve custom-server-fastify example: #4805
  • Update example: Semantic-UI: #4815
  • Update with-react-ga example: #4816
  • Update with-react-intl example: #4817
  • Update with-redux-observable example: #4818
  • Update client-only-render-external-dependency example: #4822
  • Update with-react-intl example: #4825
  • Fix micro readme example: #4827
  • Update with-asset-import example: #4830
  • Update with-flow example: #4835
  • Update with-markdown example: #4839
  • Fix dynamic import page navigation: #4842
  • Update readme with alternative hostname option: #4829
  • Upgrade serve: #4857
  • Update with-prefetching example: #4850
  • Missing babel configuration in sw-precache example: #4856
  • Update RNW example: #4787
  • Ensured process exits after static export: #4747
  • Upgrade serve in with-static-export example: #4800
  • Upgrade fastify in custom-server-fastify: #4801
  • Update @types/next to latest in typescript example.: #4750
  • Improve documentation on runtime configuration: #4756
  • Add example of process.env runtimeConfig: #4759
  • #4751 - Explicitly mention install when cloning examples: #4758
  • Fix #4574: getInitialProps is not called on _error page for client-side errors: #4764
  • [with-apollo] simplify apolloState prop: #4755
  • Merge url query with exportPathMap: #4678
  • [hello-world example] remove unused file: 6a489ef
  • Fix code splitting on Windows: #4685
  • Make sure hashchanges get triggered: #4676
  • Added note for AWSAppSyncClient: #4611
  • Add [with-storybook] example: #4588
  • Fix typescript examples: #4704
  • Improve with-mobx example: #4705
  • Upgrade styled-jsx to 2.2.7: #4714
  • Fix(with-pkg): Rename dist to server: #4727
  • Apollo example: avoid double render in browser: #4734
  • Prepend polyfills only once (#4738): #4643

Credits

Huge thanks to @stephensauceda, @HaNdTriX, @linqiu, @HenriBeck, @rafaelalmeidatk, @maurodaprotis, @rekomat, @kylemh, @juliaqiuxy, @probablyup, @implicitdef, @dutradda, @DullReferenceException, @dipiash, @keeth, @ptomasroos, @allpwrfulroot, @yoDon, @klyburke, @NathanielHill, @gcpantazis, @istarkov, @Enalmada, @tusbar, @danielr18, @vpicone, @popugune, @itsfadnis, @abusada, @tomaswitek, @mfix22, oliviertassinari, @Tomekmularczyk, @garmeeh, @lucleray, @kachkaev, @dbo, @giuseppeg, @mxstbr, @sayuti-daniel, @kalabro, @HeyHugo, @novascreen, @connor-baer, @sahalsajjad, @tim-phillips, @brainkim, @adrianmcli, @gilaz, @terrierscript, @stefanivic, @jmaguirrei, @dcalhoun, @lkostrowski, @jamesreggio, @albinekb, @jhartley218, @mherodev, @klujanrosas, @cherniavskii, @Skaronator, @vinpac, @Rokt33r, @evenchange4, and @NikitaVlaznev for helping!

Commits

The new version differs by 213 commits.

  • 3a05968 7.0.0
  • b6c8d2a Merge branch 'canary'
  • 8e9b84b Keep warnings when process.env.NODE_ENV is not production (#5196)
  • ee3a73f Add WebAssembly example
  • 200ba0d 7.0.0-canary.20
  • 10a9178 Make sure react always ends up in the commons bundle (#5192)
  • 14c07f0 7.0.0-canary.19
  • a912a4d Make initial HTML smaller (#5183)
  • e2d331d add mocha example (#5182)
  • 35c2103 7.0.0-canary.18
  • 3dae7cf Fix test intermittently failing
  • 249d4be Clear node_modules/.cache before saving node_modules on travis
  • d3f57fb 7.0.0-canary.17
  • b475e61 Implement hard-source-webpack-plugin (#5181)
  • 459c1c1 Improvements to on-demand-entries (#5176)

There are 213 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 29, 2018

  • The dependency next was updated from 3.2.3 to 7.0.1.

Update to this version instead 🚀

Release Notes for 7.0.1

Patches

  • Upgrade webpack: #5330
  • Upgrade styled-jsx: #5312
  • Introduce dynamic(() => import()): #5249
  • Eliminate context code based on process.browser: #5159
  • Remove _containerProps context: #5327
  • Refactor head keys: #5326
  • Remove disabled plugin: 2f61858
  • Use new import syntax in readme examples: 8fb6f7d
  • Remove obsolete check in dev-server: #5320
  • Don't require package.json at runtime: #5321
  • Package.json comma removed: #5322
  • Rename index.js to next-server.js: #5323
  • Added with-ts-node with Next js 7 example: #5204
  • Move out start method from server: #5315
  • Remove transform-decorators plugin & Bump deps: #5232
  • Show warning if there is a title in _document.js's Head: #5160
  • Initial dev server: #5317
  • More reliable error-recovery tests: #5281
  • Even more reliable error-recovery tests: #5284
  • WithApollo example - move from old HOC APIs to new function-as-child APIs: #5241
  • Use getBrowserBodyText for HMR test: #5290
  • Fix swallowed unhandled rejections on the server: #5273
  • With-typescript example updates: #5267
  • Add language switch to with-react-i18next example: #5306
  • Update with-mobx-state-tree-typescript example: #5266
  • Make sure dynamicIds are added when using function as importer: #5308
  • Update with-redux-code-splitting example: #5252
  • Upgrade @zeit/next-sass: a616656
  • Doc: fix deploy link: #5223
  • Fix Example Deploy Links: #5216
  • Remove Fragment from Main component: #5222
  • Remove useless link tag in the head of Ant design example: #5227
  • Update with-mobx example: #5229
  • Upgrade next plugins to the latest version in examples: 8d649d1
  • FIX #5234: #5235
  • Update GrpahQL dependencies: #5242
  • Just some simple improvements in formatting codes in documentation: #5250
  • Update to use @sentry/browser, remove raven-js: #5253
  • Fix failing linter tests: #5257
  • Fix with-mobx-state-tree example: #5258
  • Update with-kea example: #5259
  • Update with-dynamic-import example: #5201
  • Example with-apollo note that two render executions are expected: #5262
  • Example with-sentry note that server side logging available too: #5261
  • Fix for with-ant-design-less for next7.0: #5263
  • #5620: Fix react-i18next example to properly SSR: #5265

Huge thanks to @HaNdTriX, @mertcan, @lucleray, @zenflow, @resir014, @amytych, @muhaimincs, @revolunet, @IanMitchell, @visualfanatic, @yakovlevyuri, @AwesomeObserver, @a-barbieri, @amytych, @httpiago, @Enalmada, @andresleoon, @ztanner, and @echoulen for helping!

Commits

The new version differs by 54 commits.

  • ae56c78 7.0.1
  • c094539 Upgrade webpack (#5330)
  • 8fb6f7d Use new import syntax in readme examples
  • 7f9d244 7.0.1-canary.6
  • 2f61858 Remove disabled plugin
  • 6c0ea2d 7.0.1-canary.5
  • b065daf Refactor head keys (#5326)
  • df41997 Remove _containerProps context (#5327)
  • 30924ea 7.0.1-canary.4
  • 565b026 Added with-ts-node with Next js 7 example (#5204)
  • 70c4b3d Rename index.js to next-server.js (#5323)
  • 2c6206d Package.json comma removed (#5322)
  • 0461413 Don't require package.json at runtime (#5321)
  • 7f39aef Remove obsolete check in dev-server (#5320)
  • 881e542 7.0.1-canary.3

There are 54 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 11, 2018

  • The dependency next was updated from 3.2.3 to 7.0.2.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

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

Successfully merging this pull request may close these issues.

0 participants