Skip to content

Commit e4b4c15

Browse files
committed
chore(deps): update dependency markdownlint-cli to v0.24.0
1 parent 877202a commit e4b4c15

2 files changed

Lines changed: 59 additions & 22 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"danger": "4.0.1",
1111
"eclint": "2.8.0",
12-
"markdownlint-cli": "0.13.0",
12+
"markdownlint-cli": "0.24.0",
1313
"prettier": "1.11.1",
1414
"prettier-check": "2.0.0",
1515
"xo": "0.20.3"

yarn.lock

Lines changed: 58 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -871,9 +871,10 @@ enhance-visitors@^1.0.0:
871871
dependencies:
872872
lodash "^4.13.1"
873873

874-
entities@~1.1.1:
875-
version "1.1.1"
876-
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
874+
entities@~2.0.0:
875+
version "2.0.3"
876+
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f"
877+
integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
877878

878879
env-editor@^0.3.1:
879880
version "0.3.1"
@@ -1670,6 +1671,11 @@ ignore@^3.3.3, ignore@^3.3.5, ignore@^3.3.6:
16701671
version "3.3.7"
16711672
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"
16721673

1674+
ignore@~5.1.4:
1675+
version "5.1.8"
1676+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
1677+
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
1678+
16731679
import-lazy@^2.1.0:
16741680
version "2.1.0"
16751681
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
@@ -2032,13 +2038,21 @@ js-yaml@^3.12.0:
20322038
argparse "^1.0.7"
20332039
esprima "^4.0.0"
20342040

2035-
js-yaml@^3.9.1, js-yaml@~3.11.0:
2041+
js-yaml@^3.9.1:
20362042
version "3.11.0"
20372043
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
20382044
dependencies:
20392045
argparse "^1.0.7"
20402046
esprima "^4.0.0"
20412047

2048+
js-yaml@~3.13.1:
2049+
version "3.13.1"
2050+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
2051+
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
2052+
dependencies:
2053+
argparse "^1.0.7"
2054+
esprima "^4.0.0"
2055+
20422056
jsome@^2.3.25:
20432057
version "2.5.0"
20442058
resolved "https://registry.yarnpkg.com/jsome/-/jsome-2.5.0.tgz#5e417eef4341ffeb83ee8bfa9265b36d56fe49ed"
@@ -2079,6 +2093,11 @@ json5@^1.0.0:
20792093
dependencies:
20802094
minimist "^1.2.0"
20812095

2096+
jsonc-parser@~2.2.0:
2097+
version "2.2.1"
2098+
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.2.1.tgz#db73cd59d78cce28723199466b2a03d1be1df2bc"
2099+
integrity sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w==
2100+
20822101
jsonfile@^4.0.0:
20832102
version "4.0.0"
20842103
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -2209,9 +2228,10 @@ linez@^4.1.4:
22092228
buffer-equals "^1.0.4"
22102229
iconv-lite "^0.4.15"
22112230

2212-
linkify-it@^2.0.0:
2213-
version "2.0.3"
2214-
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.0.3.tgz#d94a4648f9b1c179d64fa97291268bdb6ce9434f"
2231+
linkify-it@^3.0.1:
2232+
version "3.0.2"
2233+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.2.tgz#f55eeb8bc1d3ae754049e124ab3bb56d97797fb8"
2234+
integrity sha512-gDBO4aHNZS6coiZCKVhSNh43F9ioIL4JwRjLZPkoLIY4yZFwg264Y5lu2x6rb1Js42Gh6Yqm2f6L2AJcnkzinQ==
22152235
dependencies:
22162236
uc.micro "^1.0.1"
22172237

@@ -2389,36 +2409,48 @@ map-visit@^1.0.0:
23892409
dependencies:
23902410
object-visit "^1.0.0"
23912411

2392-
markdown-it@8.4.2:
2393-
version "8.4.2"
2394-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54"
2412+
markdown-it@11.0.0:
2413+
version "11.0.0"
2414+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.0.tgz#dbfc30363e43d756ebc52c38586b91b90046b876"
2415+
integrity sha512-+CvOnmbSubmQFSA9dKz1BRiaSMV7rhexl3sngKqFyXSagoA3fBdJQ8oZWtRy2knXdpDXaBw44euz37DeJQ9asg==
23952416
dependencies:
23962417
argparse "^1.0.7"
2397-
entities "~1.1.1"
2398-
linkify-it "^2.0.0"
2418+
entities "~2.0.0"
2419+
linkify-it "^3.0.1"
23992420
mdurl "^1.0.1"
24002421
uc.micro "^1.0.5"
24012422

2402-
markdownlint-cli@0.13.0:
2403-
version "0.13.0"
2404-
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.13.0.tgz#af1d29e5d8b434256c451c81b87dff1c218844cb"
2423+
markdownlint-cli@0.24.0:
2424+
version "0.24.0"
2425+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.24.0.tgz#d1c1d43cd53b87aaec93035b3234eef7097139a8"
2426+
integrity sha512-AusUxaX4sFayUBFTCKeHc8+fq73KFqIUW+ZZZYyQ/BvY0MoGAnE2C/3xiawSE7WXmpmguaWzhrXRuY6IrOLX7A==
24052427
dependencies:
24062428
commander "~2.9.0"
24072429
deep-extend "~0.5.1"
24082430
get-stdin "~5.0.1"
24092431
glob "~7.1.2"
2410-
js-yaml "~3.11.0"
2432+
ignore "~5.1.4"
2433+
js-yaml "~3.13.1"
2434+
jsonc-parser "~2.2.0"
24112435
lodash.differencewith "~4.5.0"
24122436
lodash.flatten "~4.4.0"
2413-
markdownlint "~0.11.0"
2437+
markdownlint "~0.21.0"
2438+
markdownlint-rule-helpers "~0.12.0"
24142439
minimatch "~3.0.4"
2440+
minimist "~1.2.5"
24152441
rc "~1.2.7"
24162442

2417-
markdownlint@~0.11.0:
2418-
version "0.11.0"
2419-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.11.0.tgz#3858bbdbc1ab78abf0c098d841c72b63dd3206a0"
2443+
markdownlint-rule-helpers@~0.12.0:
2444+
version "0.12.0"
2445+
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.12.0.tgz#c41d9b990c50911572e8eb2fba3e6975a5514b7e"
2446+
integrity sha512-Q7qfAk+AJvx82ZY52OByC4yjoQYryOZt6D8TKrZJIwCfhZvcj8vCQNuwDqILushtDBTvGFmUPq+uhOb1KIMi6A==
2447+
2448+
markdownlint@~0.21.0:
2449+
version "0.21.1"
2450+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.21.1.tgz#9442afcf12bf65ce9d613212028cf85741677421"
2451+
integrity sha512-8kc88w5dyEzlmOWIElp8J17qBgzouOQfJ0LhCcpBFrwgyYK6JTKvILsk4FCEkiNqHkTxwxopT2RS2DYb/10qqg==
24202452
dependencies:
2421-
markdown-it "8.4.2"
2453+
markdown-it "11.0.0"
24222454

24232455
mdurl@^1.0.1:
24242456
version "1.0.1"
@@ -2502,6 +2534,11 @@ minimist@^1.1.3, minimist@^1.2.0:
25022534
version "1.2.0"
25032535
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
25042536

2537+
minimist@~1.2.5:
2538+
version "1.2.5"
2539+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
2540+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
2541+
25052542
mixin-deep@^1.2.0:
25062543
version "1.3.1"
25072544
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"

0 commit comments

Comments
 (0)