Skip to content

Commit

Permalink
fix(deps): update dependency markdownlint-rule-helpers to ~0.25.0 (#45)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[markdownlint-rule-helpers](https://togithub.com/DavidAnson/markdownlint)
| [`~0.23.0` ->
`~0.25.0`](https://renovatebot.com/diffs/npm/markdownlint-rule-helpers/0.23.0/0.25.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/markdownlint-rule-helpers/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/markdownlint-rule-helpers/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/markdownlint-rule-helpers/0.23.0/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/markdownlint-rule-helpers/0.23.0/0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>DavidAnson/markdownlint (markdownlint-rule-helpers)</summary>

###
[`v0.25.0`](https://togithub.com/DavidAnson/markdownlint/blob/HEAD/CHANGELOG.md#0250)

[Compare
Source](https://togithub.com/DavidAnson/markdownlint/compare/v0.24.0...v0.25.0)

- Add MD049/MD050 for consistent emphasis/strong style (both
auto-fixable)
-   Improve MD007/MD010/MD032/MD033/MD035/MD037/MD039
-   Support asynchronous custom rules
-   Improve performance
-   Improve CI process
-   Reduce dependencies
-   Update dependencies

###
[`v0.24.0`](https://togithub.com/DavidAnson/markdownlint/blob/HEAD/CHANGELOG.md#0240)

[Compare
Source](https://togithub.com/DavidAnson/markdownlint/compare/v0.23.0...v0.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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/aepfli/markdownlint-rule-max-one-sentence-per-line).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 0646cc4 commit 6e791a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"node": ">=14.18.0"
},
"dependencies": {
"markdownlint-rule-helpers": "~0.23.0"
"markdownlint-rule-helpers": "~0.25.0"
},
"devDependencies": {
"ava": "5.3.1",
Expand Down

0 comments on commit 6e791a3

Please sign in to comment.