Conversation
402e627 to
e563558
Compare
Socket Security Pull Request Report👍 No new dependency issues detected in pull request Pull request report summary
Bot CommandsTo ignore an alert, reply with a comment starting with Ignoring: Powered by socket.dev |
2c5eb03 to
a5b54bb
Compare
|
@SocketSecurity ignore chromedriver@109.0.0 fsevents@1.2.13 @playwright/test@1.30.0 jest@28.1.3 jest@29.4.1 |
|
@SocketSecurity ignore jest-cli@28.1.3 jest-cli@29.4.1 |
a5b54bb to
ab6a7d6
Compare
|
@SocketSecurity ignore playwright@1.23.1 |
d874625 to
a89566e
Compare
2d2d1ba to
f2be97c
Compare
| typescript: { | ||
| // Always try to resolve types under `<root>/@types` directory even | ||
| // it doesn't contain any source code, like `@types/unist` | ||
| alwaysTryTypes: true, |
There was a problem hiding this comment.
Without this, eslint doesn't like us referencing ts files within the ui files.
They have this rule in multiple sections of the extension.
| if [ -z "$OSTYPE" ] | ||
| then | ||
| OSTYPE="`uname | tr '[:upper:]' '[:lower:]'`" | ||
| fi |
There was a problem hiding this comment.
This is purely for local Linux setup.
| "@ensdomains/content-hash": "^2.5.6", | ||
| "@ethereumjs/common": "^2.3.1", | ||
| "@ethereumjs/tx": "^3.2.1", | ||
| "@ethersproject/abi": "^5.5.0", |
There was a problem hiding this comment.
I've added some missing dependencies and upgraded existing ones (except lavamoat and playwright).
f2be97c to
d2350eb
Compare
d2350eb to
c898f14
Compare
| async signIn() { | ||
| await delay(2000); | ||
| await this.goto(); | ||
| await delay(15000); |
There was a problem hiding this comment.
Added this delays as this test kept failing in the pipeline.
| const config: PlaywrightTestConfig = { | ||
| testDir: `${PW_ROOT_PATH}/specs`, | ||
| timeout: 90 * 1000, | ||
| timeout: 120 * 1000, |
There was a problem hiding this comment.
Some tests were failing due to timeout on teardown.
c898f14 to
07db45c
Compare
07db45c to
b052b95
Compare
Updates version of desktop-extension to match current one.
tsfiles from the submodule.