Skip to content

Commit bdc9736

Browse files
chore(deps-dev): bump eslint-plugin-markdown from 3.0.1 to 5.0.0 (#473)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mehdi Achour <[email protected]>
1 parent cee8ce1 commit bdc9736

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ERROR = 2;
66
/** @type {import('eslint').Linter.Config} */
77
module.exports = {
88
root: true,
9-
extends: ["@remix-run/eslint-config/internal", "plugin:markdown/recommended"],
9+
extends: ["@remix-run/eslint-config/internal", "plugin:markdown/recommended-legacy"],
1010
plugins: ["markdown"],
1111
settings: {
1212
"import/internal-regex": "^~/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/react": "^18.3.3",
1313
"eslint": "^8.57.0",
1414
"eslint-config-prettier": "^9.1.0",
15-
"eslint-plugin-markdown": "^3.0.1",
15+
"eslint-plugin-markdown": "^5.0.0",
1616
"eslint-plugin-cypress": "^3.3.0",
1717
"eslint-plugin-prefer-let": "^3.0.1",
1818
"jest": "^29.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,10 +1753,10 @@ eslint-plugin-jsx-a11y@^6.7.1:
17531753
object.fromentries "^2.0.6"
17541754
semver "^6.3.0"
17551755

1756-
eslint-plugin-markdown@^3.0.1:
1757-
version "3.0.1"
1758-
resolved "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-3.0.1.tgz#fc6765bdb5f82a75e2438d7fac619602f2abc38c"
1759-
integrity sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==
1756+
eslint-plugin-markdown@^5.0.0:
1757+
version "5.0.0"
1758+
resolved "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-5.0.0.tgz#a2b69bce83e85838111d44c84b2d6721452dbb73"
1759+
integrity sha512-kY2u9yDhzvfZ0kmRTsvgm3mTnvZgTSGIIPeHg3yesSx4R5CTCnITUjCPhzCD1MUhNcqHU5Tr6lzx+02EclVPbw==
17601760
dependencies:
17611761
mdast-util-from-markdown "^0.8.5"
17621762

0 commit comments

Comments
 (0)