Skip to content

Commit 196c9a6

Browse files
committed
Merge branch 'main' of github.com:mongodb-js/compass into gagik/adjust-dependencies
2 parents 5f56350 + fd8a388 commit 196c9a6

File tree

59 files changed

+6117
-50232
lines changed

Some content is hidden

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

59 files changed

+6117
-50232
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ This document was automatically generated on Thu Aug 28 2025.
256256
| **[dunder-proto](#390fd69f2035b583e461890d5b0a3230f4adb33b042e6f0d1472dd911bc1de98)** | 1.0.1 | MIT |
257257
| **[ee-first](#e2746902c758ae8a6f91ffb9618cd53717f936cb33c6323e65b6b7b24f7ebefe)** | 1.1.1 | MIT |
258258
| **[electron-dl](#e97e034c7b93c63e7a433d75f6f1de3e0668764225ebbd61dbde8d1b55d6f3b7)** | 3.5.0 | MIT |
259-
| **[electron](#77028953dbf1c0658e7548098ee9c65eb010bf5a40354ff46424dd36f72bbc94)** | 37.2.6 | MIT |
259+
| **[electron](#b13f074539b075948968158072ac29654e9385ace5841cc1cc6c4b52f1f2a3f2)** | 37.4.0 | MIT |
260260
| **[encodeurl](#177948a319ae0aeebbd65742c53c62b37c75ec1d021afa5a188d10a7ceae6623)** | 2.0.0 | MIT |
261261
| **[end-of-stream](#fadc10994f5fa767d06fb25cfff35fb17a895daf3bc3477c782907668ed16563)** | 1.4.4 | MIT |
262262
| **[ensure-error](#3b1eba5276d89414cef21a1007e85c4f1d6749bf57b300e082ab23975a41dbc9)** | 3.0.1 | MIT |
@@ -537,7 +537,7 @@ This document was automatically generated on Thu Aug 28 2025.
537537
| **[tunnel-agent](#09f746d17a1777efda5a12a6072da10c6820d7f56ea8aa0af202a2c83d6ccb67)** | 0.6.0 | Apache-2.0 |
538538
| **[tweetnacl](#496caef692284d7a5d6acd31283b785ebca47d82b2d85c9af7ea1913bb4b49a8)** | 0.14.5 | Unlicense |
539539
| **[type-is](#4826b8bc816d5627e521607ab8df332add6d9dd0634bdf34c73473d2bb15900e)** | 2.0.1 | MIT |
540-
| **[typescript](#6cb25bc9ba0f21035f44b6adb3efea5debe28ff4ea5b63543f704bf2b8d6ebaa)** | 5.8.3 | Apache-2.0 |
540+
| **[typescript](#0d7c73afc2d40aadc1fe27e650c887e6552f535cb6cd76912b3290cf78eecb4e)** | 5.9.2 | Apache-2.0 |
541541
| **[unified](#1057cb75b5de167b6a4f09619b14f32f3249236942408e06d520f9f60d44def7)** | 10.1.2 | MIT |
542542
| **[unist-util-generated](#384eae97d41fb95170618763917d7bf8404e7cfafa59c4b02b21166f31cac86c)** | 2.0.1 | MIT |
543543
| **[unist-util-is](#d4d7a620dba27154bcfa90fe9ce5abd1d5707149899214b5f3e5d8c65f3b7f2d)** | 5.2.1 | MIT |
@@ -22438,9 +22438,9 @@ License files:
2243822438

2243922439
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2244022440

22441-
<a id="77028953dbf1c0658e7548098ee9c65eb010bf5a40354ff46424dd36f72bbc94"></a>
22441+
<a id="b13f074539b075948968158072ac29654e9385ace5841cc1cc6c4b52f1f2a3f2"></a>
2244222442

22443-
### [electron](https://www.npmjs.com/package/electron) (version 37.2.6)
22443+
### [electron](https://www.npmjs.com/package/electron) (version 37.4.0)
2244422444

2244522445
License tags: MIT
2244622446

@@ -39489,9 +39489,9 @@ License files:
3948939489
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3949039490
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3949139491

39492-
<a id="6cb25bc9ba0f21035f44b6adb3efea5debe28ff4ea5b63543f704bf2b8d6ebaa"></a>
39492+
<a id="0d7c73afc2d40aadc1fe27e650c887e6552f535cb6cd76912b3290cf78eecb4e"></a>
3949339493

39494-
### [typescript](https://www.npmjs.com/package/typescript) (version 5.8.3)
39494+
### [typescript](https://www.npmjs.com/package/typescript) (version 5.9.2)
3949539495

3949639496
License tags: Apache-2.0
3949739497

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.8.3"
59+
"typescript": "^5.9.2"
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.8.3"
11+
"typescript": "^5.9.2"
1212
},
1313
"devDependencies": {
1414
"@mongodb-js/prettier-config-compass": "^1.2.8"

configs/webpack-config-compass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/html-webpack-plugin": "^3.2.9",
5353
"@types/webpack-bundle-analyzer": "^4.7.0",
5454
"depcheck": "^1.4.1",
55-
"typescript": "^5.8.3"
55+
"typescript": "^5.9.2"
5656
},
5757
"dependencies": {
5858
"@babel/core": "^7.24.3",
@@ -66,12 +66,12 @@
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.2",
69+
"browserslist": "^4.25.3",
7070
"chalk": "^4.1.2",
7171
"cli-progress": "^3.9.1",
7272
"core-js": "^3.17.3",
7373
"css-loader": "^4.3.0",
74-
"electron": "^37.2.6",
74+
"electron": "^37.4.0",
7575
"html-webpack-plugin": "^5.6.0",
7676
"less": "^3.13.1",
7777
"less-loader": "^10.0.1",

0 commit comments

Comments
 (0)