-
-
Notifications
You must be signed in to change notification settings - Fork 13
chore(deps): update dependency eslint-plugin-jsdoc to v55 #417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
⚠️ No Changeset found
Latest commit: 84144c6
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
f8371ab
to
84144c6
Compare
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
^54.0.0
->^55.0.0
Release Notes
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v55.0.3
Compare Source
v55.0.2
Compare Source
v55.0.1
Compare Source
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.