Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eslint-plugin-jsdoc to the latest version 馃殌 #42

Merged
merged 1 commit into from Nov 13, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Nov 13, 2019

The devDependency eslint-plugin-jsdoc was updated from 17.1.2 to 18.0.0.

This version is not covered by your current version range.

If you don鈥檛 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.


Publisher: gajus
License: BSD-3-Clause

Release Notes for v18.0.0

18.0.0 (2019-11-13)

Bug Fixes

  • check-param-names: use ponyfill as such; avoid defining Object.entries when not present (ea1a626)

Features

  • check-access: add rule to check access levels (f919d5a)
  • empty-tags: expect certain tags to be empty (66ebda9)
  • check-values: add new rule for checking special tag values (within version, since, license, author) (5543c29)

BREAKING CHANGES

  • check-values: Adds to recommended.
  1. @version - Checks that there is a present and valid
    semver version value.
  2. @since - As with @version
  3. @license - Checks that there is a present and valid SPDX identifier
    or is present within an allowedLicenses option.
  4. @author - Checks there is a value present, and if the option
    allowedAuthors is present, ensure that the author value is one
    of these array items.
  • check-access: New rule updates recommended

Checks @access for allowed values and prohibits multiple access
modifier tags on the same block

  • empty-tags: Added rule to recommended.

May add additional tags to check for emptiness using tags option.

Commits

The new version differs by 4 commits.

  • ea1a626 fix(check-param-names): use ponyfill as such; avoid defining Object.entries when not present
  • 5543c29 feat(check-values): add new rule for checking special tag values (within version, since, license, author)
  • f919d5a feat(check-access): add rule to check access levels
  • 66ebda9 feat(empty-tags): expect certain tags to be empty

See the full diff


FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@codecov
Copy link

codecov bot commented Nov 13, 2019

Codecov Report

Merging #42 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #42   +/-   ##
=======================================
  Coverage   80.42%   80.42%           
=======================================
  Files           8        8           
  Lines         327      327           
=======================================
  Hits          263      263           
  Misses         64       64

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 5f5bed5...106a742. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Nov 13, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 13, 2019

Update to this version instead 馃殌

Release Notes for v18.0.1

18.0.1 (2019-11-13)

Bug Fixes

  • check-values: check for whole SPDX expression, not only single identifiers (e058efa)
Commits

The new version differs by 1 commits.

  • e058efa fix(check-values): check for whole SPDX expression, not only single identifiers

See the full diff

@bravo-kernel bravo-kernel merged commit a0ad3ab into master Nov 13, 2019
@bravo-kernel bravo-kernel deleted the greenkeeper/eslint-plugin-jsdoc-18.0.0 branch November 13, 2019 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant