Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 882d5ae

Browse files
chore: bump markdownlint from 0.28.2 to 0.32.0
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.28.2 to 0.32.0. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](DavidAnson/markdownlint@v0.28.2...v0.32.0) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7828b49 commit 882d5ae

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
]
4848
},
4949
"dependencies": {
50-
"markdownlint": "^0.28.1"
50+
"markdownlint": "^0.32.0"
5151
}
5252
}

yarn.lock

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,17 @@ markdown-it@13.0.1:
601601
mdurl "^1.0.1"
602602
uc.micro "^1.0.5"
603603

604+
markdown-it@13.0.2:
605+
version "13.0.2"
606+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.2.tgz#1bc22e23379a6952e5d56217fbed881e0c94d536"
607+
integrity sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==
608+
dependencies:
609+
argparse "^2.0.1"
610+
entities "~3.0.1"
611+
linkify-it "^4.0.1"
612+
mdurl "^1.0.1"
613+
uc.micro "^1.0.5"
614+
604615
markdownlint-cli@^0.33.0:
605616
version "0.33.0"
606617
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.33.0.tgz#703af1234c32c309ab52fcd0e8bc797a34e2b096"
@@ -616,18 +627,18 @@ markdownlint-cli@^0.33.0:
616627
minimatch "~5.1.2"
617628
run-con "~1.2.11"
618629

619-
markdownlint-micromark@0.1.2:
620-
version "0.1.2"
621-
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.2.tgz#5520e04febffa46741875a2f297509ffdb561f5c"
622-
integrity sha512-jRxlQg8KpOfM2IbCL9RXM8ZiYWz2rv6DlZAnGv8ASJQpUh6byTBnEsbuMZ6T2/uIgntyf7SKg/mEaEBo1164fQ==
630+
markdownlint-micromark@0.1.7:
631+
version "0.1.7"
632+
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.7.tgz#c465091b30d61a56027ccbfb981c80c96448c165"
633+
integrity sha512-BbRPTC72fl5vlSKv37v/xIENSRDYL/7X/XoFzZ740FGEbs9vZerLrIkFRY0rv7slQKxDczToYuMmqQFN61fi4Q==
623634

624-
markdownlint@^0.28.1:
625-
version "0.28.2"
626-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.28.2.tgz#ea31586a02fe3a06403ecafbbe22d77e363c8ed5"
627-
integrity sha512-yYaQXoKKPV1zgrFsyAuZPEQoe+JrY9GDag9ObKpk09twx4OCU5lut+0/kZPrQ3W7w82SmgKhd7D8m34aG1unVw==
635+
markdownlint@^0.32.0:
636+
version "0.32.0"
637+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.32.0.tgz#71160d0a98d3b05f96bebdcacc919fbfaf58b219"
638+
integrity sha512-DIA2LclWqWmyU1Z73mTYa9/oilWJGdCW+tiPpziwmut/O7LxmEI8xKeg3vhEezXOyMaTV76HSX3/HmypRC2/8w==
628639
dependencies:
629-
markdown-it "13.0.1"
630-
markdownlint-micromark "0.1.2"
640+
markdown-it "13.0.2"
641+
markdownlint-micromark "0.1.7"
631642

632643
markdownlint@~0.27.0:
633644
version "0.27.0"

0 commit comments

Comments
 (0)