Skip to content

Commit 9b03882

Browse files
Bump markdownlint-cli2 from 0.17.0 to 0.17.1 (#37457)
1 parent ddbd648 commit 9b03882

File tree

2 files changed

+33
-10
lines changed

2 files changed

+33
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"husky": "9.1.7",
5656
"js-yaml": "^4.1.0",
5757
"lint-staged": "15.3.0",
58-
"markdownlint-cli2": "0.17.0",
58+
"markdownlint-cli2": "0.17.1",
5959
"markdownlint-rule-search-replace": "1.2.0",
6060
"prettier": "3.4.2"
6161
},

yarn.lock

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5841,15 +5841,15 @@ [email protected]:
58415841
resolved "https://registry.yarnpkg.com/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.5.tgz#b8fde4e127f9a9c0596e6d45eed352dd0aa0ff98"
58425842
integrity sha512-4XKTwQ5m1+Txo2kuQ3Jgpo/KmnG+X90dWt4acufg6HVGadTUG5hzHF/wssp9b5MBYOMCnZ9RMPaU//uHsszF8Q==
58435843

5844-
5845-
version "0.17.0"
5846-
resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.17.0.tgz#1a93fa0c1708981a8f12b175e53d899fe7b448d1"
5847-
integrity sha512-8Xz7wkkkV4wJTf+pvryU3J/fT3BZWD3ZykcjYBR0GuH0GHvrCbswaCdurbuUuAPDGFZy4cxBGYCJSAOW8jM4aQ==
5844+
5845+
version "0.17.1"
5846+
resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.17.1.tgz#4455105fe5d75821597779f7a442ce5c5ce0fede"
5847+
integrity sha512-n1Im9lhKJJE12/u2N0GWBwPqeb0HGdylN8XpSFg9hbj35+QalY9Vi6mxwUQdG6wlSrrIq9ZDQ0Q85AQG9V2WOg==
58485848
dependencies:
58495849
globby "14.0.2"
58505850
js-yaml "4.1.0"
58515851
jsonc-parser "3.3.1"
5852-
markdownlint "0.37.2"
5852+
markdownlint "0.37.3"
58535853
markdownlint-cli2-formatter-default "0.0.5"
58545854
micromatch "4.0.8"
58555855

@@ -5872,13 +5872,14 @@ [email protected]:
58725872
dependencies:
58735873
markdownlint-rule-helpers "0.21.0"
58745874

5875-
5876-
version "0.37.2"
5877-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.37.2.tgz#72461a7abfef2e01ae7f3b596cdc083a25856571"
5878-
integrity sha512-m8QhYnRA1ptbhIjhVVBUkKQcUelVxuyO/yXyLewnc1+xs4eXhST/+hIy29goO+EYVLmWtknH4SmYQ4s0caoKqw==
5875+
5876+
version "0.37.3"
5877+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.37.3.tgz#061ac5462e97fedc7a96aaac5c132885e4161bfd"
5878+
integrity sha512-eoQqH0291YCCjd+Pe1PUQ9AmWthlVmS0XWgcionkZ8q34ceZyRI+pYvsWksXJJL8OBkWCPwp1h/pnXxrPFC4oA==
58795879
dependencies:
58805880
markdown-it "14.1.0"
58815881
micromark "4.0.1"
5882+
micromark-core-commonmark "2.0.2"
58825883
micromark-extension-directive "3.0.2"
58835884
micromark-extension-gfm-autolink-literal "2.1.0"
58845885
micromark-extension-gfm-footnote "2.1.0"
@@ -6115,6 +6116,28 @@ methods@~1.1.2:
61156116
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
61166117
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
61176118

6119+
6120+
version "2.0.2"
6121+
resolved "https://registry.yarnpkg.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.2.tgz#6a45bbb139e126b3f8b361a10711ccc7c6e15e93"
6122+
integrity sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==
6123+
dependencies:
6124+
decode-named-character-reference "^1.0.0"
6125+
devlop "^1.0.0"
6126+
micromark-factory-destination "^2.0.0"
6127+
micromark-factory-label "^2.0.0"
6128+
micromark-factory-space "^2.0.0"
6129+
micromark-factory-title "^2.0.0"
6130+
micromark-factory-whitespace "^2.0.0"
6131+
micromark-util-character "^2.0.0"
6132+
micromark-util-chunked "^2.0.0"
6133+
micromark-util-classify-character "^2.0.0"
6134+
micromark-util-html-tag-name "^2.0.0"
6135+
micromark-util-normalize-identifier "^2.0.0"
6136+
micromark-util-resolve-all "^2.0.0"
6137+
micromark-util-subtokenize "^2.0.0"
6138+
micromark-util-symbol "^2.0.0"
6139+
micromark-util-types "^2.0.0"
6140+
61186141
micromark-core-commonmark@^2.0.0:
61196142
version "2.0.1"
61206143
resolved "https://registry.yarnpkg.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.1.tgz#9a45510557d068605c6e9a80f282b2bb8581e43d"

0 commit comments

Comments
 (0)