forked from mongodb-js/compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.depcheckrc
20 lines (20 loc) · 936 Bytes
/
.depcheckrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.
- '@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)
- 'node-gyp'
# lerna is used as a script
- 'lerna'