chore(deps): update dependency eslint-plugin-jsdoc to v37.9.7#22
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency eslint-plugin-jsdoc to v37.9.7#22renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #22 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 53 53
Branches 5 5
=========================================
Hits 53 53 Continue to review full report at Codecov.
|
05507b5 to
1713f8b
Compare
1713f8b to
d701fcb
Compare
d701fcb to
12ffc4b
Compare
12ffc4b to
89b7d38
Compare
89b7d38 to
e74adbf
Compare
e74adbf to
bf9361a
Compare
bf9361a to
417b242
Compare
417b242 to
85ae987
Compare
85ae987 to
a2f28d8
Compare
a2f28d8 to
1bf0208
Compare
1bf0208 to
e6269c8
Compare
e6269c8 to
37bd66c
Compare
37bd66c to
b8f60e9
Compare
b8f60e9 to
5129c00
Compare
5129c00 to
fc3bf1f
Compare
fc3bf1f to
f0e6446
Compare
f0e6446 to
a737a24
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
37.0.3->37.9.7Release Notes
gajus/eslint-plugin-jsdoc
v37.9.7Compare Source
Bug Fixes
no-undefined-types: supportunknownandconst; fixes #846 (b5b3e17)v37.9.6Compare Source
Bug Fixes
v37.9.5Compare Source
Bug Fixes
asyncfunction (unless withforceReturnsWithAsync) or Promise return with void type parameter; fixes #845 (509baf9)v37.9.4Compare Source
Bug Fixes
require-jsdoc: avoid class jsdoc blocks suppressing errors forPropertyDefinition; fixes #841 (ef68427)v37.9.3Compare Source
Bug Fixes
no-restricted-syntax,no-missing-syntax: update jsdoccomment to avoid breaking on bad types (at least until jsdoc-type-pratt-parser may support all expected); fixes #842 (06c3163)v37.9.2Compare Source
Bug Fixes
valid-types: ensurerequireschecking works withoutmodule:; fixes #840 (0cfdfd7)v37.9.1Compare Source
Bug Fixes
valid-types: require name fortutorialbut disallow type (32447f0)v37.9.0Compare Source
Features
check-values: add checking ofkind(eb92080)v37.8.2Compare Source
Bug Fixes
empty-tags: prevent tag content forinterfacein Closure mode (1b3212f)v37.8.1Compare Source
Bug Fixes
valid-types: allow dropping oftypedefname and/or type by TypeScript (8847608)v37.8.0Compare Source
Features
sort-tagsrule (38d51ff)v37.7.1Compare Source
Bug Fixes
check-types: prevent parent objects from being reported in "typescript" mode even with generic preferredTypes match (unless there isunifyParentAndChildTypeChecksconfig); fixes #800 (9d0a75d)v37.7.0Compare Source
Features
v37.6.3Compare Source
Bug Fixes
check-types: allow changing ofObjectin typescript mode; mentioned in #800 (6524c31)v37.6.2Compare Source
Bug Fixes
ProgramforisGetter/isSetterchecks; fixes #832 (ea76276)v37.6.1Compare Source
Bug Fixes
v37.6.0Compare Source
Features
v37.5.2Compare Source
Bug Fixes
v37.5.1Compare Source
Bug Fixes
no-undefined-types: detection of AST descendants of template tag; fixes #559, fixes #827 (9962b22)v37.5.0Compare Source
Features
no-multi-asterisks: addallowWhitespaceoption; fixes #803 (6ddc79c)v37.4.2Compare Source
Bug Fixes
match-description: address issue withconstructorbeing required withmainDescriptionfalse; fixes #802 (80ab88a)v37.4.1Compare Source
Bug Fixes
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)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Mend Renovate. View repository job log here.