fanfoujs / electron-fanfou

[WIP] An Electron app for Fanfou
MIT License
1 stars 0 forks source link

Bump next@8.0.2 #4

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency next was updated from 7.0.3 to 8.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.


Find out more about this release.

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

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 <Html> props to <html>: #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