Skip to content

Commit 94e4847

Browse files
Trotttargos
authored andcommitted
tools: bump remark-preset-lint-node to 1.15.0
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 <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 62143b5 commit 94e4847

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The Node.js project uses Python as part of its build process and has
226226
historically only been Python 2 compatible.
227227

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

232232
The Node.js project is in the process of transitioning its Python code to

doc/api/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ added: v11.4.0
344344

345345
Chooses an HTTP parser library. Available values are:
346346

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

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

tools/lint-md.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40955,7 +40955,7 @@ const dependencies$1 = {
4095540955
"markdown-extensions": "^1.1.1",
4095640956
remark: "^11.0.2",
4095740957
"remark-lint": "^6.0.5",
40958-
"remark-preset-lint-node": "^1.14.0",
40958+
"remark-preset-lint-node": "^1.15.0",
4095940959
"unified-args": "^7.1.0"
4096040960
};
4096140961
const main = "dist/index.js";
@@ -52498,6 +52498,7 @@ var plugins$2 = [
5249852498
{ yes: "JavaScript" },
5249952499
{ no: "Node", yes: "Node.js" },
5250052500
{ yes: "Node.js" },
52501+
{ no: "Node[Jj][Ss]", yes: "Node.js" },
5250152502
{ no: "Node\\.js's?", yes: "the Node.js" },
5250252503
{ no: "[Nn]ote that", yes: "<nothing>" },
5250352504
{ yes: "RFC" },

tools/node-lint-md-cli-rollup/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node-lint-md-cli-rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"markdown-extensions": "^1.1.1",
1414
"remark": "^11.0.2",
1515
"remark-lint": "^6.0.5",
16-
"remark-preset-lint-node": "^1.14.0",
16+
"remark-preset-lint-node": "^1.15.0",
1717
"unified-args": "^7.1.0"
1818
},
1919
"main": "dist/index.js",

0 commit comments

Comments
 (0)