tvooo / coffee

☕️ A collection of coffee brewing recipes from all over the internet
https://www.prototyping.coffee/
MIT License
4 stars 1 forks source link

Update next to the latest version 🚀 #11

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency next was updated from 6.1.2 to 7.0.0.

This version 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.


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

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

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

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] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff