Skip to content

Commit 851f75e

Browse files
dependabot[bot]Tatsh
authored andcommitted
Bump markdownlint-cli2 from 0.14.0 to 0.15.0
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.14.0 to 0.15.0. - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](DavidAnson/markdownlint-cli2@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: markdownlint-cli2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9d3744 commit 851f75e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"@prettier/plugin-xml": "^3.4.1",
77
"cspell": "^8.15.7",
8-
"markdownlint-cli2": "^0.14.0",
8+
"markdownlint-cli2": "^0.15.0",
99
"prettier": "^3.3.3",
1010
"prettier-plugin-ini": "^1.3.0",
1111
"prettier-plugin-sort-json": "^4.0.0",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -843,30 +843,30 @@ [email protected]:
843843
resolved "https://registry.yarnpkg.com/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.5.tgz#b8fde4e127f9a9c0596e6d45eed352dd0aa0ff98"
844844
integrity sha512-4XKTwQ5m1+Txo2kuQ3Jgpo/KmnG+X90dWt4acufg6HVGadTUG5hzHF/wssp9b5MBYOMCnZ9RMPaU//uHsszF8Q==
845845

846-
markdownlint-cli2@^0.14.0:
847-
version "0.14.0"
848-
resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.14.0.tgz#57dd69224c6859d64d79b6e88163208e170dc310"
849-
integrity sha512-2cqdWy56frU2FTpbuGb83mEWWYuUIYv6xS8RVEoUAuKNw/hXPar2UYGpuzUhlFMngE8Omaz4RBH52MzfRbGshw==
846+
markdownlint-cli2@^0.15.0:
847+
version "0.15.0"
848+
resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.15.0.tgz#649edd80d59343c2e2493db2f6a31f1de3d72bb4"
849+
integrity sha512-4P/lnxQxU2R5lywRJs4b2ajm8z65CW8qqR1bTIcdQ5EG+nZpC6HJlJUnmIR5ee+uecUkoMroazxWcLB7etSmrg==
850850
dependencies:
851851
globby "14.0.2"
852852
js-yaml "4.1.0"
853853
jsonc-parser "3.3.1"
854-
markdownlint "0.35.0"
854+
markdownlint "0.36.1"
855855
markdownlint-cli2-formatter-default "0.0.5"
856856
micromatch "4.0.8"
857857

858-
859-
version "0.1.10"
860-
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.10.tgz#a77a1a70adad9eac18ff412baf36a0c2189875d7"
861-
integrity sha512-no5ZfdqAdWGxftCLlySHSgddEjyW4kui4z7amQcGsSKfYC5v/ou+8mIQVyg9KQMeEZLNtz9OPDTj7nnTnoR4FQ==
858+
859+
version "0.1.12"
860+
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.12.tgz#8fc055f4588039654e5af75f1b9fc492da64c76a"
861+
integrity sha512-RlB6EwMGgc0sxcIhOQ2+aq7Zw1V2fBnzbXKGgYK/mVWdT7cz34fteKSwfYeo4rL6+L/q2tyC9QtD/PgZbkdyJQ==
862862

863-
markdownlint@0.35.0:
864-
version "0.35.0"
865-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.35.0.tgz#8189347fef3550045de78a96c52a7f45c2a4f91e"
866-
integrity sha512-wgp8yesWjFBL7bycA3hxwHRdsZGJhjhyP1dSxKVKrza0EPFYtn+mHtkVy6dvP1kGSjovyG5B8yNP6Frj0UFUJg==
863+
markdownlint@0.36.1:
864+
version "0.36.1"
865+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.36.1.tgz#86491d35ad6eda89e1290404850a574da3e64490"
866+
integrity sha512-s73fU2CQN7WCgjhaQUQ8wYESQNzGRNOKDd+3xgVqu8kuTEhmwepd/mxOv1LR2oV046ONrTLBFsM7IoKWNvmy5g==
867867
dependencies:
868868
markdown-it "14.1.0"
869-
markdownlint-micromark "0.1.10"
869+
markdownlint-micromark "0.1.12"
870870

871871
mdurl@^2.0.0:
872872
version "2.0.0"

0 commit comments

Comments
 (0)