chore(deps): update dependency eslint-plugin-jsdoc to v61 #815
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:
^60.5.0
->^61.1.2
Release Notes
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v61.1.2
Compare Source
Bug Fixes
no-undefined-types
: allow global prefixes; fixes #1566 (335450a)v61.1.1
Compare Source
Bug Fixes
valid-types
: reallowconst
type
(75c8127)v61.1.0
Compare Source
Features
ts-method-signature-style
: add new rule (92bf39e)ts-no-empty-object-type
: new rule to prevent empty objects (a19af97)ts-no-unnecessary-template-expression
: create new rule to catch extra markup within template types (64082aa)ts-prefer-function-type
: add new rule (cbda8aa)v61.0.1
Compare Source
Bug Fixes
require-yields-*
,require-throws-*
: ensure alias of throws (exception) and of yields (yield) are checked; fixes #1559 (#1560) (38770c4)v61.0.0
Compare Source
Features
type-formatting
:keyValuePostColonSpacing
,keyValuePostKeySpacing
,keyValuePostOptionalSpacing
,keyValuePostVariadicSpacing
for key-value pairs (and object fields) (ecf3a4a)type-formatting
: addgenericAndTupleElementSpacing
option for tuples and generics (2735b6d)type-formatting
: addparameterDefaultValueSpacing
for type parameter spacing (b8eeca8)type-formatting
: add spacing for functions/classes and method quotes (a361dc9)type-formatting
: changestringQuotes
default todouble
; fixes #1556 (0837647)BREAKING CHANGES
type-formatting
: SetstringQuotes
option tosingle
to restore old behaviorv60.8.3
Compare Source
Bug Fixes
valid-types
: ensure safe for class context (this keyword) (87464a6)valid-types
: re-allow namepaths in name-definers like typedef in non-typescript mode; fixes #1557 (680cf1d)v60.8.2
Compare Source
Bug Fixes
no-undefined-types
: do not treat type parameters or their references as undefined; #1215 (#1553) (a5a0a3c)v60.8.1
Compare Source
Bug Fixes
valid-types
: parse distinctly for names vs. namepaths (#1552) (6efd9e9)v60.8.0
Compare Source
Features
name-defining
role for likes oftypedef
as distinct from likes ofparam
(#1551) (e67e474)v60.7.1
Compare Source
Bug Fixes
prefer-import-tag
: handle other cases of comments before structures early in the document; fixes #1549 (622b17e)v60.7.0
Compare Source
Bug Fixes
prefer-import-tag
: handle inserting before early comment nodes; fixes #1549 (9e92718)Features
require-returns-check
: addnoNativeTypes
option to assert async functions do not have native types as return types; fixes #1345 (13fe027)v60.6.0
Compare Source
Features
escape-inline-tags
: add new rule (#1547) (7a6b7db)Configuration
📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, 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 was generated by Mend Renovate. View the repository job log.