chore(deps): update dependency eslint-plugin-jsdoc to v19 - autoclosed #35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
18.4.4
->19.2.0
Release Notes
gajus/eslint-plugin-jsdoc
v19.2.0
Compare Source
Features
require-file-overview
: allow user to specify whether checking for tag, duplicates, or preceding non-comments, and for which tags (f6e467e)v19.1.0
Compare Source
Features
no-types
,implements-on-classes
: addcontexts
option which if set toany
will allow checking of virtual functions (c4079b8)require-param-*
,require-returns-*
,require-returns
: allowscontexts
option to be set to "any" to check virtual function docs like[@callback](https://togithub.com/callback)
or[@function](https://togithub.com/function)
with[@interface](https://togithub.com/interface)
; fixes #406 (7500b00)v19.0.1
Compare Source
Bug Fixes
require-file-overview
: fix logic for detecting start of file (601e52d)v19.0.0
Compare Source
Features
check-property-names
: add rule to check for duplicated and improperly nested properties (492b814)require-property*: add rules for ensuring property tags have a name, type, and/or description (in any context); fixes #409 (e5f2a23)
feat(
require-property
); add rule to check forproperty
ontypedef
ornamespace
where the type isobject
; fixes #410 (68bf6cd), closes #410BREAKING CHANGES
check-property-names
: Adds new rule torecommended
recommended
recommended
config.v18.11.0
Compare Source
Features
v18.10.0
Compare Source
Features
check-access
: allowignorePrivate
setting to work withaccess private
tag. (cf37cc6)v18.9.0
Compare Source
Features
check-types
: add optionexemptTagContexts
to exempt type-checking (certain types or any types) on specific tags; fixes #255 (5d99663)v18.8.0
Compare Source
Features
require-description-complete-sentence
: addabbreviations
option; fixes #424 (f70fd6c)v18.7.0
Compare Source
Features
require-file-overview
: add rule for every file to have afile
tag; fixes #55 (7839625)v18.6.2
Compare Source
Bug Fixes
empty-tags
: ensure rule is still checked when aprivate
tag is present despite even atrue
ignorePrivate
setting. (c5b8e09)v18.6.1
Compare Source
Bug Fixes
ignorePrivate
setting works withiterateAllJsdocs
rules (9703aba)v18.6.0
Compare Source
Features
require-jsdoc
: allow simple decorators to intervene between comment block and context object; fixes part of #455 (641479b)v18.5.0
Compare Source
Features
check-param-names
: add optionallowExtraTrailingParamDocs
to avoid reporting additional[@param](https://togithub.com/param)
's beyond actual function's arguments; fixes #450 (4532e66)Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.