Skip to content

build(deps): bump linkify-it, jsdoc and jsdoc-ts-utils - #220

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-f81a004143
Open

build(deps): bump linkify-it, jsdoc and jsdoc-ts-utils#220
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-f81a004143

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps linkify-it to 5.0.2 and updates ancestor dependencies linkify-it, jsdoc and jsdoc-ts-utils. These dependencies need to be updated together.

Updates linkify-it from 3.0.3 to 5.0.2

Changelog

Sourced from linkify-it's changelog.

5.0.2 / 2026-07-02

  • Fixed DoS in mailto: links (restrict user name to 64 chars).
  • Restricted user/pass part length in links.

5.0.1 / 2026-05-23

  • Fixed DoS in fuzzy links/emails search.
  • Reworked search logic - check each pattern separate, use g regexes instead of slice.
  • Removed internal cache - useless overcomplication.

5.0.0 / 2023-12-01

  • Rewrite to ESM.

4.0.1 / 2022-05-02

  • Fix http:// incorrectly returned as a link by matchStart.

4.0.0 / 2022-04-22

  • Add matchAtStart method to match full URLs at the start of the string.
  • Fixed paired symbols ((), {}, "", etc.) after punctuation.
  • --- option now affects parsing of emails (e.g. user@example.com---)
Commits

Updates jsdoc from 3.6.11 to 4.0.5

Release notes

Sourced from jsdoc's releases.

JSDoc 4.0.4

Fixes a compatibility issue with Node.js 23.

Changelog

Sourced from jsdoc's changelog.

4.0.5 (October 2025)

Fixes a performance issue when generating documentation for medium-to-large APIs.

4.0.4 (October 2024)

Fixes a compatibility issue with Node.js 23.

4.0.3 (May 2024)

Updates dependencies.

4.0.2 (February 2023)

Updates the Babel parser, and enables additional Babel plugins for ECMAScript proposals.

4.0.1 (February 2023)

If an inline link tag uses a pipe delimiter, and there are spaces around the pipe delimiter, then the HTML link no longer contains %20 at the end; also, the link text no longer contains extra spaces. For example, {@link https://example.com | link text} is now rendered as <a href="https://example.com/">link text</a> rather than <a href="https://example.com/%20"> link text</a>.

4.0.0 (November 2022)

Commits
  • 61b2235 4.0.5
  • cbea149 fix: speed up templateHelper's getAncestor() by 500x
  • 11a99cf chore: 4.0.4
  • 59a5658 fix: don't use built-in util module for type-checking
  • a5232aa chore(deps): update lockfile
  • 49b6fc2 4.0.3
  • 39061bb fix(deps): update @types/markdown-it and related packages
  • 1a31e64 chore(deps): update deps
  • 0b6193f 4.0.2
  • 9d88548 deps: update Babel; enable current Babel plugins in parser
  • Additional commits viewable in compare view

Updates jsdoc-ts-utils from 2.0.0 to 6.0.0

Release notes

Sourced from jsdoc-ts-utils's releases.

6.0.0

6.0.0 (2025-12-06)

Bug Fixes

BREAKING CHANGES

  • Node v18 is not longer supported. Node v20.19 is the minimum required version now.

4.0.0

4.0.0 (2023-03-18)

Bug Fixes

  • make Node 16 the min required version (b07e627)
  • update dependencies (5525330)

BREAKING CHANGES

  • This package now requires Node 16 or above

3.1.0

3.1.0 (2022-10-29)

Bug Fixes

  • avoid processing blocks with ignore tag (a35a8f2)
  • do not require newline for parsed comments (4444d82)
  • update dependencies (5253ad6)

Features

  • add option to remove single tags (ec0cdae)
  • add option to remove tagged blocks (75d7558)

3.0.0

3.0.0 (2022-05-20)

... (truncated)

Changelog

Sourced from jsdoc-ts-utils's changelog.

6.0.0 (2025-12-06)

Bug Fixes

BREAKING CHANGES

  • Node v18 is not longer supported. Node v20.19 is the minimum required version now.

5.0.0 (2023-10-02)

Bug Fixes

BREAKING CHANGES

  • Node 16 is not longer supported. Node 18.17 is the minimum required version now.

4.0.0 (2023-03-18)

Bug Fixes

  • make Node 16 the min required version (b07e627)
  • update dependencies (5525330)

BREAKING CHANGES

  • This package now requires Node 16 or above

3.1.0 (2022-10-29)

Bug Fixes

  • avoid processing blocks with ignore tag (a35a8f2)
  • do not require newline for parsed comments (4444d82)
  • update dependencies (5253ad6)

... (truncated)

Commits
  • e994469 chore(release): 6.0.0 [skip ci]
  • 102518e ci: install npm v11 globally
  • 9b9272a fix: add extra publishConfig
  • 4ae8ab6 ci: move permissions and remove sementic release config for npm
  • ece83a0 ci: add permissions to the top
  • 0f16a68 fix: update lockfile
  • de8d5e5 ci: audit signatures before publishing
  • 1c29cdd chore: fix package.json syntax issues
  • 7afe913 ci: remove npm token from action
  • 8ffea08 ci: add logs for semantic-release
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for jsdoc-ts-utils since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [linkify-it](https://github.com/markdown-it/linkify-it) to 5.0.2 and updates ancestor dependencies [linkify-it](https://github.com/markdown-it/linkify-it), [jsdoc](https://github.com/jsdoc/jsdoc) and [jsdoc-ts-utils](https://github.com/homer0/jsdoc-ts-utils). These dependencies need to be updated together.


Updates `linkify-it` from 3.0.3 to 5.0.2
- [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/linkify-it@3.0.3...5.0.2)

Updates `jsdoc` from 3.6.11 to 4.0.5
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.5/CHANGES.md)
- [Commits](jsdoc/jsdoc@3.6.11...4.0.5)

Updates `jsdoc-ts-utils` from 2.0.0 to 6.0.0
- [Release notes](https://github.com/homer0/jsdoc-ts-utils/releases)
- [Changelog](https://github.com/homer0/jsdoc-ts-utils/blob/main/CHANGELOG.md)
- [Commits](homer0/jsdoc-ts-utils@2.0.0...6.0.0)

---
updated-dependencies:
- dependency-name: linkify-it
  dependency-version: 5.0.2
  dependency-type: indirect
- dependency-name: jsdoc
  dependency-version: 4.0.5
  dependency-type: direct:development
- dependency-name: jsdoc-ts-utils
  dependency-version: 6.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 28, 2026
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

Development

Successfully merging this pull request may close these issues.

0 participants