The version 18.1.1 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 Notesv18.1.1: Allow node v9
Allow node.js v9
Update the engines directive in ActionHero's package.json to allow any node.js version >=8.0.0
Solve an Issue with unclosed file descriptors in the web server
If the web server sends a status code 304 response, then the fileStream handle may not have been closed.
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).
Version 18.1.1 of actionhero was just published.
The version 18.1.1 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.1: Allow node v9Allow node.js v9
engines
directive in ActionHero's package.json to allow any node.js version >=8.0.0Solve an Issue with unclosed file descriptors in the web server
If the web server sends a status code 304 response, then the fileStream handle may not have been closed.
Commits
The new version differs by 8 commits.
36d56f4
v18.1.1
265c7a4
allow for node.js engines >=8.0.0
143f81f
Merge pull request #1159 from derstrassi/master
dc56bfa
update docs for server.sendFile
b2e0889
Merge branch 'master' into master
85cfdf1
fix issue with unclosed file descriptors
f66b374
add tets ensuring that actionTemplate is visable to action middleware
263d743
emoji are cool
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: