Skip to content

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

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 17, 2019

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


Release Notes for v4.0.0

4.0.0 (2019-01-17)

Features

BREAKING CHANGES

    • require-returns rule is split into two rules:
Commits

The new version differs by 26 commits.

  • 987214f feat: split require-returns in two rules and fix bug #142 (#147)
  • a5f5221 Update require-returns-check.md
  • 15d8430 [Restore] README.md again again
  • b628ec3 [Restore] README.md again
  • f11e006 [Restore] README.md - final try
  • 6a7cc76 [Restore] README.md
  • f3788be [Restore] README.md
  • e8a08b0 [Restore] README.md
  • 2211602 docs: generate docs
  • 7946a38 [Restore] README.md
  • 7b747e9 docs: generate docs
  • 79a3c1c Fix Bug #142 and Split require-returns in two rules
  • bc91079 Merge remote-tracking branch 'upstream/master'
  • 668941c docs: fix require-returns assertions (#141)
  • f19489c [Docs] Fix assertions ref

There are 26 commits in total.

See the full diff

FAQ and help

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


Your Greenkeeper bot 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.304% when pulling 6f7d2d5 on greenkeeper/eslint-plugin-jsdoc-4.0.0 into e3c12d7 on master.

greenkeeper bot added a commit that referenced this pull request Feb 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 24, 2019

Update to this version instead 🚀

Release Notes for v4.1.1

4.1.1 (2019-02-24)

Bug Fixes

  • requireReturns Rule does not honor inheritdoc tag (fixes #153) (af5a9a9)
  • update dependecies (3a6d773)
  • update dependencies (4bd096a)
Commits

The new version differs by 10 commits.

  • af5a9a9 fix: requireReturns Rule does not honor inheritdoc tag (fixes #153)
  • 9b185d8 docs: generate docs
  • 4bd096a fix: update dependencies
  • 3a6d773 fix: update dependecies
  • 5edb2e1 RequireReturns Rule does not honor inheritdoc tag.
  • 663f59e feat: detect implicit return and fix nested return false positive. Closes #148
  • 07212ab Merge pull request #154 from teppeis/update-readme
  • f954528 detect implicit return and fix nested return false positive
  • 3d3c1b3 docs: generate docs
  • ffcace9 fix: add missing async tag (fixes #152)

See the full diff

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

greenkeeper bot commented Mar 13, 2019

Update to this version instead 🚀

Release Notes for v4.2.0

4.2.0 (2019-03-13)

Features

  • make require-returns-description accept void functions (fixes #157) (39918c8)
  • make require-returns-description accept void functions (fixes #157) (75d51dc)
Commits

The new version differs by 3 commits.

  • 39918c8 feat: make require-returns-description accept void functions (fixes #157)
  • 8e9f35e docs: generate docs
  • 75d51dc feat: make require-returns-description accept void functions (fixes #157)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2019

Update to this version instead 🚀

Release Notes for v4.3.0

4.3.0 (2019-03-14)

Features

Commits

The new version differs by 3 commits.

  • 692d4b9 feat: add support for @hideconstructor tag (fixes #96)
  • 23ba6b3 docs: generate docs
  • 68093e3 feat: add support for @hideconstructor tag (fixes #96)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2019

Update to this version instead 🚀

Release Notes for v4.4.0

4.4.0 (2019-03-14)

Features

Commits

The new version differs by 3 commits.

  • 2619665 feat: Update supported jsdoc tags (fixes #163)
  • a1d0dca docs: generate docs
  • 917888d feat: Update supported jsdoc tags (fixes #163)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2019

Update to this version instead 🚀

Release Notes for v4.4.1

4.4.1 (2019-03-14)

Bug Fixes

  • correct error message of check-types (fixes #103) (897f205)
Commits

The new version differs by 2 commits.

  • 897f205 fix: correct error message of check-types (fixes #103)
  • 6c172eb Fix: correct error message of check-types (fixes #103)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2019

Update to this version instead 🚀

Release Notes for v4.4.2

4.4.2 (2019-03-15)

Bug Fixes

  • recognize implicit return in require-returns-check (fixes #156) (b8b9692)
  • recognize implicit return in require-returns-check (fixes #156) (3483159)
Commits

The new version differs by 2 commits.

  • b8b9692 fix: recognize implicit return in require-returns-check (fixes #156)
  • 3483159 fix: recognize implicit return in require-returns-check (fixes #156)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 19, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 19, 2019

Update to this version instead 🚀

Release Notes for v4.4.3

4.4.3 (2019-03-19)

Bug Fixes

  • requireReturnsCheck false positve on async functions (fixes #174) (a47e157)
Commits

The new version differs by 2 commits.

  • 8578f00 Merge pull request #175 from golopot/issue-174
  • a47e157 fix: requireReturnsCheck false positve on async functions (fixes #174)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 27, 2019

Update to this version instead 🚀

Release Notes for v4.5.0

4.5.0 (2019-03-26)

Features

Commits

The new version differs by 2 commits.

  • d2dbfa1 Merge pull request #168 from golopot/add-tag-template
  • 4ba7685 feat: add support for @template tag (fixes #165)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 29, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 29, 2019

Update to this version instead 🚀

Release Notes for v4.6.0

4.6.0 (2019-03-28)

Features

  • add always/never options to require-hyphen-before-param-description (3e4ae0f)
Commits

The new version differs by 2 commits.

  • 070f535 Merge pull request #181 from vulkd/master
  • 3e4ae0f feat: add always/never options to require-hyphen-before-param-description

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 1, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 1, 2019

Update to this version instead 🚀

Release Notes for v4.7.0

4.7.0 (2019-04-01)

Features

  • make check-returns ignore abstract methods (7505604)
Commits

The new version differs by 2 commits.

  • 7505604 feat: make check-returns ignore abstract methods
  • b1301d6 Makes "Check Returns" ignore abstract methods.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 4, 2019

Update to this version instead 🚀

Release Notes for v4.8.0

4.8.0 (2019-04-04)

Features

  • add fixer to check-tag-names (22096fb)
  • add rule check-alignment (b596e09), closes #76
  • add rule check-indentation (42706cb)
  • add rule check-syntax (e03be63)
Commits

The new version differs by 12 commits.

  • ea84996 Merge pull request #187 from vulkd/vk/rule-check-indentation
  • 62a56f5 Merge pull request #186 from vulkd/vk/rule-check-alignment
  • 676a617 Merge pull request #185 from vulkd/vk/rule-check-syntax
  • 5c82899 Merge pull request #184 from vulkd/vk/add-fixer-for-check-tag-names
  • 3ffb569 docs: generate docs
  • 9d22831 docs: generate docs
  • b596e09 feat: add rule check-alignment
  • 05685b1 docs: generate docs
  • 3889927 docs: generate docs
  • 22096fb feat: add fixer to check-tag-names
  • e03be63 feat: add rule check-syntax
  • 42706cb feat: add rule check-indentation

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 4, 2019
greenkeeper bot added a commit that referenced this pull request Apr 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 15, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 15, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 20, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 20, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 20, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 20, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 30, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 30, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 1, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 1, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 1, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 1, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 14, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 26, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 26, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 27, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 27, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 2, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 2, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 2, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 2, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 3, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 4, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 5, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 5, 2019

Update to this version instead 🚀

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.

1 participant