Update dependency eslint-plugin-jsdoc to v33
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-jsdoc | devDependencies | major | ^32.0.0 -> ^33.0.0 |
Release Notes
gajus/eslint-plugin-jsdoc
v33.0.0
chore
- use external
@es-joy/jsdoccomment
forgetJSDocComment
functionality (aa77e3b)
BREAKING CHANGES
- Should only be breaking for anyone requiring the
getJSDocComment
file.
Also updates Babel devDeps.
v32.3.4
Bug Fixes
v32.3.3
Bug Fixes
-
require-param
,check-param-names
: do not fail with destructured array pattern containing empty slots; fixes #716 (f19e706)
v32.3.2
Bug Fixes
-
check-line-alignment
: prevent false never reporting where a space is present (post tag) followed by missing space (from a wholly missing type) and then a space (but a space first preceded by content (a name); fixes #714 (2c31db1)
v32.3.1
Bug Fixes
-
check-examples
: disable chai-friendly/no-unused-expressions for default expression rules (06f0112)
v32.3.0
Features
-
check-tag-names
: jsxTags an opt-in option for jsx annotations (8afb9fc)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.