Removes tough-cookie. It's no longer used after updating ancestor dependency web3. These dependencies need to be updated together.
Removes tough-cookie
Updates web3 from 1.3.3 to 4.0.2
Release notes
Sourced from web3's releases.
web3-eth@4.0.0-alpha.0
Initial alpha release
Install with yarn add web3-eth@4.0.0-alpha.0
web3-core-requestmanager@4.0.0-alpha.0
Initial alpha release
Install with yarn add web3-core-requestmanager@4.0.0-alpha.0
web3-providers-http@4.0.0-alpha.0
Initial alpha release
Install with yarn add web3-providers-http@4.0.0-alpha.0
web3-providers-base@1.0.0-alpha.1
Changed
- Update version to
1.0.0-alpha.1 for web3-providers-base
- Update version to
4.0.0-alpha.0 for web3-utils in web3-providers-base
web3-utils@4.0.0-alpha.0
Initial alpha release
Install with yarn add web3-utils@4.0.0-alpha.0
web3-packagetemplate@1.0.0-alpha.0
Initial alpha release
Install with yarn add web3-packagetemplate@1.0.0-alpha.0
Changelog
Sourced from web3's changelog.
[1.3.3]
Fixed
- Update
dist to latest release (1.3.2) (#3875)
[1.3.4]
Changed
- Fixed mutation of inputs to encoding and decoding functions (#3748)
- Fix default value for
fromBlock option for logs subscriptions (defaults to latest) (#3883)
- ethjs-signer test (#3876)
- Rename
web3-eth2-base to web3-eth2-core and web3-eth2-beacon to web3-eth2-beaconchain (#3833)
- Bump
ts-node from version ^8.10.2 to ^9.0.0 (#3856)
- Ran
npm audit fix which fixed 4 vulnerabilities (#3856)
- Correct
web3-eth2-beaconchain type declarations (#3859) and (#3865)
- Move interfaces
IBaseAPISchema and IBaseAPIMethodSchema to index.d.ts for web3-eth2-core (#3878)
- Update dependencies for
web3-eth2-core (#3878)
Removed
- Remove
notImplemented flag from ETH2 Beacon Chain package methods schema (#3861)
- Removes
IETH2BeaconChain interface in favor of exporting a class type: ETH2BeaconChain (#3878)
- Remove
index.d.ts files in favor of types.ts for web3-eth2-core and web3-eth2-beaconchain (#3878)
schema.ts from web3-eth2-core (#3878)
dtslint npm command from web3-eth2-core and web3-eth2-beaconchain as index.d.ts files were removed (#3878)
Added
- Add
ETH2Core class export to index.d.ts for web3-eth2-core (#3878)
- Deprecation of bzz warning (#3872)
- Deprecation of shh warning (#3888)
[1.3.5]
Added
- Github action for running tests for
web3-eth2-core and web3-eth2-beaconchain packages (#3892)
- Added description to documentation on how to connect using a remote node provider (#3884)
- Added Security risk warning to docs for
web3.utils.soliditySha3 (#3908)
.nvmrc file using Node.js version v.14.15.1 (#3817)
- Add commitment to semantic versioning since version
1.3.0 and onwards (#3961)
Changed
- Unified babel compiler for
web3-eth2-core and web3-eth2-beaconchain (#3892)
- Renamed the
tsc script in all packages to compile; updates the corresponding lerna run usage in the main package.json (#3894)
- moved deprecation warnings to postinstall scripts (#3917)
- Upgrade
@chainsafe/geth-dev-assistant from 0.1.5 to 0.1.9 (#3950)
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by jdevcs, a new releaser for web3 since your current version.
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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Removes tough-cookie. It's no longer used after updating ancestor dependency web3. These dependencies need to be updated together.
Removes
tough-cookieUpdates
web3from 1.3.3 to 4.0.2Release notes
Sourced from web3's releases.
Changelog
Sourced from web3's changelog.
... (truncated)
Commits
47583e7version bumps48bb05fchangelog updates3f49e18Ensurerandsreturned bysignTransactionto have 64 character (#6216)e8d579cRefactor subscription's logic (#6210)51a59f9Few touches on the Plugin Guid (#6182)a2a232fAdd.on('error')test for reverted contract methods (#6194)023f02dfix: add 'receive' to FragmentTypes (#6204)ab0f4cbadded ws types in dep (#6205)2130d22TS v5 support (#6195)f8a25336164 batch request fix (#6166)Maintainer changes
This version was pushed to npm by jdevcs, a new releaser for web3 since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.