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 38e7681

Browse filesBrowse files
nodejs-github-botbengl
authored andcommitted
tools: update lint-md-dependencies to rollup@2.70.1
PR-URL: #42403 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent f48c3ba commit 38e7681
Copy full SHA for 38e7681

File tree

Expand file treeCollapse file tree

3 files changed

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

3 files changed

+49
-37
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
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12627,12 +12627,12 @@ const remarkLintListItemBulletIndent = lintRule(
1262712627
);
1262812628
var remarkLintListItemBulletIndent$1 = remarkLintListItemBulletIndent;
1262912629

12630-
var pointStart = point('start');
12631-
var pointEnd = point('end');
12630+
const pointStart = point('start');
12631+
const pointEnd = point('end');
1263212632
function point(type) {
1263312633
return point
1263412634
function point(node) {
12635-
var point = (node && node.position && node.position[type]) || {};
12635+
const point = (node && node.position && node.position[type]) || {};
1263612636
return {
1263712637
line: point.line || null,
1263812638
column: point.column || null,
Collapse file

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

Copy file name to clipboardExpand all lines: tools/lint-md/package-lock.json
+45-33Lines changed: 45 additions & 33 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
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@rollup/plugin-commonjs": "^21.0.2",
1818
"@rollup/plugin-node-resolve": "^13.1.3",
19-
"rollup": "^2.70.0",
19+
"rollup": "^2.70.1",
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.