chore(deps-dev): bump @types/markdown-it from 14.1.1 to 14.1.2 (#12260)

* chore(deps-dev): bump @types/markdown-it from 14.1.1 to 14.1.2

Bumps [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) from 14.1.1 to 14.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it)

---
updated-dependencies:
- dependency-name: "@types/markdown-it"
  dependency-version: 14.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Drop removed `jump` field from mark delimiter

@types/markdown-it 14.1.2 removed `jump` from the `Delimiter` interface
to match upstream markdown-it, which tracks jumps in a local array
inside balance_pairs rather than on each delimiter.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom@getoutline.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
dependabot[bot]
2026-05-04 21:10:58 -04:00
committed by GitHub
parent 1f8f708c83
commit bee5945c0b
3 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -312,7 +312,7 @@
"@types/koa-send": "^4.1.6",
"@types/koa-sslify": "^4.0.6",
"@types/koa-useragent": "^2.1.2",
"@types/markdown-it": "14.1.1",
"@types/markdown-it": "14.1.2",
"@types/markdown-it-container": "^2.0.11",
"@types/markdown-it-emoji": "^3.0.1",
"@types/mime-types": "^3.0.1",
@@ -392,7 +392,7 @@
"ajv@npm:^8.6.0": "^8.18.0",
"ajv@npm:^8.17.1": "^8.18.0",
"ajv@npm:~8.13.0": "^8.18.0",
"@types/markdown-it": "14.1.1",
"@types/markdown-it": "14.1.2",
"minimatch@npm:^3.0.2": "^3.1.5",
"minimatch@npm:^3.0.4": "^3.1.5",
"minimatch@npm:^3.1.1": "^3.1.5",