Skip to content

Commit 0a65a07

Browse files
chore(deps-dev): bump markdownlint-cli2 from 0.16.0 to 0.17.1 (#104)
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.16.0 to 0.17.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md">markdownlint-cli2's changelog</a>.</em></p> <blockquote> <h2>0.17.1</h2> <ul> <li>Update dependencies (including <code>markdownlint</code>)</li> </ul> <h2>0.17.0</h2> <ul> <li>Convert to ECMAScript modules</li> <li>Use import() when loading modules</li> <li>Update dependencies (including <code>markdownlint</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/af14a2e768b741b941255b4c6b875339b4acbb73"><code>af14a2e</code></a> Update to version 0.17.1.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/35b2bac2da0bec59bf197f79aa070d88bdbfd618"><code>35b2bac</code></a> Update dependency: markdownlint to 0.37.3.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/3692f4bea02050fe009b3426ff40d91602c8c977"><code>3692f4b</code></a> Copy formatter-pretty dependencies to package.json as devDependencies to get ...</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/08bb5271fb6e9969a09e280461dade1e249263c8"><code>08bb527</code></a> Add CI job that verifies tests pass when using pnpm (vs. npm).</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/0439c8adea14508c6ec0a142bc5dbc3d1efb2617"><code>0439c8a</code></a> Update to version 0.17.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/6f6d7e8224398777a62234644319869bf66d2baf"><code>6f6d7e8</code></a> Reword configuration file name exception text for clarity (fixes <a href="https://redirect.github.com/DavidAnson/markdownlint-cli2/issues/481">#481</a>).</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/7b3ac509c14f391dd108652798d69dee439fe0ad"><code>7b3ac50</code></a> Bump chalk from 5.4.0 to 5.4.1 in /formatter-pretty</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/c2bc2a0b45ae692687bade25cc6d8960a303a895"><code>c2bc2a0</code></a> Bump eslint-plugin-n from 17.15.0 to 17.15.1</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/55c26613eafa3b2e3a915d6a0e50003f1b6d295e"><code>55c2661</code></a> Bump chalk from 5.3.0 to 5.4.0 in /formatter-pretty</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2/commit/827a3b0cddee15695725ca3ead907ecf965849e9"><code>827a3b0</code></a> Add sentences-per-line third-party custom rule to Dockerfile-rules.</li> <li>Additional commits viewable in <a href="https://github.com/DavidAnson/markdownlint-cli2/compare/v0.16.0...v0.17.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=markdownlint-cli2&package-manager=npm_and_yarn&previous-version=0.16.0&new-version=0.17.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> Co-authored-by: Jason Weinzierl <[email protected]>
1 parent f4b16eb commit 0a65a07

File tree

2 files changed

+459
-24
lines changed

2 files changed

+459
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"eslint-plugin-eslint-plugin": "^6.4.0",
9090
"eslint-plugin-import-x": "^4.6.1",
9191
"eslint-plugin-n": "^17.15.1",
92-
"markdownlint-cli2": "^0.16.0",
92+
"markdownlint-cli2": "^0.17.1",
9393
"rxjs": "^7.8.1",
9494
"tsup": "^8.3.5",
9595
"typescript": "~5.7.2",

0 commit comments

Comments
 (0)