Skip to content

chore(deps): Bump markdown-it, @accordproject/markdown-template, @accordproject/markdown-transform and @accordproject/template-engine#6

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-19740546d6
Open

chore(deps): Bump markdown-it, @accordproject/markdown-template, @accordproject/markdown-transform and @accordproject/template-engine#6
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-19740546d6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2026

Bumps markdown-it to 14.1.1 and updates ancestor dependencies markdown-it, @accordproject/markdown-template, @accordproject/markdown-transform and @accordproject/template-engine. These dependencies need to be updated together.

Updates markdown-it from 13.0.1 to 14.1.1

Changelog

Sourced from markdown-it's changelog.

[14.1.1] - 2026-01-11

Security

  • Fixed regression from v13 in linkify inline rule. Specific patterns could cause high CPU use. Thanks to @​ltduc147 for report.

[14.1.0] - 2024-03-19

Changed

  • Updated CM spec compatibility to 0.31.2, #1009.

Fixed

  • Fixed quadratic complexity when parsing references, #996.
  • Fixed quadratic output size with pathological user input in tables, #1000.

[14.0.0] - 2023-12-08

Changed

  • Drop ancient browsers support (use .fromCodePoint and other features).
  • Rewrite to ESM (including all plugins/deps). CJS fallback still available. No signatures changed, except markdown-it-emoji plugin.
  • Dropped dist/ folder from repo, build on package publish.
  • Set punicode.js as external dependency.

Fixed

  • Html tokens inside img alt are now rendered as their original text, #896.
  • Hardbreaks inside img alt are now rendered as newlines.

[13.0.2] - 2023-09-26

Security

  • Fixed crash/infinite loop caused by linkify inline rule, #957.

Fixed

  • Throw an error if 3rd party plugin doesn't increment line or pos counters (previously, markdown-it would likely go into infinite loop instead), #847.
Commits

Updates @accordproject/markdown-template from 0.16.6-20230317163634 to 0.17.2

Release notes

Sourced from @​accordproject/markdown-template's releases.

v0.17.2

Full Changelog: accordproject/markdown-transform@v0.17.0...v0.17.2

v0.17.1

Full Changelog: accordproject/markdown-transform@v0.17.0...v0.17.1

v0.17.0

What's Changed

New Contributors

Full Changelog: accordproject/markdown-transform@v0.16.26...v0.17.0

v0.16.26

What's Changed

Full Changelog: accordproject/markdown-transform@v0.16.25...v0.16.26

v0.16.25

What's Changed

New Contributors

Full Changelog: accordproject/markdown-transform@v0.16.24...v0.16.25

v0.16.24

What's Changed

Full Changelog: accordproject/markdown-transform@v0.16.23...v0.16.24

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​accordproject/markdown-template since your current version.


Updates @accordproject/markdown-transform from 0.16.6-20230317163634 to 0.16.25

Release notes

Sourced from @​accordproject/markdown-transform's releases.

v0.16.25

What's Changed

New Contributors

Full Changelog: accordproject/markdown-transform@v0.16.24...v0.16.25

v0.16.24

What's Changed

Full Changelog: accordproject/markdown-transform@v0.16.23...v0.16.24

v0.16.23

What's Changed

New Contributors

Full Changelog: accordproject/markdown-transform@v0.16.22...v0.16.23

v0.16.22

Currency release to update dependencies

What's Changed

... (truncated)

Commits

Updates @accordproject/template-engine from 1.0.11 to 2.8.0

Release notes

Sourced from @​accordproject/template-engine's releases.

v2.8.0

What's Changed

New Contributors

Full Changelog: accordproject/template-engine@v2.7.2...v2.8.0

v2.7.2

What's Changed

New Contributors

Full Changelog: accordproject/template-engine@v2.7.1...v2.7.2

v2.7.1

Full Changelog: accordproject/template-engine@v2.7.0...v2.7.1

v2.7.0

What's Changed

New Contributors

Full Changelog: accordproject/template-engine@v2.6.7...v2.7.0

v2.6.7

Export type declarations.

... (truncated)

Commits
  • 3ad165d chore(ci): add tag script
  • 1a690b9 chore(ci): use oidc auth for npmjs publish
  • 832f31c chore(deps): upgrade to concerto@3.25.7, markdown-transform@0.17.2, cicero-co...
  • cba78ac fix(tests): use timezone-aware dates to prevent snapshot drift (#98)
  • 84c3a4f chore(deps-dev): Bump brace-expansion from 1.1.11 to 1.1.12 (#44)
  • fb45462 chore(deps): Bump tar from 7.5.9 to 7.5.10 (#102)
  • 9917d5f chore(deps): Bump @​tootallnate/once and @​accordproject/markdown-html (#101)
  • 9a2d54e chore(deps-dev): Bump js-yaml from 3.14.1 to 3.14.2 (#48)
  • d2b83e5 chore: replace deprecated npm-run-all with npm-run-all2 (#97)
  • cc64247 fix: skip undefined checks for root template clause in agreement generation
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​accordproject/template-engine 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.

…ordproject/markdown-transform and @accordproject/template-engine

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) to 14.1.1 and updates ancestor dependencies [markdown-it](https://github.com/markdown-it/markdown-it), [@accordproject/markdown-template](https://github.com/accordproject/markdown-transform/tree/HEAD/packages/markdown-template), [@accordproject/markdown-transform](https://github.com/accordproject/markdown-transform/tree/HEAD/packages/markdown-transform) and [@accordproject/template-engine](https://github.com/accordproject/template-engine). These dependencies need to be updated together.


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

Updates `@accordproject/markdown-template` from 0.16.6-20230317163634 to 0.17.2
- [Release notes](https://github.com/accordproject/markdown-transform/releases)
- [Commits](https://github.com/accordproject/markdown-transform/commits/v0.17.2/packages/markdown-template)

Updates `@accordproject/markdown-transform` from 0.16.6-20230317163634 to 0.16.25
- [Release notes](https://github.com/accordproject/markdown-transform/releases)
- [Commits](https://github.com/accordproject/markdown-transform/commits/v0.16.25/packages/markdown-transform)

Updates `@accordproject/template-engine` from 1.0.11 to 2.8.0
- [Release notes](https://github.com/accordproject/template-engine/releases)
- [Commits](accordproject/template-engine@v1.0.11...v2.8.0)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-version: 14.1.1
  dependency-type: indirect
- dependency-name: "@accordproject/markdown-template"
  dependency-version: 0.17.2
  dependency-type: direct:production
- dependency-name: "@accordproject/markdown-transform"
  dependency-version: 0.16.25
  dependency-type: direct:production
- dependency-name: "@accordproject/template-engine"
  dependency-version: 2.8.0
  dependency-type: direct:production
...

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 Mar 21, 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