Skip to content

Commit 7dcf877

Browse files
committed
chore: bump / lint
1 parent 3a6f67d commit 7dcf877

File tree

3 files changed

+61
-70
lines changed

3 files changed

+61
-70
lines changed

packages/crawl/src/crawl.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,7 @@ export async function crawlAndGenerate(options: CrawlOptions, onProgress?: (prog
260260
const crawlDelayMatch = robotsContent.match(ROBOTS_CRAWL_DELAY_RE)
261261
if (crawlDelayMatch) {
262262
crawlDelay = Number.parseFloat(crawlDelayMatch[1])
263-
if (verbose)
264-
console.log(`[ROBOTS] Crawl-delay: ${crawlDelay}s`)
263+
p.log(`[ROBOTS] Crawl-delay: ${crawlDelay}s`)
265264
}
266265
}
267266

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ catalog:
1919
'@arethetypeswrong/cli': ^0.18.2
2020
'@built-in-ai/transformers-js': ^1.1.2
2121
'@clack/prompts': ^1.1.0
22-
'@cloudflare/vitest-pool-workers': ^0.13.1
22+
'@cloudflare/vitest-pool-workers': ^0.13.2
2323
'@emnapi/core': ^1.9.0
2424
'@emnapi/runtime': ^1.9.0
2525
'@emnapi/wasi-threads': ^1.2.0
@@ -50,7 +50,7 @@ catalog:
5050
eslint: ^10.0.3
5151
express: ^5.2.1
5252
llm-cost: ^1.0.5
53-
miniflare: ^4.20260312.1
53+
miniflare: ^4.20260317.0
5454
node-html-markdown: ^2.0.0
5555
nuxt: ^4.4.2
5656
nuxt-site-config: ^3.2.21
@@ -71,7 +71,7 @@ catalog:
7171
vitest: ^4.1.0
7272
vue: ^3.5.30
7373
vue-router: ^5.0.3
74-
wrangler: ^4.74.0
74+
wrangler: ^4.75.0
7575

7676
onlyBuiltDependencies:
7777
- esbuild

0 commit comments

Comments
 (0)