Update dependency eslint-plugin-jsdoc to v35
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-jsdoc | devDependencies | major | ^33.0.0 -> ^35.0.0 |
Release Notes
gajus/eslint-plugin-jsdoc
v35.1.0
Bug Fixes
-
no-missing-syntax
,no-restricted-syntax
: support "any" with comment including global comments (dc641cc)
Features
- use
jsdoc-type-pratt-parser
(647d47e)
v35.0.0
Bug Fixes
-
multiline-blocks
: Enable (noZeroLineText
andnoFinalLineText
will apply by default) (b81e25d)
BREAKING CHANGES
-
multiline-blocks
: Should have been enabled by default
Also adds newer rules to doc listing
v34.8.2
Bug Fixes
v34.8.1
Bug Fixes
-
tag-lines
: avoid false positive for "never" when line break occurs in the middle of a tag description. (3496011) -
tag-lines
: ensure a middle-of-block empty line doesn't suppress "always" errors (33aa921)
v34.8.0
Features
-
tag-lines
: addtags
option to override behavior on a tag-specific basis (including only applying to tag(s)); fixes #734 (6e5e76d)
v34.7.0
Features
v34.6.3
Bug Fixes
-
multiline-blocks
: fix merging of lines to prevent removal of spaces, though removing where needed (9af6e36)
v34.6.2
Bug Fixes
-
multiline-blocks
: ensurenoZeroLineText
checks whennoMultilineBlocks
istrue
but not matching; fixes #737 (19f60ac)
v34.6.1
Bug Fixes
-
no-multi-asterisks
: avoid false positives and erring in fixer of single line blocks; fixes #735 (355da58)
v34.6.0
Features
-
no-multi-asterisks
rule to prevent multiple asterisks with middle delimiters or at end of blocks (8848246)
v34.5.0
Features
-
multiline-blocks
: allow control of how and whether jsdoc blocks can be expressed as single or multiple line blocks (06bbf37)
v34.4.0
Features
v34.3.0
Features
-
check-values
: ensure[@variation](https://github.com/variation)
is a positive integer (56577ce)
v34.2.2
Bug Fixes
-
check-param-names
: adjusts line numbers to be nearer problematic item (e6c9ab2) -
no-missing-syntax
: pass in missingcomment
(a977896)
v34.2.1
Bug Fixes
-
require-description
,require-example
: for missing description, use tag line number (310ea75)
v34.2.0
Features
-
no-bad-blocks
: addpreventAllMultiasteriskBlocks
boolean option to allow reporting of any multi-asterisked multiline comments (9669fc3)
v34.1.0
Features
-
check-line-alignment
: addpreserveMainDescriptionPostDelimiter
option to preserve left-hand side spacings in the main description when using thealways
option. (54dac34)
v34.0.2
Bug Fixes
-
no-bad-blocks
: avoid allowing 3+ asterisks with tag content (as with only 1 asterisk) (28397c7)
v34.0.1
Bug Fixes
- multiline tag fixers omitting subsequent tag lines with new command-parser API (8fa7f9b)
v34.0.0
chore
BREAKING CHANGES
-
Also:
-
Build: Switch to Node 12 target
-
Linting: Use
flat
API -
Travis: Add Node 16, remove Node 10
-
npm: Update devDep.
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.