hypery2k / cordova-hotspot-plugin

A Cordova plugin for managing HotSpot networks on Android
MIT License
37 stars 50 forks source link

Update jsdoc to the latest version 🚀 #68

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.5.0 of jsdoc just got published.

Dependency jsdoc
Current Version 3.4.3
Type devDependency

The version 3.5.0 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.0

This version of JSDoc includes the following major changes:

  • JSDoc now uses the Babylon JavaScript parser, which means that
    JSDoc can parse any JavaScript or JSX file that is supported by the Babel
    compiler.
  • You can now use a JavaScript file to configure JSDoc. See the
    documentation for details and examples.
  • Fixed multiple issues with documenting ES2015 classes and modules.
  • JSDoc now requires Node.js 4.2.0 or later.

For a complete list of changes, see the changelog on GitHub.

Commits

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

  • cdd00c0 3.5.0
  • 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)
  • 6275e69 autodetect default and repeatable parameters when a function is assigned to a variable (#1054)
  • 0e4f1a9 correctly document constructors and instance properties of ES2015 classes (#1182)
  • 67db938 add sourceType config option
  • f101798 fix crash when the author tag is empty (#1289)
  • 43a117d add recurseDepth config option (#1340)
  • 8f5c60b support bigint

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

greenkeeper[bot] commented 7 years ago

Version 3.5.1 just got published.

Update to this version instead 🚀

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 7 commits ahead by 7, behind by 1.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.5.2 just got published.

Update to this version instead 🚀

Release Notes JSDoc 3.5.2

This version of JSDoc fixes an issue with using the @hideconstructor tag with the default template. It is also better at locating plugins and template resources.

For a complete list of changes, see the changelog on GitHub.

Commits

The new version differs by 14 commits.

  • 93f6bcf 3.5.2
  • 6c4c902 3.5.2 changelog
  • 4744545 ignore non-JSDoc comments (#1398)
  • 415555e overhaul path.getResourcePath() (#1394)
  • 3651227 cleanup
  • e11a164 cleanup
  • 84cb0aa hide parameters and properties for hidden constructors (#1397)
  • 5e9aefb reformat function
  • ae9bf81 remove stray console.log
  • 0deda12 correctly resolve this for instance properties of a class that is a) within a module and b) is aliased to the module name (#1134)
  • 9f0aa22 convert Markdown in the summary property (#1149)
  • 0293c37 correctly handle aliases that identify instance members, like @alias Foo#bar (#1385)
  • cf3505f prevent a crash when a parameter has a weird name like {Object) (#1221)
  • f954b0d start 3.5.2-dev

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.5.3 just got published.

Update to this version instead 🚀

Release Notes JSDoc 3.5.3

This version of JSDoc includes a variety of bug fixes, including the following:

  • Non-JSDoc comments (comments that do not begin with /**) are now ignored.
  • JSDoc no longer crashes when it parses a class property with no value assigned to it.
  • When there are JSDoc comments at the end of a source file that has a 'use strict'; directive, the comments are no longer ignored.
  • Namepaths that contain an @ sign (for example, module:@prefix/my-module~myCallback) are now parsed correctly.

For a complete list of changes, see the changelog on GitHub.

Commits

The new version differs by 19 commits.

  • 24ae349 3.5.3
  • 158da77 3.5.3 changelog
  • 99c76e8 update .npmignore
  • 6d4d0b3 work around Babylon comment-attachment bug (#1396)
  • 312a3d2 use the correct longname for constructors of ES2015 classes with @alias tags (#1395)
  • 46e8a2d link to interfaces that belong to a namespace (#1406)
  • ffed3ff don't print help text when there are no input files (#1404)
  • b28f907 Update dependencies to enable Greenkeeper 🌴 (#1405)
  • c7ca51f add issue and pull-request templates
  • 483cfdf update LICENSE
  • 97a1b14 correct the description of the -d flag (#1156)
  • b112480 fix crash when a class property has no value (#1400)
  • 133c0b6 fix typo
  • e6ff057 add tools to README (#1353)
  • 5d65b74 require latest version of Catharsis (#1302)

There are 19 commits in total.

See the full diff