Skip to content

Commit

Permalink
chore(deps) hoist webpack; remove depcheck workarounds; add missing d…
Browse files Browse the repository at this point in the history
…ependency to compass-web COMPASS-8313 (#6254)

* chore(deps): hoist webpack; remove depcheck workarounds

* chore(web): add missing dependency on proxy package
  • Loading branch information
gribnoysup authored Sep 17, 2024
1 parent 0afc8f2 commit d8f7af7
Show file tree
Hide file tree
Showing 9 changed files with 1,097 additions and 2,469 deletions.
14 changes: 4 additions & 10 deletions .depcheckrc
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
ignores:
- '@mongodb-js/bump-monorepo-packages'
- '@mongodb-js/sbom-tools'
# TODO: We keep webpack-cli/serve and testing-library/dom at the root to work
# around weird npm workspace hoising issues caused by outdated transient
# dependencies. This can go away when we update webpack and leafygreen to the
# same version everywhere.
# TODO: We keep testing-library/dom at the root to work around weird npm
# workspace hoising issues caused by outdated transient dependencies. This can
# go away when we update all our usage of @testing-library packages to the
# version matching what @leafygreen is using
- '@testing-library/dom'
# TODO: To work around https://github.com/depcheck/depcheck/issues/688 we keep
# some babel dependencies at the root to guarantee that their version is not
# bumped higher than the version that breaks depcheck package
- '@babel/core'
- '@babel/parser'
- 'babel-loader'
# npm picks up the node-gyp installation in this repository rather than the
# one it ships with, so we install one of our own to get the version right
# (because we need one with vscode 2022 support for github actions CI)
Expand Down
Loading

0 comments on commit d8f7af7

Please sign in to comment.