Skip to content

Commit 62bdcc4

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents b6f64d2 + 886646e commit 62bdcc4

File tree

118 files changed

+2876
-1653
lines changed

Some content is hidden

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

118 files changed

+2876
-1653
lines changed

.evergreen/buildvariants-and-tasks.in.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ tasks:
352352
e2e_test_groups: <%= E2E_TEST_GROUPS.length %>
353353
e2e_test_group: <%= group.number %>
354354
debug: 'compass-e2e-tests*,electron*,hadron*,mongo*'
355+
mongodb_version: latest-enterprise
355356
<% } %>
356357

357358
- name: generate-vulnerability-report
@@ -472,7 +473,7 @@ tasks:
472473
compass_distribution: compass
473474
- func: test-packaged-app
474475
vars:
475-
mongodb_version: latest
476+
mongodb_version: latest-enterprise
476477
compass_distribution: compass
477478
e2e_test_groups: <%= E2E_TEST_GROUPS.length %>
478479
e2e_test_group: <%= group.number %>
@@ -494,7 +495,7 @@ tasks:
494495
compass_distribution: compass
495496
- func: test-web-sandbox
496497
vars:
497-
mongodb_version: latest
498+
mongodb_version: latest-enterprise
498499
browser_name: '<%= browser %>'
499500
compass_distribution: compass
500501
e2e_test_groups: <%= E2E_TEST_GROUPS.length %>

.evergreen/buildvariants-and-tasks.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ tasks:
351351
e2e_test_groups: 3
352352
e2e_test_group: 1
353353
debug: compass-e2e-tests*,electron*,hadron*,mongo*
354+
mongodb_version: latest-enterprise
354355
- name: e2e-multiple-connections-2
355356
tags:
356357
- required-for-publish
@@ -364,6 +365,7 @@ tasks:
364365
e2e_test_groups: 3
365366
e2e_test_group: 2
366367
debug: compass-e2e-tests*,electron*,hadron*,mongo*
368+
mongodb_version: latest-enterprise
367369
- name: e2e-multiple-connections-3
368370
tags:
369371
- required-for-publish
@@ -377,6 +379,7 @@ tasks:
377379
e2e_test_groups: 3
378380
e2e_test_group: 3
379381
debug: compass-e2e-tests*,electron*,hadron*,mongo*
382+
mongodb_version: latest-enterprise
380383
- name: generate-vulnerability-report
381384
tags:
382385
- required-for-publish
@@ -1542,7 +1545,7 @@ tasks:
15421545
compass_distribution: compass
15431546
- func: test-packaged-app
15441547
vars:
1545-
mongodb_version: latest
1548+
mongodb_version: latest-enterprise
15461549
compass_distribution: compass
15471550
e2e_test_groups: 3
15481551
e2e_test_group: 1
@@ -1565,7 +1568,7 @@ tasks:
15651568
compass_distribution: compass
15661569
- func: test-packaged-app
15671570
vars:
1568-
mongodb_version: latest
1571+
mongodb_version: latest-enterprise
15691572
compass_distribution: compass
15701573
e2e_test_groups: 3
15711574
e2e_test_group: 2
@@ -1588,7 +1591,7 @@ tasks:
15881591
compass_distribution: compass
15891592
- func: test-packaged-app
15901593
vars:
1591-
mongodb_version: latest
1594+
mongodb_version: latest-enterprise
15921595
compass_distribution: compass
15931596
e2e_test_groups: 3
15941597
e2e_test_group: 3
@@ -1608,7 +1611,7 @@ tasks:
16081611
compass_distribution: compass
16091612
- func: test-web-sandbox
16101613
vars:
1611-
mongodb_version: latest
1614+
mongodb_version: latest-enterprise
16121615
browser_name: chrome
16131616
compass_distribution: compass
16141617
e2e_test_groups: 3
@@ -1629,7 +1632,7 @@ tasks:
16291632
compass_distribution: compass
16301633
- func: test-web-sandbox
16311634
vars:
1632-
mongodb_version: latest
1635+
mongodb_version: latest-enterprise
16331636
browser_name: chrome
16341637
compass_distribution: compass
16351638
e2e_test_groups: 3
@@ -1650,7 +1653,7 @@ tasks:
16501653
compass_distribution: compass
16511654
- func: test-web-sandbox
16521655
vars:
1653-
mongodb_version: latest
1656+
mongodb_version: latest-enterprise
16541657
browser_name: chrome
16551658
compass_distribution: compass
16561659
e2e_test_groups: 3
@@ -1671,7 +1674,7 @@ tasks:
16711674
compass_distribution: compass
16721675
- func: test-web-sandbox
16731676
vars:
1674-
mongodb_version: latest
1677+
mongodb_version: latest-enterprise
16751678
browser_name: firefox
16761679
compass_distribution: compass
16771680
e2e_test_groups: 3
@@ -1692,7 +1695,7 @@ tasks:
16921695
compass_distribution: compass
16931696
- func: test-web-sandbox
16941697
vars:
1695-
mongodb_version: latest
1698+
mongodb_version: latest-enterprise
16961699
browser_name: firefox
16971700
compass_distribution: compass
16981701
e2e_test_groups: 3
@@ -1713,7 +1716,7 @@ tasks:
17131716
compass_distribution: compass
17141717
- func: test-web-sandbox
17151718
vars:
1716-
mongodb_version: latest
1719+
mongodb_version: latest-enterprise
17171720
browser_name: firefox
17181721
compass_distribution: compass
17191722
e2e_test_groups: 3

.snyk

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@ version: v1.25.0
44
ignore:
55
SNYK-JS-AGGRIDCOMMUNITY-1932011:
66
- '*':
7-
reason: Not applicable as we do not use a valueFormatter or cellRenderer function
8-
expires: 2024-07-17T18:27:24.346Z
7+
reason: >-
8+
Not applicable as we do not use a valueFormatter or cellRenderer
9+
function
10+
expires: 2024-08-17T18:27:24.346Z
911
created: 2024-01-18T18:27:24.353Z
1012
SNYK-JS-AXIOS-6032459:
1113
- '*':
1214
reason: Not applicable to axios usage inside node-analytics package
1315
expires: 2024-10-30T10:18:43.435Z
1416
created: 2023-10-30T10:18:43.435Z
17+
SNYK-JS-ELECTRON-7443355:
18+
- '*':
19+
reason: Not applicable as we do not open / allow opening random webpages in our Electron app.
20+
expires: 2024-07-25T12:41:36.996Z
21+
created: 2024-07-19T12:41:36.999Z
1522
# patches apply the minimum changes required to fix a vulnerability
1623
patch:
1724
'npm:ms:20170412':

THIRD-PARTY-NOTICES.md

Lines changed: 29 additions & 29 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 Jul 21 2024.
2+
This document was automatically generated on Sun Jul 28 2024.
33

44
## List of dependencies
55

@@ -67,14 +67,14 @@ This document was automatically generated on Sun Jul 21 2024.
6767
| **[@babel/template](#ef18c1c6436909e23531dbcbec38f96a802b5afd1abc70021d4120c3d482b48b)** | 7.24.7 | MIT |
6868
| **[@babel/traverse](#3c1a6ee1bd670f57d01cdac781020feeeaa68b6f13cc9c563edb7ad9a8534db6)** | 7.24.7 | MIT |
6969
| **[@babel/types](#bd38638e5f891f96e48ad36d7f6accec78f050414ab2d461a206fbd1ba4536ce)** | 7.24.7 | MIT |
70-
| **[@codemirror/autocomplete](#59f5b71a895442ba713b6c1b14ce550d2fe78afaff4a99835e3d8b51aab211ba)** | 6.4.0 | MIT |
70+
| **[@codemirror/autocomplete](#62d2362c07f0c11664969b60d0d7c3e081905838b8994675aaf0e6c67baf358d)** | 6.17.0 | MIT |
7171
| **[@codemirror/commands](#e12a76404dd2d66430f2dff53a430449896e9b5c2558779497b855ba2ab9326a)** | 6.1.2 | MIT |
7272
| **[@codemirror/lang-javascript](#d5fb6a843784efdc3ec06ae43bdf3ca13ec93a6bce802995a47cf7bddafc9628)** | 6.1.2 | MIT |
7373
| **[@codemirror/lang-json](#8681100c5ce2bab822c877bc288cac59b84b13ff17735c301d4e1c7fa5924720)** | 6.0.1 | MIT |
7474
| **[@codemirror/language](#5528845a8e28aec6e48cb76145e25db0921b87499dc07ab852cdeca48b9f87a6)** | 6.3.2 | MIT |
7575
| **[@codemirror/lint](#9b9400c17e0d1474348d87ba1131d9609c3598ea4d575380f81fd746b02ec796)** | 6.1.1 | MIT |
76-
| **[@codemirror/state](#d67593eda08a8ef5ee2b96054cd6ef7b3b20dec9328540343564f17a4f00f533)** | 6.1.4 | MIT |
77-
| **[@codemirror/view](#bf39f793b99a6cbd45141d6c10a1026e4e91f38eadedf1a330849d8324bb74ce)** | 6.7.1 | MIT |
76+
| **[@codemirror/state](#7db8880200a14064e03a5e8dd0483aa16511fc8a0c4e09353d51816771f8b63d)** | 6.4.1 | MIT |
77+
| **[@codemirror/view](#f6bea8a649eb633e0e66739e6d3bee4d37893904778e421d126f1e5ae250c9fb)** | 6.28.4 | MIT |
7878
| **[@dnd-kit/accessibility](#bf712d0ed1df4df5829a9e9695c42e816564346a70cab60f6eaf9c141f8b510d)** | 3.0.1 | MIT |
7979
| **[@dnd-kit/core](#6200777f2fce7fbea84b65146c30f3f882633a73ab4e85f62de992928bebd267)** | 6.0.7 | MIT |
8080
| **[@dnd-kit/sortable](#059a166729dc9306b37987bfa0eaa5e59b3ffc6928155d28750993d7178ea61e)** | 7.0.2 | MIT |
@@ -95,11 +95,11 @@ This document was automatically generated on Sun Jul 21 2024.
9595
| **[@jridgewell/set-array](#46727c727ad43ad8e382221964d27c475629a5635986edac6ea622c772311421)** | 1.2.1 | MIT |
9696
| **[@jridgewell/sourcemap-codec](#48d1d40d908582402e2071de1ae38b57c21fc0e7615f8f82f3f5b1f0cad0dd93)** | 1.4.14 | MIT |
9797
| **[@jridgewell/trace-mapping](#73923b51cccefe7db1ead00c09a18978443a238d51a858a7a0c86868a9a4ea3f)** | 0.3.25 | MIT |
98-
| **[@lezer/common](#33be6cc05b8093348dc2c9a175b4a95de89b9b667c498550f1ab7c61230ab93e)** | 1.0.2 | MIT |
99-
| **[@lezer/highlight](#68c85fe3558f76d794df38e5e9759a04417a251601b15c7b3bc9ad03312ed267)** | 1.1.3 | MIT |
98+
| **[@lezer/common](#4bf054ecf9e3b46b5959ff484326d62af9e9d7698317b1e8a5f11a5ebf66534a)** | 1.2.1 | MIT |
99+
| **[@lezer/highlight](#30f07ec49dde0ce2f5c814903361f4d9c8b9fc2d8bb143d2e682e05d94a69ee6)** | 1.2.0 | MIT |
100100
| **[@lezer/javascript](#6f8d761b240b610d6ad180799f8b36219b20649cbce80bd3cb7e669082e92ef3)** | 1.3.2 | MIT |
101101
| **[@lezer/json](#7869bdb7c09e2ae1e28909eb504f475477cc5ed0750dc8ccee42886961975253)** | 1.0.0 | MIT |
102-
| **[@lezer/lr](#9518a62fa768ee63d368c92ac8ec9f78931053570ddb4232a3684da5a0e4c48f)** | 1.2.5 | MIT |
102+
| **[@lezer/lr](#1443872b0ea87b0af4967c9026094e634c83118fb811349742ca05bde397412b)** | 1.4.1 | MIT |
103103
| **[@lukeed/uuid](#82700fba068def47ea9842f28d700a387f59da805f74a6ed10a5eb7eece4cdab)** | 2.0.1 | MIT |
104104
| **[@nicolo-ribaudo/semver-v6](#0db933ddbe9acfd097ee5ee08e4afb1f4f7a64ef9712f95fef7958494c8e02cd)** | 6.3.3 | ISC |
105105
| **[@react-aria/focus](#e323ed10ad82d4ea6c64568bc119b1ffe8b002377c038d039dddf1128efc0c3b)** | 3.6.1 | Apache-2.0 |
@@ -530,7 +530,7 @@ This document was automatically generated on Sun Jul 21 2024.
530530
| **[strip-final-newline](#0e84cc036056cb7e0b11c5f70c4d239d4adf3ca9253b0e215abd7e78639b1c61)** | 3.0.0 | MIT |
531531
| **[strip-json-comments](#7e22a64e44ef0efd054f76d551df5305ac48eb5807079c025c8bf63c0a728c33)** | 3.1.1 | MIT |
532532
| **[strnum](#84f6b71bdd647bcb9588183f13dc0b7a0c5b0a3103b2fc7e8e95012c0d6c631d)** | 1.0.5 | MIT |
533-
| **[style-mod](#1c5963b1ef8891c2cb4616f37cb95e9e771842967dcb38b2127f8a84c0efaefe)** | 4.0.0 | MIT |
533+
| **[style-mod](#65cbf3eb373755d5dd9f5c58cf62d48dd4a33349e67d644af61d8d5438dbc1b5)** | 4.1.2 | MIT |
534534
| **[stylis](#131ca0470639719771dc1f233c9962655afffb6d27143e894c43e967517107cf)** | 4.2.0 | MIT |
535535
| **[supports-color](#113926f6cb42a3d41d1c11fb1209faf789d78f51fb458da90c61e5c1a2307a8e)** | 5.5.0 | MIT |
536536
| **[supports-color](#b97a30572cac0a03b8cf442bc01621a041d5714550984f25cb71fac2587edbd6)** | 7.2.0 | MIT |
@@ -6143,9 +6143,9 @@ License files:
61436143
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
61446144
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
61456145

6146-
<a id="59f5b71a895442ba713b6c1b14ce550d2fe78afaff4a99835e3d8b51aab211ba"></a>
6146+
<a id="62d2362c07f0c11664969b60d0d7c3e081905838b8994675aaf0e6c67baf358d"></a>
61476147

6148-
### [@codemirror/autocomplete](https://www.npmjs.com/package/@codemirror/autocomplete) (version 6.4.0)
6148+
### [@codemirror/autocomplete](https://www.npmjs.com/package/@codemirror/autocomplete) (version 6.17.0)
61496149

61506150
License tags: MIT
61516151

@@ -6155,7 +6155,7 @@ License files:
61556155

61566156
MIT License
61576157

6158-
Copyright (C) 2018-2021 by Marijn Haverbeke <[email protected]> and others
6158+
Copyright (C) 2018-2021 by Marijn Haverbeke <[email protected]> and others
61596159

61606160
Permission is hereby granted, free of charge, to any person obtaining a copy
61616161
of this software and associated documentation files (the "Software"), to deal
@@ -6335,9 +6335,9 @@ License files:
63356335
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
63366336
THE SOFTWARE.
63376337

6338-
<a id="d67593eda08a8ef5ee2b96054cd6ef7b3b20dec9328540343564f17a4f00f533"></a>
6338+
<a id="7db8880200a14064e03a5e8dd0483aa16511fc8a0c4e09353d51816771f8b63d"></a>
63396339

6340-
### [@codemirror/state](https://www.npmjs.com/package/@codemirror/state) (version 6.1.4)
6340+
### [@codemirror/state](https://www.npmjs.com/package/@codemirror/state) (version 6.4.1)
63416341

63426342
License tags: MIT
63436343

@@ -6347,7 +6347,7 @@ License files:
63476347

63486348
MIT License
63496349

6350-
Copyright (C) 2018-2021 by Marijn Haverbeke <[email protected]> and others
6350+
Copyright (C) 2018-2021 by Marijn Haverbeke <[email protected]> and others
63516351

63526352
Permission is hereby granted, free of charge, to any person obtaining a copy
63536353
of this software and associated documentation files (the "Software"), to deal
@@ -6367,9 +6367,9 @@ License files:
63676367
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
63686368
THE SOFTWARE.
63696369

6370-
<a id="bf39f793b99a6cbd45141d6c10a1026e4e91f38eadedf1a330849d8324bb74ce"></a>
6370+
<a id="f6bea8a649eb633e0e66739e6d3bee4d37893904778e421d126f1e5ae250c9fb"></a>
63716371

6372-
### [@codemirror/view](https://www.npmjs.com/package/@codemirror/view) (version 6.7.1)
6372+
### [@codemirror/view](https://www.npmjs.com/package/@codemirror/view) (version 6.28.4)
63736373

63746374
License tags: MIT
63756375

@@ -6379,7 +6379,7 @@ License files:
63796379

63806380
MIT License
63816381

6382-
Copyright (C) 2018-2021 by Marijn Haverbeke <[email protected]> and others
6382+
Copyright (C) 2018-2021 by Marijn Haverbeke <[email protected]> and others
63836383

63846384
Permission is hereby granted, free of charge, to any person obtaining a copy
63856385
of this software and associated documentation files (the "Software"), to deal
@@ -7028,9 +7028,9 @@ License files:
70287028
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
70297029
SOFTWARE.
70307030

7031-
<a id="33be6cc05b8093348dc2c9a175b4a95de89b9b667c498550f1ab7c61230ab93e"></a>
7031+
<a id="4bf054ecf9e3b46b5959ff484326d62af9e9d7698317b1e8a5f11a5ebf66534a"></a>
70327032

7033-
### [@lezer/common](https://www.npmjs.com/package/@lezer/common) (version 1.0.2)
7033+
### [@lezer/common](https://www.npmjs.com/package/@lezer/common) (version 1.2.1)
70347034

70357035
License tags: MIT
70367036

@@ -7040,7 +7040,7 @@ License files:
70407040

70417041
MIT License
70427042

7043-
Copyright (C) 2018 by Marijn Haverbeke <[email protected]> and others
7043+
Copyright (C) 2018 by Marijn Haverbeke <[email protected]> and others
70447044

70457045
Permission is hereby granted, free of charge, to any person obtaining a copy
70467046
of this software and associated documentation files (the "Software"), to deal
@@ -7060,9 +7060,9 @@ License files:
70607060
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
70617061
THE SOFTWARE.
70627062

7063-
<a id="68c85fe3558f76d794df38e5e9759a04417a251601b15c7b3bc9ad03312ed267"></a>
7063+
<a id="30f07ec49dde0ce2f5c814903361f4d9c8b9fc2d8bb143d2e682e05d94a69ee6"></a>
70647064

7065-
### [@lezer/highlight](https://www.npmjs.com/package/@lezer/highlight) (version 1.1.3)
7065+
### [@lezer/highlight](https://www.npmjs.com/package/@lezer/highlight) (version 1.2.0)
70667066

70677067
License tags: MIT
70687068

@@ -7072,7 +7072,7 @@ License files:
70727072

70737073
MIT License
70747074

7075-
Copyright (C) 2018 by Marijn Haverbeke <[email protected]> and others
7075+
Copyright (C) 2018 by Marijn Haverbeke <[email protected]> and others
70767076

70777077
Permission is hereby granted, free of charge, to any person obtaining a copy
70787078
of this software and associated documentation files (the "Software"), to deal
@@ -7156,9 +7156,9 @@ License files:
71567156
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
71577157
THE SOFTWARE.
71587158

7159-
<a id="9518a62fa768ee63d368c92ac8ec9f78931053570ddb4232a3684da5a0e4c48f"></a>
7159+
<a id="1443872b0ea87b0af4967c9026094e634c83118fb811349742ca05bde397412b"></a>
71607160

7161-
### [@lezer/lr](https://www.npmjs.com/package/@lezer/lr) (version 1.2.5)
7161+
### [@lezer/lr](https://www.npmjs.com/package/@lezer/lr) (version 1.4.1)
71627162

71637163
License tags: MIT
71647164

@@ -7168,7 +7168,7 @@ License files:
71687168

71697169
MIT License
71707170

7171-
Copyright (C) 2018 by Marijn Haverbeke <[email protected]> and others
7171+
Copyright (C) 2018 by Marijn Haverbeke <[email protected]> and others
71727172

71737173
Permission is hereby granted, free of charge, to any person obtaining a copy
71747174
of this software and associated documentation files (the "Software"), to deal
@@ -37766,17 +37766,17 @@ License files:
3776637766
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3776737767
SOFTWARE.
3776837768

37769-
<a id="1c5963b1ef8891c2cb4616f37cb95e9e771842967dcb38b2127f8a84c0efaefe"></a>
37769+
<a id="65cbf3eb373755d5dd9f5c58cf62d48dd4a33349e67d644af61d8d5438dbc1b5"></a>
3777037770

37771-
### [style-mod](https://www.npmjs.com/package/style-mod) (version 4.0.0)
37771+
### [style-mod](https://www.npmjs.com/package/style-mod) (version 4.1.2)
3777237772

3777337773
License tags: MIT
3777437774

3777537775
License files:
3777637776

3777737777
- LICENSE:
3777837778

37779-
Copyright (C) 2018 by Marijn Haverbeke <[email protected]> and others
37779+
Copyright (C) 2018 by Marijn Haverbeke <[email protected]> and others
3778037780

3778137781
Permission is hereby granted, free of charge, to any person obtaining a copy
3778237782
of this software and associated documentation files (the "Software"), to deal

configs/webpack-config-compass/package.json

Lines changed: 1 addition & 1 deletion
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.3.13",
16+
"version": "1.3.14",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"

0 commit comments

Comments
 (0)