Skip to content

Commit

Permalink
Merge pull request #5917 from NomicFoundation/hardhat-v3-alpha-release
Browse files Browse the repository at this point in the history
Hardhat v3 alpha release: Thu 31 Oct 2024 11:47 PM UTC
  • Loading branch information
alcuadrado authored Nov 1, 2024
2 parents 86aed02 + 7fe2964 commit 906f9b6
Show file tree
Hide file tree
Showing 18 changed files with 131 additions and 115 deletions.
15 changes: 15 additions & 0 deletions .changeset/few-students-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@ignored/hardhat-vnext": patch
"@ignored/hardhat-vnext-errors": patch
"@ignored/hardhat-vnext-ethers": patch
"@ignored/hardhat-vnext-keystore": patch
"@ignored/hardhat-vnext-mocha-test-runner": patch
"@ignored/hardhat-vnext-network-helpers": patch
"@ignored/hardhat-vnext-node-test-reporter": patch
"@ignored/hardhat-vnext-node-test-runner": patch
"@ignored/hardhat-vnext-utils": patch
"@ignored/hardhat-vnext-viem": patch
"@ignored/hardhat-vnext-zod-utils": patch
---

Thu 31 Oct 2024 11:47 PM UTC
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"calm-ligers-explain",
"curly-wombats-wink",
"dull-squids-brake",
"few-students-serve",
"fifty-cooks-mix",
"fuzzy-dolls-flash",
"gold-panthers-kneel",
Expand Down
104 changes: 52 additions & 52 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions v-next/example-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@ignored/hardhat-vnext": "workspace:^3.0.0-next.10",
"@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.6",
"@ignored/hardhat-vnext-keystore": "workspace:^3.0.0-next.6",
"@ignored/hardhat-vnext-mocha-test-runner": "workspace:^3.0.0-next.6",
"@ignored/hardhat-vnext-network-helpers": "workspace:^3.0.0-next.6",
"@ignored/hardhat-vnext-node-test-runner": "workspace:^3.0.0-next.6",
"@ignored/hardhat-vnext-viem": "workspace:^3.0.0-next.5",
"@ignored/hardhat-vnext": "workspace:^3.0.0-next.11",
"@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.7",
"@ignored/hardhat-vnext-keystore": "workspace:^3.0.0-next.7",
"@ignored/hardhat-vnext-mocha-test-runner": "workspace:^3.0.0-next.7",
"@ignored/hardhat-vnext-network-helpers": "workspace:^3.0.0-next.7",
"@ignored/hardhat-vnext-node-test-runner": "workspace:^3.0.0-next.7",
"@ignored/hardhat-vnext-viem": "workspace:^3.0.0-next.6",
"@openzeppelin/contracts": "5.1.0",
"@types/mocha": ">=9.1.0",
"@types/node": "^20.14.9",
Expand Down
6 changes: 3 additions & 3 deletions v-next/hardhat-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ignored/hardhat-vnext-errors",
"version": "3.0.0-next.9",
"version": "3.0.0-next.10",
"description": "The different errors that Hardhat can throw",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-errors",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.9",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.10",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
Expand All @@ -58,6 +58,6 @@
"typescript-eslint": "7.7.1"
},
"dependencies": {
"@ignored/hardhat-vnext-utils": "workspace:^3.0.0-next.9"
"@ignored/hardhat-vnext-utils": "workspace:^3.0.0-next.10"
}
}
Loading

0 comments on commit 906f9b6

Please sign in to comment.