Skip to content

Commit

Permalink
tools: update lint-md-dependencies
Browse files Browse the repository at this point in the history
Update to remark-preset-lint-node@3.4.0 rollup@3.10.0.

PR-URL: #46214
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
nodejs-github-bot authored and juanarbol committed Jan 31, 2023
1 parent 09adb86 commit fcca2d5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
1 change: 1 addition & 0 deletions tools/lint-md/lint-md.mjs
Expand Up @@ -20781,6 +20781,7 @@ const plugins = [
remarkLintProhibitedStrings,
[
{ yes: "End-of-Life" },
{ no: "filesystem", yes: "file system" },
{ yes: "GitHub" },
{ no: "hostname", yes: "host name" },
{ yes: "JavaScript" },
Expand Down
52 changes: 26 additions & 26 deletions tools/lint-md/package-lock.json

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

4 changes: 2 additions & 2 deletions tools/lint-md/package.json
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"remark-parse": "^10.0.1",
"remark-preset-lint-node": "^3.3.1",
"remark-preset-lint-node": "^3.4.0",
"remark-stringify": "^10.0.2",
"to-vfile": "^7.2.3",
"unified": "^10.1.2",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup": "^3.9.1",
"rollup": "^3.10.0",
"rollup-plugin-cleanup": "^3.2.1"
}
}

0 comments on commit fcca2d5

Please sign in to comment.