Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"partial-json": "^0.1.7",
"pg": "^8.11.3",
"plist": "^3.1.0",
"puppeteer": "^24.15.0",
"puppeteer": "^25.0.2",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0: Puppeteer 25.x requires Node.js 22.12+ but this project targets Node.js >=20.20.1. This upgrade will break at runtime on Node 20.x.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At core/package.json, line 106:

<comment>Puppeteer 25.x requires Node.js 22.12+ but this project targets Node.js >=20.20.1. This upgrade will break at runtime on Node 20.x.</comment>

<file context>
@@ -103,7 +103,7 @@
     "pg": "^8.11.3",
     "plist": "^3.1.0",
-    "puppeteer": "^24.15.0",
+    "puppeteer": "^25.0.2",
     "puppeteer-chromium-resolver": "^23.0.0",
     "quick-lru": "^7.0.0",
</file context>

"puppeteer-chromium-resolver": "^23.0.0",
"quick-lru": "^7.0.0",
"replicate": "^0.26.0",
Expand Down
Loading