Skip to content

Commit 04d2dce

Browse files
committed
Merge branch 'main' into 1.35-releases
2 parents b68b142 + 3b38924 commit 04d2dce

File tree

129 files changed

+3905
-2944
lines changed

Some content is hidden

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

129 files changed

+3905
-2944
lines changed

.husky/pre-commit

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
# listings staged files only
5+
fileList=$(git diff --diff-filter=AM --cached --name-only)
6+
7+
npm run precommit $fileList

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 **compass**.
2-
This document was automatically generated on Wed Feb 01 2023.
2+
This document was automatically generated on Fri Feb 03 2023.
33

44
## List of dependencies
55

@@ -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](#4321ebf384404400e1d788d41b9cf9cd6d10069e850727f601eab73d6f9baa0f)**|2.3.0|Apache-2.0
48+
**[mongodb-client-encryption](#cdf8e70b5734ec3b78ed8ca9973c660cdc125af146379fc4587b3681bc895b11)**|2.4.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
@@ -1997,8 +1997,8 @@ Authors:
19971997
* Mathias Buus (@mafintosh)
19981998

19991999

2000-
<a id="4321ebf384404400e1d788d41b9cf9cd6d10069e850727f601eab73d6f9baa0f"></a>
2001-
### [mongodb-client-encryption](https://www.npmjs.com/package/mongodb-client-encryption) (version 2.3.0)
2000+
<a id="cdf8e70b5734ec3b78ed8ca9973c660cdc125af146379fc4587b3681bc895b11"></a>
2001+
### [mongodb-client-encryption](https://www.npmjs.com/package/mongodb-client-encryption) (version 2.4.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.1",
3+
"version": "1.0.2",
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.1",
18+
"@mongodb-js/eslint-plugin-compass": "^1.0.2",
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.1",
16+
"version": "1.0.2",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -37,7 +37,7 @@
3737
"reformat": "npm run prettier -- --write ."
3838
},
3939
"devDependencies": {
40-
"@mongodb-js/mocha-config-compass": "^1.0.1",
40+
"@mongodb-js/mocha-config-compass": "^1.0.2",
4141
"@mongodb-js/prettier-config-compass": "^1.0.0",
4242
"depcheck": "^1.4.1",
4343
"eslint": "^7.25.0",

configs/mocha-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/mocha-config-compass",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Shared mocha mocha configuration for Compass packages",
55
"license": "SSPL",
66
"main": "index.js",

configs/webpack-config-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.4",
16+
"version": "1.0.5",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -45,7 +45,7 @@
4545
"reformat": "npm run prettier -- --write ."
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.0.1",
48+
"@mongodb-js/eslint-config-compass": "^1.0.2",
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)