Skip to content

Commit 0cf7271

Browse files
committed
Merge branch 'main' of https://github.com/mongodb-js/compass into COMPASS-9311-dm-grid-view
2 parents c5da980 + 077a0fc commit 0cf7271

File tree

105 files changed

+3738
-1819
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+3738
-1819
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ updates:
1515
- dependency-name: "@mongosh/*"
1616
- dependency-name: "@mongodb-js/*"
1717
- dependency-name: os-dns-native
18+
- dependency-name: native-machine-id
1819
- dependency-name: system-ca
1920

2021
# All the electron and its related deps
@@ -36,6 +37,7 @@ updates:
3637
- "mongodb-client-encryption"
3738
- "kerberos"
3839
- "os-dns-native"
40+
- "native-machine-id"
3941
- "system-ca"
4042
- "saslprep"
4143

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ Will Ratner <[email protected]>
102102
Gagik Amaryan <[email protected]>
103103
Dylan Richardson <[email protected]>
104104
Ruby Dong <[email protected]>
105+
Neal Beeken <[email protected]>

THIRD-PARTY-NOTICES.md

Lines changed: 283 additions & 104 deletions
Large diffs are not rendered by default.

configs/webpack-config-compass/src/externals.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const sharedExternals: string[] = [
1212
'keytar',
1313
'kerberos',
1414
'interruptor',
15+
'native-machine-id',
1516
'os-dns-native',
1617
'system-ca',
1718
'win-export-certificate-and-key',

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 Mon, May 5, 2025
9+
Generated on Fri, May 9, 2025
1010

1111
## Table of Contents
1212

package-lock.json

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

packages/atlas-service/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/compass",
16-
"version": "0.38.0",
16+
"version": "0.39.0",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -73,15 +73,15 @@
7373
"dependencies": {
7474
"@mongodb-js/compass-components": "^1.35.2",
7575
"@mongodb-js/compass-logging": "^1.6.8",
76-
"@mongodb-js/compass-telemetry": "^1.6.0",
76+
"@mongodb-js/compass-telemetry": "^1.6.1",
7777
"@mongodb-js/compass-user-data": "^0.5.8",
7878
"@mongodb-js/compass-utils": "^0.8.8",
79-
"@mongodb-js/connection-info": "^0.11.9",
80-
"@mongodb-js/devtools-connect": "^3.4.1",
81-
"@mongodb-js/devtools-proxy-support": "^0.4.2",
82-
"@mongodb-js/oidc-plugin": "^1.1.6",
79+
"@mongodb-js/connection-info": "^0.12.0",
80+
"@mongodb-js/devtools-connect": "^3.7.2",
81+
"@mongodb-js/devtools-proxy-support": "^0.4.4",
82+
"@mongodb-js/oidc-plugin": "^1.1.7",
8383
"hadron-app-registry": "^9.4.8",
84-
"compass-preferences-model": "^2.35.0",
84+
"compass-preferences-model": "^2.36.0",
8585
"electron": "^32.3.3",
8686
"hadron-ipc": "^3.4.8",
8787
"lodash": "^4.17.21",

packages/compass-aggregations/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@mongodb-js/compass-aggregations",
33
"description": "Compass Aggregation Pipeline Builder",
44
"private": true,
5-
"version": "9.55.0",
5+
"version": "9.56.0",
66
"main": "dist/index.js",
77
"compass:main": "src/index.ts",
88
"types": "dist/index.d.ts",
@@ -59,34 +59,34 @@
5959
"@dnd-kit/core": "^6.0.7",
6060
"@dnd-kit/sortable": "^7.0.2",
6161
"@dnd-kit/utilities": "^3.2.1",
62-
"@mongodb-js/atlas-service": "^0.38.0",
63-
"@mongodb-js/compass-app-stores": "^7.39.0",
64-
"@mongodb-js/compass-collection": "^4.52.0",
62+
"@mongodb-js/atlas-service": "^0.39.0",
63+
"@mongodb-js/compass-app-stores": "^7.40.0",
64+
"@mongodb-js/compass-collection": "^4.53.0",
6565
"@mongodb-js/compass-components": "^1.35.2",
66-
"@mongodb-js/compass-connections": "^1.53.0",
67-
"@mongodb-js/compass-crud": "^13.53.0",
66+
"@mongodb-js/compass-connections": "^1.54.0",
67+
"@mongodb-js/compass-crud": "^13.54.0",
6868
"@mongodb-js/compass-editor": "^0.37.2",
69-
"@mongodb-js/compass-field-store": "^9.28.0",
70-
"@mongodb-js/compass-generative-ai": "^0.33.0",
69+
"@mongodb-js/compass-field-store": "^9.29.0",
70+
"@mongodb-js/compass-generative-ai": "^0.34.0",
7171
"@mongodb-js/compass-logging": "^1.6.8",
72-
"@mongodb-js/compass-telemetry": "^1.6.0",
72+
"@mongodb-js/compass-telemetry": "^1.6.1",
7373
"@mongodb-js/compass-utils": "^0.8.8",
74-
"@mongodb-js/compass-workspaces": "^0.34.0",
74+
"@mongodb-js/compass-workspaces": "^0.35.0",
7575
"@mongodb-js/explain-plan-helper": "^1.4.8",
7676
"@mongodb-js/mongodb-constants": "^0.11.0",
7777
"@mongodb-js/my-queries-storage": "^0.23.2",
7878
"@mongodb-js/shell-bson-parser": "^1.2.0",
7979
"bson": "^6.10.3",
80-
"compass-preferences-model": "^2.35.0",
80+
"compass-preferences-model": "^2.36.0",
8181
"hadron-app-registry": "^9.4.8",
8282
"hadron-document": "^8.8.8",
8383
"hadron-type-checker": "^7.4.8",
8484
"lodash": "^4.17.21",
85-
"mongodb": "^6.14.1",
85+
"mongodb": "^6.16.0",
8686
"mongodb-collection-model": "^5.26.0",
8787
"mongodb-data-service": "^22.25.8",
8888
"mongodb-database-model": "^2.26.0",
89-
"mongodb-instance-model": "^12.27.0",
89+
"mongodb-instance-model": "^12.28.0",
9090
"mongodb-ns": "^2.4.2",
9191
"mongodb-query-parser": "^4.3.0",
9292
"mongodb-schema": "^12.5.2",

packages/compass-app-stores/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"email": "[email protected]"
1212
},
1313
"homepage": "https://github.com/mongodb-js/compass",
14-
"version": "7.39.0",
14+
"version": "7.40.0",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/compass.git"
@@ -72,14 +72,14 @@
7272
},
7373
"dependencies": {
7474
"@mongodb-js/compass-components": "^1.35.2",
75-
"@mongodb-js/compass-connections": "^1.53.0",
75+
"@mongodb-js/compass-connections": "^1.54.0",
7676
"@mongodb-js/compass-logging": "^1.6.8",
77-
"@mongodb-js/connection-info": "^0.11.9",
77+
"@mongodb-js/connection-info": "^0.12.0",
7878
"hadron-app-registry": "^9.4.8",
7979
"mongodb-collection-model": "^5.26.0",
8080
"mongodb-database-model": "^2.26.0",
81-
"mongodb-instance-model": "^12.27.0",
82-
"compass-preferences-model": "^2.35.0",
81+
"mongodb-instance-model": "^12.28.0",
82+
"compass-preferences-model": "^2.36.0",
8383
"mongodb-ns": "^2.4.2",
8484
"react": "^17.0.2"
8585
},

packages/compass-collection/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"email": "[email protected]"
1212
},
1313
"homepage": "https://github.com/mongodb-js/compass",
14-
"version": "4.52.0",
14+
"version": "4.53.0",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/compass.git"
@@ -48,15 +48,15 @@
4848
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
4949
},
5050
"dependencies": {
51-
"@mongodb-js/compass-app-stores": "^7.39.0",
51+
"@mongodb-js/compass-app-stores": "^7.40.0",
5252
"@mongodb-js/compass-components": "^1.35.2",
53-
"@mongodb-js/compass-connections": "^1.53.0",
53+
"@mongodb-js/compass-connections": "^1.54.0",
5454
"@mongodb-js/compass-logging": "^1.6.8",
55-
"@mongodb-js/compass-telemetry": "^1.6.0",
56-
"@mongodb-js/compass-workspaces": "^0.34.0",
57-
"@mongodb-js/connection-info": "^0.11.9",
55+
"@mongodb-js/compass-telemetry": "^1.6.1",
56+
"@mongodb-js/compass-workspaces": "^0.35.0",
57+
"@mongodb-js/connection-info": "^0.12.0",
5858
"@mongodb-js/mongodb-constants": "^0.11.0",
59-
"compass-preferences-model": "^2.35.0",
59+
"compass-preferences-model": "^2.36.0",
6060
"hadron-app-registry": "^9.4.8",
6161
"mongodb-collection-model": "^5.26.0",
6262
"mongodb-ns": "^2.4.2",

0 commit comments

Comments
 (0)