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

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Sep 19, 2018

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. 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 Sep 29, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 29, 2018

  • The dependency next was updated from 6.1.2 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
Author

greenkeeper bot commented Oct 11, 2018

  • The dependency next was updated from 6.1.2 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
Author

greenkeeper bot commented Feb 10, 2019

  • The dependency next was updated from 6.1.2 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
Author

greenkeeper bot commented Feb 11, 2019

  • The dependency next was updated from 6.1.2 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
Author

greenkeeper bot commented Feb 13, 2019

  • The dependency next was updated from 6.1.2 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
Author

greenkeeper bot commented Feb 22, 2019

  • The dependency next was updated from 6.1.2 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
Author

greenkeeper bot commented Feb 23, 2019

  • The dependency next was updated from 6.1.2 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
Copy link
Author

greenkeeper bot commented Apr 2, 2019

  • The dependency next was updated from 6.1.2 to 8.0.4.

Update to this version instead 🚀

Commits

The new version differs by 233 commits.

  • e6e4a15 v8.0.4
  • 25deefb Avoid "ad" anywhere in the buildId (#6854)
  • 742f29f buildId is not an ad (#6851)
  • e25312b Make sure error isn't swallowed for production test on CircleCi (#6848)
  • 14eef58 Re-add chromedriver retrying from previous webdriver setup (#6846)
  • 8cd7bd1 Fix wrong anchors and add missing link (#6845)
  • 3a7caa6 v8.0.4-canary.31
  • c864ab9 Added useBuiltIns to babel object-rest-spread (#6805)
  • 41da136 v8.0.4-canary.30
  • f6786b4 v8.0.4-canary.29
  • 99023b9 v8.0.4-canary.28
  • 71680fb Fix typo in workflow (#6838)
  • e48610e v8.0.4-canary.27
  • f6439ae Add workflow to generate stats for release (#6836)
  • 6bb8327 Exclude transform-typeof-symbol (#6812)

There are 233 commits in total.

See the full diff

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

greenkeeper bot commented Apr 17, 2019

  • The dependency next was updated from 6.1.2 to 8.1.0.

Update to this version instead 🚀

Release Notes for v8.1.0

New Features

Next.js 8.1 introduces AMP support on a per-page basis, allowing incremental adoption of AMP.

Please read our blog post to learn more!

Patches

  • Fix adblock comment: #6859
  • Added async-to-promises transform: #6797
  • Amp-bind data injection: #6840
  • Add optimizing AMP pages: #6835
  • Emit manifest of all page files: #6853
  • Add error message for AMP bind syntax: #6865
  • Refine selective page building: #6866
  • Add an experimental debug mode to builds: #6870
  • Add useRouter hook: #6869
  • Added an HTTP2 server example: #6856
  • Fastify example dep update: #6714
  • Update Sentry to v5 and add @sentry/integrations: #6873
  • Added example with react-multi-carousel for rendering items on the server-side: #6820
  • Temporarily pass arguments directly: #6876
  • Allow only values that can be serialized to key: #6881
  • Add RouterContext in production mode: #6883
  • Fix serverless options: #6884
  • Update to latest version of amp-toolbox-optimizer: #6885
  • Set buildId to a fixed value during debug build: #6886
  • Update docs for env variables: #6889
  • Upgrade amp-toolbox-optimizer: #6890
  • Add check for data in serverless-loader: #6893
  • Add test for AMP in serverless mode: #6894
  • Dont prefetch with debug mode: #6895
  • Revert weird firefox workaround: #6896
  • Add checking of react versions: #6892
  • Make Client request BUILD_ID from the Server: #6891
  • Compute Chunk Graph file hashes on emit: #6897
  • Add ** experimental page globbing support: #6899
  • Correctly compute unknown module ids: #6898
  • Extract styled-jsx: #6901
  • Turn off module opts when selective page building: #6903
  • Temporarily only do one pass: #6900
  • Revert "Extract styled-jsx " (#6907): #6901
  • Only handle on catch in render: #6908
  • Add query for debugging amp data: #6909
  • Add useRequest hook and RequestContext: #6910
  • Add more chunk graph data: #6911
  • Better debug build message: #6915
  • Add a build all but specified pages mode: #6916
  • Fix page resolution: #6920
  • Remove route cache key: #6921
  • Make chunk graph more accurate: #6923
  • Add lambda version of shared chunks: #6924
  • Fix nesting level of client page scripts: #6925
  • Add babel-plugin-transform-async-to-promises: #6929
  • Bump parallelism on circleci: #6926
  • Use var as libraryTarget: #6945
  • Disable terser for server build: #6951
  • Simplify options assignment: #6949
  • Optimize resolve configuration: #6954
  • Upgrade Async to Promises: #6958
  • Replace imurmurhash with string-hash: #6964
  • Moved NODE_ENV to our config: #6965
  • Circleci filter PRs: #6961
  • Add Amp bind error message: #6962
  • Do not clear the console: #6758
  • Remove use of Promise.finally in polyfill: #6975
  • Disabled performance config in webpack: #6976
  • Brought escape-string-regexp source to next: #6979
  • Disabled the checkWasmTypes config in webpack: #6978
  • Fix getSpecifiedPages on Windows: #6977
  • Adjust flying shuttle minify: #6980
  • Custom ReasonML Server: #6970
  • Update README.md: #6749
  • Update no-document-title.md: #6832
  • Custom hapi server example handle static files: #6822
  • Added cross-env package for using on Windows: #6877
  • Fix re-rendering on client after navigating back from external: #6652
  • Update root-static-files example: #6967
  • The externals option is undefined for client builds: #6983
  • Adjust onFinishCallback polyfill: #6984
  • Add an experimental mode for flyingShuttle: #6985
  • Remove CLI and negative page building: #6986
  • Move build utils to their own file: #6990
  • Fix Chunk Graph Plugin hashes type: #6994
  • Use chunkGroup request over rawRequest for loadable manifest: #6993
  • Adjust all modules identified plugin output: #6995
  • Correct page search order: #6996
  • Disable recordsPath for selective page building: #6997
  • Disable flying shuttle when building for now dev: #6998
  • Add new getFileForPage helper to build utils: #6999
  • Add Flying Shuttle v1: #6991
  • Use next.config env and packages to calculate hashes: #7001
  • Add Flying Shuttle tests: #7000
  • Set custom cacheIdentifier for babel-loader: #6982
  • Add package.json to example: #7004
  • Simplify profiling and add serverless target: #7007
  • Make async-to-promises babel plugin experimental: #7006
  • Disable terser on .min.js input files: #7008
  • Replace .amp.js with withAmp(Comp): #7009
  • Switch to using .next/cache for flying shuttle and terser: #7013
  • Update with-graphql-hooks example to exclude SSR library from commons chunk: #7015
  • Make sure AmpContext is available in _document: #7021
  • Amp page level reload: #6971
  • Set descriptive displayName on withRouter HOC: #7017
  • Fix GitHub spelling: #7024
  • Enable strict type checking on custom-server-typescript example: #7025
  • Fix missing dash: 3363f26
  • Update README.md: e4ceb90
  • Add x-powered-by: #7029
  • Add AMP docs to README: #7031
  • Re-add experimental amp config: #7030
  • Remove noDirtyAmp option: #7032
  • Add experimental option to enable terser loader: #7033
  • Move next/router to Typescript: #7019
  • Remove experimental amp config: #7046
  • Remove experimental flag: #7048
  • Remove client bundles for AMP only pages: #7034
  • AMP fix escaped rel: #7045
  • Add a dot to a note in README.md: #7053
  • Updated handling of AMP page reloading: #7052

Credits

Huge thanks to @merelinguist, @lfades, @timneutkens, @Timer, @ijjk, @shahzeb1, @crutchcorn, @HeadFox, @YIZHUANG, @omonk, @justinmchase, @Tevinthuku, @mayank23, @ajrussellaudio, @IvanJov, @nguyenkhois, @kylemh, @j0lv3r4, @alexparish, @SBoudrias, @friederbluemle, @jalcalav, and @lucas0707 for helping!

Commits

The new version differs by 149 commits.

  • 0dbd3b9 v8.1.0
  • 588a8f3 v8.0.5-canary.35
  • fdfbab5 Updated handling of AMP page reloading (#7052)
  • abae173 Add a dot to a note in README.md (#7053)
  • 75a2c45 AMP fix escaped rel (#7045)
  • 59b328b Remove client bundles for AMP only pages (#7034)
  • 5054e94 Remove experimental flag (#7048)
  • 6f9c3aa Remove experimental amp config (#7046)
  • c48340c Move next/router to Typescript (#7019)
  • 8b136a6 Add experimental option to enable terser loader (#7033)
  • cedd9b0 v8.0.5-canary.34
  • a79bacc Remove noDirtyAmp option (#7032)
  • cf889d6 Re-add experimental amp config (#7030)
  • 016c197 Add AMP docs to README (#7031)
  • 1a53ca7 Add x-powered-by (#7029)

There are 149 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 8, 2019

  • The dependency next was updated from 6.1.2 to 9.0.0.

Update to this version instead 🚀

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

greenkeeper bot commented Jul 11, 2019

  • The dependency next was updated from 6.1.2 to 9.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 16, 2019

  • The dependency next was updated from 6.1.2 to 9.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 1, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 1, 2019

  • The dependency next was updated from 6.1.2 to 9.0.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 19, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 19, 2019

  • The dependency next was updated from 6.1.2 to 9.0.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 24, 2019

  • The dependency next was updated from 6.1.2 to 9.0.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 17, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 17, 2019

  • The dependency next was updated from 6.1.2 to 9.0.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 28, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 28, 2019

  • The dependency next was updated from 6.1.2 to 9.0.7.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 6, 2019

  • The dependency next was updated from 6.1.2 to 9.0.8.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 8, 2019

  • The dependency next was updated from 6.1.2 to 9.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 8, 2019

  • The dependency next was updated from 6.1.2 to 9.1.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 29, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 29, 2019

  • The dependency next was updated from 6.1.2 to 9.1.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 8, 2019

  • The dependency next was updated from 6.1.2 to 9.1.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 19, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 19, 2019

  • The dependency next was updated from 6.1.2 to 9.1.4.

Update to this version instead 🚀

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.

1 participant