Skip to content

Commit 62cbe19

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents a70570a + 072d079 commit 62cbe19

File tree

333 files changed

+5396
-5404
lines changed

Some content is hidden

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

333 files changed

+5396
-5404
lines changed

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 Nov 05 2023.
2+
This document was automatically generated on Fri Nov 10 2023.
33

44
## List of dependencies
55

@@ -456,7 +456,7 @@ This document was automatically generated on Sun Nov 05 2023.
456456
| **[mongodb-ns](#d99637af4fc3f4918f33167526619cdfd8cdf31550f209f0c885f2f47c550209)** | 2.4.0 | MIT |
457457
| **[mongodb-query-parser](#e76b97f8b563e3ff94c5fecb84c4dbc02b0034b3183a6899bf7f91e951af32a2)** | 3.1.3 | Apache-2.0 |
458458
| **[mongodb-redact](#00a2cfed57df1e8b912b751b08bee4de24ad0189840c99820ebc00c1b219a421)** | 0.2.2 | Apache-2.0 |
459-
| **[mongodb-schema](#8f836d9ce2de53e4e9509877c26321de59e9be8f4d0f8c58bc4f26d9f17499f9)** | 12.0.0 | Apache-2.0 |
459+
| **[mongodb-schema](#041a4a595a251da29bf373cbdd533b1e238cc51175c3d4913028c03431ddd4d2)** | 12.1.0 | Apache-2.0 |
460460
| **[mongodb](#f4999707e41fd8f37255de0ee3b4ab4f7bbf9259b441c46abb2fd8f5b154d9a2)** | 6.1.0 | Apache-2.0 |
461461
| **[ms](#484b814b85d5028e34246147c8fc901d33570202bd7cdc3703c0ed1078eba0aa)** | 2.0.0 | MIT |
462462
| **[ms](#0a987b2f79ff37005e452a5afa7dacd3042061a7077054d2ba9cabacd88506d2)** | 2.1.2 | MIT |
@@ -29697,9 +29697,9 @@ License files:
2969729697
See the License for the specific language governing permissions and
2969829698
limitations under the License.
2969929699

29700-
<a id="8f836d9ce2de53e4e9509877c26321de59e9be8f4d0f8c58bc4f26d9f17499f9"></a>
29700+
<a id="041a4a595a251da29bf373cbdd533b1e238cc51175c3d4913028c03431ddd4d2"></a>
2970129701

29702-
### [mongodb-schema](https://www.npmjs.com/package/mongodb-schema) (version 12.0.0)
29702+
### [mongodb-schema](https://www.npmjs.com/package/mongodb-schema) (version 12.1.0)
2970329703

2970429704
License tags: Apache-2.0
2970529705

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.10",
3+
"version": "1.0.11",
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.0.9",
19+
"@mongodb-js/eslint-plugin-compass": "^1.0.10",
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: 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.9",
16+
"version": "1.0.10",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"
@@ -37,7 +37,7 @@
3737
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
3838
},
3939
"devDependencies": {
40-
"@mongodb-js/mocha-config-compass": "^1.3.1",
40+
"@mongodb-js/mocha-config-compass": "^1.3.2",
4141
"@mongodb-js/prettier-config-compass": "^1.0.1",
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.3.1",
3+
"version": "1.3.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.2.4",
16+
"version": "1.2.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 . && npm run eslint . --fix"
4646
},
4747
"devDependencies": {
48-
"@mongodb-js/eslint-config-compass": "^1.0.10",
48+
"@mongodb-js/eslint-config-compass": "^1.0.11",
4949
"@mongodb-js/prettier-config-compass": "^1.0.1",
5050
"@mongodb-js/tsconfig-compass": "^1.0.3",
5151
"@types/cli-progress": "^3.9.2",

0 commit comments

Comments
 (0)