Skip to content

Commit 7480c27

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents 1c982ad + 69c9f16 commit 7480c27

File tree

111 files changed

+3908
-1801
lines changed

Some content is hidden

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

111 files changed

+3908
-1801
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: 4 additions & 2 deletions
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 Sun, May 4, 2025
9+
Generated on Thu, May 8, 2025
1010

1111
## Table of Contents
1212

@@ -1004,7 +1004,7 @@ This event is fired when a database is created.
10041004

10051005
### Switch View Type
10061006

1007-
This event is fired when the user changes the items view type between list and grid.
1007+
This event is fired when the user changes the items view type in the database and collection list between "list" and "grid".
10081008

10091009
**Properties**:
10101010

@@ -1148,6 +1148,8 @@ This event is fired when user executes a query
11481148
- The type of the collection on which the query was executed.
11491149
- **used_regex** (required): `boolean`
11501150
- Indicates whether the query used a regular expression.
1151+
- **mode** (required): `"list" | "json" | "table"`
1152+
- The view used to run the query.
11511153
- **is_compass_web** (optional): `true | undefined`
11521154
- **connection_id** (optional): `string | undefined`
11531155
- The id of the connection associated to this event.

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)