Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 849da38

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency markdownlint-cli to v0.13.0
1 parent 11b5d6e commit 849da38

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"husky": "0.14.3",
103103
"jest": "23.5.0",
104104
"lint-staged": "7.2.2",
105-
"markdownlint-cli": "0.12.0",
105+
"markdownlint-cli": "0.13.0",
106106
"opn": "5.3.0",
107107
"prettier": "1.14.2",
108108
"raf": "3.4.0",

Diff for: yarn.lock

+7-17
Original file line numberDiff line numberDiff line change
@@ -3564,7 +3564,7 @@ glob-to-regexp@^0.3.0:
35643564
version "0.3.0"
35653565
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
35663566

3567-
[email protected], glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
3567+
[email protected], glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@~7.1.2:
35683568
version "7.1.2"
35693569
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
35703570
dependencies:
@@ -3575,17 +3575,6 @@ [email protected], glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
35753575
once "^1.3.0"
35763576
path-is-absolute "^1.0.0"
35773577

3578-
glob@~7.0.3:
3579-
version "7.0.6"
3580-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.6.tgz#211bafaf49e525b8cd93260d14ab136152b3f57a"
3581-
dependencies:
3582-
fs.realpath "^1.0.0"
3583-
inflight "^1.0.4"
3584-
inherits "2"
3585-
minimatch "^3.0.2"
3586-
once "^1.3.0"
3587-
path-is-absolute "^1.0.0"
3588-
35893578
global-dirs@^0.1.0:
35903579
version "0.1.1"
35913580
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -5331,18 +5320,19 @@ markdown-to-ast@~3.4.0:
53315320
structured-source "^3.0.2"
53325321
traverse "^0.6.6"
53335322

5334-
markdownlint-cli@0.12.0:
5335-
version "0.12.0"
5336-
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.12.0.tgz#14db32e28be098a0963c91e547f8adb58efdb158"
5323+
markdownlint-cli@0.13.0:
5324+
version "0.13.0"
5325+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.13.0.tgz#af1d29e5d8b434256c451c81b87dff1c218844cb"
53375326
dependencies:
53385327
commander "~2.9.0"
53395328
deep-extend "~0.5.1"
53405329
get-stdin "~5.0.1"
5341-
glob "~7.0.3"
5330+
glob "~7.1.2"
53425331
js-yaml "~3.11.0"
53435332
lodash.differencewith "~4.5.0"
53445333
lodash.flatten "~4.4.0"
53455334
markdownlint "~0.11.0"
5335+
minimatch "~3.0.4"
53465336
rc "~1.2.7"
53475337

53485338
markdownlint@~0.11.0:
@@ -5519,7 +5509,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
55195509
version "1.0.1"
55205510
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
55215511

5522-
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
5512+
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.4:
55235513
version "3.0.4"
55245514
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
55255515
dependencies:

0 commit comments

Comments
 (0)