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

Commit 696ac24

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency markdownlint-cli to v0.20.0
1 parent 98a1aaf commit 696ac24

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"husky": "3.0.9",
103103
"jest": "24.9.0",
104104
"lint-staged": "8.2.1",
105-
"markdownlint-cli": "0.19.0",
105+
"markdownlint-cli": "0.20.0",
106106
"opn": "5.5.0",
107107
"prettier": "1.18.2",
108108
"raf": "3.4.1",

yarn.lock

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5523,7 +5523,7 @@ js-types@^1.0.0:
55235523
resolved "https://registry.yarnpkg.com/js-types/-/js-types-1.0.0.tgz#d242e6494ed572ad3c92809fc8bed7f7687cbf03"
55245524
integrity sha1-0kLmSU7Vcq08koCfyL7X92h8vwM=
55255525

5526-
js-yaml@^3.13.1, js-yaml@^3.9.1:
5526+
js-yaml@^3.13.1, js-yaml@^3.9.1, js-yaml@~3.13.1:
55275527
version "3.13.1"
55285528
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
55295529
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -5641,6 +5641,11 @@ jsonc-parser@^1.0.0:
56415641
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-1.0.3.tgz#1d53d7160e401a783dbceabaad82473f80e6ad7e"
56425642
integrity sha512-hk/69oAeaIzchq/v3lS50PXuzn5O2ynldopMC+SWBql7J2WtdptfB9dy8Y7+Og5rPkTCpn83zTiO8FMcqlXJ/g==
56435643

5644+
jsonc-parser@~2.2.0:
5645+
version "2.2.0"
5646+
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.2.0.tgz#f206f87f9d49d644b7502052c04e82dd6392e9ef"
5647+
integrity sha512-4fLQxW1j/5fWj6p78vAlAafoCKtuBm6ghv+Ij5W2DrDx0qE+ZdEl2c6Ko1mgJNF5ftX1iEWQQ4Ap7+3GlhjkOA==
5648+
56445649
jsprim@^1.2.2:
56455650
version "1.4.1"
56465651
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
@@ -6076,32 +6081,33 @@ markdown-it@10.0.0:
60766081
mdurl "^1.0.1"
60776082
uc.micro "^1.0.5"
60786083

6079-
markdownlint-cli@0.19.0:
6080-
version "0.19.0"
6081-
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.19.0.tgz#70ccd7334d667c94b3259b5dfc1978cf2199a6fd"
6082-
integrity sha512-5hUEBAmbCVJflws6841HJ0KTZdgGWYaPThoXPI6Wjn1VkoiYWsprNH0r3PvPmyGXtvbHJ7/7eGPde2a6cx8t0w==
6084+
markdownlint-cli@0.20.0:
6085+
version "0.20.0"
6086+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.20.0.tgz#838c61bf43a3bce4dcde1a32acd80e31116bba9a"
6087+
integrity sha512-5VCGS+9w/mVMVDHrKOciq+ZXYdFEypyuCvCdNjHdji8itqcryWMr7V2NdpxQ/KeJmMNoRYsdc2R+88lSc+2gpA==
60836088
dependencies:
60846089
commander "~2.9.0"
60856090
deep-extend "~0.5.1"
60866091
get-stdin "~5.0.1"
60876092
glob "~7.1.2"
6088-
js-yaml "^3.13.1"
6093+
js-yaml "~3.13.1"
6094+
jsonc-parser "~2.2.0"
60896095
lodash.differencewith "~4.5.0"
60906096
lodash.flatten "~4.4.0"
6091-
markdownlint "~0.17.1"
6092-
markdownlint-rule-helpers "~0.5.0"
6097+
markdownlint "~0.18.0"
6098+
markdownlint-rule-helpers "~0.6.0"
60936099
minimatch "~3.0.4"
60946100
rc "~1.2.7"
60956101

6096-
markdownlint-rule-helpers@~0.5.0:
6097-
version "0.5.0"
6098-
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.5.0.tgz#316569329f2341b8066817292a6733ef56571301"
6099-
integrity sha512-6bJAV4TjUoDDnqxfb6EKTuZlpYI6vn4kerid7WTrZaEjsWuYDeYDAN+r4o+vbUYFZfJkiBU7NPBqPd4QJ1CZzQ==
6102+
markdownlint-rule-helpers@~0.6.0:
6103+
version "0.6.0"
6104+
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.6.0.tgz#3a866a340d394d21d40777b787d3ad84489405c5"
6105+
integrity sha512-LiZVAbg9/cqkBHtLNNqHV3xuy4Y2L/KuGU6+ZXqCT9NnCdEkIoxeI5/96t+ExquBY0iHy2CVWxPH16nG1RKQVQ==
61006106

6101-
markdownlint@~0.17.1:
6102-
version "0.17.2"
6103-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.17.2.tgz#de0ab144fbf314fedadcb8a4ce0db9ea819f91a5"
6104-
integrity sha512-vsxopn0qEdm0P2XI3S9sVA+jvjKjR8lHZ+0FKlusth+1UK9tI29mRFkKeZPERmbWsMehJcogfMieBUkMgNEFkQ==
6107+
markdownlint@~0.18.0:
6108+
version "0.18.0"
6109+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.18.0.tgz#906ab9229da4c4be074d0b79de23a69bfa8471d3"
6110+
integrity sha512-nQAfK9Pbq0ZRoMC/abNGterEnV3kL8MZmi0WHhw8WJKoIbsm3cXGufGsxzCRvjW15cxe74KWcxRSKqwplS26Bw==
61056111
dependencies:
61066112
markdown-it "10.0.0"
61076113

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy