actionhero / next-in-actionhero

An example project that runs the Next.JS react server inside of ActionHero
4 stars 0 forks source link

Update next to the latest version 🚀 #23

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency next was updated from 8.1.0 to 9.0.1.

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

Patches

  • Link invalid-resolve-alias as it is being linked in the codebase: 18abc98
  • Copy invalid-resolve-alias as it is being linked in the codebase: bb2ae41
  • Further clarification that api routes should be inside the page…: #7780
  • Note TypeScript migration: #7787
  • Update CODEOWNERS: a0bcdd8
  • Update remaining CODEOWNERS: a164a70
  • Remove previous cache logic: #7794
  • Set cancelled property on routeChangeError error: #7790
  • Upgrade to webpack with latest acorns: #7795
  • Example for GraphQL server with API routes: #7804
  • Switch all examples to next@latest: #7806
  • Add API tests to serverless: #7774
  • Fix package count being zero in some cases: #7812
  • Make recursiveReadDir return sorted array: #7658
  • Update to always require next/config when setting config: #7822
  • Improve NextApiResponse typing: #7841
  • Add a test for module.exports from a page: #7842
  • Add test for trailing slash on API route: #7851
  • Fix terminal links (cmd-click) on VSCode: #7849
  • Add UrlObject to router methods: #7859
  • Allow React.Fragment for Document styles: #7863
  • Title may be omitted: #7865
  • Update typescript examples: #7867
  • Remove with-styled-components Auto Prerendering warning: #7871
  • Add default values for runtime config: #7847
  • Add a dev2 command: 70b8bed
  • Handle empty directory: #7876
  • Test for <Document> fragment styles: #7875
  • Fix placeholder values being added when exporting from serverless: #7883
  • Stop PageConfig plugin from running on non-pages: #7884
  • exportPathMap dynamic routes params fix: #7846
  • Add declaration files to the contributing guide: #7885
  • Add support for legacy server npm modules: #7898
  • Improve exported router types: #7853
  • Adding a note about babelrc: #7897
  • Export types for link props: #7905

Credits

Huge thanks to @delbaoliveira, @ijjk, @huv1k, @admons, @VincentCordobes, @barry4dev, @lfades, @timReynolds, @timneutkens, and @aequasi for helping!

Commits

The new version differs by 438 commits.

  • 47160fb v9.0.1
  • a7fbd30 Adjust README to mention Link
  • bbe1e0f v9.0.1-canary.2
  • 7b25e29 Export types for link props (#7905)
  • 8078273 Adding a note about babelrc (#7897)
  • b94123c Improve exported router types (#7853)
  • 13cf664 Add support for legacy server npm modules (#7898)
  • 6f9387f Add declaration files to the contributing guide (#7885)
  • 2450c85 exportPathMap dynamic routes params fix (#7846)
  • 41cb3b3 Stop PageConfig plugin from running on non-pages (#7884)
  • 268ac93 Fix placeholder values being added when exporting from serverless (#7883)
  • 193d049 Test for fragment styles (#7875)
  • 8122d82 Handle empty directory (#7876)
  • 70b8bed Add a dev2 command
  • bf7af1d Add default values for runtime config (#7847)

There are 250 commits in total.

See the full diff


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 v9.0.2

Patches

  • Remove duplicated client code: #7907
  • Update docs for AMP export behavior: #7940
  • Prevent blocking while hidden: #7930
  • Added example for rbx and bulma-pro: #7728
  • Checks if object is not empty instead of whether the reference (object) is truthy: #7911
  • Replace windows backslashes with forward: #7942
  • Update link ref handling to clean up previous listeners: #7943
  • [Enhancement]: Refactor circleCI config: #7963
  • Check if dynamicOptions has the deprecated method property,: #7973
  • Don't externalize ssr-prepass if added by user: #7966
  • Fix example with-firebase-hosting-and-typescript: #7971
  • Fix: Ensure ergonomic handling of non-page in ./pages/: #7955
  • Example for API routes with middleware: #7958
  • Add empty publicRuntimeConfig to serverless tests: #7948
  • Add handling for invalid page config: #7921
  • Fix client-side hydration with dynamic routes: #7986
  • Fix GIP type in /_error page: #7952
  • Only copy public/ directory if enabled: #7988
  • Add default value for pageConfig for custom _error: #7984
  • Fix build for API routes conflict pages: #7992
  • Add warning for experimental config usage: #7985
  • Add support for 412 Precondition Failed status for static files: #7944
  • Feat(web): Passing actual status code instead 200: #7735
  • Correct info about export limitations: #7729
  • Add babel option to use styled-jsx/babel-test in the preset: #7747
  • Don’t add loadable if it’s not used: #7995

Credits

Huge thanks to @sudkumar, @mvllow, @Restoration, @adam187, @eperedo, @jtomaszewski, @scythargon, @4cm4k1, @ijjk, @nataliemarleny, @felixmosh, @yukin01, and @huv1k for helping!

Commits

The new version differs by 30 commits.

  • becd074 v9.0.2
  • f43ae73 Adjust test names for send (#7996)
  • 2a2ebfa v9.0.2-canary.1
  • 5030486 Don’t add loadable if it’s not used (#7995)
  • 4347fa4 Add babel option to use styled-jsx/babel-test in the preset (#7747)
  • 17773a6 Correct info about export limitations (#7729)
  • 2c28e12 feat(web): Passing actual status code instead 200 (#7735)
  • 90280c8 Add support for 412 Precondition Failed status for static files (#7944)
  • e5e74da Add warning for experimental config usage (#7985)
  • 718a36e Fix build for API routes conflict pages (#7992)
  • 571eb98 v9.0.2-canary.0
  • a10b3df Add default value for pageConfig for custom _error (#7984)
  • 590a3ad Only copy public/ directory if enabled (#7988)
  • c6928dc Fix GIP type in /_error page (#7952)
  • 60b4e67 Fix client-side hydration with dynamic routes (#7986)

There are 30 commits in total.

See the full diff