Skip to content

Commit 5bcb344

Browse files
Bump marked from 16.0.0 to 16.1.1 (#1478)
Bumps [marked](https://github.com/markedjs/marked) from 16.0.0 to 16.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/markedjs/marked/releases">marked's releases</a>.</em></p> <blockquote> <h2>v16.1.1</h2> <h2><a href="https://github.com/markedjs/marked/compare/v16.1.0...v16.1.1">16.1.1</a> (2025-07-18)</h2> <h3>Bug Fixes</h3> <ul> <li>fix stong and em tokens in angle brackets (<a href="https://redirect.github.com/markedjs/marked/issues/3731">#3731</a>) (<a href="https://github.com/markedjs/marked/commit/ad8535c3ada13602929f54527d158a37fa16e4ee">ad8535c</a>)</li> </ul> <h2>v16.1.0</h2> <h1><a href="https://github.com/markedjs/marked/compare/v16.0.0...v16.1.0">16.1.0</a> (2025-07-17)</h1> <h3>Features</h3> <ul> <li>add generic types for parser and renderer output (<a href="https://redirect.github.com/markedjs/marked/issues/3722">#3722</a>) (<a href="https://github.com/markedjs/marked/commit/39a0ee326d8f549d2b14922ce1f3da3d4aeb8f4a">39a0ee3</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/markedjs/marked/commit/9ba9c02f0120789112324c5cc863f37947ed6d81"><code>9ba9c02</code></a> chore(release): 16.1.1 [skip ci]</li> <li><a href="https://github.com/markedjs/marked/commit/ad8535c3ada13602929f54527d158a37fa16e4ee"><code>ad8535c</code></a> fix: fix stong and em tokens in angle brackets (<a href="https://redirect.github.com/markedjs/marked/issues/3731">#3731</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/eb3ad1a21f88fc9eb29d3394401ea812b3fff639"><code>eb3ad1a</code></a> chore(release): 16.1.0 [skip ci]</li> <li><a href="https://github.com/markedjs/marked/commit/39a0ee326d8f549d2b14922ce1f3da3d4aeb8f4a"><code>39a0ee3</code></a> feat: add generic types for parser and renderer output (<a href="https://redirect.github.com/markedjs/marked/issues/3722">#3722</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/1d687e05ae1c632d62f60128a82d386a5ab0025f"><code>1d687e0</code></a> docs: add marked-html-renderer to known extensions (<a href="https://redirect.github.com/markedjs/marked/issues/3724">#3724</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/d816635acffe60df293f3fe59a2f60287638afb1"><code>d816635</code></a> chore(deps-dev): Bump semantic-release from 24.2.6 to 24.2.7 (<a href="https://redirect.github.com/markedjs/marked/issues/3725">#3725</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/052f9ed2e8d4cc851de03149f365dd1d78c1dd9f"><code>052f9ed</code></a> chore(deps-dev): Bump esbuild from 0.25.5 to 0.25.6 (<a href="https://redirect.github.com/markedjs/marked/issues/3726">#3726</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/7fc8692532a49651b36c9ed6d691b2ab0a186b45"><code>7fc8692</code></a> chore(deps-dev): Bump eslint from 9.30.1 to 9.31.0 (<a href="https://redirect.github.com/markedjs/marked/issues/3727">#3727</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/56642d91161269c791068804fbaa85367bf577ae"><code>56642d9</code></a> chore(deps-dev): Bump eslint from 9.30.0 to 9.30.1 (<a href="https://redirect.github.com/markedjs/marked/issues/3723">#3723</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/dbf29d9171a28da21f06122d643baf4e5d4266d4"><code>dbf29d9</code></a> chore(deps-dev): Bump semantic-release from 24.2.5 to 24.2.6 (<a href="https://redirect.github.com/markedjs/marked/issues/3721">#3721</a>)</li> <li>Additional commits viewable in <a href="https://github.com/markedjs/marked/compare/v16.0.0...v16.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=marked&package-manager=npm_and_yarn&previous-version=16.0.0&new-version=16.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6a37bd commit 5bcb344

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"hastscript": "^9.0.1",
3535
"js-yaml": "^4.1.0",
3636
"lite-youtube-embed": "^0.3.3",
37-
"marked": "^16.0.0",
37+
"marked": "^16.1.1",
3838
"nanostores": "^1.0.1",
3939
"pagefind": "^1.3.0",
4040
"rehype-autolink-headings": "^7.1.0",

pnpm-lock.yaml

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)