From 5025ee28f866db8764ad267c210344f3c49aab97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:15:45 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump eslint-plugin-markdown from 3.0.1 to 4.0.1 Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/eslint/eslint-plugin-markdown/releases) - [Changelog](https://github.com/eslint/eslint-plugin-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint-plugin-markdown/compare/v3.0.1...v4.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-markdown dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfe2a6a..8201a2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint": "8.49.0", "eslint-config-fluid": "2.1.1", "eslint-plugin-jsdoc": "46.6.0", - "eslint-plugin-markdown": "3.0.1", + "eslint-plugin-markdown": "4.0.1", "eslint-plugin-yml": "1.8.0", "husky": "8.0.3", "image-size": "1.0.2", @@ -6968,18 +6968,18 @@ } }, "node_modules/eslint-plugin-markdown": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-3.0.1.tgz", - "integrity": "sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-4.0.1.tgz", + "integrity": "sha512-5/MnGvYU0i8MbHH5cg8S+Vl3DL+bqRNYshk1xUO86DilNBaxtTkhH+5FD0/yO03AmlI6+lfNFdk2yOw72EPzpA==", "dev": true, "dependencies": { "mdast-util-from-markdown": "^0.8.5" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "eslint": ">=8" } }, "node_modules/eslint-plugin-yml": { @@ -22746,9 +22746,9 @@ } }, "eslint-plugin-markdown": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-3.0.1.tgz", - "integrity": "sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-4.0.1.tgz", + "integrity": "sha512-5/MnGvYU0i8MbHH5cg8S+Vl3DL+bqRNYshk1xUO86DilNBaxtTkhH+5FD0/yO03AmlI6+lfNFdk2yOw72EPzpA==", "dev": true, "requires": { "mdast-util-from-markdown": "^0.8.5" diff --git a/package.json b/package.json index 4b29151..f5e6242 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint": "8.49.0", "eslint-config-fluid": "2.1.1", "eslint-plugin-jsdoc": "46.6.0", - "eslint-plugin-markdown": "3.0.1", + "eslint-plugin-markdown": "4.0.1", "eslint-plugin-yml": "1.8.0", "husky": "8.0.3", "image-size": "1.0.2", From 21ba5a274508ae598d4552fdf16783a321f0e249 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Mon, 6 May 2024 10:26:13 -0300 Subject: [PATCH 2/2] fix: update ESLint configuration --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 8f1cfef..6cf16aa 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -4,7 +4,7 @@ module.exports = { extends: [ "fluid", "plugin:yml/standard", - "plugin:markdown/recommended" + "plugin:markdown/recommended-legacy" ], ignorePatterns: ["_site", "netlify", "src/_locales/messages.js", "!.*.cjs", "!.*.js"], env: {