standard / standard-www

:point_up_2: Website for JavaScript Standard Style (@standard)
https://standardjs.com
ISC License
31 stars 14 forks source link

Update ecstatic to the latest version πŸš€ #29

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency ecstatic was updated from 3.3.1 to 4.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:

bcomnes commented 5 years ago
Drop testing/support for nodes 4 and 5, test nodes 9, 10 and 11
Fix parsing of CORS options
Upgrade mime module to v2, use charset module for charset detection
Remove ability to set mime types with a .types file
Add ability to override mime type and charset lookup with globally-set functions
Removes default charset of utf8 - if you need this, try using a custom charset lookup function
Move bin behavior from inside ./lib/ecstatic.js into ./lib/bin.js - see issue #226 for more information
Update modules and fix linting

Looks probably fine.

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • d0c3e94 Release 4.0.1
  • 2b59fd8 Update contributors
  • b9a994f fix: leak on res aborted on non-range requests

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

feross commented 5 years ago

Merged in another branch