Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fcca2d5

Browse filesBrowse files
nodejs-github-botjuanarbol
authored andcommitted
tools: update lint-md-dependencies
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>
1 parent 09adb86 commit fcca2d5
Copy full SHA for fcca2d5

File tree

Expand file treeCollapse file tree

3 files changed

+29
-28
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+29
-28
lines changed
Open diff view settings
Collapse file

‎tools/lint-md/lint-md.mjs‎

Copy file name to clipboardExpand all lines: tools/lint-md/lint-md.mjs
+1Lines changed: 1 addition & 0 deletions
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" },
Collapse file

‎tools/lint-md/package-lock.json‎

Copy file name to clipboardExpand all lines: tools/lint-md/package-lock.json
+26-26Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎tools/lint-md/package.json‎

Copy file name to clipboardExpand all lines: tools/lint-md/package.json
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.