Skip to content

Commit e6e22cc

Browse files
committed
Merge branch 'main' of github.com:mongodb-js/compass into gagik/context-menu-compass-ui
2 parents bcd1cd6 + 539c383 commit e6e22cc

File tree

21 files changed

+863
-1510
lines changed

21 files changed

+863
-1510
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Wed Jun 25 2025.
2+
This document was automatically generated on Tue Jul 01 2025.
33

44
## List of dependencies
55

@@ -63,7 +63,7 @@ This document was automatically generated on Wed Jun 25 2025.
6363
| **[@babel/traverse](#cbf060c0be202d0c980a972f5d555221bd01e3010bb774e5a2e5671e4ebbc78a)** | 7.27.1 | MIT |
6464
| **[@babel/types](#9021b399ca3cefdefb2e38ca064c3f445f1976553f8c3aa6ae92a051f1644a9f)** | 7.27.1 | MIT |
6565
| **[@codemirror/autocomplete](#62d2362c07f0c11664969b60d0d7c3e081905838b8994675aaf0e6c67baf358d)** | 6.17.0 | MIT |
66-
| **[@codemirror/commands](#e12a76404dd2d66430f2dff53a430449896e9b5c2558779497b855ba2ab9326a)** | 6.1.2 | MIT |
66+
| **[@codemirror/commands](#2f61f8e56ba96e99b4f9ceacf0af3ddae5edec5e935a2a5f9af4546e36c9767e)** | 6.8.1 | MIT |
6767
| **[@codemirror/lang-javascript](#d5fb6a843784efdc3ec06ae43bdf3ca13ec93a6bce802995a47cf7bddafc9628)** | 6.1.2 | MIT |
6868
| **[@codemirror/lang-json](#8681100c5ce2bab822c877bc288cac59b84b13ff17735c301d4e1c7fa5924720)** | 6.0.1 | MIT |
6969
| **[@codemirror/language](#5528845a8e28aec6e48cb76145e25db0921b87499dc07ab852cdeca48b9f87a6)** | 6.3.2 | MIT |
@@ -371,7 +371,7 @@ This document was automatically generated on Wed Jun 25 2025.
371371
| **[native-machine-id](#906056a6d58d5df99105901c8c819d7534e7035561494eadf8ab0b48d4e0c418)** | 0.1.2 | Apache-2.0 |
372372
| **[negotiator](#e3856213d8f0a7d28cd4166e53ec7e2c019cb7becf4a8535097bac28d21e8579)** | 0.6.3 | MIT |
373373
| **[netmask](#2bd5b8ff7fab9adace6c38d3fd32e7328484939fdd07836635b0155d0afc35b2)** | 2.0.2 | MIT |
374-
| **[node-abi](#177fe1b83e6b7fb2123605af91a4ad7c786f4c737f8608307ede4bc3fda53dd6)** | 4.10.0 | MIT |
374+
| **[node-abi](#e1440fcdb9ead92daea9d7d7c6b08978fd1fba35bd0ca442edd4743461e0e8e4)** | 4.11.0 | MIT |
375375
| **[node-addon-api](#75c2a47526765afc024a6641ec7b1b37935dc672a211ebdd9773d74bc43a95b4)** | 6.1.0 | MIT |
376376
| **[node-cache](#7facc0b98aa570bf195800a761cbe85a8d5b639a49d16be0162f589f86ab6f4e)** | 5.1.2 | MIT |
377377
| **[node-domexception](#3c25065fd2bc1b6b56856e30ac5b8f34ddae33ca87b225854f8d855b0ccabfbe)** | 1.0.0 | MIT |
@@ -5967,9 +5967,9 @@ License files:
59675967
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
59685968
THE SOFTWARE.
59695969

5970-
<a id="e12a76404dd2d66430f2dff53a430449896e9b5c2558779497b855ba2ab9326a"></a>
5970+
<a id="2f61f8e56ba96e99b4f9ceacf0af3ddae5edec5e935a2a5f9af4546e36c9767e"></a>
59715971

5972-
### [@codemirror/commands](https://www.npmjs.com/package/@codemirror/commands) (version 6.1.2)
5972+
### [@codemirror/commands](https://www.npmjs.com/package/@codemirror/commands) (version 6.8.1)
59735973

59745974
License tags: MIT
59755975

@@ -5979,7 +5979,7 @@ License files:
59795979

59805980
MIT License
59815981

5982-
Copyright (C) 2018-2021 by Marijn Haverbeke <[email protected]> and others
5982+
Copyright (C) 2018-2021 by Marijn Haverbeke <[email protected]> and others
59835983

59845984
Permission is hereby granted, free of charge, to any person obtaining a copy
59855985
of this software and associated documentation files (the "Software"), to deal
@@ -25469,9 +25469,9 @@ License files:
2546925469

2547025470
License tags: MIT
2547125471

25472-
<a id="177fe1b83e6b7fb2123605af91a4ad7c786f4c737f8608307ede4bc3fda53dd6"></a>
25472+
<a id="e1440fcdb9ead92daea9d7d7c6b08978fd1fba35bd0ca442edd4743461e0e8e4"></a>
2547325473

25474-
### [node-abi](https://www.npmjs.com/package/node-abi) (version 4.10.0)
25474+
### [node-abi](https://www.npmjs.com/package/node-abi) (version 4.11.0)
2547525475

2547625476
License tags: MIT
2547725477

configs/webpack-config-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
6767
"babel-loader": "^8.2.5",
6868
"babel-plugin-istanbul": "^5.2.0",
69-
"browserslist": "^4.25.0",
69+
"browserslist": "^4.25.1",
7070
"chalk": "^4.1.2",
7171
"cli-progress": "^3.9.1",
7272
"core-js": "^3.17.3",

docs/tracking-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> the tracking plan for the specific Compass version you can use the following
77
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
88
9-
Generated on Wed, Jun 25, 2025
9+
Generated on Tue, Jul 1, 2025
1010

1111
## Table of Contents
1212

0 commit comments

Comments
 (0)