9renpoto / archive

:sake: :tent: :fire: :motorcycle:
https://9renpoto.github.io
Do What The F*ck You Want To Public License
0 stars 0 forks source link

fix(deps): update dependency next to v8.1.0 #553

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 minor 8.0.4 -> 8.1.0 homepage, source

Release Notes

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

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

: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.

renovate[bot] commented 5 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.