Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump markdownlint from 0.32.1 to 0.33.0 (#34)
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.32.1 to 0.33.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md">markdownlint's changelog</a>.</em></p> <blockquote> <h2>0.33.0</h2> <ul> <li>Add MD055/table-pipe-style, MD056/table-column-count</li> <li>Improve MD005/MD007/MD024/MD026/MD038</li> <li>Incorporate <code>micromark-extension-directive</code></li> <li>Improve JSON schema, document validation</li> <li>Reduce size of browser script</li> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint/commit/9c77f92616c063a5d42f165cae2edb9e3418ac53"><code>9c77f92</code></a> Update to version 0.33.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/ff1f3e32e684b047fd1420dda70f3e8a0772dbd8"><code>ff1f3e3</code></a> Update markdownlint-browser.js generation to use browserslist "default" targe...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/30d62f19acf237c3ec017e660960389881cbd06b"><code>30d62f1</code></a> Add rule MD056/table-column-count (fixes <a href="https://redirect.github.com/DavidAnson/markdownlint/issues/92">#92</a>).</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/f694a562541b52f2152365f9dfd7f1ce3da96ee2"><code>f694a56</code></a> Remove leftover references to eslint-plugin-es.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/0ddbffdecf98f460ab56bb70b8e5042bb1c5abee"><code>0ddbffd</code></a> Update and simplify .eslintrc.json.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/a4ff6061b331f3f82109690208e12789e8f6108b"><code>a4ff606</code></a> Bump c8 from 8.0.1 to 9.0.0</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/6a5fff0b7fcdcf9313e50c1152b3a4b0cc4c1ddf"><code>6a5fff0</code></a> Bump eslint-plugin-n from 16.6.0 to 16.6.1</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/9640be90a431504c1981fdd5b73053a8772abb47"><code>9640be9</code></a> Add simple rendering of Markdown directive metadata to demo web page for easi...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/7c2391b0210278c5d946232acce8431e940c705c"><code>7c2391b</code></a> Bump eslint-plugin-jsdoc from 47.0.2 to 48.0.2</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/b55208b27b528ebebb6fa0f61940a37f68a7a0d2"><code>b55208b</code></a> Update dependency markdownlint-micromark to 0.1.8, incorporate new micromark-...</li> <li>Additional commits viewable in <a href="https://github.com/DavidAnson/markdownlint/compare/v0.32.1...v0.33.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=markdownlint&package-manager=npm_and_yarn&previous-version=0.32.1&new-version=0.33.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information