Skip to content

Commit d168df6

Browse files
build(deps-dev): bump markdownlint from 0.26.2 to 0.32.1 (docschina#1890)
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.26.2 to 0.32.1. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](DavidAnson/markdownlint@v0.26.2...v0.32.1) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 305aca1 commit d168df6

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"lightningcss": "^1.22.1",
110110
"lint-staged": "^13.0.3",
111111
"lodash": "^4.17.21",
112-
"markdownlint": "^0.26.2",
112+
"markdownlint": "^0.32.1",
113113
"markdownlint-cli": "^0.37.0",
114114
"mdast-util-to-string": "^4.0.0",
115115
"mini-css-extract-plugin": "^2.7.6",

yarn.lock

+17-5
Original file line numberDiff line numberDiff line change
@@ -8782,6 +8782,17 @@ markdown-it@13.0.1:
87828782
mdurl "^1.0.1"
87838783
uc.micro "^1.0.5"
87848784

8785+
markdown-it@13.0.2:
8786+
version "13.0.2"
8787+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.2.tgz#1bc22e23379a6952e5d56217fbed881e0c94d536"
8788+
integrity sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==
8789+
dependencies:
8790+
argparse "^2.0.1"
8791+
entities "~3.0.1"
8792+
linkify-it "^4.0.1"
8793+
mdurl "^1.0.1"
8794+
uc.micro "^1.0.5"
8795+
87858796
markdown-table@^2.0.0:
87868797
version "2.0.0"
87878798
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-2.0.0.tgz#194a90ced26d31fe753d8b9434430214c011865b"
@@ -8809,12 +8820,13 @@ markdownlint-micromark@0.1.7:
88098820
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.7.tgz#c465091b30d61a56027ccbfb981c80c96448c165"
88108821
integrity sha512-BbRPTC72fl5vlSKv37v/xIENSRDYL/7X/XoFzZ740FGEbs9vZerLrIkFRY0rv7slQKxDczToYuMmqQFN61fi4Q==
88118822

8812-
markdownlint@^0.26.2:
8813-
version "0.26.2"
8814-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.2.tgz#11d3d03e7f0dd3c2e239753ee8fd064a861d9237"
8815-
integrity sha512-2Am42YX2Ex5SQhRq35HxYWDfz1NLEOZWWN25nqd2h3AHRKsGRE+Qg1gt1++exW792eXTrR4jCNHfShfWk9Nz8w==
8823+
markdownlint@^0.32.1:
8824+
version "0.32.1"
8825+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.32.1.tgz#14b3ff548e437487ae393ad5bc9092ca2858adde"
8826+
integrity sha512-3sx9xpi4xlHlokGyHO9k0g3gJbNY4DI6oNEeEYq5gQ4W7UkiJ90VDAnuDl2U+yyXOUa6BX+0gf69ZlTUGIBp6A==
88168827
dependencies:
8817-
markdown-it "13.0.1"
8828+
markdown-it "13.0.2"
8829+
markdownlint-micromark "0.1.7"
88188830

88198831
markdownlint@~0.31.1:
88208832
version "0.31.1"

0 commit comments

Comments
 (0)