[PR #690] [MERGED] Bump markdownlint-rule-helpers from 0.17.2 to 0.18.0 #2804

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/690
Author: @dependabot[bot]
Created: 12/28/2022
Status: Merged
Merged: 12/28/2022
Merged by: @DavidAnson

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


📝 Commits (1)

  • 4fe5acd Bump markdownlint-rule-helpers from 0.17.2 to 0.18.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps markdownlint-rule-helpers from 0.17.2 to 0.18.0.

Commits
  • 75191b7 Update to version 0.18.0.
  • 933c9da Update dependencies: @​types/node to 12.12.17, cpy-cli to 3.0.0, eslint to 6.7...
  • b39e5e3 Update MD013/line-length to include strict mode (fixes #237).
  • 5ae5e44 Update MD030/list-marker-space to allow bare list item markers for templating...
  • 6f3c67f Update MD009/no-trailing-spaces to include strict mode (fixes #216).
  • a9251c5 Add markdownlint-disable-file/markdownlint-enable-file inline comments (fixes...
  • c0f040e Replace Azure DevOps CI workflow with GitHub Action.
  • 3cd7457 Add GitHub Action for running CI tests.
  • 3e91da3 Update MD007/ul-indent to report/fix for all unordered list item groupings.
  • 3981bc7 Update MD006/ul-start-left to report/fix for all top-level items in lists tha...
  • 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/690 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/28/2022 **Status:** ✅ Merged **Merged:** 12/28/2022 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/markdownlint-rule-helpers-0.18.0` --- ### 📝 Commits (1) - [`4fe5acd`](https://github.com/DavidAnson/markdownlint/commit/4fe5acd1e7542b245d6fa96c36cb6b3aa5b49366) Bump markdownlint-rule-helpers from 0.17.2 to 0.18.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.17.2 to 0.18.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint/commit/75191b7c7059a07114afb46c75f02c80486c379f"><code>75191b7</code></a> Update to version 0.18.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/933c9da75c4c6134d78889c5e273593650cc3e8e"><code>933c9da</code></a> Update dependencies: <code>@​types/node</code> to 12.12.17, cpy-cli to 3.0.0, eslint to 6.7...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/b39e5e309e3aa21c188560bd935fcbee1af93f2b"><code>b39e5e3</code></a> Update MD013/line-length to include strict mode (fixes <a href="https://github-redirect.dependabot.com/DavidAnson/markdownlint/issues/237">#237</a>).</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/5ae5e448b0fcf37220155c31370099b89fd11c14"><code>5ae5e44</code></a> Update MD030/list-marker-space to allow bare list item markers for templating...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/6f3c67f7603c629dfd176f35c7a10308b30b65b9"><code>6f3c67f</code></a> Update MD009/no-trailing-spaces to include strict mode (fixes <a href="https://github-redirect.dependabot.com/DavidAnson/markdownlint/issues/216">#216</a>).</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/a9251c533f975398388ff3e8c6a3397378a60e73"><code>a9251c5</code></a> Add markdownlint-disable-file/markdownlint-enable-file inline comments (fixes...</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/c0f040e5c13e48ccfb9e73663a4093865019a2c1"><code>c0f040e</code></a> Replace Azure DevOps CI workflow with GitHub Action.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/3cd7457fb4e050534a4fab8e1cfa9a80a4b20d49"><code>3cd7457</code></a> Add GitHub Action for running CI tests.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/3e91da338cdbbddcc9b7172baa17c28188342dd8"><code>3e91da3</code></a> Update MD007/ul-indent to report/fix for all unordered list item groupings.</li> <li><a href="https://github.com/DavidAnson/markdownlint/commit/3981bc7897dcaf05bd5c2fdadd08b4cdab04a459"><code>3981bc7</code></a> Update MD006/ul-start-left to report/fix for all top-level items in lists tha...</li> <li>Additional commits viewable in <a href="https://github.com/DavidAnson/markdownlint/compare/v0.17.2...v0.18.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.17.2&new-version=0.18.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-07 20:10:39 +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#2804
No description provided.