[PR #959] [MERGED] Bump markdownlint-rule-helpers from 0.21.0 to 0.22.0 #2983

Closed
opened 2026-03-07 20:11:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/959
Author: @dependabot[bot]
Created: 9/8/2023
Status: Merged
Merged: 9/8/2023
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/markdownlint-rule-helpers-0.22.0


📝 Commits (1)

  • 70e1dec Bump markdownlint-rule-helpers from 0.21.0 to 0.22.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps markdownlint-rule-helpers from 0.21.0 to 0.22.0.

Changelog

Sourced from markdownlint-rule-helpers's changelog.

0.22.0

  • Allow extends in config to reference installed packages by name
  • Add markdownlint-disable-next-line inline comment
  • Support JSON front matter
  • Improve MD009/MD026/MD028/MD043
  • Update dependencies (including markdown-it to v12)

0.21.1

  • Improve MD011/MD031
  • Export getVersion API
Commits
  • 2a9274e Update to version 0.22.0.
  • 0c68e85 Update generated files.
  • d2bd757 Update dependencies: @​types/node to 14.14.9, browserify to 17.0.0, c8 to 7.3....
  • c254146 Exclude file in test-repos scenario due to table parsing (breaking) change in...
  • 85563c3 Handle missing token.map for th_open tokens (breaking) change in markdown-it ...
  • 77594db Update dependency: markdown-it to 12.0.2.
  • e20502c Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one...
  • c693a9a Update MD026/no-trailing-punctuation to ignore the trailing semicolon of HTML...
  • 09c5736 Remove automatic fix from MD028/no-blanks-blockquote due to ambiguity (fixes ...
  • a6d30cb Implement markdownlint-disable-next-line inline comment (fixes #295).
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/959 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/8/2023 **Status:** ✅ Merged **Merged:** 9/8/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/markdownlint-rule-helpers-0.22.0` --- ### 📝 Commits (1) - [`70e1dec`](https://github.com/DavidAnson/markdownlint/commit/70e1dec67a4ac5c3950f5577f33194a634e23716) Bump markdownlint-rule-helpers from 0.21.0 to 0.22.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [markdownlint-rule-helpers](https://github.com/DavidAnson/markdownlint) from 0.21.0 to 0.22.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md">markdownlint-rule-helpers's changelog</a>.</em></p> <blockquote> <h2>0.22.0</h2> <ul> <li>Allow <code>extends</code> in config to reference installed packages by name</li> <li>Add <code>markdownlint-disable-next-line</code> inline comment</li> <li>Support JSON front matter</li> <li>Improve MD009/MD026/MD028/MD043</li> <li>Update dependencies (including <code>markdown-it</code> to v12)</li> </ul> <h2>0.21.1</h2> <ul> <li>Improve MD011/MD031</li> <li>Export <code>getVersion</code> API</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint/commit/2a9274ece586514ba3e2819cec3eb74312dc1b84"><code>2a9274e</code></a> Update to version 0.22.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/0c68e855f768c0358efe4b06e1881feb980037aa"><code>0c68e85</code></a> Update generated files.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/d2bd75748fbfca60e4d69676360842fc0727ff53"><code>d2bd757</code></a> Update dependencies: <code>@​types/node</code> to 14.14.9, browserify to 17.0.0, c8 to 7.3....</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/c2541468ffb80c51efdbee934a9d2e37550aeb67"><code>c254146</code></a> Exclude file in test-repos scenario due to table parsing (breaking) change in...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/85563c3e63859ad74cccbd1a075df39b1c2576ed"><code>85563c3</code></a> Handle missing token.map for th_open tokens (breaking) change in markdown-it ...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/77594dbf772030c1875d48e8c67749de63ba643c"><code>77594db</code></a> Update dependency: markdown-it to 12.0.2.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/e20502c494c8b8d7f2640c141343c176af4363b6"><code>e20502c</code></a> Update MD043/required-headings to treat &quot;*&quot; as &quot;zero or more&quot; and &quot;+&quot; as &quot;one...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/c693a9a3d88540556c741418bf8b5709ad30e111"><code>c693a9a</code></a> Update MD026/no-trailing-punctuation to ignore the trailing semicolon of HTML...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/09c5736385b035eb4e983719da4fc6ba521d4099"><code>09c5736</code></a> Remove automatic fix from MD028/no-blanks-blockquote due to ambiguity (fixes ...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/a6d30cb724df1b796d2d42200581a74f7607e60f"><code>a6d30cb</code></a> Implement markdownlint-disable-next-line inline comment (fixes <a href="https://redirect.github.com/DavidAnson/markdownlint/issues/295">#295</a>).</li> <li>Additional commits viewable in <a href="https://github.com/DavidAnson/markdownlint/compare/v0.21.0...v0.22.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=markdownlint-rule-helpers&package-manager=npm_and_yarn&previous-version=0.21.0&new-version=0.22.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:11:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#2983
No description provided.