Skip to content

Commit 5f4ccbc

Browse files
fix: resolve navigator global error by updating mammoth and bluebird dependencies (#6363)
- Update mammoth from ^1.8.0 to ^1.9.1 - Add pnpm override to force bluebird >=3.7.2 (was 3.4.7) - Fixes PendingMigrationError: navigator is now a global in nodejs - Resolves extension crashes in VS Code nightly builds Fixes #6356 Co-authored-by: Roo Code <[email protected]>
1 parent 7a07088 commit 5f4ccbc

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"esbuild": ">=0.25.0",
5454
"undici": ">=5.29.0",
5555
"brace-expansion": ">=2.0.2",
56-
"form-data": ">=4.0.4"
56+
"form-data": ">=4.0.4",
57+
"bluebird": ">=3.7.2"
5758
}
5859
}
5960
}

pnpm-lock.yaml

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

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
"ignore": "^7.0.3",
448448
"isbinaryfile": "^5.0.2",
449449
"lodash.debounce": "^4.0.8",
450-
"mammoth": "^1.8.0",
450+
"mammoth": "^1.9.1",
451451
"monaco-vscode-textmate-theme-converter": "^0.1.7",
452452
"node-cache": "^5.1.2",
453453
"node-ipc": "^12.0.0",

0 commit comments

Comments
 (0)