mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-04 00:40:50 +02:00
Update dependencies: actions/core to 1.9.0, @vercel/ncc to 0.34.0, eslint to 8.20.0, eslint-plugin-unicorn to 43.0.2.
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
"node/prefer-promises/dns": "error",
|
||||
"node/prefer-promises/fs": "error",
|
||||
|
||||
"unicorn/no-array-callback-reference": "off",
|
||||
"unicorn/no-unsafe-regex": "off",
|
||||
"unicorn/prefer-module": "off",
|
||||
"unicorn/prefer-top-level-await": "off"
|
||||
|
||||
Vendored
+718
-254
File diff suppressed because it is too large
Load Diff
@@ -35,7 +35,7 @@ const logError = (error) => {
|
||||
const argv =
|
||||
core.getInput("globs").
|
||||
split("\n").
|
||||
filter((glob) => String(glob));
|
||||
filter(String);
|
||||
|
||||
markdownlintCli2({
|
||||
argv,
|
||||
|
||||
+4
-4
@@ -22,13 +22,13 @@
|
||||
"upgrade": "npx --yes npm-check-updates --upgrade"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "1.6.0",
|
||||
"@actions/core": "1.9.0",
|
||||
"markdownlint-cli2": "0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "0.33.1",
|
||||
"eslint": "8.7.0",
|
||||
"@vercel/ncc": "0.34.0",
|
||||
"eslint": "8.20.0",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-unicorn": "40.1.0"
|
||||
"eslint-plugin-unicorn": "43.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user