Skip to content

Commit 5d39eb3

Browse files
committed
Merge branch 'main' of https://github.com/mongodb-js/compass into extend-user-data
2 parents 0e997ff + 3a41616 commit 5d39eb3

File tree

113 files changed

+4837
-4622
lines changed

Some content is hidden

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

113 files changed

+4837
-4622
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,4 @@ Neal Beeken <[email protected]>
106106
Walter Tan <[email protected]>
107107
Raymond Lo <[email protected]>
108108
Moses Yang <[email protected]>
109+
Moses Yang <[email protected]>

THIRD-PARTY-NOTICES.md

Lines changed: 321 additions & 1582 deletions
Large diffs are not rendered by default.

configs/eslint-config-compass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/eslint-config-compass",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Shared Compass eslint configuration",
55
"license": "SSPL",
66
"main": "index.js",
@@ -14,10 +14,10 @@
1414
"README.md"
1515
],
1616
"dependencies": {
17-
"@babel/core": "^7.21.4",
17+
"@babel/core": "^7.24.3",
1818
"@babel/eslint-parser": "^7.14.3",
1919
"@mongodb-js/eslint-config-devtools": "^0.9.9",
20-
"@mongodb-js/eslint-plugin-compass": "^1.2.10",
20+
"@mongodb-js/eslint-plugin-compass": "^1.2.11",
2121
"@typescript-eslint/eslint-plugin": "^8.35.1",
2222
"@typescript-eslint/parser": "^8.35.1",
2323
"eslint": "^8.57.1",

configs/eslint-plugin-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.2.10",
16+
"version": "1.2.11",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -37,7 +37,7 @@
3737
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
3838
},
3939
"devDependencies": {
40-
"@mongodb-js/mocha-config-compass": "^1.6.9",
40+
"@mongodb-js/mocha-config-compass": "^1.6.10",
4141
"@mongodb-js/prettier-config-compass": "^1.2.8",
4242
"depcheck": "^1.4.1",
4343
"eslint": "^8.57.1",

configs/mocha-config-compass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/mocha-config-compass",
3-
"version": "1.6.9",
3+
"version": "1.6.10",
44
"description": "Shared mocha mocha configuration for Compass packages",
55
"license": "SSPL",
66
"main": "index.js",
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@electron/remote": "^2.1.2",
26+
"@electron/remote": "^2.1.3",
2727
"@mongodb-js/mocha-config-devtools": "^1.0.4",
2828
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
2929
"chai": "^4.3.4",
@@ -34,6 +34,6 @@
3434
"react-16-node-hanging-test-fix": "^1.0.0",
3535
"sinon-chai": "^3.7.0",
3636
"ts-node": "^10.9.2",
37-
"why-is-node-running": "^2.2.2"
37+
"why-is-node-running": "^2.3.0"
3838
}
3939
}

configs/testing-library-compass/package.json

Lines changed: 3 additions & 3 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.4",
14+
"version": "1.3.5",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mongodb-js/compass.git"
@@ -45,8 +45,8 @@
4545
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.4.1",
49-
"@mongodb-js/mocha-config-compass": "^1.6.9",
48+
"@mongodb-js/eslint-config-compass": "^1.4.2",
49+
"@mongodb-js/mocha-config-compass": "^1.6.10",
5050
"@mongodb-js/prettier-config-compass": "^1.2.8",
5151
"@mongodb-js/tsconfig-compass": "^1.2.9",
5252
"@types/chai": "^4.2.21",

configs/webpack-config-compass/.depcheckrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ ignores:
1616
- 'babel-plugin-istanbul'
1717
# recursive
1818
- 'mongodb-compass'
19-
# used as a resolve alias
20-
- 'jose'

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.8.2",
16+
"version": "1.9.0",
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.1",
48+
"@mongodb-js/eslint-config-compass": "^1.4.2",
4949
"@mongodb-js/prettier-config-compass": "^1.2.8",
5050
"@mongodb-js/tsconfig-compass": "^1.2.9",
5151
"@types/cli-progress": "^3.9.2",
@@ -55,7 +55,7 @@
5555
"typescript": "^5.8.3"
5656
},
5757
"dependencies": {
58-
"@babel/core": "^7.21.4",
58+
"@babel/core": "^7.24.3",
5959
"@babel/plugin-proposal-decorators": "^7.21.0",
6060
"@babel/plugin-transform-runtime": "^7.21.4",
6161
"@babel/preset-env": "^7.21.4",
@@ -71,7 +71,7 @@
7171
"cli-progress": "^3.9.1",
7272
"core-js": "^3.17.3",
7373
"css-loader": "^4.3.0",
74-
"electron": "^36.5.0",
74+
"electron": "^37.2.1",
7575
"html-webpack-plugin": "^5.6.0",
7676
"less": "^3.13.1",
7777
"less-loader": "^10.0.1",

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ const sharedResolveOptions = (
8383
// Additionally `ampersand-sync` brings into the bundle a number of other dependencies
8484
// that are outdated and having known vulnerabilities.
8585
'ampersand-sync': false,
86-
// `jose` provides a browser export that uses webcrypto APIs and returns
87-
// webcrypto objects to represent keys, but openid-client requires
88-
// KeyObject instances from the Node.js crypto API (https://tinyurl.com/2rrtu2hy).
89-
// Manually resolve `jose` to use the Node.js export here.
90-
jose: require.resolve('jose'),
9186

9287
// Leafygreen tries to include all the server-side emotion stuff in the
9388
// client bundle, this requires packaging a ton of otherwise unneccessary

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 Thu, Jul 10, 2025
9+
Generated on Tue, Jul 15, 2025
1010

1111
## Table of Contents
1212

0 commit comments

Comments
 (0)