mozilla-lockwise / lockbox-datastore

Experimental Data Storage module for Firefox Lockbox project, not being actively developed
https://mozilla-lockbox.github.io/lockbox-datastore/
Mozilla Public License 2.0
27 stars 3 forks source link

Update eslint-plugin-jsdoc to the latest version šŸš€ #99

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 3.6.0 of eslint-plugin-jsdoc was just published.

Dependency eslint-plugin-jsdoc
Current Version 3.5.0
Type devDependency

The version 3.6.0 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 eslint-plugin-jsdoc.

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 v3.6.0

3.6.0 (2018-04-06)

Features

  • add a type parser and two new rules for types in JSdoc comments (#67) (323a133)
Commits

The new version differs by 2 commits.

  • 323a133 feat: add a type parser and two new rules for types in JSdoc comments (#67)
  • fab6471 Correctly escape strings inserted into RegExps (fixes #62 #64)

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:

greenkeeper[bot] commented 6 years ago

Version 3.6.1 just got published.

Update to this version instead šŸš€

Release Notes v3.6.1

3.6.1 (2018-04-06)

Bug Fixes

  • no-undefined-types crashing on type syntax error (#68) (14d7f22)
Commits

The new version differs by 1 commits.

  • 14d7f22 fix: no-undefined-types crashing on type syntax error (#68)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.6.2 just got published.

Update to this version instead šŸš€

Release Notes v3.6.2

3.6.2 (2018-04-06)

Bug Fixes

  • no-undefined-types crashing when jsdoc has no tags (#69) (c206a9e)
Commits

The new version differs by 1 commits.

  • c206a9e fix: no-undefined-types crashing when jsdoc has no tags (#69)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.6.3 just got published.

Update to this version instead šŸš€

Release Notes v3.6.3

3.6.3 (2018-04-15)

Bug Fixes

  • 'Object' and 'Array' are undefined in sourceType: module (#71) (94464cd)
Commits

The new version differs by 1 commits.

  • 94464cd fix: 'Object' and 'Array' are undefined in sourceType: module (#71)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.7.0 just got published.

Update to this version instead šŸš€

Release Notes v3.7.0

3.7.0 (2018-05-17)

Features

  • add an allowOverrideWithoutParam setting for jsdoc/require-param (#74) (6413e7d)
Commits

The new version differs by 1 commits.

  • 6413e7d feat: add an allowOverrideWithoutParam setting for jsdoc/require-param (#74)

See the full diff