Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump eslint-plugin-markdownlint from 0.4.1 to 0.5.0 #268

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"eslint-plugin-jsdoc": "44.1.0",
"eslint-plugin-jsonc": "2.9.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-markdownlint": "0.4.1",
"eslint-plugin-markdownlint": "0.5.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-promise": "6.1.1",
Expand Down
28 changes: 18 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ __metadata:
eslint-plugin-jsdoc: "npm:44.1.0"
eslint-plugin-jsonc: "npm:2.9.0"
eslint-plugin-markdown: "npm:3.0.1"
eslint-plugin-markdownlint: "npm:0.4.1"
eslint-plugin-markdownlint: "npm:0.5.0"
eslint-plugin-node: "npm:11.1.0"
eslint-plugin-prettier: "npm:5.0.0"
eslint-plugin-promise: "npm:6.1.1"
Expand Down Expand Up @@ -4892,14 +4892,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-markdownlint@npm:0.4.1":
version: 0.4.1
resolution: "eslint-plugin-markdownlint@npm:0.4.1"
"eslint-plugin-markdownlint@npm:0.5.0":
version: 0.5.0
resolution: "eslint-plugin-markdownlint@npm:0.5.0"
dependencies:
markdownlint: "npm:0.27.0"
markdownlint: "npm:0.29.0"
peerDependencies:
eslint: ">=7.5.0"
checksum: ecaf8a2d1bb2f4d88841484b3035e0b93a9a8e4a0100f2c9aac9ec85c80b1040318828f06e59924df9775f280fe73ec856fa777aa1aa46d89b12d6029334fe45
checksum: 3d089a2e606fcf70f99cdfd9a67ef6953ff8155df1c9818760ee2aa0a8899b1136de9dc7b8b7ffd4ceb9c34bbf915aef769f635c0beb154d54d44691aa33a527
languageName: node
linkType: hard

Expand Down Expand Up @@ -7038,12 +7038,20 @@ __metadata:
languageName: node
linkType: hard

"markdownlint@npm:0.27.0":
version: 0.27.0
resolution: "markdownlint@npm:0.27.0"
"markdownlint-micromark@npm:0.1.5":
version: 0.1.5
resolution: "markdownlint-micromark@npm:0.1.5"
checksum: e6fbee2b0dbe66ad6c822a51d058f0f702ac9b24aa4de41ffa6a4b0a8c6eea0385ea37229276ab4cdd72f2a1fab3014d7f4c2165226aa88aaf288c4f9074f127
languageName: node
linkType: hard

"markdownlint@npm:0.29.0":
version: 0.29.0
resolution: "markdownlint@npm:0.29.0"
dependencies:
markdown-it: "npm:13.0.1"
checksum: d8a102db393742cf2990dcfc8ed88fb31c3f33198b7942d0e53deac45c9ae95845f66a9c4e13f2c6cef6ee9ff53c5ab1da5769b3c7df5946a378368389770c34
markdownlint-micromark: "npm:0.1.5"
checksum: 1b455507328521d850a19ee8f491e52c628ca077d4b24a74aa74cd930e7613ad686f6cc425fa0ff2343dd7fc0788df44d6026d0cc6be8aa753e40fe4d60e28b0
languageName: node
linkType: hard

Expand Down
Loading