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 30ea188

Browse filesBrowse files
nodejs-github-botbengl
authored andcommitted
tools: update lint-md-dependencies to rollup@2.70.0 unified@10.1.2
PR-URL: #42316 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Joe Sepi <sepi@joesepi.com>
1 parent 8b84e68 commit 30ea188
Copy full SHA for 30ea188

File tree

Expand file treeCollapse file tree

3 files changed

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

3 files changed

+17
-17
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
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ function base() {
482482
continue
483483
}
484484
if (options[0] === true) {
485-
options[1] = undefined;
485+
options[0] = undefined;
486486
}
487487
const transformer = attacher.call(processor, ...options);
488488
if (typeof transformer === 'function') {
Collapse file

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

Copy file name to clipboardExpand all lines: tools/lint-md/package-lock.json
+14-14Lines changed: 14 additions & 14 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
@@ -10,13 +10,13 @@
1010
"remark-preset-lint-node": "^3.3.1",
1111
"remark-stringify": "^10.0.2",
1212
"to-vfile": "^7.2.3",
13-
"unified": "^10.1.1",
13+
"unified": "^10.1.2",
1414
"vfile-reporter": "^7.0.3"
1515
},
1616
"devDependencies": {
1717
"@rollup/plugin-commonjs": "^21.0.2",
1818
"@rollup/plugin-node-resolve": "^13.1.3",
19-
"rollup": "^2.69.1",
19+
"rollup": "^2.70.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.