Skip to content

Commit

Permalink
fix(compass-shell): Don't lose the isOperationInProgress state when t…
Browse files Browse the repository at this point in the history
…he 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
  • Loading branch information
lerouxb authored Dec 17, 2024
1 parent f85469a commit 9b1a79e
Show file tree
Hide file tree
Showing 9 changed files with 329 additions and 978 deletions.
517 changes: 259 additions & 258 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/compass-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@
"dependencies": {
"@mongodb-js/compass-components": "^1.32.1",
"@mongodb-js/compass-connections": "^1.48.1",
"@mongodb-js/compass-editor": "^0.34.1",
"@mongodb-js/compass-logging": "^1.4.12",
"@mongodb-js/compass-telemetry": "^1.2.5",
"@mongodb-js/compass-user-data": "^0.3.12",
"@mongodb-js/compass-utils": "^0.6.16",
"@mongodb-js/compass-workspaces": "^0.29.1",
"@mongosh/browser-repl": "^2.3.5",
"@mongosh/logging": "^2.3.5",
"@mongosh/node-runtime-worker-thread": "^2.3.5",
"@mongosh/browser-repl": "^2.3.6",
"@mongosh/logging": "^2.3.6",
"@mongosh/node-runtime-worker-thread": "^2.3.6",
"bson": "^6.10.1",
"compass-preferences-model": "^2.31.1",
"hadron-app-registry": "^9.2.8",
Expand All @@ -83,7 +84,6 @@
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"react-dom": "^17.0.2",
"sinon": "^9.2.3",
"typescript": "^5.0.4"
},
"is_compass_plugin": true
Expand Down
Loading

0 comments on commit 9b1a79e

Please sign in to comment.