Skip to content

Commit

Permalink
build(deps-dev): Bump eslint-plugin-markdown from 3.0.1 to 4.0.1
Browse files Browse the repository at this point in the history
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](eslint/markdown@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 4b9cfb3 commit e30f24f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-jsdoc": "48.2.0",
"eslint-plugin-jsonc": "2.13.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-markdown": "4.0.1",
"eslint-plugin-markdownlint": "0.5.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-node": "11.1.0",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ __metadata:
eslint-plugin-jest-formatting: "npm:3.1.0"
eslint-plugin-jsdoc: "npm:48.2.0"
eslint-plugin-jsonc: "npm:2.13.0"
eslint-plugin-markdown: "npm:3.0.1"
eslint-plugin-markdown: "npm:4.0.1"
eslint-plugin-markdownlint: "npm:0.5.0"
eslint-plugin-mdx: "npm:3.1.5"
eslint-plugin-node: "npm:11.1.0"
Expand Down Expand Up @@ -4865,7 +4865,18 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-markdown@npm:3.0.1, eslint-plugin-markdown@npm:^3.0.1":
"eslint-plugin-markdown@npm:4.0.1":
version: 4.0.1
resolution: "eslint-plugin-markdown@npm:4.0.1"
dependencies:
mdast-util-from-markdown: "npm:^0.8.5"
peerDependencies:
eslint: ">=8"
checksum: 10/6d49b1d5da9d5ba67be995fa124ce9706af722eb605f924229e15d9c3ab2b9858d078682153842bf634c9ccc030924b92cd7842d9c4bf9cc18096b0267abb5c4
languageName: node
linkType: hard

"eslint-plugin-markdown@npm:^3.0.1":
version: 3.0.1
resolution: "eslint-plugin-markdown@npm:3.0.1"
dependencies:
Expand Down

0 comments on commit e30f24f

Please sign in to comment.