adobe / aio-lib-template

Template for Adobe I/O Libraries
Apache License 2.0
3 stars 4 forks source link

Update eslint-plugin-jsdoc to the latest version 🚀 #10

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency eslint-plugin-jsdoc was updated from 22.2.0 to 23.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.


Publisher: gajus License: BSD-3-Clause

Release Notes for v23.0.0

23.0.0 (2020-04-11)

Features

  • require-description, require-example, require-param, require-returns: cause exemptedBy to overwrite inheritdoc exempting; closes #510 (a402330)

BREAKING CHANGES

  • require-description, require-example, require-param, require-returns: While still defaulting to having inheritdoc exempt rules, for the impacted rules,
    if one has defined an exemptedBy options array one must now explicitly add
    back "inheritdoc" to get the exemption for that tag as well. This change allows
    users to omit inheritdoc from the array so as to cause its presence not to
    trigger exemption of the rule.
Commits

The new version differs by 1 commits.

  • a402330 feat(require-description, require-example, require-param, require-returns): cause exemptedBy to overwrite inheritdoc exempting; closes #510

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:

codecov[bot] commented 4 years ago

Codecov Report

Merging #10 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           77        77           
  Branches         9         9           
=========================================
  Hits            77        77           

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 38c3755...1f81fba. Read the comment docs.