Skip to content

Commit 757b77e

Browse files
chore(deps): update dependency prettier to ^3.6.2 (#63)
* chore(deps): update dependency prettier to ^3.6.2 * fix: prettier formatting of link-validator.js --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Derek Croote <dcroote@users.noreply.github.com>
1 parent 8a82703 commit 757b77e

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

libs/link-validator.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ async function testLink(url, filePath, ignoreTimeout) {
172172
async function run(task) {
173173
let passed = 0;
174174
let failed = 0;
175-
console.log('Checking (' + task + ')', Object.keys(linksObj).length),
176-
'links.';
175+
console.log(`Checking (${task}) ${Object.keys(linksObj).length} links.`);
177176
for (var key in linksObj) {
178177
if (linksObj.hasOwnProperty(key)) {
179178
let fail = await testLink(key, linksObj[key], false);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"husky": "^9.1.7",
2323
"medium-zoom": "^1.1.0",
2424
"oust": "^2.0.4",
25-
"prettier": "^3.5.3",
25+
"prettier": "^3.6.2",
2626
"vitepress": "1.5.0",
2727
"walk-sync": "^3.0.0"
2828
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)