Skip to content

chore(deps): bump linkify-it and text-runner - #254

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

chore(deps): bump linkify-it and text-runner#254
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-792cde523c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps linkify-it to 5.0.2 and updates ancestor dependency text-runner. These dependencies need to be updated together.

Updates linkify-it from 4.0.1 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.
Commits

Updates text-runner from 5.0.2 to 7.5.0

Release notes

Sourced from text-runner's releases.

7.1.0

Updates to the standard library:

  • the new npm/script-name action verifies that file package.json defines a script with the given name
  • the new npm/script-call action verifies full calls of a script defined in package.json
  • renames workspace/existing-file to workspace/existing-file-with-content
  • the workspace/new-file action now allows providing the filename via a HTML attributed called filename
  • new workspace/existing-file action verifies only file existence, not content
  • new workspace/empty-file action creates an empty file with the given name in the workspace

7.0.0

  • Streamlining the naming, everything named text-run is now named text-runner:

    • The Text-Runner binary name changes from text-run to text-runner.
    • The configuration file name changes from text-run.yml to text-runner.jsonc
    • The folder in which Text-Runner looks for actions changes from text-run/ to text-runner/.
  • The configuration file format changes from YML to JSONC (JSON with comments).

  • There is now JSON-Schema support for configuration files:

    {
      "$schema": "https://raw.githubusercontent.com/kevgo/text-runner/refs/heads/main/documentation/text-runner.schema.json",
      //...
    
Changelog

Sourced from text-runner's changelog.

7.5.0

  • requires Node 24 or newer

7.4.0

  • new action: workspace/copy-file
  • new action: workspace/compare-files

7.3.0

  • subshell actions can now receive the command to execute via the command attribute

7.2.1

  • updates dependencies to remove all security warnings
  • remove outdated dependencies that cause security warnings

7.2.0

  • rename workspace/additional-file-content to workspace/append-file
  • you can now run env DEBUG=* text-runner to see additional debug messages
  • all workspace actions now consistently allow dir and filename attributes
  • [workspace/append-file] now errors if the file to append doesn't exist

7.1.2

  • updates dependencies to fix all current security alerts

7.1.1

  • adds missing ast.NodeType for list items

7.1.0

Updates to the standard library:

  • the new npm/script-name action verifies that file package.json defines a script with the given name
  • the new npm/script-call action verifies full calls of a script defined in package.json

... (truncated)

Commits

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 dependency [text-runner](https://github.com/kevgo/text-runner). These dependencies need to be updated together.


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

Updates `text-runner` from 5.0.2 to 7.5.0
- [Release notes](https://github.com/kevgo/text-runner/releases)
- [Changelog](https://github.com/kevgo/text-runner/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kevgo/text-runner/compare/text-runner@5.0.2...text-runner@7.5.0)

---
updated-dependencies:
- dependency-name: linkify-it
  dependency-version: 5.0.2
  dependency-type: indirect
- dependency-name: text-runner
  dependency-version: 7.5.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 Jul 24, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants