Skip to content
Closed
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"husky": "^9.1.7",
"jsonc-eslint-parser": "^2.4.1",
"lint-staged": "^16.2.6",
"markdownlint": "^0.39.0",
"markdownlint": "^0.40.0",
"markdownlint-cli": "^0.46.0",
"mock-fs": "^5.5.0",
"prettier": "^3.6.2",
Expand Down Expand Up @@ -93,5 +93,5 @@
"prettier-package-json --write"
]
},
"packageManager": "yarn@4.11.0"
"packageManager": "yarn@4.12.0"
}
41 changes: 29 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3045,7 +3045,7 @@ __metadata:
husky: "npm:^9.1.7"
jsonc-eslint-parser: "npm:^2.4.1"
lint-staged: "npm:^16.2.6"
markdownlint: "npm:^0.39.0"
markdownlint: "npm:^0.40.0"
markdownlint-cli: "npm:^0.46.0"
mock-fs: "npm:^5.5.0"
prettier: "npm:^3.6.2"
Expand Down Expand Up @@ -4349,7 +4349,24 @@ __metadata:
languageName: node
linkType: hard

"markdownlint@npm:^0.39.0, markdownlint@npm:~0.39.0":
"markdownlint@npm:^0.40.0":
version: 0.40.0
resolution: "markdownlint@npm:0.40.0"
dependencies:
micromark: "npm:4.0.2"
micromark-core-commonmark: "npm:2.0.3"
micromark-extension-directive: "npm:4.0.0"
micromark-extension-gfm-autolink-literal: "npm:2.1.0"
micromark-extension-gfm-footnote: "npm:2.1.0"
micromark-extension-gfm-table: "npm:2.1.1"
micromark-extension-math: "npm:3.1.0"
micromark-util-types: "npm:2.0.2"
string-width: "npm:8.1.0"
checksum: 10c0/1543fcf4a433bc54e0e565cb1c8111e5e3d0df3742df0cc840d470bced21a1e3b5593e4e380ad0d8d5e490d9b399699d48aeabed33719f3fbdc6d00128138f20
languageName: node
linkType: hard

"markdownlint@npm:~0.39.0":
version: 0.39.0
resolution: "markdownlint@npm:0.39.0"
dependencies:
Expand Down Expand Up @@ -6455,6 +6472,16 @@ __metadata:
languageName: node
linkType: hard

"string-width@npm:8.1.0, string-width@npm:^8.0.0":
version: 8.1.0
resolution: "string-width@npm:8.1.0"
dependencies:
get-east-asian-width: "npm:^1.3.0"
strip-ansi: "npm:^7.1.0"
checksum: 10c0/749b5d0dab2532b4b6b801064230f4da850f57b3891287023117ab63a464ad79dd208f42f793458f48f3ad121fe2e1f01dd525ff27ead957ed9f205e27406593
languageName: node
linkType: hard

"string-width@npm:^5.0.1, string-width@npm:^5.1.2":
version: 5.1.2
resolution: "string-width@npm:5.1.2"
Expand All @@ -6477,16 +6504,6 @@ __metadata:
languageName: node
linkType: hard

"string-width@npm:^8.0.0":
version: 8.1.0
resolution: "string-width@npm:8.1.0"
dependencies:
get-east-asian-width: "npm:^1.3.0"
strip-ansi: "npm:^7.1.0"
checksum: 10c0/749b5d0dab2532b4b6b801064230f4da850f57b3891287023117ab63a464ad79dd208f42f793458f48f3ad121fe2e1f01dd525ff27ead957ed9f205e27406593
languageName: node
linkType: hard

"string_decoder@npm:~1.1.1":
version: 1.1.1
resolution: "string_decoder@npm:1.1.1"
Expand Down
Loading