kevinoid / inflate-auto

Decompression stream which detects the compression format from the compressed data with minimal buffering. Detects Gzip, Deflate, and DeflateRaw by default.
MIT License
2 stars 0 forks source link

Update jsdoc to the latest version 🚀 #10

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.5.1 of jsdoc just got published.

Dependency jsdoc
Current Version 3.4.3
Type devDependency

The version 3.5.1 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of jsdoc. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes JSDoc 3.5.1

This version of JSDoc includes the following bug fixes:

  • Fixed an issue that prevented JSDoc from working on versions of Node.js prior to 5.10.0.
  • If the JSDoc configuration file does not have a file extension, JSDoc now assumes that the file
    is in JSON format.
Commits

The new version differs by 118 commits ahead by 118, behind by 45.

  • 37abbcf 3.5.1
  • 113ccd6 3.5.1 changelog
  • 25d93b8 assume that non-JavaScript config files are in JSON format (#1391)
  • a10a779 make JSDoc work on Node.js <5.10.0 (#1393)
  • b8adbf6 Start 3.5.1-dev
  • 559cadb 3.5.0
  • f6af93b bump revision; start 3.6.0-dev
  • 50d6119 update 3.5.0 changelog
  • e94a598 3.5.0 changelog
  • 5d0b690 reformat changelog
  • c50a4c0 add yields tag (#1388)
  • f31a011 resolve the path to the JS config file before requiring it (#1386)
  • d95cbdd support namespaces that are also functions (#955)
  • 9f8853a add hideconstructor tag (#952)
  • ca1c4f2 add package tag (#962)

There are 118 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

kevinoid commented 7 years ago

Requires Node 4