Skip to content

Commit 45f4a7d

Browse files
committed
Update dependency markdownlint-cli to v0.20.0
1 parent 877202a commit 45f4a7d

File tree

2 files changed

+35
-18
lines changed

2 files changed

+35
-18
lines changed

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.20.0",
1313
"prettier": "1.11.1",
1414
"prettier-check": "2.0.0",
1515
"xo": "0.20.3"

yarn.lock

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -871,9 +871,9 @@ 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.0"
876+
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4"
877877

878878
env-editor@^0.3.1:
879879
version "0.3.1"
@@ -2032,13 +2032,20 @@ js-yaml@^3.12.0:
20322032
argparse "^1.0.7"
20332033
esprima "^4.0.0"
20342034

2035-
js-yaml@^3.9.1, js-yaml@~3.11.0:
2035+
js-yaml@^3.9.1:
20362036
version "3.11.0"
20372037
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
20382038
dependencies:
20392039
argparse "^1.0.7"
20402040
esprima "^4.0.0"
20412041

2042+
js-yaml@~3.13.1:
2043+
version "3.13.1"
2044+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
2045+
dependencies:
2046+
argparse "^1.0.7"
2047+
esprima "^4.0.0"
2048+
20422049
jsome@^2.3.25:
20432050
version "2.5.0"
20442051
resolved "https://registry.yarnpkg.com/jsome/-/jsome-2.5.0.tgz#5e417eef4341ffeb83ee8bfa9265b36d56fe49ed"
@@ -2079,6 +2086,10 @@ json5@^1.0.0:
20792086
dependencies:
20802087
minimist "^1.2.0"
20812088

2089+
jsonc-parser@~2.2.0:
2090+
version "2.2.0"
2091+
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.2.0.tgz#f206f87f9d49d644b7502052c04e82dd6392e9ef"
2092+
20822093
jsonfile@^4.0.0:
20832094
version "4.0.0"
20842095
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -2389,36 +2400,42 @@ map-visit@^1.0.0:
23892400
dependencies:
23902401
object-visit "^1.0.0"
23912402

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"
2403+
markdown-it@10.0.0:
2404+
version "10.0.0"
2405+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-10.0.0.tgz#abfc64f141b1722d663402044e43927f1f50a8dc"
23952406
dependencies:
23962407
argparse "^1.0.7"
2397-
entities "~1.1.1"
2408+
entities "~2.0.0"
23982409
linkify-it "^2.0.0"
23992410
mdurl "^1.0.1"
24002411
uc.micro "^1.0.5"
24012412

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"
2413+
markdownlint-cli@0.20.0:
2414+
version "0.20.0"
2415+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.20.0.tgz#838c61bf43a3bce4dcde1a32acd80e31116bba9a"
24052416
dependencies:
24062417
commander "~2.9.0"
24072418
deep-extend "~0.5.1"
24082419
get-stdin "~5.0.1"
24092420
glob "~7.1.2"
2410-
js-yaml "~3.11.0"
2421+
js-yaml "~3.13.1"
2422+
jsonc-parser "~2.2.0"
24112423
lodash.differencewith "~4.5.0"
24122424
lodash.flatten "~4.4.0"
2413-
markdownlint "~0.11.0"
2425+
markdownlint "~0.18.0"
2426+
markdownlint-rule-helpers "~0.6.0"
24142427
minimatch "~3.0.4"
24152428
rc "~1.2.7"
24162429

2417-
markdownlint@~0.11.0:
2418-
version "0.11.0"
2419-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.11.0.tgz#3858bbdbc1ab78abf0c098d841c72b63dd3206a0"
2430+
markdownlint-rule-helpers@~0.6.0:
2431+
version "0.6.0"
2432+
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.6.0.tgz#3a866a340d394d21d40777b787d3ad84489405c5"
2433+
2434+
markdownlint@~0.18.0:
2435+
version "0.18.0"
2436+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.18.0.tgz#906ab9229da4c4be074d0b79de23a69bfa8471d3"
24202437
dependencies:
2421-
markdown-it "8.4.2"
2438+
markdown-it "10.0.0"
24222439

24232440
mdurl@^1.0.1:
24242441
version "1.0.1"

0 commit comments

Comments
 (0)