Skip to content

Commit 7c742be

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents e7b9edc + 6997456 commit 7c742be

File tree

166 files changed

+8364
-3367
lines changed

Some content is hidden

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

166 files changed

+8364
-3367
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ contact_links:
44
url: https://jira.mongodb.org/
55
about: Report a bug to the COMPASS project in Jira.
66
- name: Feature Request
7-
url: https://feedback.mongodb.com/forums/924283-compass
7+
url: https://feedback.mongodb.com/
88
about: Request a new feature or enhancement via the MongoDB Feedback Engine.
99
- name: General Questions and Inquiries
1010
url: https://www.mongodb.com/community/forums/tags/c/data/developer-tools/49/compass
1111
about: Visit our forums for public community discussion and collaboration.
12-

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ Moses Yang <[email protected]>
110110
Jimmy Choi <[email protected]>
111111
112112
Nataly Carbonell <[email protected]>
113+
DarshanaVenkatesh <[email protected]>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For contributing, please refer to [CONTRIBUTING.md](CONTRIBUTING.md)
1010

1111
For issues, please create a ticket in our [JIRA Project](https://jira.mongodb.org/browse/COMPASS).
1212

13-
Is there anything else you’d like to see in Compass? Let us know by submitting suggestions in out [feedback forum](https://feedback.mongodb.com/forums/924283-compass).
13+
Is there anything else you’d like to see in Compass? Let us know by submitting suggestions in out [feedback forum](https://feedback.mongodb.com/).
1414

1515
## Packages Overview
1616

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
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 Sun Aug 17 2025.
2+
This document was automatically generated on Sun Aug 24 2025.
33

44
## List of dependencies
55

configs/eslint-config-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/eslint-config-compass",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "Shared Compass eslint configuration",
55
"license": "SSPL",
66
"main": "index.js",

configs/testing-library-compass/package.json

Lines changed: 2 additions & 2 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": "1.3.8",
14+
"version": "1.3.9",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/compass.git"
@@ -45,7 +45,7 @@
4545
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.4.5",
48+
"@mongodb-js/eslint-config-compass": "^1.4.6",
4949
"@mongodb-js/mocha-config-compass": "^1.7.0",
5050
"@mongodb-js/prettier-config-compass": "^1.2.8",
5151
"@mongodb-js/tsconfig-compass": "^1.2.9",

configs/webpack-config-compass/package.json

Lines changed: 2 additions & 2 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": "1.9.4",
16+
"version": "1.9.5",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -45,7 +45,7 @@
4545
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.4.5",
48+
"@mongodb-js/eslint-config-compass": "^1.4.6",
4949
"@mongodb-js/prettier-config-compass": "^1.2.8",
5050
"@mongodb-js/tsconfig-compass": "^1.2.9",
5151
"@types/cli-progress": "^3.9.2",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,10 @@ export function createElectronRendererConfig(
276276
writeToDisk: true,
277277
},
278278
client: {
279-
overlay: {
280-
errors: true,
281-
warnings: false,
282-
},
279+
overlay:
280+
process.env.DISABLE_DEVSERVER_OVERLAY === 'true'
281+
? false
282+
: { warnings: false, errors: true, runtimeErrors: true },
283283
},
284284
https: false,
285285
hot: opts.hot,

configs/webpack-config-compass/src/webpack-plugin-multicompiler-progress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function progressHandler(
4343
const padStartMsg = Math.max(
4444
...(Array.from(bars.values()).map((bar) =>
4545
// eslint-disable-next-line @typescript-eslint/no-explicit-any
46-
bar ? (bar as any).payload.msg.trim().length : 0
46+
bar ? ((bar as any).payload.msg || '').trim().length : 0
4747
) as number[])
4848
);
4949

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 Sun, Aug 17, 2025
9+
Generated on Sun, Aug 24, 2025
1010

1111
## Table of Contents
1212

0 commit comments

Comments
 (0)