chore(deps): update dependency eslint-plugin-jsdoc to v39.9.1#259
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency eslint-plugin-jsdoc to v39.9.1#259renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
from
January 20, 2023 16:44
fb6f066 to
caa70ee
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
2 times, most recently
from
January 28, 2023 17:54
1658560 to
678f7f9
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
from
January 29, 2023 05:55
678f7f9 to
06c1b0b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
from
February 3, 2023 17:37
06c1b0b to
96856b7
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
from
February 11, 2023 16:27
96856b7 to
3547ce3
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
from
August 10, 2025 15:29
3547ce3 to
9353d13
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
from
October 24, 2025 21:32
9353d13 to
ab35917
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
from
February 6, 2026 19:13
ab35917 to
a04d906
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
from
May 15, 2026 14:39
a04d906 to
8d48834
Compare
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
TIP This summary will be updated as you push new changes.
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
from
May 22, 2026 17:13
8d48834 to
35248ed
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
from
June 5, 2026 16:34
35248ed to
88a8b51
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
from
June 12, 2026 21:10
88a8b51 to
1dd3b9a
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsdoc-39.x
branch
from
July 12, 2026 14:58
1dd3b9a to
b390fcc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
39.3.3→39.9.1Release Notes
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v39.9.1Compare Source
v39.9.0Compare Source
v39.8.0Compare Source
v39.7.5Compare Source
v39.7.4Compare Source
v39.7.3Compare Source
v39.7.2Compare Source
v39.7.1Compare Source
v39.7.0Compare Source
v39.6.10Compare Source
v39.6.9Compare Source
v39.6.8Compare Source
v39.6.7Compare Source
v39.6.6Compare Source
v39.6.5Compare Source
v39.6.4Compare Source
Bug Fixes
require-return-checks: check return statements prior to last line; fixes #935 (65e927b)v39.6.3Compare Source
Bug Fixes
v39.6.2Compare Source
Bug Fixes
jsdoccomment(26141cb)v39.6.1Compare Source
Bug Fixes
no-restricted-syntax: update jsdoccomment to be able to use newdescriptionStartLine,descriptionEndLine, andhasPreterminalDescriptionproperties; fixes #830 (d68d742)v39.6.0Compare Source
Features
check-types: addskipRootCheckingoption topreferredTypessetting; fixes #863 (e5da5bb)v39.5.1Compare Source
Bug Fixes
require-returns-check: ensure breaks in final switch do not fulfill check for all branches returning (691a414)v39.5.0Compare Source
Features
text-escapingrule; fixes #864 (1776e18)v39.4.0Compare Source
Features
require-param-type,require-param-description: addexemptDestructuredRootsFromCheckssetting; fixes #752 (da1c85f)v39.3.25Compare Source
Bug Fixes
v39.3.24Compare Source
Bug Fixes
require-returns-check,require-yields-check: check for undefined/void within union; fixes #925 (cfbdf8b)v39.3.23Compare Source
Bug Fixes
require-returns-check: allow implicit-return finally if other try-catch branches returning; fixes #926 (12da503)v39.3.22Compare Source
Bug Fixes
valid-types: report problems with name parsing (e247d67)v39.3.21Compare Source
Bug Fixes
require-param: do not cache by comment node; fixes #901 (867edc3)v39.3.20Compare Source
Bug Fixes
require-returns-check: allow for missing catch or finalizer and missing case contents; fixes #924 (4fabdd6)v39.3.19Compare Source
Bug Fixes
require-param: be tolerant ifthisis not included as[@param](https://redirect.github.com/param); fixes #919 (c1f21f8)v39.3.18Compare Source
Bug Fixes
require-returns-check: check child nodes of consequents; fixes #923 (dc1f875)v39.3.17Compare Source
Bug Fixes
require-returns-check: throw statements to be exempted from final check if elsewhere in function; fixes #892 (87c1c2a)v39.3.16Compare Source
Bug Fixes
check-param-names: tolerate documented "this" param; fixes #919 (5d20bdf)v39.3.15Compare Source
Bug Fixes
require-returns-check: checks that all branches of final node return; fixes #892 (bdd6af2)v39.3.14Compare Source
Bug Fixes
v39.3.13Compare Source
Bug Fixes
check-param-names: properly handle index offset (0729508)v39.3.12Compare Source
Bug Fixes
v39.3.6Compare Source
Bug Fixes
TSDeclareFunctionis checked by default where function contexts are expected; closes #897 (25d2a7f)v39.3.5Compare Source
Bug Fixes
check-tag-names: constructor tag and tagNamePreference (#899) (4f8d242)v39.3.4Compare Source
Bug Fixes
Configuration
📅 Schedule: (in timezone Europe/Paris)
🚦 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.