Skip to content

Commit 1ce1b7a

Browse files
build(deps-dev): bump micromark-extension-gfm from 0.3.3 to 2.0.1 (#262)
Bumps [micromark-extension-gfm](https://github.com/micromark/micromark-extension-gfm) from 0.3.3 to 2.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micromark/micromark-extension-gfm/releases">micromark-extension-gfm's releases</a>.</em></p> <blockquote> <h2>2.0.1</h2> <ul> <li>317cf38 Update docs</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/micromark/micromark-extension-gfm/compare/2.0.0...2.0.1">https://github.com/micromark/micromark-extension-gfm/compare/2.0.0...2.0.1</a></p> <h2>2.0.0</h2> <ul> <li>39629ed Add support for <a href="https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/">GFM footnotes</a> ✨</li> <li>db32db7 Change <code>gfmHtml</code> to be a function that returns an extension <pre lang="diff"><code> import {gfm, gfmHtml} from 'micromark-extension-gfm' <p>const output = micromark('markdown', { allowDangerousHtml: true, extensions: [gfm()],</p> <ul> <li>htmlExtensions: [gfmHtml]</li> </ul> <ul> <li>htmlExtensions: [gfmHtml()] }) </code></pre></li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/micromark/micromark-extension-gfm/compare/1.0.0...2.0.0">https://github.com/micromark/micromark-extension-gfm/compare/1.0.0...2.0.0</a></p> <h2>1.0.0</h2> <ul> <li>a60336a Update <code>micromark</code></li> <li>db95dac Add better docs</li> <li>d06be69 Add JSDoc based types</li> <li>9863a07 Use ESM</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micromark/micromark-extension-gfm/commit/7bc6b6f3baf941f877d7b2111e9257b21b13b37e"><code>7bc6b6f</code></a> 2.0.1</li> <li><a href="https://github.com/micromark/micromark-extension-gfm/commit/5119d67692654777bb2b2ad1d36c75c347a097c4"><code>5119d67</code></a> Add some tests for autolinks</li> <li><a href="https://github.com/micromark/micromark-extension-gfm/commit/9d73036e52230c45910d825ae07a439769aca45c"><code>9d73036</code></a> Fix to ignore GFM spec attribute order</li> <li><a href="https://github.com/micromark/micromark-extension-gfm/commit/317cf3878ec9bf1f18558ccefff13cb2055252dc"><code>317cf38</code></a> Update docs</li> <li><a href="https://github.com/micromark/micromark-extension-gfm/commit/c4adab0730fa0f9388773b1544f1bab48f9ef1cc"><code>c4adab0</code></a> Update dev-dependencies</li> <li><a href="https://github.com/micromark/micromark-extension-gfm/commit/9c3f400cdebbdffb75398b575bf1b52941a5e99a"><code>9c3f400</code></a> Add docs on footnote options</li> <li><a href="https://github.com/micromark/micromark-extension-gfm/commit/fc6174977e9c13ef26cca2b4109dfe8733a40358"><code>fc61749</code></a> 2.0.0</li> <li><a href="https://github.com/micromark/micromark-extension-gfm/commit/2113b7f82c40822d332d8b95a0d5e3dee03fd5f4"><code>2113b7f</code></a> Update docs</li> <li><a href="https://github.com/micromark/micromark-extension-gfm/commit/39629ede5abca30b488c7998ff319c0927979195"><code>39629ed</code></a> Add support for GFM footnotes</li> <li><a href="https://github.com/micromark/micromark-extension-gfm/commit/db32db761d0caf47aadafda18e32c9d78733fbee"><code>db32db7</code></a> Change <code>gfmHtml</code> to be a function that returns an extension</li> <li>Additional commits viewable in <a href="https://github.com/micromark/micromark-extension-gfm/compare/0.3.3...2.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=micromark-extension-gfm&package-manager=npm_and_yarn&previous-version=0.3.3&new-version=2.0.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 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>
1 parent a61367d commit 1ce1b7a

2 files changed

Lines changed: 124 additions & 30 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"mdast-builder": "^1.1.1",
4949
"mdast-util-from-markdown": "^1.2.0",
5050
"mdast-util-gfm": "^2.0.1",
51-
"micromark-extension-gfm": "^0.3.3",
51+
"micromark-extension-gfm": "^2.0.1",
5252
"openapi-examples-validator": "^4.4.0",
5353
"openapi-to-postmanv2": "^2.10.0",
5454
"openapi-types": "^9.1.0",

0 commit comments

Comments
 (0)