Skip to content

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 11, 2018

Version 6.0.1 of next was just published.

Dependency next
Current Version 5.1.0
Type dependency

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. 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 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 5.1.0 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 5.1.0 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 5.1.0 to 7.0.2.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

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

greenkeeper bot commented Feb 10, 2019

  • The dependency next was updated from 5.1.0 to 7.0.3.

Update to this version instead 🚀

Release Notes for 7.0.3

Patches

  • Bring in terser-webpack-plugin (backport #6231 to master): #6232
Commits

The new version differs by 9 commits.

  • c07e27f 7.0.3
  • 7c64336 Revert "should not change method to replaceState unless asPath is the same (#6033)"
  • 155423f Bring in terser-webpack-plugin (backport #6231 to master) (#6232)
  • ab46c45 should not change method to replaceState unless asPath is the same (#6033)
  • f7477a9 Adding is @tailwind components; (#5897)
  • cd1d364 Improve with-sentry example (#5727)
  • c867b0c Fix paths when built on windows (#5795)
  • c43975a Use more recent version of svg plugin (#5788)
  • ae8a49f fix typo (#5451)

See the full diff

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

greenkeeper bot commented Feb 11, 2019

  • The dependency next was updated from 5.1.0 to 8.0.0.

Update to this version instead 🚀

Commits

The new version differs by 456 commits.

  • e4f96e6 v8.0.0
  • b31819f Remove build directory
  • a2bb542 Allow publishing the master branch using Lerna
  • 7d6eb38 Merge branch 'canary'
  • 8ddf9c7 v8.0.0-canary.23
  • c9f4a95 Update yarn.lock
  • 163830c Merge branch 'canary'
  • 100b733 v8.0.0-canary.22
  • 315a374 Add new circleci config
  • f8a80f1 [with-typescript] remove unnecessary passHref in Link components (#6233)
  • ac0976a Update styled-jsx (#6236)
  • b05df70 Fix first render of with-react-helmet example (#6235)
  • 63c25a9 update preset.ts to use isProduction variable (#6234)
  • bfd2d08 v8.0.0-canary.21
  • 377e43b Update yarn.lock

There are 250 commits in total.

See the full diff

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

greenkeeper bot commented Feb 13, 2019

  • The dependency next was updated from 5.1.0 to 8.0.1.

Update to this version instead 🚀

Release Notes for v8.0.1

Patches

  • [with-typescript] Fixed incorrect query type: #6238
  • Updated examples for build-time env configuration for v8: #6237
  • Add setup to run example with cookie authentication locally: #6101
  • Apply babel to .mjs files: #6253
  • Styled-components example: use a fragment for styles initial prop: #6252
  • Add yarn check to test: #6257
  • Change anynymous functions to named functions on examples in the README.md file: #6255
  • Add module as server fallback main field: #6256
  • Fix Runtime Config in next export: #6258
  • Set default Error status code to 404: #6276
  • Fix Docs: #6270
  • [with-typescript] Fixed incorrect query type: #6238
  • Updated examples for build-time env configuration for v8: #6237
  • Add setup to run example with cookie authentication locally: #6101
  • Styled-components example: use a fragment for styles initial prop: #6252
  • Add yarn check to test: #6257
  • Change anynymous functions to named functions on examples in the README.md file: #6255
  • Fix Runtime Config in next export: #6258
  • Apply babel to .mjs files: #6253
  • Add module as server fallback main field: #6256

Credits

Huge thanks to @resir014, @Ephem, @j0lv3r4, @developit, @elliottsj, @dav-is, @Timer, @Timer, @resir014, @Ephem, @j0lv3r4 , @elliottsj, and @revskill10 for helping!

Commits

The new version differs by 15 commits.

  • 7fd9cb4 v8.0.1
  • 77a5a6f v8.0.1-canary.0
  • 4fea345 Merge branch 'master' into canary
  • 10f41f5 Fix Docs (#6270)
  • f43e1a9 Set default Error status code to 404 (#6276)
  • 68db099 v8.0.0-canary.24
  • bd24918 Fix Runtime Config in next export (#6258)
  • 33b9ebc Add module as server fallback main field (#6256)
  • 23c9c0d Change anynymous functions to named functions on examples in the README.md file (#6255)
  • e1056e3 Add yarn check to test (#6257)
  • 4dd6094 styled-components example: use a fragment for styles initial prop (#6252)
  • 734513b Apply babel to .mjs files (#6253)
  • 80cb91e Add setup to run example with cookie authentication locally (#6101)
  • 2ab1ae7 Updated examples for build-time env configuration for v8 (#6237)
  • 3746d7d [with-typescript] Fixed incorrect query type (#6238)

See the full diff

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

greenkeeper bot commented Feb 22, 2019

  • The dependency next was updated from 5.1.0 to 8.0.2.

Update to this version instead 🚀

Release Notes for v8.0.2

Patches

  • Add example using lingui.js: #6210
  • Fixes a few inconsistencies in server routes examples: #6382
  • Update link in wasm example: #6389
  • Drop cli-cursor dependency: #6387
  • Move webpack config to TypeScript: #6348
  • Feat: Validate url.format calls: #6379
  • [with-sentry] Use env config instead of webpack where possible: #6381
  • Remove alternate screen usage: #6377
  • Pass all &lt;Html&gt; props to &lt;html&gt;: #6378
  • Fixed missing next deployment directory bug: #6331
  • Updated module and removed old example in socket.io example: #6368
  • Assign deep defaults for custom config: #6359
  • Add SSR'd Portals example: #6365
  • Fixes for with-sentry example: #6362
  • Add Html tag for custom Document: #6372
  • Recreate stdChannel (or saga middleware).: #6330
  • Use a query parameter for AMP pages instead of new route: #6336
  • Load styled-components example on codesandbox: #6321
  • Fix: pass full path to launch-editor: #6302
  • Join merged style tags: #6345
  • Add tests for AMP style tags: #6355
  • Update readme with ZEIT Now deployment guide link: #6341
  • Remove onDemandEntries WebSocket server in favor of EventSource connection: #6354
  • Upgrade standard and fix files: #6358
  • Make getBaseWebpackConfig synchronous.: #6356
  • Add --frozen-lockfile to circleci: 17ad1eb
  • Use alternate screen buffer if terminal supports it: #6364
  • Fix style importing: #6322
  • Fix recursive hydration of next/dynamic: #6326
  • Pass through arguments of the next cli correctly: #6327
  • Make build output friendlier: #6320
  • Fix url in docs: #6323
  • Development mode output improvement: #6312
  • Fix README links: #6284
  • Fixes hashed statics readme: #6293
  • Remove lerna bootstrap: #6289
  • [experimental] Rendering to AMP: #6218
  • Update webpack message formatter: #6299
  • Use process.browser instead of env probing: #6286
  • Push redux-saga to major release 1.0.1.: #6300
  • Block Certain Env Keys That Are Used Internally: #6260
  • Add falling back to fetch based pinging for onDemandEntries: #6310

Huge thanks to @dav-is, @Timer, @isaachinman, @jesstelford, @afuggini, @7ma7X, @kinetifex, @bbortt, @klujanrosas, @timothyis, @wtgtybhertgeghgtwtg, @A-Tokyo, @joshua-scott, @garmeeh, @jontonsoup4, @slaskis, @vgrafe, and @felixmosh.

Special thanks to @ijjk for continued involved with on-demand-entries.

Special thanks to @kinetifex and @indexzero for their feedback on the on-demand-entries websocket implementation.

Commits

The new version differs by 52 commits.

  • 016d41f v8.0.2
  • ce7dcae v8.0.2-canary.7
  • 1757ad0 Drop cli-cursor dependency (#6387)
  • 414e8fa Update link in wasm example (#6389)
  • d7856c6 fixes a few inconsistencies in server routes (#6382)
  • 9f5d1ef Add example using lingui.js (#6210)
  • faf69b4 v8.0.2-canary.6
  • 5ab3f00 Fixed missing next deployment directory bug (#6331)
  • 3ba1811 Pass all <Html> props to <html> (#6378)
  • 8b78476 Remove alternate screen usage (#6377)
  • 09508ed [with-sentry] Use env config instead of webpack where possible (#6381)
  • 6e23b75 feat: Validate url.format calls (#6379)
  • 61de215 Move webpack config to TypeScript (#6348)
  • 0bf5041 v8.0.2-canary.5
  • 5ff2dea Add Html tag for custom Document (#6372)

There are 52 commits in total.

See the full diff

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

greenkeeper bot commented Feb 23, 2019

  • The dependency next was updated from 5.1.0 to 8.0.3.

Update to this version instead 🚀

Release Notes for v8.0.3

Patches

  • Fix hot reloading in the yarn workspaces example: #6402
  • Remove ansi-html dep: #6394
  • Add an example using ESI cache (with React ESI): #6225
  • Fix invalid ping response throwing error in client: #6397
  • Don’t hide parse error from on-demand-entries: d0e90d0

Credits

Huge thanks to @dunglas, @ijjk, and @martpie for helping!

Commits

The new version differs by 8 commits.

  • a99323c v8.0.3
  • e05229b Fix hot reloading in the yarn workspaces example (#6402)
  • ca7b772 v8.0.3-canary.0
  • d0e90d0 Don’t hide parse error from on-demand-entries
  • 299eeb4 Merge branch 'master' into canary
  • 71ae456 Fix invalid ping response throwing error in client (#6397)
  • e0896e5 Add an example using ESI cache (with React ESI) (#6225)
  • d14d170 Remove ansi-html dep (#6394)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 2, 2019
greenkeeper bot added a commit that referenced this pull request Dec 17, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 17, 2019

  • The dependency next was updated from 5.1.0 to 9.1.6.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 23, 2020

  • The dependency next was updated from 5.1.0 to 9.2.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 23, 2020
greenkeeper bot added a commit that referenced this pull request Feb 18, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2020

  • The dependency next was updated from 5.1.0 to 9.2.2.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 9, 2020

  • The dependency next was updated from 5.1.0 to 9.3.0.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 17, 2020

  • The dependency next was updated from 5.1.0 to 9.3.1.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 26, 2020

  • The dependency next was updated from 5.1.0 to 9.3.2.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 30, 2020

  • The dependency next was updated from 5.1.0 to 9.3.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 1, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 1, 2020

  • The dependency next was updated from 5.1.0 to 9.3.4.

Update to this version instead 🚀

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

greenkeeper bot commented Apr 15, 2020

  • The dependency next was updated from 5.1.0 to 9.3.5.

Update to this version instead 🚀

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

greenkeeper bot commented Apr 28, 2020

  • The dependency next was updated from 5.1.0 to 9.3.6.

Update to this version instead 🚀

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

greenkeeper bot commented May 11, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency next was updated from 5.1.0 to 9.4.0.

Update to this version instead 🚀

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

greenkeeper bot commented May 16, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency next was updated from 5.1.0 to 9.4.1.

Update to this version instead 🚀

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

greenkeeper bot commented May 20, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency next was updated from 5.1.0 to 9.4.2.

Update to this version instead 🚀

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

greenkeeper bot commented May 28, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency next was updated from 5.1.0 to 9.4.3.

Update to this version instead 🚀

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

greenkeeper bot commented May 28, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency next was updated from 5.1.0 to 9.4.4.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants