Update dependency eslint-plugin-jsdoc to v37 #972
Merged
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:
^36.0.6
->^37.0.0
Release Notes
gajus/eslint-plugin-jsdoc
v37.5.1
Compare Source
Bug Fixes
no-undefined-types
: detection of AST descendants of template tag; fixes #559, fixes #827 (9962b22)v37.5.0
Compare Source
Features
no-multi-asterisks
: addallowWhitespace
option; fixes #803 (6ddc79c)v37.4.2
Compare Source
Bug Fixes
match-description
: address issue withconstructor
being required withmainDescription
false; fixes #802 (80ab88a)v37.4.1
Compare Source
Bug Fixes
v37.4.0
Compare Source
Features
require-returns-check
,require-yields-check
,require-throws
: confirm that a "never" value is indeed present (508ea51)v37.3.0
Compare Source
Features
valid-types
: require whitelist of types and prevent names withsuppress
tag (c91e49c)v37.2.8
Compare Source
Bug Fixes
require-returns-check
,require-yields-check
: avoidnever
being reported (3a27c39)v37.2.7
Compare Source
Bug Fixes
no-missing-syntax
: ensure checking all non-any contexts when any is being traversed (4433d7e)v37.2.6
Compare Source
Bug Fixes
no-restricted-syntax
,no-missing-syntax
: check for generic context match rather thanselector
-specific one (36e0115)v37.2.5
Compare Source
Bug Fixes
no-restricted-syntax
: avoid matching contexts when in different items of contexts array; fixes #818 (fbee6c8)contexts
sharing the same context should not overwrite the previous (c91f54a)v37.2.4
Compare Source
Bug Fixes
no-undefined-types
: allownever
(6af811b)v37.2.3
Compare Source
Bug Fixes
no-undefined-types
: avoid supress tag type checking in closure; fixes #815 (fac3f20)v37.2.2
Compare Source
Bug Fixes
require-jsdoc
: ignore nested arrow functions and function expressions; fixes #812 (c552b1c)v37.2.1
Compare Source
Bug Fixes
require-jsdoc
: avoid reporting inner functions missing jsdoc when pubilc-only jsdoc is being checked and missing; fixes #812 (d62a2a7)v37.2.0
Compare Source
Features
v37.1.0
Compare Source
Features
check-indentation
: ensure masking through decorators within tags (fixes #789) (ecd1c72)v37.0.3
Compare Source
Bug Fixes
v37.0.2
Compare Source
Bug Fixes
v37.0.1
Compare Source
Bug Fixes
v37.0.0
Compare Source
Features
BREAKING CHANGES
jsdoc/check-examples
rule! We can hopefully restore this rule after https://github.com/eslint/eslint/issues/14745jsdoc-type-pratt-parser
andjsdoccomment
Co-authored-by: Brett Zamir <brettz9@yahoo.com>
v36.1.1
Compare Source
Bug Fixes
check-indentation
: ensure decorators in fenced code blocks do not terminate ignoring of indentation in code blocks; fixes #789 (0f4d8e0)v36.1.0
Compare Source
Bug Fixes
check-values
: avoid capturing carriage return with license check; fixes #783 (98a6d35)Features
ignoreReplacesDocs
setting (defaulting to true); fixes #780 (#781) (f8297aa)v36.0.8
Compare Source
Bug Fixes
comment-parser
allowing lower version, liberalizeengines
; fixes #774 (63640e0)v36.0.7
Compare Source
Bug Fixes
tag-lines
: schema fix for tags (#775) (135a356)Configuration
📅 Schedule: "after 9am on Wednesday" in timezone Europe/London.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 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.