File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ Setting `ignoreLevel` to `'warning'` skips both `'warning'` level and `'info'` l
158
158
159
159
### 3. TypeScript declarations
160
160
See the TypeScript declarations at the top of the
161
- [ w3c-html-validator.ts] ( w3c-html-validator.ts ) file.
161
+ [ w3c-html-validator.ts] ( src/ w3c-html-validator.ts) file.
162
162
163
163
The output of the ` w3cHtmlValidator.validate(options: ValidatorOptions) ` function is a ** promise**
164
164
for a ` ValidatorResults ` object:
Original file line number Diff line number Diff line change 57
57
"examples" : " node examples.js"
58
58
},
59
59
"dependencies" : {
60
- "chalk" : " ~5.3 " ,
60
+ "chalk" : " ~5.4 " ,
61
61
"cli-argv-util" : " ~1.2" ,
62
62
"fancy-log" : " ~2.0" ,
63
63
"glob" : " ~11.0" ,
64
64
"slash" : " ~5.1" ,
65
65
"superagent" : " ~10.1"
66
66
},
67
67
"devDependencies" : {
68
- "@eslint/js" : " ~9.17 " ,
68
+ "@eslint/js" : " ~9.21 " ,
69
69
"@types/fancy-log" : " ~2.0" ,
70
- "@types/node" : " ~22.10 " ,
70
+ "@types/node" : " ~22.13 " ,
71
71
"@types/superagent" : " ~8.1" ,
72
72
"add-dist-header" : " ~1.4" ,
73
73
"assert-deep-strict-equal" : " ~1.2" ,
74
74
"copy-file-util" : " ~1.2" ,
75
75
"copy-folder-util" : " ~1.1" ,
76
- "eslint" : " ~9.17 " ,
76
+ "eslint" : " ~9.21 " ,
77
77
"jshint" : " ~2.13" ,
78
78
"merge-stream" : " ~2.0" ,
79
- "mocha" : " ~11.0 " ,
79
+ "mocha" : " ~11.1 " ,
80
80
"rimraf" : " ~6.0" ,
81
81
"run-scripts-util" : " ~1.3" ,
82
- "typescript" : " ~5.7 " ,
83
- "typescript-eslint" : " ~8.18 "
82
+ "typescript" : " ~5.8 " ,
83
+ "typescript-eslint" : " ~8.26 "
84
84
}
85
85
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments