summaryrefslogtreecommitdiff
path: root/tools/node-lint-md-cli-rollup
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-05-17 15:40:10 -0700
committerRich Trott <rtrott@gmail.com>2019-05-19 23:08:53 -0700
commitcc7e15f850d2b3773b555ae05157ec73ea627154 (patch)
tree93944fa498f7507dc5a90f0b2a86a28b4c0070c2 /tools/node-lint-md-cli-rollup
parent4a218fd96fbd1dfd7158881798508a1259925d9d (diff)
downloadandroid-node-v8-cc7e15f850d2b3773b555ae05157ec73ea627154.tar.gz
android-node-v8-cc7e15f850d2b3773b555ae05157ec73ea627154.tar.bz2
android-node-v8-cc7e15f850d2b3773b555ae05157ec73ea627154.zip
tools: update markdown linter for Windows line endings
Update the markdown linter to work with Windows line endings. Previously, Windows line endings would break the trailing-spaces plugin. PR-URL: https://github.com/nodejs/node/pull/27756 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Diffstat (limited to 'tools/node-lint-md-cli-rollup')
-rw-r--r--tools/node-lint-md-cli-rollup/package-lock.json20
-rw-r--r--tools/node-lint-md-cli-rollup/package.json2
2 files changed, 11 insertions, 11 deletions
diff --git a/tools/node-lint-md-cli-rollup/package-lock.json b/tools/node-lint-md-cli-rollup/package-lock.json
index 489d51a56a..e51ffc2a9b 100644
--- a/tools/node-lint-md-cli-rollup/package-lock.json
+++ b/tools/node-lint-md-cli-rollup/package-lock.json
@@ -1712,9 +1712,9 @@
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
},
"plur": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/plur/-/plur-3.0.1.tgz",
- "integrity": "sha512-lJl0ojUynAM1BZn58Pas2WT/TXeC1+bS+UqShl0x9+49AtOn7DixRXVzaC8qrDOIxNDmepKnLuMTH7NQmkX0PA==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/plur/-/plur-3.1.1.tgz",
+ "integrity": "sha512-t1Ax8KUvV3FFII8ltczPn2tJdjqbd1sIzu6t4JL7nQ3EyeL/lTrj5PWKb06ic5/6XYDr65rQ4uzQEGN70/6X5w==",
"requires": {
"irregular-plurals": "^2.0.0"
}
@@ -2103,9 +2103,9 @@
}
},
"remark-lint-no-trailing-spaces": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-2.0.0.tgz",
- "integrity": "sha512-UVb0xAFO5lsa/kRNC/qHOz7GuF91TjW7hk+m8hUircj1Nh53BP9rH24DJ/NVPF1Ve+u5k+pfOTJPqJcvD0zgUw==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-2.0.1.tgz",
+ "integrity": "sha512-cj8t+nvtO6eAY2lJC7o5du8VeOCK13XiDUHL4U6k5aw6ZLr3EYWbQ/rNc6cr60eHkh5Ldm09KiZjV3CWpxqJ0g==",
"requires": {
"unified-lint-rule": "^1.0.2"
}
@@ -2206,9 +2206,9 @@
}
},
"remark-preset-lint-node": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-1.6.0.tgz",
- "integrity": "sha512-2aMruLIudApA+WMWkFHFaYog2KTvLj1abSI1ulhAug6ibsjUg7AcHtipjdx9jzfSHVGYCmAINujFme50P0bOVw==",
+ "version": "1.6.1",
+ "resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-1.6.1.tgz",
+ "integrity": "sha512-IPI6twjHjGwiqPU8CS2MybL/kXwhmtfS42Ovrp6bw9w3nZg6y0EbsrvpBOBNiJpWMG9NP0sKpRCzkfqx39Jyxw==",
"requires": {
"remark-lint": "^6.0.0",
"remark-lint-blockquote-indentation": "^1.0.0",
@@ -2240,7 +2240,7 @@
"remark-lint-no-shortcut-reference-image": "^1.0.0",
"remark-lint-no-table-indentation": "^1.0.0",
"remark-lint-no-tabs": "^1.0.0",
- "remark-lint-no-trailing-spaces": "^2.0.0",
+ "remark-lint-no-trailing-spaces": "^2.0.1",
"remark-lint-no-unused-definitions": "^1.0.0",
"remark-lint-prohibited-strings": "^1.1.0",
"remark-lint-rule-style": "^1.0.0",
diff --git a/tools/node-lint-md-cli-rollup/package.json b/tools/node-lint-md-cli-rollup/package.json
index 706571d039..fde07df857 100644
--- a/tools/node-lint-md-cli-rollup/package.json
+++ b/tools/node-lint-md-cli-rollup/package.json
@@ -9,7 +9,7 @@
"markdown-extensions": "^1.1.1",
"remark": "^10.0.1",
"remark-lint": "^6.0.4",
- "remark-preset-lint-node": "^1.6.0",
+ "remark-preset-lint-node": "^1.6.1",
"unified-args": "^6.0.0",
"unified-engine": "^6.0.1"
},