fix(deps): update dependency eslint-plugin-jsdoc to v56 - abandoned #80
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:
^54.1.1
->^56.0.0
Release Notes
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v56.1.2
Compare Source
Bug Fixes
iterateJsdoc
export: fix export (#1498) (be2b7ae)v56.1.1
Compare Source
Bug Fixes
iterateJsdoc
export: ensuredefault
has type (#1497) (d5fb1d1)v56.1.0
Compare Source
Features
type-formatting
: addproperty
,this
,throws
, andyields
tags (#1496) (8886628)v56.0.2
Compare Source
Bug Fixes
getJsdocComment
,iterateJsdoc
: fix CJS type declarations (#1493) (5f00672)v56.0.1
Compare Source
Bug Fixes
v56.0.0
Compare Source
Features
BREAKING CHANGES
v55.4.0
Compare Source
Features
type-formatting
: addobjectFieldSeparatorTrailingPunctuation
option; fixes #1430 (5852fd9)type-formatting
: check type and typedef tags and addtypeBracketSpacing
option (77e1691)type-formatting
: enhance error detection and addunionSpacing
option; fixes #1143 (cc7f253)v55.3.0
Compare Source
Features
type-formatting
rule (81cb787)v55.2.0
Compare Source
Features
v55.1.2
Compare Source
Bug Fixes
v55.1.1
Compare Source
Bug Fixes
v55.1.0
Compare Source
Features
v55.0.5
Compare Source
Bug Fixes
v55.0.4
Compare Source
Bug Fixes
v55.0.3
Compare Source
Bug Fixes
v55.0.2
Compare Source
Bug Fixes
v55.0.1
Compare Source
Bug Fixes
v55.0.0
Compare Source
Features
BREAKING CHANGES
import {jsdoc} from 'eslint-plugin-jsdoc'; // A named import now is encouraged
export default [
...jsdoc({config: 'flat/recommended'}); // Now invoke the function to build the config
];
v54.7.0
Compare Source
Features
v54.6.0
Compare Source
Features
v54.5.0
Compare Source
Bug Fixes
require-template
: checkTSDeclareFunction
(including overloads) for templates; fixes #1462 (2693a88)Features
require-jsdoc
,require-param
: update jsdoccomment to disable overload skipping except conditionally for require-jsdoc with new on-by-defaultskipInterveningOverloadedDeclarations
option; fixes #1434 (ed11968), closes #1369require-jsdoc
: addexemptOverloadedImplementations
option (b29bc3a)v54.4.1
Compare Source
Bug Fixes
getJsdocProcessorPlugin
: reenable fixes (but disabling fixers for @example issues); fixes #1431 (#1473) (e45b726)v54.4.0
Compare Source
Features
innerIndent
integer option; fixes #1351 (#1471) (784ce62)v54.3.1
Compare Source
Bug Fixes
check-template-names
,require-template
: ensure template name is based on what is within any brackets and preceding equal sign; fixes #1466 (#1468) (5fbab65)v54.3.0
Compare Source
Features
require-hyphen-before-param-description
: whenalways
is set, disallow hyphen at end of line; fixes #1435 (#1454) (95f3380)v54.2.1
Compare Source
Bug Fixes
valid-types
: try parsing whole item before splitting into commas; fixes #1464 (#1465) (8132392)v54.2.0
Compare Source
Features
require-template
: addexemptedBy
; fixes #1460 (#1463) (09ee4ab)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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.