Skip to content

Commit 010d9c2

Browse files
tools: update lint-md-dependencies
Update to [email protected] [email protected]. PR-URL: #46214 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent f8b80a6 commit 010d9c2

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

tools/lint-md/lint-md.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -20781,6 +20781,7 @@ const plugins = [
2078120781
remarkLintProhibitedStrings,
2078220782
[
2078320783
{ yes: "End-of-Life" },
20784+
{ no: "filesystem", yes: "file system" },
2078420785
{ yes: "GitHub" },
2078520786
{ no: "hostname", yes: "host name" },
2078620787
{ yes: "JavaScript" },

tools/lint-md/package-lock.json

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/lint-md/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"remark-parse": "^10.0.1",
10-
"remark-preset-lint-node": "^3.3.1",
10+
"remark-preset-lint-node": "^3.4.0",
1111
"remark-stringify": "^10.0.2",
1212
"to-vfile": "^7.2.3",
1313
"unified": "^10.1.2",
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@rollup/plugin-commonjs": "^24.0.0",
1818
"@rollup/plugin-node-resolve": "^15.0.1",
19-
"rollup": "^3.9.1",
19+
"rollup": "^3.10.0",
2020
"rollup-plugin-cleanup": "^3.2.1"
2121
}
2222
}

0 commit comments

Comments
 (0)