coblox / bobtimus

an autobot that automatically handles swaps as Bob
Apache License 2.0
1 stars 1 forks source link

Bump web3 from 1.0.0-beta.55 to 1.2.0 #87

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps web3 from 1.0.0-beta.55 to 1.2.0.

Changelog *Sourced from [web3's changelog](https://github.com/ethereum/web3.js/blob/v1.2.0/CHANGELOG.md).* > ## [1.2.0] > > Released with 1.0.0-beta.37 code base. > > ## [Unreleased] > > ## [1.2.1]
Commits - [`54feed8`](https://github.com/ethereum/web3.js/commit/54feed849d245a93418bbc218538dd19b432e7d7) Merge pull request [#2905](https://github-redirect.dependabot.com/ethereum/web3.js/issues/2905) from ethereum/release/1.0 - [`933b014`](https://github.com/ethereum/web3.js/commit/933b014bf0eacbf0462a54cf1ac45f2c123d28f9) CHANGELOG.md updated - [`057be89`](https://github.com/ethereum/web3.js/commit/057be894597893be02ea00bb2010d3d849cbffbb) release commit - [`314c08b`](https://github.com/ethereum/web3.js/commit/314c08b11267dacf11a5b7f85011a5118e48851e) add tag v1.0.0 - [`963e5c5`](https://github.com/ethereum/web3.js/commit/963e5c5df134e22c7c83ba4cc3cd42488b29f252) include_announcement.rst removed - [`3460bec`](https://github.com/ethereum/web3.js/commit/3460bec59be7d2fbb01b6471bc2a0805a766a8f3) typo fixed and the hompage url for Fabian changed to his GitHub profile - [`8908481`](https://github.com/ethereum/web3.js/commit/89084813136c9c6c8c941dd632d83ceed9f7d0d1) engine property added to package.json files of the web3 modules - [`be652a9`](https://github.com/ethereum/web3.js/commit/be652a91f14a332bb1e7d5fa70c8ac40cfdf963a) node version 12 removed in the travis YML file and timeout removed in the tes... - [`653b5a9`](https://github.com/ethereum/web3.js/commit/653b5a9559b4fe8ece437e1ecdce0e8d7de045b9) preinstall script to providers-ws module added - [`9ffc432`](https://github.com/ethereum/web3.js/commit/9ffc432db91177e8a0ced98942b8a29a1bfc6666) timeout in tests increased and todo added for changing it back after the scry... - Additional commits viewable in [compare view](https://github.com/ethereum/web3.js/compare/v1.0.0-beta.55...v1.2.0)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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 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 the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
thomaseizinger commented 5 years ago

That is pretty weird. The changelog says, 1.2.0 is the beta-37 codebase?

bonomat commented 5 years ago

@thomaseizinger : I read on their gitter that they decided to make 1.2.0 the stable version of 1.0.0

thomaseizinger commented 5 years ago

So they are dropping all the changes done between beta-37 and beta-55? Interesting. I'll have a closer look through the diff tomorrow :)