alexscheitlin / lottery-dapp

MIT License
3 stars 3 forks source link

Bump web3 from 1.2.1 to 1.2.2 in /client #54

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps web3 from 1.2.1 to 1.2.2.

Changelog *Sourced from [web3's changelog](https://github.com/ethereum/web3.js/blob/v1.2.2/CHANGELOG.md).* > ## [1.2.1] > > ### Fixed > > - ``websocket`` dependency fixed ([#2971](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2971), [#2976](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2976)) > - ``requestOptions`` added to ``WebsocketProvider`` ([#2979](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2979)) > - Node >= v8.0.0 support ([#2938](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2938)) > > ## [Unreleased] > > ## [1.2.2] > > ### Added > > - localStorage support detection added ([#3031](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3031)) > - getNetworkType method extended with Görli testnet ([#3095](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3095)) > - supportsSubscriptions method added to providers ([#3116](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3116)) > - Add `eth.getChainId` method ([#3113](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3113)) > - Minified file added to web3 package ([#3131](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3131)) > - The transaction confirmation workflow can now be configured ([#3130](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3130)) > - Additional parameters for accounts.signTransaction added [(docs)](https://web3js.readthedocs.io/en/v1.2.2/web3-eth-accounts.html#signtransaction) ([#3141](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3141)) > - Emit `connected` event on subscription creation ([#3028](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3028)) > - TypeScript type definitions added for all modules ([#3132](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3132)) > - Bloom filters added to web3.utils ([#3137](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3137)) > > ### Fixed > > - Fix allow `0` as a valid `fromBlock` or `toBlock` filter param ([#1100](https://github-redirect.dependabot.com/ethereum/web3.js/issues/1100)) > - Fix randomHex returning inconsistent string lengths ([#1490](https://github-redirect.dependabot.com/ethereum/web3.js/issues/1490)) > - Fix make isBN minification safe ([#1777](https://github-redirect.dependabot.com/ethereum/web3.js/issues/1777)) > - Fix incorrect references to BigNumber in utils.fromWei and utils.toWei error messages ([#2468](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2468)) > - Fix error incorrectly thrown when receipt.status is `null` ([#2183](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2183)) > - Fix incorrectly populating chainId param with `net_version` when signing txs ([#2378](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2378)) > - regeneratorRuntime error fixed ([#3058](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3058)) > - Fix accessing event.name where event is undefined ([#3014](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3014)) > - fixed Web3Utils toHex() for Buffer input ([#3021](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3021)) > - Fix bubbling up tx signing errors ([#2063](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2063), [#3105](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3105)) > - HttpProvider: CORS issue with Firefox and Safari ([#2978](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2978)) > - Ensure the immutability of the `tx` object passed to function `signTransaction` ([#2190](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2190)) > - Gas check fixed ([#2381](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2381)) > - Signing issues [#1998](https://github-redirect.dependabot.com/ethereum/web3.js/issues/1998), [#2033](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2033), and [#1074](https://github-redirect.dependabot.com/ethereum/web3.js/issues/1074) fixed ([#3125](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3125)) > - Fix hexToNumber and hexToNumberString prefix validation ([#3086](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3086)) > - The receipt will now returned on a EVM error (this got removed on beta.18) ([#3129](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3129)) > - Fixes transaction confirmations with the HttpProvider ([#3140](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3140))
Commits - [`bfbfec6`](https://github.com/ethereum/web3.js/commit/bfbfec61d17afb62428d9e46f2ef5b9c5fd7bfa8) Release - 1.2.2 ([#3147](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3147)) - [`b8f7185`](https://github.com/ethereum/web3.js/commit/b8f71850719b19e0c8fa8959a216634d4b17cc7d) Skip chromium download in CI ([#3148](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3148)) - [`a7235c8`](https://github.com/ethereum/web3.js/commit/a7235c84c6d802d734193b2e22be6c37d68d0af6) Add karma & chrome/firefox headless browser fixtures ([#3146](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3146)) - [`a2027aa`](https://github.com/ethereum/web3.js/commit/a2027aa2562aeb8dfbb2790e90753a7de2e8d881) eth.accounts.signTransaction method fixed ([#3141](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3141)) - [`cf96133`](https://github.com/ethereum/web3.js/commit/cf9613369754443b57851b652028ebffd95aec57) subscription.js Emit 'connected' event with subscription.id ([#3028](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3028)) - [`4ffa27b`](https://github.com/ethereum/web3.js/commit/4ffa27b6948a83933407dfc8bc05a127ec0f7f2a) Fixes transaction confirmations with the HttpProvider ([#3140](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3140)) - [`bf38b4e`](https://github.com/ethereum/web3.js/commit/bf38b4efc500bb87b58ad872086b3808a150d3b8) feat: bring in `ethereum-bloom-filters` ([#3137](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3137)) - [`400d24b`](https://github.com/ethereum/web3.js/commit/400d24ba6b2ba66808743a7631a6e7c66a55aaf2) Fix CI not failing even though tests error ([#3138](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3138)) - [`ba56fc6`](https://github.com/ethereum/web3.js/commit/ba56fc693b3deb9f8fd31798988eca8aba9cb7e6) fix: patch the angular `browser.js` to allow `{crypto: true, stream: true}` (... - [`8ac5c0e`](https://github.com/ethereum/web3.js/commit/8ac5c0ede641c84404d32227610ad3d7414e6649) Types back-port from 2.x with changes to match the 1.x logic ([#3132](https://github-redirect.dependabot.com/ethereum/web3.js/issues/3132)) - Additional commits viewable in [compare view](https://github.com/ethereum/web3.js/compare/v1.2.1...v1.2.2)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)