Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-markdown to v5 (#421)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-markdown](https://redirect.github.com/eslint/eslint-plugin-markdown)
| [`^3.0.1` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-markdown/3.0.1/5.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-markdown/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-markdown/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-markdown/3.0.1/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-markdown/3.0.1/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v5.1.0`](https://redirect.github.com/eslint/eslint-plugin-markdown/blob/HEAD/CHANGELOG.md#510-2024-07-05)

[Compare
Source](https://redirect.github.com/eslint/eslint-plugin-markdown/compare/v5.0.0...v5.1.0)

##### Features

- add name to flat configs
([#&#8203;256](https://redirect.github.com/eslint/eslint-plugin-markdown/issues/256))
([001d51e](https://redirect.github.com/eslint/eslint-plugin-markdown/commit/001d51e9a66bea80f0c971f05a9cf4e1126dfaa8))

###
[`v5.0.0`](https://redirect.github.com/eslint/eslint-plugin-markdown/blob/HEAD/CHANGELOG.md#500-2024-05-01)

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

##### ⚠ BREAKING CHANGES

- map known code block languages to respective file extensions
([#&#8203;246](https://redirect.github.com/eslint/eslint-plugin-markdown/issues/246))

##### Features

- map known code block languages to respective file extensions
([#&#8203;246](https://redirect.github.com/eslint/eslint-plugin-markdown/issues/246))
([096cff4](https://redirect.github.com/eslint/eslint-plugin-markdown/commit/096cff4094dc9118a3538980ee56bfb8c5cb03d4))

##### Bug Fixes

- check upper bounds of message line numbers for code blocks
([#&#8203;247](https://redirect.github.com/eslint/eslint-plugin-markdown/issues/247))
([00adccb](https://redirect.github.com/eslint/eslint-plugin-markdown/commit/00adccb49ed74e6b6ce43bc221a93d7c6782a83c))

##### Chores

- run tests in Node.js 22, with ESLint 9
([#&#8203;250](https://redirect.github.com/eslint/eslint-plugin-markdown/issues/250))
([085e6d5](https://redirect.github.com/eslint/eslint-plugin-markdown/commit/085e6d59737e22566d99ee1d09affdd1e2460112))
- switch to eslint v9, eslint-config-eslint v10
([#&#8203;251](https://redirect.github.com/eslint/eslint-plugin-markdown/issues/251))
([a76cdf5](https://redirect.github.com/eslint/eslint-plugin-markdown/commit/a76cdf53cb9d4cb27f53cfec9da960aea3997724))

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

[Compare
Source](https://redirect.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://redirect.github.com/eslint/eslint-plugin-markdown/issues/241))
([e80139d](https://redirect.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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/tidelift-me-up).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent b551c39 commit e8ada88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^2.1.0",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit e8ada88

Please sign in to comment.