Skip to content

Commit 01e9ee5

Browse files
ruromeroclaude
andcommitted
fix: downgrade p-limit from v5 to v4 for webpack compatibility
p-limit v5 uses Node.js subpath imports (#async_hooks) which webpack cannot resolve, breaking downstream consumers that bundle the client (e.g., the VS Code extension). v4 has an identical API without the subpath imports. Fixes #443 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4689ffb commit 01e9ee5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"js-yaml": "^4.1.1",
5959
"micromatch": "^4.0.8",
6060
"node-fetch": "^3.3.2",
61-
"p-limit": "^5.0.0",
61+
"p-limit": "^4.0.0",
6262
"packageurl-js": "~1.0.2",
6363
"smol-toml": "^1.6.0",
6464
"tree-sitter-requirements": "github:Strum355/tree-sitter-requirements#d0261ee76b84253997fe70d7d397e78c006c3801",

0 commit comments

Comments
 (0)