Skip to content

Commit 20b0697

Browse files
build(deps-dev): bump markdownlint from 0.25.1 to 0.26.0 (#6238)
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: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 cdf834d commit 20b0697

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"jest": "^28.1.1",
106106
"lint-staged": "^13.0.2",
107107
"lodash": "^4.17.21",
108-
"markdownlint": "^0.25.1",
108+
"markdownlint": "^0.26.0",
109109
"markdownlint-cli": "^0.31.1",
110110
"mdast-util-to-string": "^3.1.0",
111111
"mini-css-extract-plugin": "^2.6.1",

yarn.lock

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4946,7 +4946,7 @@ entities@^2.0.0:
49464946
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
49474947
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
49484948

4949-
entities@^3.0.1:
4949+
entities@^3.0.1, entities@~3.0.1:
49504950
version "3.0.1"
49514951
resolved "https://registry.yarnpkg.com/entities/-/entities-3.0.1.tgz#2b887ca62585e96db3903482d336c1006c3001d4"
49524952
integrity sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==
@@ -7665,6 +7665,13 @@ linkify-it@^3.0.1:
76657665
dependencies:
76667666
uc.micro "^1.0.1"
76677667

7668+
linkify-it@^4.0.1:
7669+
version "4.0.1"
7670+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-4.0.1.tgz#01f1d5e508190d06669982ba31a7d9f56a5751ec"
7671+
integrity sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==
7672+
dependencies:
7673+
uc.micro "^1.0.1"
7674+
76687675
lint-staged@^13.0.2:
76697676
version "13.0.2"
76707677
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.0.2.tgz#35a1c57130e9ad5b1dea784972a40777ba433dd5"
@@ -7990,6 +7997,17 @@ markdown-it@12.3.2:
79907997
mdurl "^1.0.1"
79917998
uc.micro "^1.0.5"
79927999

8000+
markdown-it@13.0.1:
8001+
version "13.0.1"
8002+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.1.tgz#c6ecc431cacf1a5da531423fc6a42807814af430"
8003+
integrity sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==
8004+
dependencies:
8005+
argparse "^2.0.1"
8006+
entities "~3.0.1"
8007+
linkify-it "^4.0.1"
8008+
mdurl "^1.0.1"
8009+
uc.micro "^1.0.5"
8010+
79938011
markdown-table@^2.0.0:
79948012
version "2.0.0"
79958013
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-2.0.0.tgz#194a90ced26d31fe753d8b9434430214c011865b"
@@ -8018,7 +8036,14 @@ markdownlint-rule-helpers@~0.16.0:
80188036
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.16.0.tgz#c327f72782bd2b9475127a240508231f0413a25e"
80198037
integrity sha512-oEacRUVeTJ5D5hW1UYd2qExYI0oELdYK72k1TKGvIeYJIbqQWAz476NAc7LNixSySUhcNl++d02DvX0ccDk9/w==
80208038

8021-
markdownlint@^0.25.1, markdownlint@~0.25.1:
8039+
markdownlint@^0.26.0:
8040+
version "0.26.0"
8041+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.0.tgz#1e800ecc709ed4061c18ab03f1cba23f58511421"
8042+
integrity sha512-I7nfRVwKVs/AJi4BlBkUCNj/S4HJjZSSM1wbzdy7vZerFkSGpbs7wX9Rk8rvopvZjTTKFPQWItqdbl2Hh6YXQQ==
8043+
dependencies:
8044+
markdown-it "13.0.1"
8045+
8046+
markdownlint@~0.25.1:
80228047
version "0.25.1"
80238048
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.25.1.tgz#df04536607ebeeda5ccd5e4f38138823ed623788"
80248049
integrity sha512-AG7UkLzNa1fxiOv5B+owPsPhtM4D6DoODhsJgiaNg1xowXovrYgOnLqAgOOFQpWOlHFVQUzjMY5ypNNTeov92g==

0 commit comments

Comments
 (0)