Skip to content

Commit f981e2f

Browse files
chore(deps-dev): bump markdownlint-cli from 0.46.0 to 0.47.0 (#401)
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.46.0 to 0.47.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/igorshubovych/markdownlint-cli/releases">markdownlint-cli's releases</a>.</em></p> <blockquote> <h2>v0.47.0</h2> <ul> <li>Add output and exit code support for warnings</li> <li>Update <code>markdownlint</code> dependency to <code>0.40.0</code> <ul> <li>Improve <code>MD011</code>/<code>MD013</code>/<code>MD051</code>/<code>MD060</code></li> </ul> </li> <li>Update all dependencies via <code>Dependabot</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/76b3d32d3f4b965e1d6425253c59407420ae2c43"><code>76b3d32</code></a> Bump version 0.47.0</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/a8463473941d5ea7a20a025b79c4992126097f2e"><code>a846347</code></a> Return exit code 0 when only warnings are present (fixes <a href="https://redirect.github.com/igorshubovych/markdownlint-cli/issues/177">#177</a>).</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/bea81c4ab242342020c47979d9eb02e692bdd60a"><code>bea81c4</code></a> Update violation summary output to include severity.</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/5174cace1cd2e1bc6d816ac81ff44fc0749717e3"><code>5174cac</code></a> Add output test for severity warning.</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/dabfdb41a04512d1b5519f371e25fb715c7f1da4"><code>dabfdb4</code></a> Update JSON output test to include severity warning.</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/7f9da43c5aba2ca2766ab1709ec13e023432ddaa"><code>7f9da43</code></a> Fix outdated workflow status badge.</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/20a2943a907ac4c5d1d0d12fd3bc2f6586bfbd80"><code>20a2943</code></a> Bump markdownlint from 0.39.0 to 0.40.0</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/9b4465ebfe8748c1eb7a89fb3c29e01cc48f6aae"><code>9b4465e</code></a> Add explicit versioning to Docker entry points in .pre-commit-hooks.yaml so p...</li> <li><a href="https://github.com/igorshubovych/markdownlint-cli/commit/974546440cb0f5b9a9f44ba1eeb617826f0445fb"><code>9745464</code></a> Bump actions/checkout from 5 to 6</li> <li>See full diff in <a href="https://github.com/igorshubovych/markdownlint-cli/compare/v0.46.0...v0.47.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=markdownlint-cli&package-manager=npm_and_yarn&previous-version=0.46.0&new-version=0.47.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 a6c56dd commit f981e2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"devDependencies": {
66
"cspell": "9.3.2",
7-
"markdownlint-cli": "0.46.0"
7+
"markdownlint-cli": "0.47.0"
88
},
99
"scripts": {
1010
"format-cspell-config": "node ./internal/scripts/format-cspell-config.js"

0 commit comments

Comments
 (0)