Skip to content

Commit b1b96db

Browse files
authored
[CI] Get markdownlint func from proper module, update Hugo etc (open-telemetry#6062)
1 parent 42cacda commit b1b96db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gulp-src/lint-md.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const tcb_rule_name = 'trim-code-block-and-unindent';
22
const trimCodeBlockRule = require('./_md-rules/' + tcb_rule_name);
33
const gulp = require('gulp');
44
const through2 = require('through2');
5-
const markdownlint = require('markdownlint');
5+
const markdownlint = require('markdownlint/async').lint;
66
const { taskArgs, trimBlankLinesFromArray } = require('./_util');
77
const fs = require('fs');
88

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@
121121
"autoprefixer": "^10.4.20",
122122
"cspell": "^8.17.2",
123123
"gulp": "^5.0.0",
124-
"hugo-extended": "0.141.0",
124+
"hugo-extended": "0.142.0",
125125
"js-yaml": "^4.1.0",
126126
"markdown-link-check": "^3.13.6",
127-
"markdownlint": "^0.36.1",
127+
"markdownlint": "^0.37.4",
128128
"postcss-cli": "^11.0.0",
129129
"prettier": "3.4.2",
130130
"require-dir": "^1.2.0",
@@ -149,7 +149,7 @@
149149
"path": "^0.12.7"
150150
},
151151
"optionalDependencies": {
152-
"netlify-cli": "^18.0.1",
152+
"netlify-cli": "^18.0.2",
153153
"npm-check-updates": "^17.1.14"
154154
},
155155
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",

0 commit comments

Comments
 (0)