Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-markdown from 3.0.1 to 5.0.0 (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mehdi Achour <[email protected]>
  • Loading branch information
dependabot[bot] and machour authored May 29, 2024
1 parent cee8ce1 commit bdc9736
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const ERROR = 2;
/** @type {import('eslint').Linter.Config} */
module.exports = {
root: true,
extends: ["@remix-run/eslint-config/internal", "plugin:markdown/recommended"],
extends: ["@remix-run/eslint-config/internal", "plugin:markdown/recommended-legacy"],
plugins: ["markdown"],
settings: {
"import/internal-regex": "^~/",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/react": "^18.3.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-prefer-let": "^3.0.1",
"jest": "^29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1753,10 +1753,10 @@ eslint-plugin-jsx-a11y@^6.7.1:
object.fromentries "^2.0.6"
semver "^6.3.0"

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

Expand Down

0 comments on commit bdc9736

Please sign in to comment.