Skip to content

Commit

Permalink
build(deps): bump markdownlint-cli from 0.42.0 to 0.43.0 (#153)
Browse files Browse the repository at this point in the history
Bumps
[markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli)
from 0.42.0 to 0.43.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.43.0</h2>
<ul>
<li>Update <code>markdownlint</code> dependency to <code>0.36.1</code>
<ul>
<li>Improve <code>MD051</code></li>
<li>Make <code>micromark</code> parser available to custom rules</li>
<li>Improve performance</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/0d9fcb51a54f3b750b911c054b4bd1a590f1b592"><code>0d9fcb5</code></a>
Bump version 0.43.0</li>
<li><a
href="https://github.com/igorshubovych/markdownlint-cli/commit/5ea894c61dba3dad2bb4ce0d9754233151aefc97"><code>5ea894c</code></a>
Bump smol-toml from 1.3.0 to 1.3.1</li>
<li><a
href="https://github.com/igorshubovych/markdownlint-cli/commit/d6addd929f5f88293fc567b392db22296d51acb0"><code>d6addd9</code></a>
Replace get-stdin package dependency with node:stream/consumers.</li>
<li><a
href="https://github.com/igorshubovych/markdownlint-cli/commit/e08f9cdadc9acf86db9bb466a7c4f386eb0ebd03"><code>e08f9cd</code></a>
Update code for new markdownlint library version.</li>
<li><a
href="https://github.com/igorshubovych/markdownlint-cli/commit/1fff3f24c1809e9868e4740773591641d5c95612"><code>1fff3f2</code></a>
Bump markdownlint from 0.35.0 to 0.36.1</li>
<li><a
href="https://github.com/igorshubovych/markdownlint-cli/commit/9377bc0872587cf07152b82c2c60a97409b1932b"><code>9377bc0</code></a>
Bump ava from 6.1.3 to 6.2.0</li>
<li><a
href="https://github.com/igorshubovych/markdownlint-cli/commit/43a24cc62adc5ede15d29aa371f982af9e5beb53"><code>43a24cc</code></a>
Bump nano-spawn from 0.1.0 to 0.2.0</li>
<li>See full diff in <a
href="https://github.com/igorshubovych/markdownlint-cli/compare/v0.42.0...v0.43.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.42.0&new-version=0.43.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
dependabot[bot] authored Dec 2, 2024
1 parent 4181e81 commit c8e5496
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
51 changes: 24 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "tldr-pages/tldr-maintenance",
"homepage": "https://github.com/tldr-pages/tldr-maintenance",
"dependencies": {
"markdownlint-cli": "^0.42.0",
"markdownlint-cli": "^0.43.0",
"tldr-lint": "^0.0.16"
},
"devDependencies": {
Expand Down

0 comments on commit c8e5496

Please sign in to comment.