Skip to content

Commit

Permalink
[CI] Get markdownlint func from proper module, update Hugo etc (open-…
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Jan 24, 2025
1 parent 42cacda commit b1b96db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gulp-src/lint-md.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const tcb_rule_name = 'trim-code-block-and-unindent';
const trimCodeBlockRule = require('./_md-rules/' + tcb_rule_name);
const gulp = require('gulp');
const through2 = require('through2');
const markdownlint = require('markdownlint');
const markdownlint = require('markdownlint/async').lint;
const { taskArgs, trimBlankLinesFromArray } = require('./_util');
const fs = require('fs');

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@
"autoprefixer": "^10.4.20",
"cspell": "^8.17.2",
"gulp": "^5.0.0",
"hugo-extended": "0.141.0",
"hugo-extended": "0.142.0",
"js-yaml": "^4.1.0",
"markdown-link-check": "^3.13.6",
"markdownlint": "^0.36.1",
"markdownlint": "^0.37.4",
"postcss-cli": "^11.0.0",
"prettier": "3.4.2",
"require-dir": "^1.2.0",
Expand All @@ -149,7 +149,7 @@
"path": "^0.12.7"
},
"optionalDependencies": {
"netlify-cli": "^18.0.1",
"netlify-cli": "^18.0.2",
"npm-check-updates": "^17.1.14"
},
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
Expand Down

0 comments on commit b1b96db

Please sign in to comment.