chore(deps): update dependency eslint-plugin-jsdoc to v34
Compare changes
Gitlab 18.0 has been released. Since there are breaking changes the update will be postponed to July 2025. For a list of breaking changes see https://about.gitlab.com/blog/2025/04/18/a-guide-to-the-breaking-changes-in-gitlab-18-0/. Please prepare yourself and your projects for this update.
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-jsdoc | devDependencies | major | ^33.0.0 -> ^34.0.0 |
v34.7.0
v34.6.3
multiline-blocks
: fix merging of lines to prevent removal of spaces, though removing where needed (9af6e36)v34.6.2
multiline-blocks
: ensure noZeroLineText
checks when noMultilineBlocks
is true
but not matching; fixes #737 (19f60ac)v34.6.1
no-multi-asterisks
: avoid false positives and erring in fixer of single line blocks; fixes #735 (355da58)v34.6.0
no-multi-asterisks
rule to prevent multiple asterisks with middle delimiters or at end of blocks (8848246)v34.5.0
multiline-blocks
: allow control of how and whether jsdoc blocks can be expressed as single or multiple line blocks (06bbf37)v34.4.0
v34.3.0
check-values
: ensure [@variation](https://github.com/variation)
is a positive integer (56577ce)v34.2.2
check-param-names
: adjusts line numbers to be nearer problematic item (e6c9ab2)no-missing-syntax
: pass in missing comment
(a977896)v34.2.1
require-description
, require-example
: for missing description, use tag line number (310ea75)v34.2.0
no-bad-blocks
: add preventAllMultiasteriskBlocks
boolean option to allow reporting of any multi-asterisked multiline comments (9669fc3)v34.1.0
check-line-alignment
: add preserveMainDescriptionPostDelimiter
option to preserve left-hand side spacings in the main description when using the always
option. (54dac34)v34.0.2
no-bad-blocks
: avoid allowing 3+ asterisks with tag content (as with only 1 asterisk) (28397c7)v34.0.1
v34.0.0
Also:
Build: Switch to Node 12 target
Linting: Use flat
API
Travis: Add Node 16, remove Node 10
npm: Update devDep.
This MR has been generated by Renovate Bot.