diff options
author | Rich Trott <rtrott@gmail.com> | 2019-09-17 14:00:02 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-09-17 21:30:44 -0700 |
commit | a0c6cf8eb1bbe4b964b8267341e894a8fafeab51 (patch) | |
tree | 0f5a173804bf8baea64b6fac52f25e8233d71250 /tools/node-lint-md-cli-rollup | |
parent | a885630cbb411eec4a4d6728315dad8bf57996cb (diff) | |
download | node-new-a0c6cf8eb1bbe4b964b8267341e894a8fafeab51.tar.gz |
tools: update remark-preset-lint-node to 1.10.0
A new version of remark-preset-lint-node adds linting for unordered list
style.
PR-URL: https://github.com/nodejs/node/pull/29594
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'tools/node-lint-md-cli-rollup')
-rw-r--r-- | tools/node-lint-md-cli-rollup/package-lock.json | 100 | ||||
-rw-r--r-- | tools/node-lint-md-cli-rollup/package.json | 2 |
2 files changed, 62 insertions, 40 deletions
diff --git a/tools/node-lint-md-cli-rollup/package-lock.json b/tools/node-lint-md-cli-rollup/package-lock.json index b733c50dcf..ea3ad6287c 100644 --- a/tools/node-lint-md-cli-rollup/package-lock.json +++ b/tools/node-lint-md-cli-rollup/package-lock.json @@ -1087,6 +1087,17 @@ "unist-util-visit": "^1.1.1" } }, + "remark-lint-unordered-list-marker-style": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/remark-lint-unordered-list-marker-style/-/remark-lint-unordered-list-marker-style-1.0.3.tgz", + "integrity": "sha512-0nn/Yscy5ImO4fqByrk/Ua02UwGx8LRu+0kdCbkVz4IxPO5qxTEfyccUQZR71zTdMJp1d2OeqyD9XtMaO4X7Ww==", + "requires": { + "unified-lint-rule": "^1.0.0", + "unist-util-generated": "^1.1.0", + "unist-util-position": "^3.0.0", + "unist-util-visit": "^1.1.1" + } + }, "remark-message-control": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/remark-message-control/-/remark-message-control-4.1.1.tgz", @@ -1120,48 +1131,59 @@ } }, "remark-preset-lint-node": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-1.9.0.tgz", - "integrity": "sha512-2Fj/vqJXhCUjxcQt4QPACUCK4h6Fo7vOmyOcPemkdsPDABRUREu0oh2ooSnNOGkFv2YBJ8VzbavZX7qJsdoRLg==", - "requires": { - "remark-lint": "^6.0.0", - "remark-lint-blockquote-indentation": "^1.0.0", - "remark-lint-checkbox-character-style": "^1.0.0", - "remark-lint-checkbox-content-indent": "^1.0.0", - "remark-lint-code-block-style": "^1.0.0", - "remark-lint-definition-spacing": "^1.0.0", - "remark-lint-fenced-code-flag": "^1.0.0", - "remark-lint-fenced-code-marker": "^1.0.0", - "remark-lint-file-extension": "^1.0.0", - "remark-lint-final-definition": "^1.0.0", - "remark-lint-final-newline": "^1.0.0", - "remark-lint-first-heading-level": "^1.0.0", - "remark-lint-hard-break-spaces": "^1.0.1", - "remark-lint-heading-style": "^1.0.0", - "remark-lint-list-item-indent": "^1.0.3", - "remark-lint-maximum-line-length": "^1.1.0", - "remark-lint-no-auto-link-without-protocol": "^1.0.0", - "remark-lint-no-blockquote-without-marker": "^2.0.2", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-1.10.0.tgz", + "integrity": "sha512-Bgh76g+DlO04EFcq8k9es/+D9VCJnpx2S73desZPwXifacKiczBy18Ghd6kud2tAcNAMFIUDF82YMfuJmGOfew==", + "requires": { + "remark-lint": "^6.0.5", + "remark-lint-blockquote-indentation": "^1.0.3", + "remark-lint-checkbox-character-style": "^1.0.3", + "remark-lint-checkbox-content-indent": "^1.0.3", + "remark-lint-code-block-style": "^1.0.3", + "remark-lint-definition-spacing": "^1.0.4", + "remark-lint-fenced-code-flag": "^1.0.3", + "remark-lint-fenced-code-marker": "^1.0.3", + "remark-lint-file-extension": "^1.0.3", + "remark-lint-final-definition": "^1.0.3", + "remark-lint-final-newline": "^1.0.3", + "remark-lint-first-heading-level": "^1.1.4", + "remark-lint-hard-break-spaces": "^1.0.4", + "remark-lint-heading-style": "^1.0.3", + "remark-lint-list-item-indent": "^1.0.4", + "remark-lint-maximum-line-length": "^1.2.1", + "remark-lint-no-auto-link-without-protocol": "^1.0.3", + "remark-lint-no-blockquote-without-marker": "^2.0.3", "remark-lint-no-consecutive-blank-lines": "^1.0.3", - "remark-lint-no-duplicate-definitions": "^1.0.0", - "remark-lint-no-file-name-articles": "^1.0.0", - "remark-lint-no-file-name-consecutive-dashes": "^1.0.0", - "remark-lint-no-file-name-outer-dashes": "^1.0.0", - "remark-lint-no-heading-content-indent": "^1.0.0", - "remark-lint-no-heading-indent": "^1.0.0", - "remark-lint-no-inline-padding": "^1.0.0", - "remark-lint-no-multiple-toplevel-headings": "^1.0.0", - "remark-lint-no-shell-dollars": "^1.0.0", - "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-duplicate-definitions": "^1.0.5", + "remark-lint-no-file-name-articles": "^1.0.3", + "remark-lint-no-file-name-consecutive-dashes": "^1.0.3", + "remark-lint-no-file-name-outer-dashes": "^1.0.4", + "remark-lint-no-heading-content-indent": "^1.0.3", + "remark-lint-no-heading-indent": "^1.0.3", + "remark-lint-no-inline-padding": "^1.0.4", + "remark-lint-no-multiple-toplevel-headings": "^1.0.4", + "remark-lint-no-shell-dollars": "^1.0.3", + "remark-lint-no-shortcut-reference-image": "^1.0.3", + "remark-lint-no-table-indentation": "^1.0.4", + "remark-lint-no-tabs": "^1.0.3", "remark-lint-no-trailing-spaces": "^2.0.1", - "remark-lint-no-unused-definitions": "^1.0.0", + "remark-lint-no-unused-definitions": "^1.0.5", "remark-lint-prohibited-strings": "^1.1.0", - "remark-lint-rule-style": "^1.0.0", - "remark-lint-strong-marker": "^1.0.0", - "remark-lint-table-cell-padding": "^1.0.0", - "remark-lint-table-pipes": "^1.0.0" + "remark-lint-rule-style": "^1.0.3", + "remark-lint-strong-marker": "^1.0.3", + "remark-lint-table-cell-padding": "^1.0.4", + "remark-lint-table-pipes": "^1.0.3", + "remark-lint-unordered-list-marker-style": "^1.0.3" + }, + "dependencies": { + "remark-lint": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-6.0.5.tgz", + "integrity": "sha512-o1I3ddm+KNsTxk60wWGI+p2yU1jB1gcm8jo2Sy6VhJ4ab2TrQIp1oQbp5xeLoFXYSh/NAqCpKjHkCM/BYpkFdQ==", + "requires": { + "remark-message-control": "^4.0.0" + } + } } }, "remark-stringify": { diff --git a/tools/node-lint-md-cli-rollup/package.json b/tools/node-lint-md-cli-rollup/package.json index b97e729756..f3d4cee6eb 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.9.0", + "remark-preset-lint-node": "^1.10.0", "unified-args": "^7.0.0", "unified-engine": "^6.0.1" }, |