mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
c5368c152b
* added storybook test runner * added test runner in ci * updated test for ci and fixed lint error * updated lavamoat policy * updated test command * updated playwright * changed command to storybook;ci * updated command * updated instance for test-storybook * updated playwright * added playwright step * replaced concurrently with start-server-and-test * updated the static storybook directory * replaced first with last * updated lock file * replaced first with last * updated test-storybook with maxworkers * updated .depchechrc * updated yml * removed id from banner base * replaced broken stories with .stories-to-do.js extesnsion * updated token allowance story * removed duplicacies from yarn * fixed lavamoat * removed filename comment * updated links for docs * fixed file extension for stories * updated path for stories.json * updated stories.json path * yarn updated * updated stories * updated yarn * updated wait on
63 lines
1.7 KiB
YAML
63 lines
1.7 KiB
YAML
# things that *are* used, that depcheck is wrong about
|
|
ignores:
|
|
#
|
|
# webapp deps
|
|
#
|
|
|
|
- '@lavamoat/snow'
|
|
- '@lavamoat/allow-scripts'
|
|
- '@babel/runtime'
|
|
- '@fortawesome/fontawesome-free'
|
|
- 'punycode'
|
|
|
|
#
|
|
# dev deps
|
|
#
|
|
|
|
# all @types/* packages are imported implicitly by TypeScript
|
|
- '@types/*'
|
|
# safety fallback for npm lifecycle scripts, not used normally
|
|
- '@lavamoat/preinstall-always-fail'
|
|
# used in testing + ci
|
|
- '@metamask/auto-changelog' # invoked as `auto-changelog`
|
|
- '@metamask/forwarder'
|
|
- '@metamask/phishing-warning' # statically hosted as part of some e2e tests
|
|
- '@metamask/test-dapp'
|
|
- '@metamask/design-tokens' # Only imported in index.css
|
|
- '@tsconfig/node16' # required dynamically by TS, used in tsconfig.json
|
|
- '@sentry/cli' # invoked as `sentry-cli`
|
|
- 'chromedriver'
|
|
- 'depcheck' # ooo meta
|
|
- 'ganache-cli'
|
|
- 'geckodriver'
|
|
- 'jest'
|
|
- 'lavamoat-viz'
|
|
- 'prettier-plugin-sort-json' # automatically imported by prettier
|
|
- 'source-map-explorer'
|
|
- 'playwright'
|
|
- 'wait-on'
|
|
# development tool
|
|
- 'improved-yarn-audit'
|
|
- 'nyc'
|
|
# storybook
|
|
- '@storybook/core'
|
|
- '@storybook/addon-essentials'
|
|
- '@storybook/addon-a11y'
|
|
- '@storybook/builder-webpack5'
|
|
- '@storybook/manager-webpack5'
|
|
- 'storybook-dark-mode'
|
|
- 'style-loader'
|
|
- 'css-loader'
|
|
- 'sass-loader'
|
|
- 'resolve-url-loader'
|
|
# jest environments
|
|
- 'jest-environment-jsdom'
|
|
|
|
# files depcheck should not parse
|
|
ignorePatterns:
|
|
# seems to incorrectly parse scss @include pragmas?
|
|
- '**/*.scss'
|
|
# self-contained bundle used for testing
|
|
- '**/send-eth-with-private-key-test/web3js.js'
|
|
- '**/send-eth-with-private-key-test/ethereumjs-tx.js'
|