Skip to content

Commit

Permalink
tools: update lint-md-dependencies to vfile-reporter@7.0.4
Browse files Browse the repository at this point in the history
PR-URL: #42487
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
nodejs-github-bot authored and juanarbol committed Apr 6, 2022
1 parent 3c3684d commit 464e57f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
6 changes: 3 additions & 3 deletions tools/lint-md/lint-md.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21446,11 +21446,11 @@ const supportsColor = {

const color = supportsColor.stderr.hasBasic;

const platform = process$1.platform;

const own = {}.hasOwnProperty;
const chars =
process.platform === 'win32'
? {error: '×', warning: '‼'}
: {error: '✖', warning: '⚠'};
platform === 'win32' ? {error: '×', warning: '‼'} : {error: '✖', warning: '⚠'};
const labels = {
true: 'error',
false: 'warning',
Expand Down
40 changes: 21 additions & 19 deletions tools/lint-md/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/lint-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"remark-stringify": "^10.0.2",
"to-vfile": "^7.2.3",
"unified": "^10.1.2",
"vfile-reporter": "^7.0.3"
"vfile-reporter": "^7.0.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
Expand Down

0 comments on commit 464e57f

Please sign in to comment.