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

chore(deps): update dependency markdownlint to ^0.36.0 #112

Merged
merged 1 commit into from
Oct 27, 2024
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 @@ -14,7 +14,7 @@
"devDependencies": {
"@sapphire/prettier-config": "^2.0.0",
"lint-staged": "^15.2.10",
"markdownlint": "^0.35.0",
"markdownlint": "^0.36.0",
"markdownlint-cli2": "^0.14.0",
"prettier": "^3.3.3"
},
Expand Down
21 changes: 19 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ __metadata:
dependencies:
"@sapphire/prettier-config": "npm:^2.0.0"
lint-staged: "npm:^15.2.10"
markdownlint: "npm:^0.35.0"
markdownlint: "npm:^0.36.0"
markdownlint-cli2: "npm:^0.14.0"
prettier: "npm:^3.3.3"
languageName: unknown
Expand Down Expand Up @@ -471,7 +471,14 @@ __metadata:
languageName: node
linkType: hard

"markdownlint@npm:0.35.0, markdownlint@npm:^0.35.0":
"markdownlint-micromark@npm:0.1.12":
version: 0.1.12
resolution: "markdownlint-micromark@npm:0.1.12"
checksum: 10/99d753b4dafa3c390b96332d02658112eeb131644ff4ab55a2320557a0d52b038998be5a5b5f9c450fdfc25d7c4701f56b36116f114cec1ff191410a0b0e4997
languageName: node
linkType: hard

"markdownlint@npm:0.35.0":
version: 0.35.0
resolution: "markdownlint@npm:0.35.0"
dependencies:
Expand All @@ -481,6 +488,16 @@ __metadata:
languageName: node
linkType: hard

"markdownlint@npm:^0.36.0":
version: 0.36.0
resolution: "markdownlint@npm:0.36.0"
dependencies:
markdown-it: "npm:14.1.0"
markdownlint-micromark: "npm:0.1.12"
checksum: 10/60914109ce6ab708451f937d8c03d4b75b784070bcf256a4a2cfe77abae8c0a139c024e36e5f44ece28fde48aba981fbc127099b1cc0dec0840d9be3cf62aeaa
languageName: node
linkType: hard

"mdurl@npm:^2.0.0":
version: 2.0.0
resolution: "mdurl@npm:2.0.0"
Expand Down