legobeat
legobeat
## **Description** Allow configuring some browser behavior for local e2e testing using the following environment variables: - Override https proxy: `SELENIUM_HTTPS_PROXY` - Disable DNS-over-TLS for chromium (using system DNS): `SELENIUM_DISABLE_DOT`...
## **Description** Some tests are using URLs that aren't intended to actually map to any public endpoints. Changing the TLD to `.test` ensures that these never map to any actual...
# 🐛 bug report As of `@parcel/[email protected]` (ba57b6501632703d68923b214b0c0f6d47a34b1f), the published npm package contains prebuilt swc binaries for 8 platforms. In the latest version of the package, these add up to...
This is a revival of a past attempt (#1938) which was partially applied in #1970 . This follows up to also update the direct dependency on `readable-stream` to v3. ####...
Motivation: `readable-stream@3` [breaks compatibility](https://ci.appveyor.com/project/browserify/browserify/builds/47996942) with Node.js versions < 4. The last version to reach EoL being dropped here is v0.12.x, which ended maintenance 2016-12-31 . #### Blocking: - #1880 ####...
## **Description** Update `@metamask/ethjs*` packages for new versions built with babel 7 instead of babel 6. This removes the (peer)dependency on deprecated `babel-runtime` for these packages. - Bump `@metamask/ethjs*` packages...
## Explanation Replaces `madge` with a fork resolving dependency issues. Significant reduction in `node_modules` size: ``` # Before $ du -hs node_modules 2.0G node_modules # After $ du -hs node_modules...
## **Description** The direct dependency on `eth-sig-util@^3.0.0` is quite old (2021-02). This updates it to latest `@metamask/eth-sig-util@^7.0.1`, which is already used transitively through dependencies. This allows us to drop some...
## **Description** - Bump dependency `@metamask/address-book-controller` from `3.0.0` to `3.1.7` Removes and dedupes some transitive dependencies. ## **Related issues** ## **Manual testing steps** ## **Screenshots/Recordings** ### **Before** ### **After** ##...
## PR description This reverts the pinning of Node.js 20.5 originally done in #6186. The upstream issue has now been resolved. ## Testing instructions CI should pass. ## Documentation -...