Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit0312065

Browse files
nodejs-github-botmarco-ippolito
authored andcommitted
tools: update lint-md-dependencies to unified@11.0.5
PR-URL:#53555Reviewed-By: Moshe Atlow <moshe@atlow.co.il>Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent43ac5a2 commit0312065

File tree

3 files changed

+33
-28
lines changed

3 files changed

+33
-28
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -497,16 +497,11 @@ const CallableInstance =
497497
const proto = (
498498
constr.prototype
499499
);
500-
constfunc = proto[property];
500+
constvalue = proto[property];
501501
const apply = function () {
502-
returnfunc.apply(apply, arguments)
502+
returnvalue.apply(apply, arguments)
503503
};
504504
Object.setPrototypeOf(apply, proto);
505-
const names = Object.getOwnPropertyNames(func);
506-
for (const p of names) {
507-
const descriptor = Object.getOwnPropertyDescriptor(func, p);
508-
if (descriptor) Object.defineProperty(apply, p, descriptor);
509-
}
510505
return apply
511506
}
512507
)

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

Lines changed: 30 additions & 20 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎tools/lint-md/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"remark-preset-lint-node":"^5.0.2",
1111
"remark-stringify":"^11.0.0",
1212
"to-vfile":"^8.0.0",
13-
"unified":"^11.0.4",
13+
"unified":"^11.0.5",
1414
"vfile-reporter":"^8.1.1"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp