Skip to content

chore(deps): bump eslint-plugin-jsdoc from 63.0.7 to 63.2.2 - #31

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-jsdoc-63.2.2
Closed

chore(deps): bump eslint-plugin-jsdoc from 63.0.7 to 63.2.2#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-jsdoc-63.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown

Bumps eslint-plugin-jsdoc from 63.0.7 to 63.2.2.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v63.2.2

63.2.2 (2026-07-24)

Bug Fixes

v63.2.1

63.2.1 (2026-07-23)

Bug Fixes

  • update jsdoccomment, spdx-expression-parse, devDeps.; fixes #1727 (#1728) (9fd2f28)

v63.2.0

63.2.0 (2026-07-19)

Features

  • normalize-see-links: add wrapBareUrls option (#1726) (77a7b1a)

v63.1.0

63.1.0 (2026-07-18)

Features

v63.0.14

63.0.14 (2026-07-17)

Bug Fixes

  • escape-inline-tags: ignore Markdown code spans (786d12d)

v63.0.13

63.0.13 (2026-07-10)

Bug Fixes

  • failing pages build and deployment (3728347)

v63.0.12

63.0.12 (2026-07-06)

... (truncated)

Commits
  • 3663803 fix: update jsdoccomment and devDeps. (#1730)
  • 9fd2f28 fix: update jsdoccomment, spdx-expression-parse, devDeps.; fixes #1727 (#1728)
  • 77a7b1a feat(normalize-see-links): add wrapBareUrls option (#1726)
  • c03dd66 feat: add normalize-see-links rule (#1725)
  • 786d12d fix(escape-inline-tags): ignore Markdown code spans
  • 3728347 fix: failing pages build and deployment
  • df5813c fix: CJS builds; fixes #1719
  • 7676b50 fix(require-jsdoc): skip overloads to find method comment blocks; fixes #1688
  • 008470d chore: update semver, devDeps.; test Node 26
  • 86ae048 chore: use yargs 17.7.3 with release-age exclusion
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 63.0.7 to 63.2.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v63.0.7...v63.2.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 63.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from NSchatz as a code owner July 24, 2026 12:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Author

Superseded by #37.

@dependabot dependabot Bot closed this Jul 31, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/eslint-plugin-jsdoc-63.2.2 branch July 31, 2026 12:05
NSchatz added a commit that referenced this pull request Aug 4, 2026
`gate-refuter` pass 2 returned NOT REFUTED and still found that the trailing
comment strip added one commit earlier had turned a safe exit 2 into an
exit 0 ON AN INERT FILE:

    "@cosyte/tsconfig": "none" # keep pinned

`js-yaml` strips the quotes, so `@changesets/parse` reads that as the
all-`none` shape the guard exists to refuse, while the guard compared the raw
token and cleared it. A green guard over a changeset that bumps nothing,
introduced by the commit that fixed green runs which did nothing.

The type is now unquoted before the comparison and validated against
`validVersionTypes`, so an unknown type (`patch#nospace`, which the comment
rule deliberately does not strip) takes exit 2 here instead of throwing inside
`changesets/action` halfway through a release. Three spellings of `none` are
pinned by a control.

Also from pass 2, all diagnostic or prose:

* The "bumped but never published" annotation asserted "the ones that did
  publish have been tagged and released" unconditionally, including when an
  earlier step failed and nothing published at all. It now names both readings
  and only claims the successful ones when there are any.
* Deleted "a cancelled job" from the list of `gh release create` failure
  causes: on a cancelled run `!cancelled()` is false and the step does not run.
* "changelog headings are derived from tags" described a manual practice as
  automation. Now says "dated from tags by hand".
* Deleted a stale sentence claiming the post-publish step keys off the action's
  own `published` output, which stopped being true when that step was rewritten.

The shared `cosyte/.github` release workflow was re-read a third time, at
`5896185` (PR #31, the post-publish install gate). Both reasons config cannot
call it are unchanged: its gate still answers "is a release pending" from the
ROOT package.json (this repo's is private, pinned at 0.0.0, and returns
`never-versioned`, which would withhold every publish), and it still hardcodes
`tag="v${version}"`. Its inputs offer no multi-package mode and no tag
override. That comment is now one sentence instead of an accreting list of
shas.

82 root + 75 package tests. actionlint clean.
NSchatz added a commit that referenced this pull request Aug 4, 2026
… overstatements

`gate-refuter` pass 3 returned NOT REFUTED and found that the comment
justifying why this repo cannot call the shared workflow measured an UNMERGED
branch. It cited sha `5896185` and an `expect-unpublished-deps` input, both of
which exist only on `cosyte/.github`'s `feat/post-publish-install-gate`
(PR #31, still open), while the workflow next door names `release.yml@main` as
the alternative. `main` is at `1e634f0` and has three inputs.

The conclusion was never affected: both blockers were re-verified on `main`
itself, so "config cannot call it" holds either way. But a citation reaching
for a moving third-party branch is the third round running where a CLAIM about
a measurement was the weak point rather than the code, so the fix is to delete
the moving parts rather than update them. The comment now names `1e634f0` on
`main` and says the reasons do not depend on an input at all.

Also deleted, same reason: "halfway through a release run" and "mid-release".
`@changesets/read` parses every changeset up front and lets the error
propagate, so a bad release type kills the action BEFORE `changeset version`
or `changeset publish`. Nothing would be half-released. The error string inside
the guard was already accurate and is unchanged.

Deliberately NOT changed, both raised by pass 3 as minor and neither a false
green: two exit-code mis-assignments on inputs no tooling can produce
(`"none"#x` takes 2 where the contract says 1; `"none'` with asymmetric quotes
takes 1 where it says 2), and duplicate frontmatter keys passing the guard
while js-yaml throws. The first is hardening after a passing verdict, which
this repo family has been refuted for before; the second is pre-existing and
loud. Both are backlog lines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants