actionhero / next-in-actionhero

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

Update actionhero to the latest version šŸš€ #8

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 18.1.3 of actionhero was just published.

Dependency actionhero
Current Version 18.1.2
Type dependency

The version 18.1.3 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.

It might be worth looking into these changes and trying to get this project onto the latest version of actionhero.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donā€™t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v18.1.3: Generic error decoration and more!

Generic error decoration hook for action errors

  • When an actions throws an error, we have a new error handler (defined in config/errors.js) to handle this case. The default is a no-op. This allows you to customize how you handle throw-ing errors from your actions.
  • by @chimmelb via #1180

allow "all" routes in api.routes.registerRoute

  • Allow for the programmatic insertion of routes which respond to all HTTP methods... just like the routes.js config file!
  • by @alimvedats via #1189

Update Required Packages

  • This includes major semver bumps to ws and standard. However, these changes produced no warnings in the ActionHero test suite, so we do not believe that a major version change to ActionHero is required.

Circle CI 2.0

We now test ActionHero with Circle.CI v2.0. We use the new workflow features. Thanks for supporting Open Source, Circle.CI!

Commits

The new version differs by 21 commits.

  • 1741381 passthough api.config.errors.genericError if missing
  • cba3ea4 v18.1.3
  • 891cd67 api.routes.registerRoute for "all" methods (#1189)
  • e7541ea do not crash if we cannot find the mime/type for this action and matchExtensionMimeType is enabled (#1193)
  • a81557c fix(package): update ws to version 5.0.0 (#1191)
  • d33f2c3 fixup circle yml
  • 7d0c55d new SSH keys for publish/push
  • a03eff9 update sentinel docs (#1190)
  • b82bb42 :
  • b679d1f Migrate CI to CircleCI v2.0 (#1187)
  • 6527db0 clarify where data comes from in doc
  • 06c7610 Merge pull request #1180 from chimmelb/generic-error-decoration
  • 9450338 PR #1180 code cleanup and documentation
  • 33905b6 Merge branch 'master' of github.com:actionhero/actionhero into generic-error-decoration
  • 6fcc60c add another test to show that changing content-type via pipe is OK

There are 21 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: