Skip to content

Commit

Permalink
tools: update lint-md-dependencies to rollup@2.70.0 unified@10.1.2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nodejs-github-bot authored and danielleadams committed Apr 24, 2022
1 parent 57b619d commit 97aa236
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion tools/lint-md/lint-md.mjs
Expand Up @@ -482,7 +482,7 @@ function base() {
continue
}
if (options[0] === true) {
options[1] = undefined;
options[0] = undefined;
}
const transformer = attacher.call(processor, ...options);
if (typeof transformer === 'function') {
Expand Down
28 changes: 14 additions & 14 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 @@ -10,13 +10,13 @@
"remark-preset-lint-node": "^3.3.1",
"remark-stringify": "^10.0.2",
"to-vfile": "^7.2.3",
"unified": "^10.1.1",
"unified": "^10.1.2",
"vfile-reporter": "^7.0.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"rollup": "^2.69.1",
"rollup": "^2.70.0",
"rollup-plugin-cleanup": "^3.2.1"
}
}

0 comments on commit 97aa236

Please sign in to comment.