Skip to content

Commit 02c8993

Browse files
chore: bump markdownlint from 0.25.1 to 0.26.0 (coder#1026)
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.25.1 to 0.26.0. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Commits](DavidAnson/markdownlint@v0.25.1...v0.26.0) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:production 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 af75c04 commit 02c8993

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
]
4343
},
4444
"dependencies": {
45-
"markdownlint": "^0.25.1"
45+
"markdownlint": "^0.26.0"
4646
}
4747
}

yarn.lock

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,11 @@ entities@~2.1.0:
320320
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
321321
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
322322

323+
entities@~3.0.1:
324+
version "3.0.1"
325+
resolved "https://registry.yarnpkg.com/entities/-/entities-3.0.1.tgz#2b887ca62585e96db3903482d336c1006c3001d4"
326+
integrity sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==
327+
323328
escape-string-regexp@^1.0.5:
324329
version "1.0.5"
325330
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -530,6 +535,13 @@ linkify-it@^3.0.1:
530535
dependencies:
531536
uc.micro "^1.0.1"
532537

538+
linkify-it@^4.0.1:
539+
version "4.0.1"
540+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-4.0.1.tgz#01f1d5e508190d06669982ba31a7d9f56a5751ec"
541+
integrity sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==
542+
dependencies:
543+
uc.micro "^1.0.1"
544+
533545
lint-staged@^13.0.2:
534546
version "13.0.2"
535547
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.0.2.tgz#35a1c57130e9ad5b1dea784972a40777ba433dd5"
@@ -601,6 +613,17 @@ markdown-it@12.3.2:
601613
mdurl "^1.0.1"
602614
uc.micro "^1.0.5"
603615

616+
markdown-it@13.0.1:
617+
version "13.0.1"
618+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.1.tgz#c6ecc431cacf1a5da531423fc6a42807814af430"
619+
integrity sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==
620+
dependencies:
621+
argparse "^2.0.1"
622+
entities "~3.0.1"
623+
linkify-it "^4.0.1"
624+
mdurl "^1.0.1"
625+
uc.micro "^1.0.5"
626+
604627
markdownlint-cli@^0.31.1:
605628
version "0.31.1"
606629
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.31.1.tgz#8db34eec453e84bed06a954c8a289333f7c2c1c7"
@@ -622,7 +645,14 @@ markdownlint-rule-helpers@~0.16.0:
622645
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.16.0.tgz#c327f72782bd2b9475127a240508231f0413a25e"
623646
integrity sha512-oEacRUVeTJ5D5hW1UYd2qExYI0oELdYK72k1TKGvIeYJIbqQWAz476NAc7LNixSySUhcNl++d02DvX0ccDk9/w==
624647

625-
markdownlint@^0.25.1, markdownlint@~0.25.1:
648+
markdownlint@^0.26.0:
649+
version "0.26.0"
650+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.0.tgz#1e800ecc709ed4061c18ab03f1cba23f58511421"
651+
integrity sha512-I7nfRVwKVs/AJi4BlBkUCNj/S4HJjZSSM1wbzdy7vZerFkSGpbs7wX9Rk8rvopvZjTTKFPQWItqdbl2Hh6YXQQ==
652+
dependencies:
653+
markdown-it "13.0.1"
654+
655+
markdownlint@~0.25.1:
626656
version "0.25.1"
627657
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.25.1.tgz#df04536607ebeeda5ccd5e4f38138823ed623788"
628658
integrity sha512-AG7UkLzNa1fxiOv5B+owPsPhtM4D6DoODhsJgiaNg1xowXovrYgOnLqAgOOFQpWOlHFVQUzjMY5ypNNTeov92g==

0 commit comments

Comments
 (0)