Skip to content

Commit 703f485

Browse files
chore(deps): update hardhat packages (#146)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@nomicfoundation/hardhat-foundry](https://redirect.github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-foundry) ([source](https://redirect.github.com/nomicfoundation/hardhat)) | dependencies | minor | [`1.1.4` -> `1.2.0`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-foundry/1.1.4/1.2.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomicfoundation/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomicfoundation/hardhat) | | [@nomicfoundation/hardhat-ignition-viem](https://hardhat.org) ([source](https://redirect.github.com/NomicFoundation/hardhat-ignition)) | dependencies | patch | [`0.15.12` -> `0.15.13`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-ignition-viem/0.15.12/0.15.13) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/NomicFoundation/hardhat-ignition/badge)](https://securityscorecards.dev/viewer/?uri=github.com/NomicFoundation/hardhat-ignition) | | [@nomiclabs/hardhat-solhint](https://redirect.github.com/nomiclabs/hardhat/tree/main/packages/hardhat-solhint) ([source](https://redirect.github.com/nomiclabs/hardhat)) | dependencies | minor | [`4.0.2` -> `4.1.0`](https://renovatebot.com/diffs/npm/@nomiclabs%2fhardhat-solhint/4.0.2/4.1.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomiclabs/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomiclabs/hardhat) | | [hardhat](https://hardhat.org) ([source](https://redirect.github.com/nomiclabs/hardhat)) | dependencies | minor | [`2.25.0` -> `2.26.1`](https://renovatebot.com/diffs/npm/hardhat/2.25.0/2.26.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomiclabs/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomiclabs/hardhat) | --- ### Release Notes <details> <summary>nomicfoundation/hardhat (@&#8203;nomicfoundation/hardhat-foundry)</summary> ### [`v1.2.0`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/v1.2.0): Buidler v1.2.0 released 🥳 [Compare Source](https://redirect.github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-foundry@1.1.4...@nomicfoundation/hardhat-foundry@1.2.0) We are very happy to announce Buidler `v1.2.0`, one of our largest releases so far 🤩 #### Say hi to `npx buidler node` This release includes a new built-in task, `npx buidler node`. This task exposes Buidler EVM as a JSON-RPC server, to which you can connect from your dapps, MetaMask, or any other wallet or application. It includes all the functionality of Buidler EVM that you know and love, like Solidity stack traces and `console.log`, and has very helpful and uncluttered output. Take a look at it: ![demo](https://user-images.githubusercontent.com/176499/75441845-4e10ba00-5956-11ea-9ba2-00799734d2b0.gif) #### The complete list of changes in this version 1. Buidler now works in Windows ([#&#8203;439](https://redirect.github.com/nomicfoundation/hardhat/issues/439) & [#&#8203;440](https://redirect.github.com/nomicfoundation/hardhat/issues/440)) 2. Complete the support for filters and subscriptions in Buidler EVM ([#&#8203;436](https://redirect.github.com/nomicfoundation/hardhat/issues/436) & [#&#8203;450](https://redirect.github.com/nomicfoundation/hardhat/issues/450)) 3. Expose Buidler EVM as a JSON-RPC server ([#&#8203;438](https://redirect.github.com/nomicfoundation/hardhat/issues/438) & [#&#8203;450](https://redirect.github.com/nomicfoundation/hardhat/issues/450)) 4. Improve the invalid nonce error message thrown by Buidler EVM ([#&#8203;451](https://redirect.github.com/nomicfoundation/hardhat/issues/451)) 5. Fix a bug in `buidler-waffle` ([#&#8203;453](https://redirect.github.com/nomicfoundation/hardhat/issues/453)) 6. Automatically initialize the Waffle Chai matchers in `buidler-waffle`. No need to do `chai.use(Solidity)` now ([#&#8203;456](https://redirect.github.com/nomicfoundation/hardhat/issues/456)) 7. Fix a bug in the compilation cache ([#&#8203;457](https://redirect.github.com/nomicfoundation/hardhat/issues/457) & [#&#8203;458](https://redirect.github.com/nomicfoundation/hardhat/issues/458)) 8. Add TypeScript support to the Visual Studio Code testing guide ([#&#8203;459](https://redirect.github.com/nomicfoundation/hardhat/issues/459)) 9. Make working with `buidler-ethers` easier by exposing the entire ethers' API. Take a look at [its new README](https://redirect.github.com/nomiclabs/buidler/blob/development/packages/buidler-ethers/README.md) for more info. ([#&#8203;450](https://redirect.github.com/nomicfoundation/hardhat/issues/450)) </details> <details> <summary>nomiclabs/hardhat (@&#8203;nomiclabs/hardhat-solhint)</summary> ### [`v4.1.0`](https://redirect.github.com/nomiclabs/hardhat/compare/@nomiclabs/hardhat-solhint@4.0.2...@nomiclabs/hardhat-solhint@4.1.0) [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/@nomiclabs/hardhat-solhint@4.0.2...@nomiclabs/hardhat-solhint@4.1.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-token-erc721). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00803fb commit 703f485

2 files changed

Lines changed: 20 additions & 22 deletions

File tree

bun.lock

Lines changed: 16 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"@amxx/graphprotocol-utils": "1.2.0",
3838
"@graphprotocol/graph-cli": "0.96.0",
3939
"@graphprotocol/graph-ts": "0.38.0",
40-
"@nomicfoundation/hardhat-foundry": "1.1.4",
41-
"@nomicfoundation/hardhat-ignition-viem": "0.15.12",
40+
"@nomicfoundation/hardhat-foundry": "1.2.0",
41+
"@nomicfoundation/hardhat-ignition-viem": "0.15.13",
4242
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
43-
"@nomiclabs/hardhat-solhint": "4.0.2",
43+
"@nomiclabs/hardhat-solhint": "4.1.0",
4444
"@openzeppelin/contracts": "5.3.0",
4545
"@openzeppelin/subgraphs": "0.1.8-5",
46-
"hardhat": "2.25.0",
46+
"hardhat": "2.26.1",
4747
"solhint": "5.2.0"
4848
},
4949
"overrides": {

0 commit comments

Comments
 (0)