Skip to content

Commit

Permalink
Bump markdownlint from 0.34.0 to 0.35.0 (#48)
Browse files Browse the repository at this point in the history
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from
0.34.0 to 0.35.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.35.0</h2>
<ul>
<li>Add MD058/blanks-around-tables</li>
<li>Use <code>micromark</code> in
MD001/MD003/MD009/MD010/MD013/MD014/MD019/MD021/MD023/
MD024/MD025/MD039/MD042/MD043</li>
<li>Improve MD018/MD020/MD031/MD034/MD044</li>
<li><code>markdown-it</code> parser no longer invoked by default</li>
<li>Add strict version of JSON schema</li>
<li>Improve performance</li>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/DavidAnson/markdownlint/commit/fe02674ce0119b0ae2c260e326ef6f74693c35e0"><code>fe02674</code></a>
Update to version 0.35.0.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint/commit/6d097cce3f094ef2796c1d358e048f01a70d71ba"><code>6d097cc</code></a>
Add missing semicolon to address new code scanning warning.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint/commit/9c8e7156e1aba1b5c0a8e8c0677ea9e83e7c1158"><code>9c8e715</code></a>
Create strict JSON Schema for configuration (standalone for ease of use)
and ...</li>
<li><a
href="https://github.com/DavidAnson/markdownlint/commit/bbca3ad209166f3539f1a35da574cb1a0bac757a"><code>bbca3ad</code></a>
Bump eslint from 9.9.0 to 9.9.1</li>
<li><a
href="https://github.com/DavidAnson/markdownlint/commit/0291179e93f052117469b4ea77f7ac3c6dd1a3b3"><code>0291179</code></a>
Bump <code>@​eslint/js</code> from 9.9.0 to 9.9.1</li>
<li><a
href="https://github.com/DavidAnson/markdownlint/commit/05a467494b5d27143df39733f7a9ee1266ddcff1"><code>05a4674</code></a>
Update README.md to say explicitly that all rules are enabled by
default.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint/commit/dfcb4529f36fbbb0226e537c844a1a07c95772b7"><code>dfcb452</code></a>
Cache all top-level calls to filterByTypes (~7% runtime reduction).</li>
<li><a
href="https://github.com/DavidAnson/markdownlint/commit/85e704f32ab546a7d5a8d8f176b190ed32af1477"><code>85e704f</code></a>
Update to only invoke rules that are used at least once by the
content.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint/commit/6870a488297e3c561c74a6de0e10aaf5929fcb2d"><code>6870a48</code></a>
Bump webpack from 5.93.0 to 5.94.0 in /micromark</li>
<li><a
href="https://github.com/DavidAnson/markdownlint/commit/0d769607afaf99ff14d122c7177db80638446ae2"><code>0d76960</code></a>
Bump webpack from 5.92.0 to 5.94.0</li>
<li>Additional commits viewable in <a
href="https://github.com/DavidAnson/markdownlint/compare/v0.34.0...v0.35.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.34.0&new-version=0.35.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>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 34b5b2f commit 78d10b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 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 @@ -15,7 +15,7 @@
"@github/markdownlint-github": "^0.6.3",
"@webcomponents/custom-elements": "^1.6.0",
"dom-input-range": "^1.1.6",
"markdownlint": "^0.34.0"
"markdownlint": "^0.35.0"
},
"devDependencies": {
"@babel/core": "^7.21.8",
Expand Down

0 comments on commit 78d10b7

Please sign in to comment.