Skip to content

Commit

Permalink
⬆️ Update ☕ NodeJS Package eslint-plugin-markdown to v4 (#295)
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 |
|---|---|---|---|---|---|
|
[eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown)
| [`3.0.1` ->
`4.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-markdown/3.0.1/4.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-markdown/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-markdown/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-markdown/3.0.1/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-markdown/3.0.1/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>eslint/eslint-plugin-markdown
(eslint-plugin-markdown)</summary>

###
[`v4.0.1`](https://github.com/eslint/eslint-plugin-markdown/blob/HEAD/CHANGELOG.md#401-2024-03-06)

[Compare
Source](https://github.com/eslint/eslint-plugin-markdown/compare/v3.0.1...v4.0.1)

##### Chores

- update changelog with note that v4.0.0 was not published to npm
([#&#8203;241](https://github.com/eslint/eslint-plugin-markdown/issues/241))
([e80139d](https://github.com/eslint/eslint-plugin-markdown/commit/e80139da3f8be9179469a015e8345b460537e958))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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/ixm-one/common).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Izzy Muerte <63051+bruxisma@users.noreply.github.com>
  • Loading branch information
renovate[bot] and bruxisma authored Mar 7, 2024
1 parent 2c23b0d commit 09898b0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json-schema-validator": "4.8.3",
"eslint-plugin-jsonc": "2.13.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-markdown": "4.0.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-yaml": "0.5.0",
"husky": "9.0.11",
Expand Down Expand Up @@ -52,7 +52,7 @@
"prettier": {},
"eslintIgnore": [".git/", ".husky/", "package-lock.json"],
"eslintConfig": {
"extends": ["plugin:markdown/recommended", "plugin:yaml/recommended"],
"extends": ["plugin:markdown/recommended-legacy", "plugin:yaml/recommended"],
"overrides": [
{
"files": ["**/*.json"],
Expand Down

0 comments on commit 09898b0

Please sign in to comment.