Skip to content

Commit 180ba6c

Browse files
authored
Merge branch 'main' into gagik/aggregate-error
2 parents d24305c + d71dd91 commit 180ba6c

File tree

26 files changed

+619
-534
lines changed

26 files changed

+619
-534
lines changed

THIRD_PARTY_NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **mongosh**.
2-
This document was automatically generated on Tue Oct 15 2024.
2+
This document was automatically generated on Wed Oct 16 2024.
33

44
## List of dependencies
55

package-lock.json

Lines changed: 585 additions & 510 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
"webpack-bundle-analyzer": "^4.7.0",
129129
"webpack-cli": "^4.3.1",
130130
"which": "^2.0.2",
131-
"yaml": "^1.10.0"
131+
"yaml": "^1.10.0",
132+
"depcheck": "^1.4.7"
132133
},
133134
"optionalDependencies": {
134135
"lerna": "^8.1.8"

packages/arg-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4545
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4646
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
47-
"depcheck": "^1.4.3",
47+
"depcheck": "^1.4.7",
4848
"eslint": "^7.25.0",
4949
"mongodb": "^6.9.0",
5050
"prettier": "^2.8.8"

packages/async-rewriter2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@mongodb-js/prettier-config-devtools": "^1.0.1",
5252
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
5353
"@types/babel__core": "^7.20.1",
54-
"depcheck": "^1.4.3",
54+
"depcheck": "^1.4.7",
5555
"eslint": "^7.25.0",
5656
"prettier": "^2.8.8"
5757
}

packages/autocomplete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
3838
"@mongodb-js/prettier-config-devtools": "^1.0.1",
3939
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
40-
"depcheck": "^1.4.3",
40+
"depcheck": "^1.4.7",
4141
"eslint": "^7.25.0",
4242
"mocha": "^10.2.0",
4343
"prettier": "^2.8.8"

packages/browser-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
8686
"babel-loader": "^8.3.0",
8787
"buffer": "^6.0.3",
88-
"depcheck": "^1.4.3",
88+
"depcheck": "^1.4.7",
8989
"enzyme": "^3.11.0",
9090
"eslint": "^7.25.0",
9191
"html-webpack-plugin": "^5.5.0",

packages/browser-runtime-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4444
"@mongosh/types": "0.0.0-dev.0",
4545
"bson": "^6.8.0",
46-
"depcheck": "^1.4.3",
46+
"depcheck": "^1.4.7",
4747
"eslint": "^7.25.0",
4848
"prettier": "^2.8.8",
4949
"rimraf": "^3.0.2"

packages/browser-runtime-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@mongosh/service-provider-server": "0.0.0-dev.0",
4545
"@types/sinon": "^7.5.1",
4646
"@types/sinon-chai": "^3.2.4",
47-
"depcheck": "^1.4.3",
47+
"depcheck": "^1.4.7",
4848
"eslint": "^7.25.0",
4949
"prettier": "^2.8.8",
5050
"rimraf": "^3.0.2"

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/tar-fs": "^2.0.0",
5454
"@types/tmp": "^0.2.3",
5555
"cross-spawn": "^7.0.3",
56-
"depcheck": "^1.4.3",
56+
"depcheck": "^1.4.7",
5757
"eslint": "^7.25.0",
5858
"prettier": "^2.8.8",
5959
"sinon-chai": "^3.5.0",

0 commit comments

Comments
 (0)