[PR #852] [MERGED] Bump markdownlint-rule-helpers from 0.19.0 to 0.20.0 #1062

Closed
opened 2026-03-03 02:01:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/852
Author: @dependabot[bot]
Created: 6/5/2023
Status: Merged
Merged: 6/5/2023
Merged by: @DavidAnson

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


📝 Commits (1)

  • b7ef2e1 Bump markdownlint-rule-helpers from 0.19.0 to 0.20.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps markdownlint-rule-helpers from 0.19.0 to 0.20.0.

Changelog

Sourced from markdownlint-rule-helpers's changelog.

0.20.0

  • Add markdownlint-configure-file inline comment
  • Reimplement MD037
  • Improve MD005/MD007/MD013/MD018/MD029/MD031/MD034/MD038/MD039
  • Improve HTML comment handling
  • Update dependencies
Commits
  • 190716d Update to version 0.20.0.
  • 5c60e00 Update MD037/no-space-in-emphasis to avoid crash, handle more scenarios.
  • a0afba9 Update dependencies: @​types/node to 13.11.1, browserify to 16.5.1, c8 to 7.1....
  • e470086 Sync to latest test file changes from Ruby implementation, commit 1e78c89224f...
  • 214ecb5 Add fallback for demo "Copy Link" functionality on browsers that do not suppo...
  • 6785974 Fix possible crash in MD005/list-indent, reporting issue with MD029/ol-prefix.
  • 320acfd Update MD034/no-bare-urls to allow quoting bare URLs.
  • e319f95 Update MD031/blanks-around-fences to add blockquote characters when fixing is...
  • 65b19b7 Update MD038/no-space-in-code to allow the "single leading and trailing space...
  • 6ce426c Add support for "markdownlint-configure-file" inline comments (fixes #264).
  • 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 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/852 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/5/2023 **Status:** ✅ Merged **Merged:** 6/5/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/markdownlint-rule-helpers-0.20.0` --- ### 📝 Commits (1) - [`b7ef2e1`](https://github.com/DavidAnson/markdownlint/commit/b7ef2e17f24bfa98afd0b47da0690f238ff54b77) Bump markdownlint-rule-helpers from 0.19.0 to 0.20.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.19.0 to 0.20.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.20.0</h2> <ul> <li>Add <code>markdownlint-configure-file</code> inline comment</li> <li>Reimplement MD037</li> <li>Improve MD005/MD007/MD013/MD018/MD029/MD031/MD034/MD038/MD039</li> <li>Improve HTML comment handling</li> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint/commit/190716da39660df004f401868c736446a6880762"><code>190716d</code></a> Update to version 0.20.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/5c60e00a90e949358094a66066d262cae5c4267c"><code>5c60e00</code></a> Update MD037/no-space-in-emphasis to avoid crash, handle more scenarios.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/a0afba972c1ce2deacde110c6437112862a075a6"><code>a0afba9</code></a> Update dependencies: <code>@​types/node</code> to 13.11.1, browserify to 16.5.1, c8 to 7.1....</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/e470086d3be5a3d674805907b1de91f91f3e3e03"><code>e470086</code></a> Sync to latest test file changes from Ruby implementation, commit 1e78c89224f...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/214ecb5fb4853ced8e6fcfce9be3d62a423e9a8b"><code>214ecb5</code></a> Add fallback for demo &quot;Copy Link&quot; functionality on browsers that do not suppo...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/678597485b3bf14468795f043b8c51692e589870"><code>6785974</code></a> Fix possible crash in MD005/list-indent, reporting issue with MD029/ol-prefix.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/320acfd7cc02d02bf6c1c941c01f59bbfbc97cca"><code>320acfd</code></a> Update MD034/no-bare-urls to allow quoting bare URLs.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/e319f9501c111cbf54839929692ab7a01d473cdc"><code>e319f95</code></a> Update MD031/blanks-around-fences to add blockquote characters when fixing is...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/65b19b703b565ccb431bd864fa1dad9ef184b2ca"><code>65b19b7</code></a> Update MD038/no-space-in-code to allow the &quot;single leading and trailing space...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/6ce426cf88864ae917821c37a9a6d6da99796e89"><code>6ce426c</code></a> Add support for &quot;markdownlint-configure-file&quot; inline comments (fixes <a href="https://redirect.github.com/DavidAnson/markdownlint/issues/264">#264</a>).</li> <li>Additional commits viewable in <a href="https://github.com/DavidAnson/markdownlint/compare/v0.19.0...v0.20.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.19.0&new-version=0.20.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 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-03 02:01:43 +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#1062
No description provided.