Skip to content

Commit 3e71bad

Browse files
committed
Merge remote-tracking branch 'origin/main' into COMPASS-9083-eol-server
# Conflicts: # package-lock.json
2 parents 3421b26 + 68d0400 commit 3e71bad

File tree

74 files changed

+2385
-3247
lines changed

Some content is hidden

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

74 files changed

+2385
-3247
lines changed

.snyk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ ignore:
5959
reason: 'Fixed in https://github.com/electron/electron/releases/tag/v32.3.2'
6060
expires: 2025-03-30T12:36:40.477Z
6161
created: 2025-02-28T12:36:40.484Z
62+
SNYK-JS-ELECTRON-8738834:
63+
- '*':
64+
reason: >-
65+
Not applicable: requires attacker to render hand crafted HTML snippet
66+
inside the application. Putting on a short expiration time as we're
67+
expecting to be able to update to electron v33 (or later) soon
68+
expires: 2025-05-16T15:23:35.601Z
69+
created: 2025-03-17T15:23:35.608Z
6270
# patches apply the minimum changes required to fix a vulnerability
6371
patch:
6472
'npm:ms:20170412':

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 Mar 16 2025.
2+
This document was automatically generated on Tue Mar 18 2025.
33

44
## List of dependencies
55

@@ -442,7 +442,7 @@ Package|Version|License
442442
**[mongodb-ns](#68260f4d06e4d16a28d4139e391264d220e891ac6f0fb844b925a0cc37792aff)**|2.4.2|MIT
443443
**[mongodb-query-parser](#15068a4e6d825438a4e6d365a3566f58762ef216402070179557503b775f3ff4)**|4.3.0|Apache-2.0
444444
**[mongodb-redact](#6fe8cef9beca5f3e1e3e999f47975ae99dcf4488419b28fc6d5eafc436081623)**|1.1.5|Apache-2.0
445-
**[mongodb-schema](#87587e0fbb7b6358ac3d59faad8435b0d2e668ce8fccbc5640b51d2c47492ad2)**|12.5.0|Apache-2.0
445+
**[mongodb-schema](#e7cd30b15a26322b8589e9bb439507d5338d73737f711de8960742376373d41d)**|12.5.2|Apache-2.0
446446
**[mongodb](#a52473fc1187a982574f4e63f3941340138879361b742ea77aacf6aec6561f1a)**|6.14.2|Apache-2.0
447447
**[ms](#484b814b85d5028e34246147c8fc901d33570202bd7cdc3703c0ed1078eba0aa)**|2.0.0|MIT
448448
**[ms](#0a987b2f79ff37005e452a5afa7dacd3042061a7077054d2ba9cabacd88506d2)**|2.1.2|MIT
@@ -27092,8 +27092,8 @@ License files:
2709227092

2709327093

2709427094

27095-
<a id="87587e0fbb7b6358ac3d59faad8435b0d2e668ce8fccbc5640b51d2c47492ad2"></a>
27096-
### [mongodb-schema](https://www.npmjs.com/package/mongodb-schema) (version 12.5.0)
27095+
<a id="e7cd30b15a26322b8589e9bb439507d5338d73737f711de8960742376373d41d"></a>
27096+
### [mongodb-schema](https://www.npmjs.com/package/mongodb-schema) (version 12.5.2)
2709727097
License tags: Apache-2.0
2709827098

2709927099
License files:

configs/eslint-config-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/eslint-config-compass",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "Shared Compass eslint configuration",
55
"license": "SSPL",
66
"main": "index.js",
@@ -16,7 +16,7 @@
1616
"@babel/core": "^7.21.4",
1717
"@babel/eslint-parser": "^7.14.3",
1818
"@mongodb-js/eslint-config-devtools": "^0.9.9",
19-
"@mongodb-js/eslint-plugin-compass": "^1.2.5",
19+
"@mongodb-js/eslint-plugin-compass": "^1.2.6",
2020
"@typescript-eslint/eslint-plugin": "^5.59.0",
2121
"@typescript-eslint/parser": "^5.59.0",
2222
"eslint-config-prettier": "^8.3.0",

configs/eslint-plugin-compass/package.json

Lines changed: 3 additions & 3 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.2.5",
16+
"version": "1.2.6",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -37,8 +37,8 @@
3737
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
3838
},
3939
"devDependencies": {
40-
"@mongodb-js/mocha-config-compass": "^1.6.5",
41-
"@mongodb-js/prettier-config-compass": "^1.2.5",
40+
"@mongodb-js/mocha-config-compass": "^1.6.6",
41+
"@mongodb-js/prettier-config-compass": "^1.2.6",
4242
"depcheck": "^1.4.1",
4343
"eslint": "^7.25.0",
4444
"mocha": "^10.2.0",

configs/mocha-config-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@mongodb-js/mocha-config-compass",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"description": "Shared mocha mocha configuration for Compass packages",
55
"license": "SSPL",
66
"main": "index.js",
77
"devDependencies": {
8-
"@mongodb-js/prettier-config-compass": "^1.2.5",
8+
"@mongodb-js/prettier-config-compass": "^1.2.6",
99
"prettier": "^2.7.1"
1010
},
1111
"scripts": {

configs/prettier-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/prettier-config-compass",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "Shared Compass prettier configuration",
55
"license": "SSPL",
66
"main": "index.js",

configs/testing-library-compass/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": "1.2.5",
14+
"version": "1.2.6",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/compass.git"
@@ -45,10 +45,10 @@
4545
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.3.5",
49-
"@mongodb-js/mocha-config-compass": "^1.6.5",
50-
"@mongodb-js/prettier-config-compass": "^1.2.5",
51-
"@mongodb-js/tsconfig-compass": "^1.2.5",
48+
"@mongodb-js/eslint-config-compass": "^1.3.6",
49+
"@mongodb-js/mocha-config-compass": "^1.6.6",
50+
"@mongodb-js/prettier-config-compass": "^1.2.6",
51+
"@mongodb-js/tsconfig-compass": "^1.2.6",
5252
"@types/chai": "^4.2.21",
5353
"@types/mocha": "^9.0.0",
5454
"@types/sinon-chai": "^3.2.5",

configs/tsconfig-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/tsconfig-compass",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "Shared Compass Typescript configuration",
55
"license": "SSPL",
66
"files": [
@@ -11,7 +11,7 @@
1111
"typescript": "^5.0.4"
1212
},
1313
"devDependencies": {
14-
"@mongodb-js/prettier-config-compass": "^1.2.5",
14+
"@mongodb-js/prettier-config-compass": "^1.2.6",
1515
"prettier": "^2.7.1"
1616
},
1717
"dependencies": {

configs/webpack-config-compass/package.json

Lines changed: 4 additions & 4 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.6.5",
16+
"version": "1.6.6",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -45,9 +45,9 @@
4545
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.3.5",
49-
"@mongodb-js/prettier-config-compass": "^1.2.5",
50-
"@mongodb-js/tsconfig-compass": "^1.2.5",
48+
"@mongodb-js/eslint-config-compass": "^1.3.6",
49+
"@mongodb-js/prettier-config-compass": "^1.2.6",
50+
"@mongodb-js/tsconfig-compass": "^1.2.6",
5151
"@types/cli-progress": "^3.9.2",
5252
"@types/html-webpack-plugin": "^3.2.9",
5353
"@types/webpack-bundle-analyzer": "^4.7.0",

docs/tracking-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> the tracking plan for the specific Compass version you can use the following
88
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
99
10-
Generated on Sun, Mar 16, 2025
10+
Generated on Tue, Mar 18, 2025
1111

1212
## Table of Contents
1313

0 commit comments

Comments
 (0)