Skip to content

Commit 98b0fd6

Browse files
chore(deps): update dependency eslint-plugin-markdown to v5 (#1502)
[![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://togithub.com/eslint/eslint-plugin-markdown) | [`^4.0.1` -> `^5.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-markdown/4.0.1/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-markdown/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-markdown/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-markdown/4.0.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-markdown/4.0.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint-plugin-markdown (eslint-plugin-markdown)</summary> ### [`v5.0.0`](https://togithub.com/eslint/eslint-plugin-markdown/blob/HEAD/CHANGELOG.md#500-2024-05-01) [Compare Source](https://togithub.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://togithub.com/eslint/eslint-plugin-markdown/issues/246)) ##### Features - map known code block languages to respective file extensions ([#&#8203;246](https://togithub.com/eslint/eslint-plugin-markdown/issues/246)) ([096cff4](https://togithub.com/eslint/eslint-plugin-markdown/commit/096cff4094dc9118a3538980ee56bfb8c5cb03d4)) ##### Bug Fixes - check upper bounds of message line numbers for code blocks ([#&#8203;247](https://togithub.com/eslint/eslint-plugin-markdown/issues/247)) ([00adccb](https://togithub.com/eslint/eslint-plugin-markdown/commit/00adccb49ed74e6b6ce43bc221a93d7c6782a83c)) ##### Chores - run tests in Node.js 22, with ESLint 9 ([#&#8203;250](https://togithub.com/eslint/eslint-plugin-markdown/issues/250)) ([085e6d5](https://togithub.com/eslint/eslint-plugin-markdown/commit/085e6d59737e22566d99ee1d09affdd1e2460112)) - switch to eslint v9, eslint-config-eslint v10 ([#&#8203;251](https://togithub.com/eslint/eslint-plugin-markdown/issues/251)) ([a76cdf5](https://togithub.com/eslint/eslint-plugin-markdown/commit/a76cdf53cb9d4cb27f53cfec9da960aea3997724)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/JoshuaKGoldberg/create-typescript-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9df4b3a commit 98b0fd6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"eslint": "^9.0.0",
7777
"eslint-plugin-jsdoc": "^48.2.3",
7878
"eslint-plugin-jsonc": "^2.15.0",
79-
"eslint-plugin-markdown": "^4.0.1",
79+
"eslint-plugin-markdown": "^5.0.0",
8080
"eslint-plugin-n": "^17.3.0",
8181
"eslint-plugin-package-json": "^0.13.0",
8282
"eslint-plugin-perfectionist": "^2.9.0",

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)