Commit b1b96db 1 parent 42cacda commit b1b96db Copy full SHA for b1b96db
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const tcb_rule_name = 'trim-code-block-and-unindent';
2
2
const trimCodeBlockRule = require ( './_md-rules/' + tcb_rule_name ) ;
3
3
const gulp = require ( 'gulp' ) ;
4
4
const through2 = require ( 'through2' ) ;
5
- const markdownlint = require ( 'markdownlint' ) ;
5
+ const markdownlint = require ( 'markdownlint/async' ) . lint ;
6
6
const { taskArgs, trimBlankLinesFromArray } = require ( './_util' ) ;
7
7
const fs = require ( 'fs' ) ;
8
8
Original file line number Diff line number Diff line change 121
121
"autoprefixer" : " ^10.4.20" ,
122
122
"cspell" : " ^8.17.2" ,
123
123
"gulp" : " ^5.0.0" ,
124
- "hugo-extended" : " 0.141 .0" ,
124
+ "hugo-extended" : " 0.142 .0" ,
125
125
"js-yaml" : " ^4.1.0" ,
126
126
"markdown-link-check" : " ^3.13.6" ,
127
- "markdownlint" : " ^0.36.1 " ,
127
+ "markdownlint" : " ^0.37.4 " ,
128
128
"postcss-cli" : " ^11.0.0" ,
129
129
"prettier" : " 3.4.2" ,
130
130
"require-dir" : " ^1.2.0" ,
149
149
"path" : " ^0.12.7"
150
150
},
151
151
"optionalDependencies" : {
152
- "netlify-cli" : " ^18.0.1 " ,
152
+ "netlify-cli" : " ^18.0.2 " ,
153
153
"npm-check-updates" : " ^17.1.14"
154
154
},
155
155
"enginesComment" : " Ensure that engines.node value stays consistent with the project's .nvmrc" ,
You can’t perform that action at this time.
0 commit comments