Skip to content

Commit

Permalink
Remove dependency eslint-plugin-markdown to v5 (#8211)
Browse files Browse the repository at this point in the history
After removal everything works and the currently failing update to v5.0.0
is no longer necessary.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
ehuelsmann and renovate[bot] committed May 18, 2024
1 parent 9dace53 commit 3e00ff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-jsdoc": "48.2.5",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-n": "17.7.0",
"eslint-plugin-package-json": "0.13.1",
"eslint-plugin-prettier": "5.1.3",
Expand Down Expand Up @@ -222,7 +221,6 @@
"compat",
"import",
"jest",
"markdown",
"package-json",
"sort-dojo-dependency",
"vue",
Expand Down Expand Up @@ -259,7 +257,6 @@
"eslint:recommended",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:markdown/recommended",
"plugin:vue/vue3-recommended",
"prettier"
],
Expand Down
8 changes: 4 additions & 4 deletions UI/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4722,10 +4722,10 @@ eslint-plugin-json@3.1.0:
lodash "^4.17.21"
vscode-json-languageservice "^4.1.6"

eslint-plugin-markdown@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/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.yarnpkg.com/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 3e00ff3

Please sign in to comment.