[PR #755] [MERGED] Bump markdownlint-rule-helpers from 0.18.0 to 0.19.0 #992

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/755
Author: @dependabot[bot]
Created: 3/27/2023
Status: Merged
Merged: 3/27/2023
Merged by: @DavidAnson

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


📝 Commits (1)

  • 745cc72 Bump markdownlint-rule-helpers from 0.18.0 to 0.19.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps markdownlint-rule-helpers from 0.18.0 to 0.19.0.

Changelog

Sourced from markdownlint-rule-helpers's changelog.

0.19.0

  • Remove support for end-of-life Node version 8
  • Add fix information for MD005/list-indent
  • Improve MD007/MD013/MD014
  • Deprecate MD006/ul-start-left
  • Add rationale for every rule
  • Update test runner and code coverage
  • Add more JSDoc comments
  • Update dependencies
Commits
  • 6dff816 Update to version 0.19.0.
  • 17aa137 Update dependencies: @​types/node to 13.5.0, c8 to 7.0.1, eslint to 6.8.0, esl...
  • 4d0c963 Sync to latest test file changes from Ruby implementation, commit d5145912de2...
  • 3adb25c Remove use of deprecated HTML manifest/offline.appcache from demo web page.
  • 3238ed4 Update all rules to better handle wrongly-typed configuration parameters.
  • 26ad055 Update MD013/line-length to allow inline image links to exceed the length thr...
  • 74af9f8 Enable jsdoc/require-jsdoc rule, fix all violations (fixes #85).
  • a1249ad Add "Rationale" section to documentation for every rule (fixes #228).
  • e3c93ed Add eslint-plugin-jsdoc to lint script, address new violation.
  • 9ac0645 Update MD014/commands-show-output to allow blanks and output-less commands (f...
  • 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/755 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/27/2023 **Status:** ✅ Merged **Merged:** 3/27/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/markdownlint-rule-helpers-0.19.0` --- ### 📝 Commits (1) - [`745cc72`](https://github.com/DavidAnson/markdownlint/commit/745cc7294c8bc2748ad331a63a666150bab773ca) Bump markdownlint-rule-helpers from 0.18.0 to 0.19.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.18.0 to 0.19.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.19.0</h2> <ul> <li>Remove support for end-of-life Node version 8</li> <li>Add fix information for MD005/list-indent</li> <li>Improve MD007/MD013/MD014</li> <li>Deprecate MD006/ul-start-left</li> <li>Add rationale for every rule</li> <li>Update test runner and code coverage</li> <li>Add more JSDoc comments</li> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint/commit/6dff816f825909d09e838afa131cca212e586083"><code>6dff816</code></a> Update to version 0.19.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/17aa1371aec66c8177f923999f13a51c2b1511ba"><code>17aa137</code></a> Update dependencies: <code>@​types/node</code> to 13.5.0, c8 to 7.0.1, eslint to 6.8.0, esl...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/4d0c963c7083db91d75819c1d41bcf66c3356ab0"><code>4d0c963</code></a> Sync to latest test file changes from Ruby implementation, commit d5145912de2...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/3adb25c79b72d6bb99dc626cca7953a2f6ffd51b"><code>3adb25c</code></a> Remove use of deprecated HTML manifest/offline.appcache from demo web page.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/3238ed4249f56a8d9e09f1ff33d307f1058fbee2"><code>3238ed4</code></a> Update all rules to better handle wrongly-typed configuration parameters.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/26ad0550ec087d4ad67004b32251784093eb7f5d"><code>26ad055</code></a> Update MD013/line-length to allow inline image links to exceed the length thr...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/74af9f82fb77fab569c7a5068422aaa9560784a6"><code>74af9f8</code></a> Enable jsdoc/require-jsdoc rule, fix all violations (fixes <a href="https://redirect.github.com/DavidAnson/markdownlint/issues/85">#85</a>).</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/a1249ad24d5a3be631448dde2c0095581f6ce3a3"><code>a1249ad</code></a> Add &quot;Rationale&quot; section to documentation for every rule (fixes <a href="https://redirect.github.com/DavidAnson/markdownlint/issues/228">#228</a>).</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/e3c93ed65d188da7326bc2bec349747ff26274b1"><code>e3c93ed</code></a> Add eslint-plugin-jsdoc to lint script, address new violation.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/9ac06456d1482a3be8020d0656ee89a2a854e242"><code>9ac0645</code></a> Update MD014/commands-show-output to allow blanks and output-less commands (f...</li> <li>Additional commits viewable in <a href="https://github.com/DavidAnson/markdownlint/compare/v0.18.0...v0.19.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.18.0&new-version=0.19.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:24 +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#992
No description provided.