Skip to content

Commit 880e7b8

Browse files
Merge remote-tracking branch 'origin/beta-releases' into ga-releases
2 parents 598be2f + a754a7f commit 880e7b8

File tree

96 files changed

+1019
-570
lines changed

Some content is hidden

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

96 files changed

+1019
-570
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 4 additions & 4 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 Sun Oct 05 2025.
2+
This document was automatically generated on Mon Oct 06 2025.
33

44
## List of dependencies
55

@@ -535,7 +535,7 @@ This document was automatically generated on Sun Oct 05 2025.
535535
| **[tunnel-agent](#09f746d17a1777efda5a12a6072da10c6820d7f56ea8aa0af202a2c83d6ccb67)** | 0.6.0 | Apache-2.0 |
536536
| **[tweetnacl](#496caef692284d7a5d6acd31283b785ebca47d82b2d85c9af7ea1913bb4b49a8)** | 0.14.5 | Unlicense |
537537
| **[type-is](#4826b8bc816d5627e521607ab8df332add6d9dd0634bdf34c73473d2bb15900e)** | 2.0.1 | MIT |
538-
| **[typescript](#0d7c73afc2d40aadc1fe27e650c887e6552f535cb6cd76912b3290cf78eecb4e)** | 5.9.2 | Apache-2.0 |
538+
| **[typescript](#44bd9e04e2c25408450ce177acdc7deba1762976cc26b3635ba3003d10f91589)** | 5.9.3 | Apache-2.0 |
539539
| **[unified](#1057cb75b5de167b6a4f09619b14f32f3249236942408e06d520f9f60d44def7)** | 10.1.2 | MIT |
540540
| **[unist-util-generated](#384eae97d41fb95170618763917d7bf8404e7cfafa59c4b02b21166f31cac86c)** | 2.0.1 | MIT |
541541
| **[unist-util-is](#d4d7a620dba27154bcfa90fe9ce5abd1d5707149899214b5f3e5d8c65f3b7f2d)** | 5.2.1 | MIT |
@@ -39794,9 +39794,9 @@ License files:
3979439794
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3979539795
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3979639796

39797-
<a id="0d7c73afc2d40aadc1fe27e650c887e6552f535cb6cd76912b3290cf78eecb4e"></a>
39797+
<a id="44bd9e04e2c25408450ce177acdc7deba1762976cc26b3635ba3003d10f91589"></a>
3979839798

39799-
### [typescript](https://www.npmjs.com/package/typescript) (version 5.9.2)
39799+
### [typescript](https://www.npmjs.com/package/typescript) (version 5.9.3)
3980039800

3980139801
License tags: Apache-2.0
3980239802

configs/eslint-config-compass/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = {
9898
plugins: [...shared.plugins, '@mongodb-js/compass', 'chai-friendly'],
9999
rules: {
100100
...shared.rules,
101-
'@mongodb-js/compass/no-inline-emotion-css': 'warn',
101+
'@mongodb-js/compass/no-inline-emotion-css': 'error',
102102
'@mongodb-js/compass/no-leafygreen-outside-compass-components': 'error',
103103
'@mongodb-js/compass/unique-mongodb-log-id': [
104104
'error',

configs/testing-library-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"depcheck": "^1.4.1",
5757
"mocha": "^10.2.0",
5858
"nyc": "^15.1.0",
59-
"typescript": "^5.9.2"
59+
"typescript": "^5.9.3"
6060
},
6161
"dependencies": {
6262
"@testing-library/react": "^12.1.5",

configs/tsconfig-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"tsconfig.react.json"
99
],
1010
"peerDependencies": {
11-
"typescript": "^5.9.2"
11+
"typescript": "^5.9.3"
1212
},
1313
"devDependencies": {
1414
"@mongodb-js/prettier-config-compass": "^1.2.9"

configs/webpack-config-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/html-webpack-plugin": "^3.2.9",
5252
"@types/webpack-bundle-analyzer": "^4.7.0",
5353
"depcheck": "^1.4.1",
54-
"typescript": "^5.9.2"
54+
"typescript": "^5.9.3"
5555
},
5656
"dependencies": {
5757
"@babel/core": "^7.24.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 Sun, Oct 5, 2025
9+
Generated on Mon, Oct 6, 2025
1010

1111
## Table of Contents
1212

0 commit comments

Comments
 (0)