[PR #1095] [MERGED] Bump markdownlint-rule-helpers from 0.23.0 to 0.24.0 #3070

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1095
Author: @dependabot[bot]
Created: 1/8/2024
Status: Merged
Merged: 1/8/2024
Merged by: @DavidAnson

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


📝 Commits (1)

  • 093e2f5 Bump markdownlint-rule-helpers from 0.23.0 to 0.24.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps markdownlint-rule-helpers from 0.23.0 to 0.24.0.

Changelog

Sourced from markdownlint-rule-helpers's changelog.

0.24.0

  • Remove support for end-of-life Node version 10
  • Add support for custom file system module
  • Improve MD010/MD011/MD037/MD043/MD044
  • Improve TypeScript declaration file and JSON schema
  • Update dependencies

0.23.1

  • Work around lack of webpack support for dynamic calls to require(.resolve)
Commits
  • a852407 Merge branch 'next'
  • e79e818 Update to version 0.24.0.
  • e72b2ba Update MD011/no-reversed-links to remove RegExp negative lookbehind assertion...
  • a8228ec Update dependencies: c8 to 7.8.0, eslint to 7.32.0, eslint-plugin-jsdoc to 36...
  • 227750e Update dependency: markdown-it to 12.2.0.
  • c99ced2 Update MD037/no-space-in-emphasis to ignore emphasis on code fences and not r...
  • c0218b2 Add MDN Web Docs to Examples in README.md.
  • 580e57d Add Prettier.md to document compatibility issues (fixes #410).
  • 92111e0 Resolve Windows-specific test failure due to path comparison.
  • 709e314 Update readConfig to use fs.access so the async path is fully async.
  • 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/1095 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/8/2024 **Status:** ✅ Merged **Merged:** 1/8/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/markdownlint-rule-helpers-0.24.0` --- ### 📝 Commits (1) - [`093e2f5`](https://github.com/DavidAnson/markdownlint/commit/093e2f5a4a1f5334712ad8afc48c959d60d33b7c) Bump markdownlint-rule-helpers from 0.23.0 to 0.24.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.23.0 to 0.24.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.24.0</h2> <ul> <li>Remove support for end-of-life Node version 10</li> <li>Add support for custom file system module</li> <li>Improve MD010/MD011/MD037/MD043/MD044</li> <li>Improve TypeScript declaration file and JSON schema</li> <li>Update dependencies</li> </ul> <h2>0.23.1</h2> <ul> <li>Work around lack of webpack support for dynamic calls to <code>require</code>(<code>.resolve</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint/commit/a852407c887ec60949aa5365ed964bab833f962f"><code>a852407</code></a> Merge branch 'next'</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/e79e8188a5ba573cfc0a9ff750c20ab5d359bbaa"><code>e79e818</code></a> Update to version 0.24.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/e72b2ba985de3cf0e49767e5a12516fb01c25c8d"><code>e72b2ba</code></a> Update MD011/no-reversed-links to remove RegExp negative lookbehind assertion...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/a8228ecd805225bad1e8e64cf961248d9108e36c"><code>a8228ec</code></a> Update dependencies: c8 to 7.8.0, eslint to 7.32.0, eslint-plugin-jsdoc to 36...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/227750e0ee67fb665dfb787f1c33f42dbc2fe9fc"><code>227750e</code></a> Update dependency: markdown-it to 12.2.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/c99ced2a7d39e3e591da2ff20f6ef4b6239f1ea1"><code>c99ced2</code></a> Update MD037/no-space-in-emphasis to ignore emphasis on code fences and not r...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/c0218b24891067f2cfbdb8c5a44c6adef3be1dab"><code>c0218b2</code></a> Add MDN Web Docs to Examples in README.md.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/580e57ddeec0d59e65b2872a7e70622fb03858df"><code>580e57d</code></a> Add Prettier.md to document compatibility issues (fixes <a href="https://redirect.github.com/DavidAnson/markdownlint/issues/410">#410</a>).</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/92111e09cf5990c2bfda7d3bba4c879a55b6c5d4"><code>92111e0</code></a> Resolve Windows-specific test failure due to path comparison.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/709e3148366000ab374939c9cc0ce2583611d114"><code>709e314</code></a> Update readConfig to use fs.access so the async path is fully async.</li> <li>Additional commits viewable in <a href="https://github.com/DavidAnson/markdownlint/compare/v0.23.0...v0.24.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.23.0&new-version=0.24.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:57 +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#3070
No description provided.