chore(deps): update dependency eslint-plugin-jsdoc to v20 - autoclosed #36
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
->20.4.0
Release Notes
gajus/eslint-plugin-jsdoc
v20.4.0
Compare Source
Features
require-returns-check
: Allow @return to be omitted with @record tag in Closure mode (20b6ae0)v20.3.1
Compare Source
Bug Fixes
check-values
: allow[@version](https://togithub.com/version)
and[@since](https://togithub.com/since)
to have versions surrounded by whitespace (37466a8)v20.3.0
Compare Source
Features
no-bad-blocks
: add rule to check for multi-line-style comments which fail to meet criteria of a jsdoc block (4ce07d1)v20.2.0
Compare Source
Features
no-defaults
: add new rule to reports defaults on[@param](https://togithub.com/param)
or[@default](https://togithub.com/default)
and optionally report optional args; fixes #477 (d7fec9a)v20.1.0
Compare Source
Features
require-hyphen-before-param-description
: add option to support checkingproperty
/prop
(1383c02)v20.0.5
Compare Source
Performance Improvements
check-examples
: avoid caching unused config (6cbf286)v20.0.4
Compare Source
Bug Fixes
no-types
,require-param
:fixable
meta should becode
nottrue
(b0aed65)require-file-overview
: omitfixable
meta on non-fixable rule (efddc1c)v20.0.3
Compare Source
Bug Fixes
check-property-names
: check duplicate nested names (1c31782)v20.0.2
Compare Source
Bug Fixes
check-param-names
: check duplicate nested names; fixes #474 (c51d616)v20.0.1
Compare Source
Bug Fixes
require-jsdoc
: handle spread elements in typescript-eslint/parser; for #378 (3e8ea59)v20.0.0
Compare Source
Features
check-examples
: apply rules by default as if on current JavaScript file (though withmd
extension for easier automated overriding); fixes #434 (976cfc1)refactoring
check-examples
: renameeslintrcForExamples
tocheckEslintrc
; also ensurematchingFileName
always triggers config retrieval (5a85f0f)BREAKING CHANGES
check-examples
: This commit also clarifies new precedence and behavior in docs.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 tick the rebase/retry checkbox below.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.