Skip to content

Commit 0ab5bc6

Browse files
fix(deps): update dependency eslint-plugin-markdown to v5
##### [v5.1.0](https://github.com/eslint/eslint-plugin-markdown/blob/HEAD/CHANGELOG.md#510-2024-07-05) ##### Features - add name to flat configs ([#256](eslint/markdown#256)) ([001d51e](eslint/markdown@001d51e)) ##### [v5.0.0](https://github.com/eslint/eslint-plugin-markdown/blob/HEAD/CHANGELOG.md#500-2024-05-01) ##### ⚠ BREAKING CHANGES - map known code block languages to respective file extensions ([#246](eslint/markdown#246)) ##### Features - map known code block languages to respective file extensions ([#246](eslint/markdown#246)) ([096cff4](eslint/markdown@096cff4)) ##### Bug Fixes - check upper bounds of message line numbers for code blocks ([#247](eslint/markdown#247)) ([00adccb](eslint/markdown@00adccb)) ##### Chores - run tests in Node.js 22, with ESLint 9 ([#250](eslint/markdown#250)) ([085e6d5](eslint/markdown@085e6d5)) - switch to eslint v9, eslint-config-eslint v10 ([#251](eslint/markdown#251)) ([a76cdf5](eslint/markdown@a76cdf5))
1 parent b27268f commit 0ab5bc6

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-functional": "^7.0.0",
5757
"eslint-plugin-import-x": "^3.1.0",
5858
"eslint-plugin-jsx-a11y": "^6.8.0",
59-
"eslint-plugin-markdown": "^4.0.1",
59+
"eslint-plugin-markdown": "^5.0.0",
6060
"eslint-plugin-prettier": "^5.1.3",
6161
"eslint-plugin-promise": "^6.1.1",
6262
"eslint-plugin-react": "^7.33.2",

pnpm-lock.yaml

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)