Skip to content

Commit fb7703a

Browse files
committed
Merge remote-tracking branch 'origin/main' into 1.35-releases
2 parents 7b32e2c + 0f3de6d commit fb7703a

File tree

219 files changed

+9126
-9685
lines changed

Some content is hidden

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

219 files changed

+9126
-9685
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ Cem Asma <[email protected]>
6868
svc-devtoolsbot <[email protected]>
6969
7070
Jack Weir <[email protected]>
71+
Himanshu Singh <[email protected]>

THIRD-PARTY-NOTICES.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
The following third-party software is used by and included in **compass**.
2-
This document was automatically generated on Fri Feb 03 2023.
2+
This document was automatically generated on Mon Feb 27 2023.
33

44
## List of dependencies
55

66
Package|Version|License
77
-------|-------|-------
8-
**[@mongosh/node-runtime-worker-thread](#49a86805b1edc11db9e097ee9356ddb349147d1c561b1a4491a93191d1462abf)**|1.6.2|Apache-2.0
8+
**[@mongosh/node-runtime-worker-thread](#7568d0d23dfc0ee3ee748b0006b8f2285592dd5acf9d909ce66179f7362da7dc)**|1.7.0|Apache-2.0
99
**[ansi-regex](#945d39147a145d6a28d87154006fa731c2e69d2a19e76cc7012624a1109f9317)**|2.1.1|MIT
1010
**[ansi-regex](#f4a8a360dfe3cdd0cbb8fcfa0cff23bb22eafa4225343577912ddf831d670411)**|3.0.0|MIT
1111
**[aproba](#b8b30f42274956b772cec4ea9f13cebaa5900724e514eaf0098a3ad6f1f7f16e)**|1.2.0|ISC
@@ -45,7 +45,7 @@ Package|Version|License
4545
**[mimic-response](#3a8c7e8eed886630dd878b11cbb7ef72840b3bab1f8d4251956ca4f9fa40925f)**|3.1.0|MIT
4646
**[minimist](#837db6b00930af97755b724568aecf8b139361dc2148c7db77673ba6ae44a44d)**|1.2.6|MIT
4747
**[mkdirp-classic](#e79cc875152b50c2eb57a97163d99f0155bf4e4af7ba4a7e01c12a17a4a3305c)**|0.5.3|MIT
48-
**[mongodb-client-encryption](#cdf8e70b5734ec3b78ed8ca9973c660cdc125af146379fc4587b3681bc895b11)**|2.4.0|Apache-2.0
48+
**[mongodb-client-encryption](#9845e9875bb8cc4f9ce988cdb5492e57a1509e15e9fbb1b7193e175de2afc427)**|2.6.0|Apache-2.0
4949
**[mongodb-compass](#83bc011aa472d9fe55460f83c3fcfc98ca134ed763686df7a4bc080171ccb917)**|0.0.1-dev.0|SSPL
5050
**[ms](#0a987b2f79ff37005e452a5afa7dacd3042061a7077054d2ba9cabacd88506d2)**|2.1.2|MIT
5151
**[napi-build-utils](#26912b5ff7632f262d64273f99cd1a869376c5c378960e24501585e35b31054a)**|1.0.2|MIT
@@ -90,8 +90,8 @@ Package|Version|License
9090

9191
## Package details
9292

93-
<a id="49a86805b1edc11db9e097ee9356ddb349147d1c561b1a4491a93191d1462abf"></a>
94-
### [@mongosh/node-runtime-worker-thread](https://www.npmjs.com/package/@mongosh/node-runtime-worker-thread) (version 1.6.2)
93+
<a id="7568d0d23dfc0ee3ee748b0006b8f2285592dd5acf9d909ce66179f7362da7dc"></a>
94+
### [@mongosh/node-runtime-worker-thread](https://www.npmjs.com/package/@mongosh/node-runtime-worker-thread) (version 1.7.0)
9595
<!-- initially found at node_modules/@mongosh/node-runtime-worker-thread -->
9696
> MongoDB shell runtime that lives in a worker thread
9797
@@ -1997,8 +1997,8 @@ Authors:
19971997
* Mathias Buus (@mafintosh)
19981998

19991999

2000-
<a id="cdf8e70b5734ec3b78ed8ca9973c660cdc125af146379fc4587b3681bc895b11"></a>
2001-
### [mongodb-client-encryption](https://www.npmjs.com/package/mongodb-client-encryption) (version 2.4.0)
2000+
<a id="9845e9875bb8cc4f9ce988cdb5492e57a1509e15e9fbb1b7193e175de2afc427"></a>
2001+
### [mongodb-client-encryption](https://www.npmjs.com/package/mongodb-client-encryption) (version 2.6.0)
20022002
<!-- initially found at node_modules/mongodb-client-encryption -->
20032003
> Official client encryption module for the MongoDB Node.js driver
20042004

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.0.2",
3+
"version": "1.0.3",
44
"description": "Shared Compass eslint configuration",
55
"license": "SSPL",
66
"main": "index.js",
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@babel/core": "^7.14.3",
1717
"@babel/eslint-parser": "^7.14.3",
18-
"@mongodb-js/eslint-plugin-compass": "^1.0.2",
18+
"@mongodb-js/eslint-plugin-compass": "^1.0.3",
1919
"@typescript-eslint/eslint-plugin": "^5.30.5",
2020
"@typescript-eslint/parser": "^5.30.5",
2121
"eslint-config-prettier": "^8.3.0",

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.0.2",
16+
"version": "1.0.3",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -34,7 +34,7 @@
3434
"test-cov": "nyc -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
3535
"test-watch": "npm run test -- --watch",
3636
"test-ci": "npm run test-cov",
37-
"reformat": "npm run prettier -- --write ."
37+
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
3838
},
3939
"devDependencies": {
4040
"@mongodb-js/mocha-config-compass": "^1.0.2",

configs/mocha-config-compass/register/jsdom-global-register.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ if (!globalThis.IntersectionObserver) {
5151
disconnect() {}
5252
};
5353
}
54+
55+
// jsdom doesn't override classes that already exist in global scope
56+
// https://github.com/jsdom/jsdom/issues/3331
57+
globalThis.EventTarget = window.EventTarget;

configs/webpack-config-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.0.5",
16+
"version": "1.0.6",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -42,10 +42,10 @@
4242
"depcheck": "depcheck",
4343
"check": "npm run lint && npm run depcheck",
4444
"check-ci": "npm run check",
45-
"reformat": "npm run prettier -- --write ."
45+
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.0.2",
48+
"@mongodb-js/eslint-config-compass": "^1.0.3",
4949
"@mongodb-js/prettier-config-compass": "^1.0.0",
5050
"@mongodb-js/tsconfig-compass": "^1.0.1",
5151
"@types/cli-progress": "^3.9.2",

0 commit comments

Comments
 (0)