-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): unpin [email protected],x [email protected] #11972
base: main
Are you sure you want to change the base?
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
This comment was marked as outdated.
This comment was marked as outdated.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] |
48fbf0b
to
ff87271
Compare
This comment was marked as outdated.
This comment was marked as outdated.
d12a053
to
111a548
Compare
111a548
to
b708bac
Compare
Bitrise✅✅✅ Commit hash: b708bac Note
|
6256e6b
to
33737d5
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Bitrise✅✅✅ Commit hash: 1500bff Note
|
1500bff
to
3c7c575
Compare
- to get correct types - to prepare upgrading to versions which don't provide the re-export - fix: vendor BNToHex and hexToBN in order to use bn.js v4 - fix: explicitly use either bn.js@4 and bn.js@5 - Why mixing v4 and v5 is A Bad Thing: ethereumjs/ethereumjs-util#250
3c7c575
to
d2f0719
Compare
Quality Gate passedIssues Measures |
Bitrise✅✅✅ Commit hash: d2f0719 Note
|
Description
Unpin and dedupe
ethereumjs-util
andethereumjs-abi
while staying on legacy v6Replace
import { BN } from 'ethereumjs-util'
with importingBN
explicitly from eitherbn.js@4
orbn.js@5
toChecksumAddress()
[email protected]
ethereumjs-util
changelog[email protected]
Related issues
.toString(16)
indutny/bn.js#295Blocking
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist