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>
This commit is contained in:
Rich Trott 2019-09-17 14:00:02 -07:00
parent a885630cbb
commit a0c6cf8eb1
3 changed files with 62 additions and 40 deletions

File diff suppressed because one or more lines are too long

View File

@ -1087,6 +1087,17 @@
"unist-util-visit": "^1.1.1" "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": { "remark-message-control": {
"version": "4.1.1", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/remark-message-control/-/remark-message-control-4.1.1.tgz", "resolved": "https://registry.npmjs.org/remark-message-control/-/remark-message-control-4.1.1.tgz",
@ -1120,48 +1131,59 @@
} }
}, },
"remark-preset-lint-node": { "remark-preset-lint-node": {
"version": "1.9.0", "version": "1.10.0",
"resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-1.9.0.tgz", "resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-1.10.0.tgz",
"integrity": "sha512-2Fj/vqJXhCUjxcQt4QPACUCK4h6Fo7vOmyOcPemkdsPDABRUREu0oh2ooSnNOGkFv2YBJ8VzbavZX7qJsdoRLg==", "integrity": "sha512-Bgh76g+DlO04EFcq8k9es/+D9VCJnpx2S73desZPwXifacKiczBy18Ghd6kud2tAcNAMFIUDF82YMfuJmGOfew==",
"requires": { "requires": {
"remark-lint": "^6.0.0", "remark-lint": "^6.0.5",
"remark-lint-blockquote-indentation": "^1.0.0", "remark-lint-blockquote-indentation": "^1.0.3",
"remark-lint-checkbox-character-style": "^1.0.0", "remark-lint-checkbox-character-style": "^1.0.3",
"remark-lint-checkbox-content-indent": "^1.0.0", "remark-lint-checkbox-content-indent": "^1.0.3",
"remark-lint-code-block-style": "^1.0.0", "remark-lint-code-block-style": "^1.0.3",
"remark-lint-definition-spacing": "^1.0.0", "remark-lint-definition-spacing": "^1.0.4",
"remark-lint-fenced-code-flag": "^1.0.0", "remark-lint-fenced-code-flag": "^1.0.3",
"remark-lint-fenced-code-marker": "^1.0.0", "remark-lint-fenced-code-marker": "^1.0.3",
"remark-lint-file-extension": "^1.0.0", "remark-lint-file-extension": "^1.0.3",
"remark-lint-final-definition": "^1.0.0", "remark-lint-final-definition": "^1.0.3",
"remark-lint-final-newline": "^1.0.0", "remark-lint-final-newline": "^1.0.3",
"remark-lint-first-heading-level": "^1.0.0", "remark-lint-first-heading-level": "^1.1.4",
"remark-lint-hard-break-spaces": "^1.0.1", "remark-lint-hard-break-spaces": "^1.0.4",
"remark-lint-heading-style": "^1.0.0", "remark-lint-heading-style": "^1.0.3",
"remark-lint-list-item-indent": "^1.0.3", "remark-lint-list-item-indent": "^1.0.4",
"remark-lint-maximum-line-length": "^1.1.0", "remark-lint-maximum-line-length": "^1.2.1",
"remark-lint-no-auto-link-without-protocol": "^1.0.0", "remark-lint-no-auto-link-without-protocol": "^1.0.3",
"remark-lint-no-blockquote-without-marker": "^2.0.2", "remark-lint-no-blockquote-without-marker": "^2.0.3",
"remark-lint-no-consecutive-blank-lines": "^1.0.3", "remark-lint-no-consecutive-blank-lines": "^1.0.3",
"remark-lint-no-duplicate-definitions": "^1.0.0", "remark-lint-no-duplicate-definitions": "^1.0.5",
"remark-lint-no-file-name-articles": "^1.0.0", "remark-lint-no-file-name-articles": "^1.0.3",
"remark-lint-no-file-name-consecutive-dashes": "^1.0.0", "remark-lint-no-file-name-consecutive-dashes": "^1.0.3",
"remark-lint-no-file-name-outer-dashes": "^1.0.0", "remark-lint-no-file-name-outer-dashes": "^1.0.4",
"remark-lint-no-heading-content-indent": "^1.0.0", "remark-lint-no-heading-content-indent": "^1.0.3",
"remark-lint-no-heading-indent": "^1.0.0", "remark-lint-no-heading-indent": "^1.0.3",
"remark-lint-no-inline-padding": "^1.0.0", "remark-lint-no-inline-padding": "^1.0.4",
"remark-lint-no-multiple-toplevel-headings": "^1.0.0", "remark-lint-no-multiple-toplevel-headings": "^1.0.4",
"remark-lint-no-shell-dollars": "^1.0.0", "remark-lint-no-shell-dollars": "^1.0.3",
"remark-lint-no-shortcut-reference-image": "^1.0.0", "remark-lint-no-shortcut-reference-image": "^1.0.3",
"remark-lint-no-table-indentation": "^1.0.0", "remark-lint-no-table-indentation": "^1.0.4",
"remark-lint-no-tabs": "^1.0.0", "remark-lint-no-tabs": "^1.0.3",
"remark-lint-no-trailing-spaces": "^2.0.1", "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-prohibited-strings": "^1.1.0",
"remark-lint-rule-style": "^1.0.0", "remark-lint-rule-style": "^1.0.3",
"remark-lint-strong-marker": "^1.0.0", "remark-lint-strong-marker": "^1.0.3",
"remark-lint-table-cell-padding": "^1.0.0", "remark-lint-table-cell-padding": "^1.0.4",
"remark-lint-table-pipes": "^1.0.0" "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": { "remark-stringify": {

View File

@ -9,7 +9,7 @@
"markdown-extensions": "^1.1.1", "markdown-extensions": "^1.1.1",
"remark": "^10.0.1", "remark": "^10.0.1",
"remark-lint": "^6.0.4", "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-args": "^7.0.0",
"unified-engine": "^6.0.1" "unified-engine": "^6.0.1"
}, },