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 <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
  • Loading branch information
Trott authored and targos committed May 4, 2020
1 parent d02ced8 commit 6734cc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion tools/lint-md.js
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 6734cc4

Please sign in to comment.