chain-jslib
chain-jslib copied to clipboard
Bump got, web3 and nodemon
Bumps got to 12.1.0 and updates ancestor dependencies got, web3 and nodemon. These dependencies need to be updated together.
Updates got
from 7.1.0 to 12.1.0
Release notes
Sourced from got's releases.
v12.1.0
Improvements
- Add
response.ok
(#2043) 22d58fb
- This is only useful if you have
{throwHttpErrors: false}
Fixes
- Do not redirect to UNIX sockets (#2047) 861ccd9
https://github.com/sindresorhus/got/compare/v12.0.4...v12.1.0
v12.0.4
- Remove stream lock - unreliable since Node 17.3.0 bb8eca924c338ca12d5b90d6a26aa28dbddb42ee
v12.0.3
- Allow more types in the
json
option (#2015) eb045bfhttps://github.com/sindresorhus/got/compare/v12.0.2...v12.0.3
v12.0.2
- Fix
encoding
option with{responseType: 'json'}
(#1996) 0703318https://github.com/sindresorhus/got/compare/v12.0.1...v12.0.2
v12.0.1
- Fix
nock
compatibility (#1959) bf39d2c- Fix missing export of
Request
TypeScript type (#1940) 0f9f2b8https://github.com/sindresorhus/got/compare/v12.0.0...v12.0.1
v12.0.0
Introducing Got v12.0.0 :tada:
Long time no see! The latest Got version (v11.8.2) was released just in February ❄️ We have been working hard on squashing bugs and improving overall experience.
If you find Got useful, you might want to sponsor the Got maintainers.
This package is now pure ESM
Please read this. Also see sindresorhus/got#1789.
- Please don't open issues about
[ERR_REQUIRE_ESM]
andMust use import to load ES Module
errors. This is a problem with your setup, not Got.- Please don't open issues about using Got with Jest. Jest does not fully support ESM.
- Pretty much any problem with loading this package is a problem with your bundler, test framework, etc, not Got.
- If you use TypeScript, you will want to stay on Got v11 until TypeScript 4.6 is out. Why.
- If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.
... (truncated)
Commits
ad92afa
12.1.0861ccd9
Disable redirects to UNIX sockets (#2047)4cdcca3
Check error instance for arguments test (#2044)22d58fb
Addresponse.ok
(#2043)c25af09
Meta tweaks62455f5
Meta tweaks6f5c7ce
Test Node.js 18c693422
12.0.498ca618
Fix accidental test deletionbb8eca9
Remove stream lock - unreliable since Node 17.3.0- Additional commits viewable in compare view
Updates web3
from 1.5.2 to 1.8.1
Release notes
Sourced from web3's releases.
[email protected]
Initial alpha release
Install with
yarn add [email protected]
[email protected]
Initial alpha release
Install with
yarn add [email protected]
[email protected]
Initial alpha release
Install with
yarn add [email protected]
[email protected]
Changed
- Update version to
1.0.0-alpha.1
forweb3-providers-base
- Update version to
4.0.0-alpha.0
forweb3-utils
inweb3-providers-base
[email protected]
Initial alpha release
Install with
yarn add [email protected]
[email protected]
Initial alpha release
Install with
yarn add [email protected]
Changelog
Sourced from web3's changelog.
[1.5.2]
Fixed
- Remove transaction
type
defaulting foreth.sendTransaction
,eth.sendRawTransaction
(#4241)type: 0x0
was being added to legacy transaction when usingeth.signTransaction
(#4241)[1.5.3]
Fixed
- Unable to send legacy transaction if network supported EIP-1559 (#4277)
- Fixed bug in sending transaction with providers not support "newBlockHeaders" event (#3891)
Changed
- ethers from 5.1.4 to 5.4.4 (#4231)
- karma from 5.2.3 to 6.3.4 (#4231)
- lerna from 3.22.1 to 4.0.0 (#4231)
- Dropped build tests in CI for Node v8 and v10, and added support for Node v14 (#4231)
- Change default value for
maxPriorityFeePerGas
from1 Gwei
to2.5 Gwei
(#4284)- Fixed bug in signTransaction (#4295)
[1.6.0]
Changed
- Partially replace usage of eth-lib with ethereumjs-util (#4390)
[1.6.1]
Added
- Support for
eth_createAccessList
as both an rpc call (web3.eth.createAccessList
) and property of contract method wrappers (contractInstance.methods.getValue().createAccessList
) (#4332)Changed
- Not considering
tx.chainId
iftx.common.customChain.chainId
is provided forweb3.eth.accounts.signTransaction
function (#4293)- Added missing PromiEvent handler types (#4194)
- Updated README to include Webpack 5 angular support instructions (#4174)
- Updated the documentation for the
Web3.utils
, removed context for_
(underscore lib) (#4403)- Emit subscription id with connect event when creating a subscription (#4300)
- Introduced new configuration "blockHeaderTimeout" for waiting of block headers for transaction receipt (#3891)
- Format
block.baseFeePerGas
to number (#4330)- Correct
web3-eth-personal.sendTransaction
example in documentation (#4409)- Updated README to include Webpack 5 angular support instructions (#4174)
Fixed
- Fix 1.6.1 build size issue with removing static asset files (#4506)
... (truncated)
Commits
65d27a5
Build for 1.8.1b3fd92e
v1.8.1751d85b
Manual build commit for 1.8.1-rc.0b9b8a0c
v1.8.1-rc.049dae94
npm i npm audit fix and changelog update32b4c79
Addremoved
property toLog
type (#4877) (#5576)b737d27
Update 1.x Dependencies (#5529)a7b5dea
Update index.d.ts (#5260)c924148
Release 1.8.0 (#5421)f616e9f
docs: Fix example of tx usage (#5402)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jdevcs, a new releaser for web3 since your current version.
Updates nodemon
from 2.0.4 to 2.0.20
Release notes
Sourced from nodemon's releases.
v2.0.20
2.0.20 (2022-09-16)
Bug Fixes
- remove postinstall script (e099e91)
v2.0.19
2.0.19 (2022-07-05)
Bug Fixes
v2.0.18
2.0.18 (2022-06-23)
Bug Fixes
- revert update-notifier forcing esm (1b3bc8c)
v2.0.17
2.0.17 (2022-06-23)
Bug Fixes
v2.0.16
2.0.16 (2022-04-29)
Bug Fixes
- support windows by using path.delimiter (e26aaa9)
v2.0.15
2.0.15 (2021-11-09)
Bug Fixes
- bump prod dep versions (54784ab)
v2.0.14
... (truncated)
Commits
e099e91
fix: remove postinstall script05de353
chore: supports876d60c
chore: supporters188f2d3
chore: supportersa1ad44a
chore: supporters update8abd3fc
chore: supporters update30c80f8
chore: add unused files to .npmignore (#2055)3dd38de
docs: added link on banner (#1944)fb51359
docs: add important note about ignore rules8fe7d77
chore: supporters- Additional commits viewable in compare view
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
You can disable automated security fix PRs for this repo from the Security Alerts page.
Codecov Report
Merging #394 (8611440) into dev (6d07cb3) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## dev #394 +/- ##
=======================================
Coverage 98.02% 98.02%
=======================================
Files 161 161
Lines 7596 7596
Branches 571 571
=======================================
Hits 7446 7446
Misses 150 150
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.