Skip to content

Commit

Permalink
build(deps): update dependency markdown-it to v14 (#28785)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
renovate[bot] and viceice committed May 2, 2024
1 parent 212a574 commit 76aebf6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 45 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"klona": "2.0.6",
"lru-cache": "10.2.0",
"luxon": "3.4.4",
"markdown-it": "13.0.2",
"markdown-it": "14.1.0",
"markdown-table": "2.0.0",
"minimatch": "9.0.4",
"moo": "0.5.2",
Expand Down Expand Up @@ -287,7 +287,7 @@
"@types/linkify-markdown": "1.0.3",
"@types/lodash": "4.17.0",
"@types/luxon": "3.4.2",
"@types/markdown-it": "13.0.7",
"@types/markdown-it": "14.0.1",
"@types/markdown-table": "2.0.0",
"@types/marshal": "0.5.3",
"@types/mdast": "3.0.15",
Expand Down
49 changes: 7 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/check-fenced-code.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ markdown.enable(['fence']);
/**
*
* @param {string} file
* @param {import('markdown-it/lib/token')} token
* @param {import('markdown-it').Token} token
*/
function checkValidJson(file, token) {
const start = token.map ? token.map[0] + 1 : 0;
Expand Down

0 comments on commit 76aebf6

Please sign in to comment.