mdx-js / eslint-mdx

ESLint Parser/Plugin for MDX
https://npmjs.org/eslint-plugin-mdx
MIT License
258 stars 29 forks source link

bump up eslint-plugin-markdown to support eslint V9 #542

Closed tianyingchun closed 1 month ago

tianyingchun commented 1 month ago

Initial checklist

Affected packages and versions

eslint-plugin-mdx

Link to runnable example

No response

Steps to reproduce

eslint-plugin-mdx has limited eslint-plugin-mardown version to "eslint-plugin-markdown": "^3.0.1", need to upgrade to "eslint-plugin-markdown": "^5.0.0",

Expected behavior

bump "eslint-plugin-markdown": "^3.0.1", to "eslint-plugin-markdown": "^5.0.0",

Actual behavior

"eslint-plugin-markdown": "^3.0.1",`

Runtime

Node v20

Package manager

yarn v4

OS

macOS

Build and bundle tools

Other (please specify in steps to reproduce)

ChristianMurphy commented 1 month ago

There are a number of changes needed for ESLint 9 support https://github.com/mdx-js/eslint-mdx/issues/477

ChristianMurphy commented 1 month ago

Closing this as a part of the larger ESLint 9 issue https://github.com/mdx-js/eslint-mdx/issues/477