This repository was archived by the owner on Dec 28, 2021. It is now read-only.
chore(deps): update dependency eslint-plugin-jsdoc to v37#292
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency eslint-plugin-jsdoc to v37#292renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
86d625b to
22440c5
Compare
9276fc3 to
ca1522b
Compare
0622ef8 to
6f7d48f
Compare
dc63200 to
0026285
Compare
54bc583 to
39fa02f
Compare
38e2406 to
6f35ad2
Compare
7964862 to
71707b7
Compare
71707b7 to
1fe29ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
33.3.0->37.4.0Release Notes
gajus/eslint-plugin-jsdoc
v37.4.0Compare Source
Features
require-returns-check,require-yields-check,require-throws: confirm that a "never" value is indeed present (508ea51)v37.3.0Compare Source
Features
valid-types: require whitelist of types and prevent names withsuppresstag (c91e49c)v37.2.8Compare Source
Bug Fixes
require-returns-check,require-yields-check: avoidneverbeing reported (3a27c39)v37.2.7Compare Source
Bug Fixes
no-missing-syntax: ensure checking all non-any contexts when any is being traversed (4433d7e)v37.2.6Compare Source
Bug Fixes
no-restricted-syntax,no-missing-syntax: check for generic context match rather thanselector-specific one (36e0115)v37.2.5Compare Source
Bug Fixes
no-restricted-syntax: avoid matching contexts when in different items of contexts array; fixes #818 (fbee6c8)contextssharing the same context should not overwrite the previous (c91f54a)v37.2.4Compare Source
Bug Fixes
no-undefined-types: allownever(6af811b)v37.2.3Compare Source
Bug Fixes
no-undefined-types: avoid supress tag type checking in closure; fixes #815 (fac3f20)v37.2.2Compare Source
Bug Fixes
require-jsdoc: ignore nested arrow functions and function expressions; fixes #812 (c552b1c)v37.2.1Compare 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.0Compare Source
Features
v37.1.0Compare Source
Features
check-indentation: ensure masking through decorators within tags (fixes #789) (ecd1c72)v37.0.3Compare Source
Bug Fixes
v37.0.2Compare Source
Bug Fixes
v37.0.1Compare Source
Bug Fixes
v37.0.0Compare Source
Features
BREAKING CHANGES
jsdoc/check-examplesrule! We can hopefully restore this rule after https://github.com/eslint/eslint/issues/14745jsdoc-type-pratt-parserandjsdoccommentCo-authored-by: Brett Zamir <brettz9@yahoo.com>
v36.1.1Compare 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.0Compare Source
Bug Fixes
check-values: avoid capturing carriage return with license check; fixes #783 (98a6d35)Features
ignoreReplacesDocssetting (defaulting to true); fixes #780 (#781) (f8297aa)v36.0.8Compare Source
Bug Fixes
comment-parserallowing lower version, liberalizeengines; fixes #774 (63640e0)v36.0.7Compare Source
Bug Fixes
tag-lines: schema fix for tags (#775) (135a356)v36.0.6Compare Source
Bug Fixes
v36.0.5Compare Source
Bug Fixes
jsdoccommentandjsdoc-type-pratt-parser(80334d8)v36.0.4Compare Source
Bug Fixes
engines, should now work) (508bf18)v36.0.3Compare Source
Bug Fixes
v36.0.2Compare Source
Bug Fixes
v36.0.1Compare Source
Bug Fixes
v36.0.0Compare Source
chore
BREAKING CHANGES
comment-parserESM updatev35.5.1Compare Source
Bug Fixes
jsdoccommentversion for now; fixes #772 (c9b854b)v35.5.0Compare Source
Features
require-returns-check: addexemptGeneratorsoption (default on for typescript mode) to allow[@returns](https://togithub.com/returns)to be present even withoutreturn(8ef41a1)v35.4.7Compare Source
Bug Fixes
require-returns: handle contexts TSFunctionType, TSMethodSignature, MethodDefinition; fixes #767 (fdca227)v35.4.6Compare Source
Bug Fixes
require-param: if adding params, convert single-line block to multiline; fixes #771 (641cdee)v35.4.5Compare Source
Bug Fixes
valid-types: allow and require types on[@extends](https://togithub.com/extends)for TypeScript as used in docs (and not name) (6989699)v35.4.4Compare Source
Bug Fixes
tag-lines: allowanyintags[tag].linesoption to allow lines per tag when otherwise blocked (52d7eff)v35.4.3Compare Source
Bug Fixes
check-line-alignment: preserve carriage returns; fixes #745 (27521d2)v35.4.2Compare Source
Bug Fixes
check-examples: auto-disableno-empty-functionrule for expression checking; clear it is a no-op in this context (5a928db)v35.4.1Compare Source
Bug Fixes
no-missing-syntax: fix message; closes #761 (317674c)v35.4.0Compare Source
Features
messageoptions formatch-description; fixes #688 (7257e44)v35.3.2Compare Source
Bug Fixes
throwmissing[@throws](https://togithub.com/throws); fixes #722 (f7c8038)v35.3.1Compare Source
Bug Fixes
v35.3.0Compare Source
Features
match-namerule; fixes #509 (eff90bd)v35.2.0Compare Source
Features
no-missing-syntax,no-restricted-syntax, etc.: assumeanycontext ifcontextomitted (2dcd9ad)v35.1.3Compare Source
Bug Fixes
require-jsdoc:exemptEmptyFunctionsoption could trigger problematic return value checking behavior with no-argument functions (3089a92)v35.1.2Compare Source
Bug Fixes
v35.1.1Compare Source
Bug Fixes
jsdoc-type-pratt-parser(liberalizes ID start to support underscores and start/continue to support other Unicode) (1a6de5e)v35.1.0Compare Source
Bug Fixes
no-missing-syntax,no-restricted-syntax: support "any" with comment including global comments (dc641cc)Features
jsdoc-type-pratt-parser(647d47e)v35.0.0Compare Source
Bug Fixes
multiline-blocks: Enable (noZeroLineTextandnoFinalLineTextwill apply by default) (b81e25d)BREAKING CHANGES
multiline-blocks: Should have been enabled by defaultAlso adds newer rules to doc listing
v34.8.2Compare Source
Bug Fixes
check-line-alignment: add multiline type workaround (#744); fixes part of #743 (9928298)v34.8.1Compare Source
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.0Compare Source
Features
tag-lines: addtagsoption to override behavior on a tag-specific basis (including only applying to tag(s)); fixes #734 (6e5e76d)v34.7.0Compare Source
Features
multiline-blocks: addnoFinalLineTextoption; fixes #738 (03d3f40)v34.6.3Compare Source
Bug Fixes
multiline-blocks: fix merging of lines to prevent removal of spaces, though removing where needed (9af6e36)v34.6.2Compare Source
Bug Fixes
multiline-blocks: ensurenoZeroLineTextchecks whennoMultilineBlocksistruebut not matching; fixes #737 (19f60ac)v34.6.1Compare Source
Bug Fixes
no-multi-asterisks: avoid false positives and erring in fixer of single line blocks; fixes #735 (355da58)v34.6.0Compare Source
Features
no-multi-asterisksrule to prevent multiple asterisks with middle delimiters or at end of blocks (8848246)v34.5.0Compare Source
Features
multiline-blocks: allow control of how and whether jsdoc blocks can be expressed as single or multiple line blocks (06bbf37)v34.4.0Compare Source
Features
tag-line; fixes #93 (851e3fe)v34.3.0Compare Source
Features
check-values: ensure[@variation](https://togithub.com/variation)is a positive integer (56577ce)v34.2.2Compare Source
Bug Fixes
check-param-names: adjusts line numbers to be nearer problematic item (e6c9ab2)no-missing-syntax: pass in missingcomment(a977896)v34.2.1Compare Source
Bug Fixes
require-description,require-example: for missing description, use tag line number (310ea75)v34.2.0Compare Source
Features
no-bad-blocks: addpreventAllMultiasteriskBlocksboolean option to allow reporting of any multi-asterisked multiline comments (9669fc3)v34.1.0Compare Source
Features
check-line-alignment: addpreserveMainDescriptionPostDelimiteroption to preserve left-hand side spacings in the main description when using thealwaysoption. (54dac34)v34.0.2Compare Source
Bug Fixes
no-bad-blocks: avoid allowing 3+ asterisks with tag content (as with only 1 asterisk) (28397c7)v34.0.1Compare Source
Bug Fixes
v34.0.0Compare Source
chore
BREAKING CHANGES
flatAPIConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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.