Skip to content

Commit 20db668

Browse files
Bump markdown-it-anchor from 9.1.0 to 9.2.0 (#6079)
Bumps [markdown-it-anchor](https://github.com/valeriangalliat/markdown-it-anchor) from 9.1.0 to 9.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/valeriangalliat/markdown-it-anchor/blob/master/CHANGELOG.md">markdown-it-anchor's changelog</a>.</em></p> <blockquote> <h2>[9.2.0] - 2024-09-07</h2> <ul> <li>Re-export <code>Token</code> and <code>State</code> types from markdown-it. (<a href="https://redirect.github.com/valeriangalliat/markdown-it-anchor/issues/135">#135</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/valeriangalliat/markdown-it-anchor/commit/957d7129a6a84bfa3e22283b99ee94c2dbdc16de"><code>957d712</code></a> 9.2.0</li> <li><a href="https://github.com/valeriangalliat/markdown-it-anchor/commit/bbea319b3f3325b039e94eda6358f0e3af2144a6"><code>bbea319</code></a> Update changelog</li> <li><a href="https://github.com/valeriangalliat/markdown-it-anchor/commit/8182650d6740a145fb18e4cb199178a7bd98f713"><code>8182650</code></a> Fix import</li> <li><a href="https://github.com/valeriangalliat/markdown-it-anchor/commit/6de6c1b11bfd7a113b8ffd9791d653e3a9b2a55c"><code>6de6c1b</code></a> Put back deep import for markdwon-it types and fix typo</li> <li><a href="https://github.com/valeriangalliat/markdown-it-anchor/commit/75e6322360faf93ec7515d96ff2b520fb3e0d73d"><code>75e6322</code></a> Merge pull request <a href="https://redirect.github.com/valeriangalliat/markdown-it-anchor/issues/135">#135</a> from nex3/patch-1</li> <li><a href="https://github.com/valeriangalliat/markdown-it-anchor/commit/1628108693ac2182d69a84fb69bc9ff5586b6e18"><code>1628108</code></a> Use types from <code>@​types/markdown-it</code></li> <li><a href="https://github.com/valeriangalliat/markdown-it-anchor/commit/4e6b760cf09c93667e34a39e7326cfafea04cdda"><code>4e6b760</code></a> Export Token and State types from index.d.ts</li> <li>See full diff in <a href="https://github.com/valeriangalliat/markdown-it-anchor/compare/v9.1.0...v9.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=markdown-it-anchor&package-manager=npm_and_yarn&previous-version=9.1.0&new-version=9.2.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e29df67 commit 20db668

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"js-yaml": "^4.1.0",
3232
"liquidjs": "10.16.7",
3333
"markdown-it": "^14.1.0",
34-
"markdown-it-anchor": "^9.1.0",
34+
"markdown-it-anchor": "^9.2.0",
3535
"markdown-it-attrs": "^4.2.0",
3636
"markdown-it-container": "^4.0.0",
3737
"markdown-it-deflist": "^3.0.0",

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)