fix(deps): update dependency eslint-plugin-jsdoc to v57 #127
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:
^51.3.3
->^57.0.0
Release Notes
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v57.0.8
Compare Source
v57.0.7
Compare Source
Bug Fixes
v57.0.6
Compare Source
Bug Fixes
examples
configs: disable@typescript-eslint/no-unsed-vars
(#1507) (34e5910)v57.0.5
Compare Source
Bug Fixes
index.configs
type (#1505) (f019adf)v57.0.4
Compare Source
Bug Fixes
jsdoc/examples/rules
andjsdoc/default-expressions/rules
configs: add @stylistic, @typescript-eslint, and eslint-plulgin-n equivalents to default disabled rules (#1504) (ab14982)v57.0.3
Compare Source
Bug Fixes
valid-types
: avoid reporting fornext
(handled by own rule) (#1503) (76b8406)v57.0.2
Compare Source
Bug Fixes
extraRuleDefinitions.forbid
jsdoc function option: point default link to advanced page (#1502) (91f1c30)v57.0.1
Compare Source
Bug Fixes
require-next-type
,require-throws-type
,require-yields-type
: fix URL; fixes #1500 (#1501) (33a4529)v57.0.0
Compare Source
Features
extraRuleDefinitions.forbid
option to jsdoc function (9f50083)require-next-type
,require-throws-type
,require-yields-type
: adds new rules and adds to recommended and required configs; fixes #1461 (0645428)BREAKING CHANGES
require-next-type
,require-throws-type
,require-yields-type
: It is unlikely to affect users but when using the jsdoc constructor with a recommended config , this commit removesthrows
andyields
from the
structuredTags
settings recently added to the config output to require types for these tags in favor of the herein added equivalentrecommended rules. (
next
is still part ofstructuredTags
output, however, because this setting ensures the non-standard next tag is treatedas allowable without need for separate configuration.)
Also:
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)v54.1.1
Compare Source
Bug Fixes
valid-types
: allowextends
for namepath; fixes #1455 (#1456) (3bf911c)v54.1.0
Compare Source
Features
v54.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
This reverts commit
b19f6f9
.v53.0.1
Compare Source
Bug Fixes
no-types
,require-example
,implements-on-classes
: allowany
to match function variable declarations; fixes #1446 (#1448) (0867728)v53.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
Changes
exports
and build routine for proper types.refactor: move to tsdown (take 2)
chore: remove unused devDeps. and fix generateRule script
fix bad rebase
v52.0.4
Compare Source
Bug Fixes
v52.0.3
Compare Source
Bug Fixes
v52.0.2
Compare Source
Bug Fixes
v52.0.1
Compare Source
Bug Fixes
v52.0.0
Compare Source
Bug Fixes
v
flag in regexes; match emojis for sentence terminator; fixes #1433 (#1437) (5c2165c)BREAKING CHANGES
v
flag instead ofu
flag by default for regular expressionsConfiguration
📅 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 was generated by Mend Renovate. View the repository job log.