Skip to content

Commit 3ceb830

Browse files
roomote[bot]roomote
authored andcommitted
fix: resolve navigator global error by updating mammoth and bluebird dependencies (RooCodeInc#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 RooCodeInc#6356 Co-authored-by: Roo Code <[email protected]>
1 parent 53eba90 commit 3ceb830

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
@@ -440,7 +440,7 @@
440440
"ignore": "^7.0.3",
441441
"isbinaryfile": "^5.0.2",
442442
"lodash.debounce": "^4.0.8",
443-
"mammoth": "^1.8.0",
443+
"mammoth": "^1.9.1",
444444
"monaco-vscode-textmate-theme-converter": "^0.1.7",
445445
"node-cache": "^5.1.2",
446446
"node-ipc": "^12.0.0",

0 commit comments

Comments
 (0)