Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Update next to the latest version 🚀 #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 1, 2019

The dependency next was updated from 7.0.3 to 9.0.3.

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.


Publisher: zeit-bot
License: MIT

Release Notes for v9.0.3

Minor Changes

  • Experimental module/nomodule support: #7704

Patches

  • Modern JS for SSR Bundles: #7961
  • Add .gitignore: #7893
  • Import isomorphic-unfetch in data fetching example: #7895
  • Make tests for both async and sync GIP: #7999
  • Rework dynamic routing <Link> documentation: #8001
  • Avoid sending user errors to client: #8005
  • Replace fs.exists with fs.access: #7742
  • Fix children key in with-typescript-styled-components example: #8003
  • Handle windows backslashes when checking ssr-prepass: #8016
  • Add Create Next App package: #8018
  • Reference correct repository: 7f5f981
  • Remove old media images: d486152
  • Update CNA links to examples: bcd8eb6
  • Fix CNA README typo: 8fb32de
  • Fix syntax error in ie11 from next-server/amp: #8032
  • Rewrite Create Next App: #8030
  • Comment out GIP in Custom <App>: #8055
  • Remove public/ file example: #8056
  • Remove now.json from examples: #8057
  • Fix userAgent type error in README.md: #8048
  • Apply missing formatting: #8079
  • Updated "firebase-admin" module and added "firebase-functions-t…: #8078
  • Enable Kodiak bot: #8096
  • Disable notify on conflict: 427a02a
  • Improve types: #8097
  • Allow automatic static optimization in with-sentry-simple examp…: #8102
  • Require label to merge for now: d006a24
  • Revert "Improve type definitions": #8098
  • HTTP methods docs and REST example: #8108
  • Configuration for body parsing size limit: #7896
  • Add next-head-count & remove next-head class: #8020
  • Fix extension for module/nomodule: 8b0a93b
  • Dynamic routes clarification: #8110
  • Fix index.js for API routes: #8112
  • Fix onError prop-type warning in Link: #8021
  • Auth example with api routes: #8118
  • Fixes problem with API and wrong regex: #8126
  • Update example with firebase auth: #8127
  • Improve type definitions: #8117
  • Docs: Fix comments in with-sentry example (server.js): #8125
  • Add missing key prop for array elements in _document: #8132
  • Update README.md for with-http2 example: #8131
  • Fix spelling in tsconfig.js of readme.md: #8138
  • Remove next.config.js: #8139
  • Upgrade with-mdx example from mdx 0.16 → 1.1: #8142
  • Remove kodiak: 482f454
  • Fix regex to not match any string with double underscore: #8153
  • Improve docs for API: #8155
  • Add 2 AWS Amplify SSR examples one with JS and one with TS: #8073
  • Update webpack to 4.38.0: #8147
  • Docs: Document change concerning api-routes: #8121
  • Update missed lockfile: 25fd3f8
  • Refactor(webpack): extract splitChunksConfig: #8161
  • Include scheduler in React bundle: #8164
  • Optional Server Compression: #8066
  • Fix build only server-side /api/index.js: #8167
  • Fix a typo in README: #8177
  • Provide AppTree to getInitialProps for getDataFromTree: #7732
  • Test environment code should target Node: #8181
  • Fix: Add error message for duplicate route param name: #8047

Credits

Huge thanks to @rakannimer, @adamwathan, @huv1k, @lfades, @imdreamrunner, @dmytro-lymarenko, @ijjk, @developit, @janicklas-ralph, @ikeryo1182, @chaitanyareddyk, @adam187, @HaNdTriX, @devknoll, @sgmonda, @oliviertassinari, @0x80, @bapjiws, @oguzzkilic, @partyKyoung, @lachlanjc, @tomasikp, @felixmosh, @eps1lon, @Timer, @OttlikG, and @nataliemarleny for helping!

Commits

The new version differs by 1454 commits.

  • 00b56c6 v9.0.3
  • dc9e270 Update examples for Apollo with AppTree (#8180)
  • 22aee7f tests(circleci): Update chromedriver to latest (#8192)
  • 6c25343 Fix typo within blog-starter example (#8182)
  • 858f4eb v9.0.3-canary.6
  • b8aee7a fix: Add error message for duplicate route param name (#8047)
  • c61f6c1 Test environment code should target Node (#8181)
  • 4850bd0 Provide AppTree to getInitialProps for getDataFromTree (#7732)
  • 7209832 Fix a typo in README (#8177)
  • 3e03fee Fix build only server-side /api/index.js (#8167)
  • 9659b4b Optional Server Compression (#8066)
  • df213f7 Include scheduler in React bundle (#8164)
  • 7b33fbb v9.0.3-canary.5
  • 91f60cd refactor(webpack): extract splitChunksConfig (#8161)
  • 25fd3f8 Update missed lockfile

There are 250 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 Aug 19, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 19, 2019

  • The dependency next was updated from 7.0.3 to 9.0.4.

Update to this version instead 🚀

Release Notes for v9.0.4

Minor Changes

  • Experimental: Serverless Trace target: #8246
  • Experimental: Implement experimentalPrerender option: #7983
  • Experimental: Granular build chunking: #7696

Patches

  • Golf page-loader: #8190
  • Don't require test job for deploying: #8194
  • Revert "Don't require test job for deploying": #8199
  • Update TypeScript Instructions: #8200
  • Add some notes about Now deployment: #8205
  • Contributing guide rename initialprops: #8203
  • Add test for dynamic routing/webpack HMR bug: #8061
  • Remove useless code block in docs: 6468b6c
  • Remove Old Prerender Implementation: #8218
  • FIX- #8059 - Update relay version in examples to latest one: #8227
  • Add Create Next App instructions: #8224
  • Make Azure CI (sometimes) work: #8230
  • Update README.md: 48e1d14
  • [Enhancement]: Update README buttons: #8235
  • Update to check browserName instead of browser.log: #8234
  • [WIP] Add temp secret for PR Stats Action: #8248
  • Add warning for API export: #8250
  • Define generic for _app state: #8256
  • Compression documentation: #8247
  • Remove propertyFields from the client router: #8219
  • Swallow test process kill errors on win32: #8260
  • Add warning for invalid href being passed to router: #8231
  • Migrate amp-toolbox-optimizer to @ampproject/toolbox-optimizer: #8275
  • Handle backslashes in exportedFiles: #8277
  • Update README.md: #8282
  • Bugfix: Babel targets value can be a String: #8268
  • Update handling of ref in next/link: #8254
  • Simplify mobx example: #8269
  • Remove cache clearing from static-checker: #8290
  • Run migration script for GitHub Actions: #8305
  • Revert "Run migration script for GitHub Actions " (#8307): #8305
  • Adds user timing marks and measures for hydration/render: #8069
  • Document poweredByHeader option: da494db
  • Add info about removing @zeit/next-typescript on .babelrc: #8321
  • Remove 405 from render method: #8323
  • Fix layout example building: #8326
  • Deprecate Container usage: #8327
  • Only add flying-shuttle code when enabled: #8330
  • Update custom app example in README: #8320
  • Add config/test app for new PR stats set-up: #8317
  • Show warning if next export detects an API route: #8257
  • Remove extra variable: #8329
  • Followup optimizations for new experimentalPrerender: #8287
  • Prevent false positive experimental warning: #8284
  • Add warning for missing <Head>: #8276
  • Escape output names for modern bundles to prevent replacing: #8232
  • Remove accidental support for invalid JavaScript: #8077
  • Fix: Warn when user specifies prefetch option as true: #8233
  • Fix TypeScript setup with empty file: #8332
  • Update to use dynamic port for stats-app: #8336
  • Detect @types/ package for compiled packages: #8340
  • 🐛 Support multiple Next.js versions in one file: #8339
  • Add test for AMP errors during auto prerendering: #8335
  • Minify ncc'd packages for download speed: #8341
  • Use 'initial' setting for SplitChunksPlugin: #8293
  • Add warning for disabled minification during build: #8337
  • Also provide AppTree in NextPageContext: #8223
  • Fixes nav start argument in user timing check: #8348
  • Add missing dependency "compression" to next-server: #8344
  • Add note explaining empty query during prerendering: #8351
  • Remove experimental async-to-promises code: #8353
  • Fix AppTree type not allowing extra props: #8352
  • Add a note for multiple dynamic route segments: #8359
  • Fix chunking tests failing from timeout being too low: #8360
  • Define typeof window for application code only: #8355
  • Add tests for typeof window replacing: #8361
  • Updated links from #useRouter to #userouter: #8362
  • Create a unique instance of transform-define: #8371
  • Use data-next-page instead of id=__NEXT_PAGE__: #8380
  • Fix(examples): correct the path in with-electron: #8370
  • Update with-apollo example with hooks: #8363
  • Change componentWillMount to UNSAFE: #8357
  • [Expo] Updated React Native example: #8376
  • Reverting clear measure: #8373
  • Don't look up for TS files in dev: #8374
  • Feature: Add transparent JSX optimization: #8350
  • Hook destructuring optimization: #8381
  • Update README.md: #8392
  • Remove extra DOM method call: #8394
  • Update to replace asPath for static pages in dev mode: #8388
  • Updated with-redux-thunk example using useSelector and useDispatch: #8396
  • Fixed the docs. The real option is compress, not compression: #8409
  • Typo in class name in with-react-esi example: #8414
  • Add custom profiler / tracer: #8378
  • Next/bin/next - fix typo in help text: #8419
  • Fix a typo in with-reasonml-todo example: #8420
  • Update Link for create-next-app: #8423
  • Upgrade send dep: #8424
  • Fix conflict between defaultPathMap and default 404.html export: #8366
  • Fix dynamic APIs with query params: #8386

Credits

Huge thanks to @ijjk, @jordan-jarolim, @rajasekarm, @lfades, @nataliemarleny, @huv1k, @atcastle, @sebastianbenz, @delbaoliveira, @developit , @housseindjirdeh, @diagramatics, @timneutkens, @borekb, @adam187, @devknoll, @elliottsj, @yuyokk, @williamli , @Timer, @merceyz, @rafaelalmeidatk, @EvanBacon, @prateekbh, @bgrayburn , @matamatak, @knight-of-zero, @pogkat , @ondrejsika, @none23, @msweeneydev, @undirectlookable, and @Deadleg for helping!

Commits

The new version differs by 103 commits.

  • 37c6669 v9.0.4
  • 8c26a08 v9.0.4-canary.8
  • ec95927 Fix dynamic APIs with query params (#8386)
  • 177524b Fix conflict between defaultPathMap and default 404.html export (#8366)
  • 1e1eae2 Upgrade send dep (#8424)
  • 6dbc64f Update Link for create-next-app (#8423)
  • c13d1bc Fix a typo in with-reasonml-todo example (#8420)
  • d7a6cdd next/bin/next - fix typo in help text (#8419)
  • b2b5ece v9.0.4-canary.7
  • 46c4f20 Add custom profiler / tracer (#8378)
  • ef13f5c Typo in class name in with-react-esi example (#8414)
  • ad77a55 Fixed the docs. The real option is compress, not compression (#8409)
  • ab95c6d Updated with-redux-thunk example using useSelector and useDispatch (#8396)
  • 308c2cd v9.0.4-canary.6
  • 5422ee0 Update to replace asPath for static pages in dev mode (#8388)

There are 103 commits in total.

See the full diff

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

greenkeeper bot commented Aug 24, 2019

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

greenkeeper bot commented Sep 17, 2019

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

greenkeeper bot commented Sep 28, 2019

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

greenkeeper bot commented Oct 6, 2019

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

greenkeeper bot commented Oct 8, 2019

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

greenkeeper bot commented Oct 8, 2019

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

greenkeeper bot commented Oct 29, 2019

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

greenkeeper bot commented Nov 8, 2019

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

greenkeeper bot commented Nov 19, 2019

  • The dependency next was updated from 7.0.3 to 9.1.4.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 9, 2019

  • The dependency next was updated from 7.0.3 to 9.1.5.

Update to this version instead 🚀

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 7.0.3 to 9.1.6.

Update to this version instead 🚀

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

greenkeeper bot commented Jan 23, 2020

  • The dependency next was updated from 7.0.3 to 9.2.1.

Update to this version instead 🚀

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 7.0.3 to 9.2.2.

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.

None yet

0 participants