Skip to content

Commit

Permalink
tools: bump remark-preset-lint-node to 1.15.0
Browse files Browse the repository at this point in the history
New version of remark-preset-lint-node includes prohibited string entry
accidentally removed in the last version.

PR-URL: #33157
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
Trott authored and targos committed May 13, 2020
1 parent 62143b5 commit 94e4847
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion BUILDING.md
Expand Up @@ -226,7 +226,7 @@ The Node.js project uses Python as part of its build process and has
historically only been Python 2 compatible.

Python 2 will reach its _end-of-life_ at the end of 2019 at which point the
interpreter will cease receiving updates. See https://python3statement.org/
interpreter will cease receiving updates. See <https://python3statement.org/>
for more information.

The Node.js project is in the process of transitioning its Python code to
Expand Down
4 changes: 2 additions & 2 deletions doc/api/cli.md
Expand Up @@ -344,8 +344,8 @@ added: v11.4.0

Chooses an HTTP parser library. Available values are:

* `llhttp` for https://llhttp.org/
* `legacy` for https://github.com/nodejs/http-parser
* `llhttp` for <https://llhttp.org/>
* `legacy` for <https://github.com/nodejs/http-parser>

The default is `llhttp`, unless otherwise specified when building Node.js.

Expand Down
3 changes: 2 additions & 1 deletion tools/lint-md.js
Expand Up @@ -40955,7 +40955,7 @@ const dependencies$1 = {
"markdown-extensions": "^1.1.1",
remark: "^11.0.2",
"remark-lint": "^6.0.5",
"remark-preset-lint-node": "^1.14.0",
"remark-preset-lint-node": "^1.15.0",
"unified-args": "^7.1.0"
};
const main = "dist/index.js";
Expand Down Expand Up @@ -52498,6 +52498,7 @@ var plugins$2 = [
{ yes: "JavaScript" },
{ no: "Node", yes: "Node.js" },
{ yes: "Node.js" },
{ no: "Node[Jj][Ss]", yes: "Node.js" },
{ no: "Node\\.js's?", yes: "the Node.js" },
{ no: "[Nn]ote that", yes: "<nothing>" },
{ yes: "RFC" },
Expand Down
6 changes: 3 additions & 3 deletions tools/node-lint-md-cli-rollup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/node-lint-md-cli-rollup/package.json
Expand Up @@ -13,7 +13,7 @@
"markdown-extensions": "^1.1.1",
"remark": "^11.0.2",
"remark-lint": "^6.0.5",
"remark-preset-lint-node": "^1.14.0",
"remark-preset-lint-node": "^1.15.0",
"unified-args": "^7.1.0"
},
"main": "dist/index.js",
Expand Down

0 comments on commit 94e4847

Please sign in to comment.