Skip to content

Commit d71dd91

Browse files
authored
chore(deps): Bump depcheck to 1.4.7 and @babel/parser to 7.25.8 (#2222)
There have been various errors in CI check task related to TypeScript features that depcheck's parser didn't support; the newer version updates this.
1 parent 778c589 commit d71dd91

File tree

24 files changed

+609
-533
lines changed

24 files changed

+609
-533
lines changed

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",

packages/cli-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@types/yargs-parser": "^15.0.0",
107107
"@types/chai-as-promised": "^7.1.3",
108108
"chai-as-promised": "^7.1.1",
109-
"depcheck": "^1.4.3",
109+
"depcheck": "^1.4.7",
110110
"eslint": "^7.25.0",
111111
"mongodb-crypt-library-dummy": "^1.0.2",
112112
"prettier": "^2.8.8",

0 commit comments

Comments
 (0)