Skip to content

Commit d8f7af7

Browse files
authored
chore(deps) hoist webpack; remove depcheck workarounds; add missing dependency to compass-web COMPASS-8313 (#6254)
* chore(deps): hoist webpack; remove depcheck workarounds * chore(web): add missing dependency on proxy package
1 parent 0afc8f2 commit d8f7af7

File tree

9 files changed

+1097
-2469
lines changed

9 files changed

+1097
-2469
lines changed

.depcheckrc

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
ignores:
22
- '@mongodb-js/bump-monorepo-packages'
33
- '@mongodb-js/sbom-tools'
4-
# TODO: We keep webpack-cli/serve and testing-library/dom at the root to work
5-
# around weird npm workspace hoising issues caused by outdated transient
6-
# dependencies. This can go away when we update webpack and leafygreen to the
7-
# same version everywhere.
4+
# TODO: We keep testing-library/dom at the root to work around weird npm
5+
# workspace hoising issues caused by outdated transient dependencies. This can
6+
# go away when we update all our usage of @testing-library packages to the
7+
# version matching what @leafygreen is using
88
- '@testing-library/dom'
9-
# TODO: To work around https://github.com/depcheck/depcheck/issues/688 we keep
10-
# some babel dependencies at the root to guarantee that their version is not
11-
# bumped higher than the version that breaks depcheck package
12-
- '@babel/core'
13-
- '@babel/parser'
14-
- 'babel-loader'
159
# npm picks up the node-gyp installation in this repository rather than the
1610
# one it ships with, so we install one of our own to get the version right
1711
# (because we need one with vscode 2022 support for github actions CI)

0 commit comments

Comments
 (0)