Open andrewkmin opened 6 months ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/@ethersproject/experimental@5.7.0 | Transitive: network | +10 |
1.02 MB | ricmoo |
npm/@nomiclabs/hardhat-ethers@2.2.3 | None | 0 |
80.9 kB | fvictorio |
npm/@safe-global/safe-core-sdk@3.3.2 | Transitive: environment, eval, filesystem | +88 |
11.6 MB | germartinez |
🚮 Removed packages: npm/@nomicfoundation/hardhat-ethers@3.0.5, npm/@safe-global/protocol-kit@3.0.1, npm/@safe-global/safe-core-sdk-types@4.0.1, npm/@turnkey/ethers@1.0.4, npm/@typechain/ethers-v6@0.5.1, npm/@typechain/hardhat@9.1.0, npm/@typechain/web3-v1@6.0.7, npm/ethers@6.10.0, npm/hardhat@2.22.2, npm/typechain@8.3.2
Summary & Motivation
Merging into the ethers-v5 branch, which will be used to update our ethers v5 package in parallel with our new/current ethers v6-compatible package. The ethers-v5 branch is based off of https://github.com/tkhq/sdk/commit/791bfe9fd57abe8c544f9e3595f5081c7bfae24a, which is the current tip of main.
The plan is to merge this into ethers-v5, and then follow up with a separate PR to create the appropriate changeset.
Note: codesandbox is currently failling; may be due to rate limiting.
How I Tested These Changes
Did you add a changeset?
If updating one of our packages, you'll likely need to add a changeset to your PR. To do so, run
pnpm changeset
.pnpm changeset
will generate a file where you should write a human friendly message about the changes. Note how this (example) includes the package name (should be auto added by the command) along with the type of semver change (major.minor.patch) (which you should set).These changes will be used at release time to determine what packages to publish and how to bump their version. For more context see this comment.