Skip to content

Commit 9b1a79e

Browse files
authored
fix(compass-shell): Don't lose the isOperationInProgress state when the user switches tabs, bump mongosh to 2.3.6 COMPASS-8576 COMPASS-8689 (#6538)
* Don't lose the isOperationInProgress state when the user switches tabs * initial rather * turn shell into a function component * initialText * remove the single connection tab component * fix initial in progress * fix initial evaluate * bump mongosh to 2.3.6 * don't unhoist * depcheck * clarify
1 parent f85469a commit 9b1a79e

File tree

9 files changed

+329
-978
lines changed

9 files changed

+329
-978
lines changed

package-lock.json

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

packages/compass-shell/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,15 @@
5151
"dependencies": {
5252
"@mongodb-js/compass-components": "^1.32.1",
5353
"@mongodb-js/compass-connections": "^1.48.1",
54+
"@mongodb-js/compass-editor": "^0.34.1",
5455
"@mongodb-js/compass-logging": "^1.4.12",
5556
"@mongodb-js/compass-telemetry": "^1.2.5",
5657
"@mongodb-js/compass-user-data": "^0.3.12",
5758
"@mongodb-js/compass-utils": "^0.6.16",
5859
"@mongodb-js/compass-workspaces": "^0.29.1",
59-
"@mongosh/browser-repl": "^2.3.5",
60-
"@mongosh/logging": "^2.3.5",
61-
"@mongosh/node-runtime-worker-thread": "^2.3.5",
60+
"@mongosh/browser-repl": "^2.3.6",
61+
"@mongosh/logging": "^2.3.6",
62+
"@mongosh/node-runtime-worker-thread": "^2.3.6",
6263
"bson": "^6.10.1",
6364
"compass-preferences-model": "^2.31.1",
6465
"hadron-app-registry": "^9.2.8",
@@ -83,7 +84,6 @@
8384
"mocha": "^10.2.0",
8485
"nyc": "^15.1.0",
8586
"react-dom": "^17.0.2",
86-
"sinon": "^9.2.3",
8787
"typescript": "^5.0.4"
8888
},
8989
"is_compass_plugin": true

0 commit comments

Comments
 (0)