MartinHelmut / berries

Helper and tools to speed up and support your developer workflow. Pick your berries! 🍇
MIT License
9 stars 3 forks source link

chore: update dependency next to v8 #415

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
next dependencies major 7.0.2 -> 8.0.3 homepage, source

Release Notes

zeit/next.js ### [`v8.0.3`](https://togithub.com/zeit/next.js/releases/v8.0.3) [Compare Source](https://togithub.com/zeit/next.js/compare/v8.0.2...v8.0.3) ##### Patches - Fix hot reloading in the yarn workspaces example: [#​6402](https://togithub.com/zeit/next.js/issues/6402) - Remove ansi-html dep: [#​6394](https://togithub.com/zeit/next.js/issues/6394) - Add an example using ESI cache (with React ESI): [#​6225](https://togithub.com/zeit/next.js/issues/6225) - Fix invalid ping response throwing error in client: [#​6397](https://togithub.com/zeit/next.js/issues/6397) - Don’t hide parse error from on-demand-entries: [`d0e90d0`](https://togithub.com/zeit/next.js/commit/d0e90d05a0abb60c3857a75a722c7ac56e83808a) ##### Credits Huge thanks to [@​dunglas](https://togithub.com/dunglas), [@​ijjk](https://togithub.com/ijjk), and [@​martpie](https://togithub.com/martpie) for helping! ### [`v8.0.2`](https://togithub.com/zeit/next.js/releases/v8.0.2) [Compare Source](https://togithub.com/zeit/next.js/compare/v8.0.1...v8.0.2) ##### Patches - Add example using lingui.js: [#​6210](https://togithub.com/zeit/next.js/issues/6210) - Fixes a few inconsistencies in server routes examples: [#​6382](https://togithub.com/zeit/next.js/issues/6382) - Update link in wasm example: [#​6389](https://togithub.com/zeit/next.js/issues/6389) - Drop cli-cursor dependency: [#​6387](https://togithub.com/zeit/next.js/issues/6387) - Move webpack config to TypeScript: [#​6348](https://togithub.com/zeit/next.js/issues/6348) - Feat: Validate url.format calls: [#​6379](https://togithub.com/zeit/next.js/issues/6379) - [with-sentry] Use env config instead of webpack where possible: [#​6381](https://togithub.com/zeit/next.js/issues/6381) - Remove alternate screen usage: [#​6377](https://togithub.com/zeit/next.js/issues/6377) - Pass all `<Html>` props to `<html>`: [#​6378](https://togithub.com/zeit/next.js/issues/6378) - Fixed missing next deployment directory bug: [#​6331](https://togithub.com/zeit/next.js/issues/6331) - Updated module and removed old example in socket.io example: [#​6368](https://togithub.com/zeit/next.js/issues/6368) - Assign deep defaults for custom config: [#​6359](https://togithub.com/zeit/next.js/issues/6359) - Add SSR&[#​39](https://togithub.com/zeit/next.js/issues/39);d Portals example: [#​6365](https://togithub.com/zeit/next.js/issues/6365) - Fixes for with-sentry example: [#​6362](https://togithub.com/zeit/next.js/issues/6362) - Add Html tag for custom Document: [#​6372](https://togithub.com/zeit/next.js/issues/6372) - Recreate stdChannel (or saga middleware).: [#​6330](https://togithub.com/zeit/next.js/issues/6330) - Use a query parameter for AMP pages instead of new route: [#​6336](https://togithub.com/zeit/next.js/issues/6336) - Load styled-components example on codesandbox: [#​6321](https://togithub.com/zeit/next.js/issues/6321) - Fix: pass full path to `launch-editor`: [#​6302](https://togithub.com/zeit/next.js/issues/6302) - Join merged style tags: [#​6345](https://togithub.com/zeit/next.js/issues/6345) - Add tests for AMP style tags: [#​6355](https://togithub.com/zeit/next.js/issues/6355) - Update readme with ZEIT Now deployment guide link: [#​6341](https://togithub.com/zeit/next.js/issues/6341) - Remove onDemandEntries WebSocket server in favor of EventSource connection: [#​6354](https://togithub.com/zeit/next.js/issues/6354) - Upgrade standard and fix files: [#​6358](https://togithub.com/zeit/next.js/issues/6358) - Make `getBaseWebpackConfig` synchronous.: [#​6356](https://togithub.com/zeit/next.js/issues/6356) - Add --frozen-lockfile to circleci: [`17ad1eb`](https://togithub.com/zeit/next.js/commit/17ad1eb8aaec9150096868b811200e0da640048a) - Use alternate screen buffer if terminal supports it: [#​6364](https://togithub.com/zeit/next.js/issues/6364) - Fix style importing: [#​6322](https://togithub.com/zeit/next.js/issues/6322) - Fix recursive hydration of next/dynamic: [#​6326](https://togithub.com/zeit/next.js/issues/6326) - Pass through arguments of the next cli correctly: [#​6327](https://togithub.com/zeit/next.js/issues/6327) - Make build output friendlier: [#​6320](https://togithub.com/zeit/next.js/issues/6320) - Fix url in docs: [#​6323](https://togithub.com/zeit/next.js/issues/6323) - Development mode output improvement: [#​6312](https://togithub.com/zeit/next.js/issues/6312) - Fix README links: [#​6284](https://togithub.com/zeit/next.js/issues/6284) - Fixes hashed statics readme: [#​6293](https://togithub.com/zeit/next.js/issues/6293) - Remove lerna bootstrap: [#​6289](https://togithub.com/zeit/next.js/issues/6289) - [experimental] Rendering to AMP: [#​6218](https://togithub.com/zeit/next.js/issues/6218) - Update webpack message formatter: [#​6299](https://togithub.com/zeit/next.js/issues/6299) - Use process.browser instead of env probing: [#​6286](https://togithub.com/zeit/next.js/issues/6286) - Push redux-saga to major release 1.0.1.: [#​6300](https://togithub.com/zeit/next.js/issues/6300) - Block Certain Env Keys That Are Used Internally: [#​6260](https://togithub.com/zeit/next.js/issues/6260) - Add falling back to fetch based pinging for onDemandEntries: [#​6310](https://togithub.com/zeit/next.js/issues/6310) Huge thanks to [@​dav-is](https://togithub.com/dav-is), [@​Timer](https://togithub.com/Timer), [@​isaachinman](https://togithub.com/isaachinman), [@​jesstelford](https://togithub.com/jesstelford), [@​afuggini](https://togithub.com/afuggini), [@​7ma7X](https://togithub.com/7ma7X), [@​kinetifex](https://togithub.com/kinetifex), [@​bbortt](https://togithub.com/bbortt), [@​klujanrosas](https://togithub.com/klujanrosas), [@​timothyis](https://togithub.com/timothyis), [@​wtgtybhertgeghgtwtg](https://togithub.com/wtgtybhertgeghgtwtg), [@​A-Tokyo](https://togithub.com/A-Tokyo), [@​joshua-scott](https://togithub.com/joshua-scott), [@​garmeeh](https://togithub.com/garmeeh), [@​jontonsoup4](https://togithub.com/jontonsoup4), [@​slaskis](https://togithub.com/slaskis), [@​vgrafe](https://togithub.com/vgrafe), and [@​felixmosh](https://togithub.com/felixmosh). Special thanks to [@​ijjk](https://togithub.com/ijjk) for continued involved with on-demand-entries. Special thanks to [@​kinetifex](https://togithub.com/kinetifex) and [@​indexzero](https://togithub.com/indexzero) for their feedback on the on-demand-entries websocket implementation. ### [`v8.0.1`](https://togithub.com/zeit/next.js/releases/v8.0.1) [Compare Source](https://togithub.com/zeit/next.js/compare/v8.0.0...v8.0.1) ##### Patches - [with-typescript] Fixed incorrect query type: [#​6238](https://togithub.com/zeit/next.js/issues/6238) - Updated examples for build-time env configuration for v8: [#​6237](https://togithub.com/zeit/next.js/issues/6237) - Add setup to run example with cookie authentication locally: [#​6101](https://togithub.com/zeit/next.js/issues/6101) - Apply babel to .mjs files: [#​6253](https://togithub.com/zeit/next.js/issues/6253) - Styled-components example: use a fragment for styles initial prop: [#​6252](https://togithub.com/zeit/next.js/issues/6252) - Add yarn check to test: [#​6257](https://togithub.com/zeit/next.js/issues/6257) - Change anynymous functions to named functions on examples in the README.md file: [#​6255](https://togithub.com/zeit/next.js/issues/6255) - Add `module` as server fallback main field: [#​6256](https://togithub.com/zeit/next.js/issues/6256) - Fix Runtime Config in `next export`: [#​6258](https://togithub.com/zeit/next.js/issues/6258) - Set default `Error` status code to 404: [#​6276](https://togithub.com/zeit/next.js/issues/6276) - Fix Docs: [#​6270](https://togithub.com/zeit/next.js/issues/6270) - [with-typescript] Fixed incorrect query type: [#​6238](https://togithub.com/zeit/next.js/issues/6238) - Updated examples for build-time env configuration for v8: [#​6237](https://togithub.com/zeit/next.js/issues/6237) - Add setup to run example with cookie authentication locally: [#​6101](https://togithub.com/zeit/next.js/issues/6101) - Styled-components example: use a fragment for styles initial prop: [#​6252](https://togithub.com/zeit/next.js/issues/6252) - Add yarn check to test: [#​6257](https://togithub.com/zeit/next.js/issues/6257) - Change anynymous functions to named functions on examples in the README.md file: [#​6255](https://togithub.com/zeit/next.js/issues/6255) - Fix Runtime Config in `next export`: [#​6258](https://togithub.com/zeit/next.js/issues/6258) - Apply babel to .mjs files: [#​6253](https://togithub.com/zeit/next.js/issues/6253) - Add `module` as server fallback main field: [#​6256](https://togithub.com/zeit/next.js/issues/6256) ##### Credits Huge thanks to [@​resir014](https://togithub.com/resir014), [@​Ephem](https://togithub.com/Ephem), [@​j0lv3r4](https://togithub.com/j0lv3r4), [@​developit](https://togithub.com/developit), [@​elliottsj](https://togithub.com/elliottsj), [@​dav-is](https://togithub.com/dav-is), [@​Timer](https://togithub.com/Timer), [@​Timer](https://togithub.com/Timer), [@​resir014](https://togithub.com/resir014), [@​Ephem](https://togithub.com/Ephem), [@​j0lv3r4](https://togithub.com/j0lv3r4) , [@​elliottsj](https://togithub.com/elliottsj), and [@​revskill10](https://togithub.com/revskill10) for helping! ### [`v8.0.0`](https://togithub.com/zeit/next.js/compare/7.0.3...v8.0.0) [Compare Source](https://togithub.com/zeit/next.js/compare/7.0.3...v8.0.0) ### [`v7.0.3`](https://togithub.com/zeit/next.js/releases/7.0.3) [Compare Source](https://togithub.com/zeit/next.js/compare/7.0.2...7.0.3) ##### Patches - Bring in terser-webpack-plugin (backport [#​6231](https://togithub.com/zeit/next.js/issues/6231) to master): [#​6232](https://togithub.com/zeit/next.js/issues/6232)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.