From 124183f39b14fb9a1c6d3a98b740a480412f505b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:22:46 +0000 Subject: [PATCH] Version Packages --- .changeset/brave-tigers-wave.md | 5 - .changeset/cold-deer-buy.md | 5 - .changeset/cyan-clowns-type.md | 5 - .changeset/cyan-drinks-beg.md | 6 - .changeset/every-islands-relate.md | 5 - .changeset/four-wasps-raise.md | 7 - .changeset/good-eels-buy.md | 5 - .changeset/hardhat-verify.md | 5 - .changeset/honest-spies-play.md | 5 - .changeset/huge-parrots-watch.md | 5 - .changeset/imports-hardhat-ethers.md | 5 - .changeset/imports-hardhat-utils.md | 5 - .changeset/imports-hardhat.md | 5 - .changeset/imports-ignition.md | 9 -- .changeset/imports-ledger.md | 5 - .changeset/imports-mocha.md | 5 - .changeset/imports-node-test-reporter.md | 5 - .changeset/imports-typechain.md | 5 - .changeset/legal-roses-dress.md | 5 - .changeset/slimy-worms-try.md | 5 - .changeset/tall-seals-report.md | 6 - .changeset/wild-pets-change.md | 5 - .github/workflows/spellcheck.yml | 1 + .peer-bumps.json | 8 +- pnpm-lock.yaml | 128 +++++++++--------- v-next/example-project/package.json | 22 +-- v-next/hardhat-errors/CHANGELOG.md | 11 ++ v-next/hardhat-errors/package.json | 6 +- .../hardhat-ethers-chai-matchers/CHANGELOG.md | 10 ++ .../hardhat-ethers-chai-matchers/package.json | 12 +- v-next/hardhat-ethers/CHANGELOG.md | 12 ++ v-next/hardhat-ethers/package.json | 8 +- v-next/hardhat-ignition-ethers/CHANGELOG.md | 9 ++ v-next/hardhat-ignition-ethers/package.json | 6 +- v-next/hardhat-ignition-viem/CHANGELOG.md | 9 ++ v-next/hardhat-ignition-viem/package.json | 6 +- v-next/hardhat-ignition/CHANGELOG.md | 12 ++ v-next/hardhat-ignition/package.json | 10 +- v-next/hardhat-ledger/CHANGELOG.md | 10 ++ v-next/hardhat-ledger/package.json | 8 +- v-next/hardhat-mocha/CHANGELOG.md | 10 ++ v-next/hardhat-mocha/package.json | 8 +- .../hardhat-node-test-reporter/CHANGELOG.md | 6 + .../hardhat-node-test-reporter/package.json | 2 +- v-next/hardhat-typechain/CHANGELOG.md | 10 ++ v-next/hardhat-typechain/package.json | 8 +- v-next/hardhat-utils/CHANGELOG.md | 10 ++ v-next/hardhat-utils/package.json | 4 +- v-next/hardhat-verify/CHANGELOG.md | 10 ++ v-next/hardhat-verify/package.json | 8 +- v-next/hardhat/CHANGELOG.md | 34 +++++ v-next/hardhat/package.json | 8 +- .../01-node-test-runner-viem/package.json | 10 +- .../hardhat-3/02-mocha-ethers/package.json | 22 +-- .../hardhat-3/03-minimal/package.json | 2 +- v-next/ignition-core/CHANGELOG.md | 10 ++ v-next/ignition-core/package.json | 8 +- v-next/ignition-ui/CHANGELOG.md | 6 + v-next/ignition-ui/package.json | 4 +- v-next/template-package/package.json | 2 +- 60 files changed, 317 insertions(+), 271 deletions(-) delete mode 100644 .changeset/brave-tigers-wave.md delete mode 100644 .changeset/cold-deer-buy.md delete mode 100644 .changeset/cyan-clowns-type.md delete mode 100644 .changeset/cyan-drinks-beg.md delete mode 100644 .changeset/every-islands-relate.md delete mode 100644 .changeset/four-wasps-raise.md delete mode 100644 .changeset/good-eels-buy.md delete mode 100644 .changeset/hardhat-verify.md delete mode 100644 .changeset/honest-spies-play.md delete mode 100644 .changeset/huge-parrots-watch.md delete mode 100644 .changeset/imports-hardhat-ethers.md delete mode 100644 .changeset/imports-hardhat-utils.md delete mode 100644 .changeset/imports-hardhat.md delete mode 100644 .changeset/imports-ignition.md delete mode 100644 .changeset/imports-ledger.md delete mode 100644 .changeset/imports-mocha.md delete mode 100644 .changeset/imports-node-test-reporter.md delete mode 100644 .changeset/imports-typechain.md delete mode 100644 .changeset/legal-roses-dress.md delete mode 100644 .changeset/slimy-worms-try.md delete mode 100644 .changeset/tall-seals-report.md delete mode 100644 .changeset/wild-pets-change.md diff --git a/.changeset/brave-tigers-wave.md b/.changeset/brave-tigers-wave.md deleted file mode 100644 index d7c7acddbec..00000000000 --- a/.changeset/brave-tigers-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-ethers": patch ---- - -Added `HardhatEthersProvider.waitForTransaction` to provide polling support for `non-automining` networks ([#7952](https://github.com/NomicFoundation/hardhat/issues/7952)). diff --git a/.changeset/cold-deer-buy.md b/.changeset/cold-deer-buy.md deleted file mode 100644 index beff40cba0a..00000000000 --- a/.changeset/cold-deer-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Introduce multi-compiler abstraction that allows plugins to define new Solidity compiler types ([#8008](https://github.com/NomicFoundation/hardhat/pull/8008)). diff --git a/.changeset/cyan-clowns-type.md b/.changeset/cyan-clowns-type.md deleted file mode 100644 index 891cf40c530..00000000000 --- a/.changeset/cyan-clowns-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Optimize the initialization of EDR Network Connections by caching their genesis state. diff --git a/.changeset/cyan-drinks-beg.md b/.changeset/cyan-drinks-beg.md deleted file mode 100644 index b6a3cebf870..00000000000 --- a/.changeset/cyan-drinks-beg.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@nomicfoundation/hardhat-utils": patch -"hardhat": patch ---- - -Added `--verbosity` (and `-v`, `-vv`, and the other shorthands) to all tasks, including TypeScript tests ([7983](https://github.com/NomicFoundation/hardhat/pull/7983)), ([7963](https://github.com/NomicFoundation/hardhat/issues/7963)). diff --git a/.changeset/every-islands-relate.md b/.changeset/every-islands-relate.md deleted file mode 100644 index e4a0d7ed543..00000000000 --- a/.changeset/every-islands-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Fix a bug where `network.connect()` re-resolved the config when not needed. diff --git a/.changeset/four-wasps-raise.md b/.changeset/four-wasps-raise.md deleted file mode 100644 index 783a0031405..00000000000 --- a/.changeset/four-wasps-raise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@nomicfoundation/hardhat-errors": patch -"@nomicfoundation/hardhat-utils": patch -"hardhat": minor ---- - -Add support for per-test inline configuration in solidity tests. diff --git a/.changeset/good-eels-buy.md b/.changeset/good-eels-buy.md deleted file mode 100644 index 55b32ce8511..00000000000 --- a/.changeset/good-eels-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Add `SolidityHooks#downloadCompilers` and `SolidityHooks#getCompiler` hooks for extensible custom compiler support ([#8009](https://github.com/NomicFoundation/hardhat/pull/8009)) diff --git a/.changeset/hardhat-verify.md b/.changeset/hardhat-verify.md deleted file mode 100644 index 134bb87ef90..00000000000 --- a/.changeset/hardhat-verify.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-verify": patch ---- - -Optimize imports. diff --git a/.changeset/honest-spies-play.md b/.changeset/honest-spies-play.md deleted file mode 100644 index 734ad606192..00000000000 --- a/.changeset/honest-spies-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-ethers-chai-matchers": patch ---- - -Added support to `hardhat-ethers-chai-matchers` for networks that do not support `automine` ([7952](https://github.com/NomicFoundation/hardhat/issues/7952)). diff --git a/.changeset/huge-parrots-watch.md b/.changeset/huge-parrots-watch.md deleted file mode 100644 index 85346d54a3e..00000000000 --- a/.changeset/huge-parrots-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Improved performance of the network stack by removing a clone of the http request ([#8046](https://github.com/NomicFoundation/hardhat/issues/8046)) diff --git a/.changeset/imports-hardhat-ethers.md b/.changeset/imports-hardhat-ethers.md deleted file mode 100644 index fe1f3f5c89d..00000000000 --- a/.changeset/imports-hardhat-ethers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-ethers": patch ---- - -Optimize imports. diff --git a/.changeset/imports-hardhat-utils.md b/.changeset/imports-hardhat-utils.md deleted file mode 100644 index 4462aaaf9c6..00000000000 --- a/.changeset/imports-hardhat-utils.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-utils": patch ---- - -Optimize imports. diff --git a/.changeset/imports-hardhat.md b/.changeset/imports-hardhat.md deleted file mode 100644 index b3b7a0bf78e..00000000000 --- a/.changeset/imports-hardhat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Optimize imports. diff --git a/.changeset/imports-ignition.md b/.changeset/imports-ignition.md deleted file mode 100644 index 8056b767fb8..00000000000 --- a/.changeset/imports-ignition.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@nomicfoundation/ignition-core": patch -"@nomicfoundation/hardhat-ignition-viem": patch -"@nomicfoundation/hardhat-ignition": patch -"@nomicfoundation/hardhat-ignition-ethers": patch -"@nomicfoundation/ignition-ui": patch ---- - -Optimize imports. diff --git a/.changeset/imports-ledger.md b/.changeset/imports-ledger.md deleted file mode 100644 index 98d6b66cdeb..00000000000 --- a/.changeset/imports-ledger.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-ledger": patch ---- - -Optimize imports. diff --git a/.changeset/imports-mocha.md b/.changeset/imports-mocha.md deleted file mode 100644 index b60f0f8448f..00000000000 --- a/.changeset/imports-mocha.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-mocha": patch ---- - -Optimize imports. diff --git a/.changeset/imports-node-test-reporter.md b/.changeset/imports-node-test-reporter.md deleted file mode 100644 index d3b1b579bff..00000000000 --- a/.changeset/imports-node-test-reporter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-node-test-reporter": patch ---- - -Optimize imports. diff --git a/.changeset/imports-typechain.md b/.changeset/imports-typechain.md deleted file mode 100644 index 869618e1770..00000000000 --- a/.changeset/imports-typechain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-typechain": patch ---- - -Optimize imports. diff --git a/.changeset/legal-roses-dress.md b/.changeset/legal-roses-dress.md deleted file mode 100644 index 11c0ed433e5..00000000000 --- a/.changeset/legal-roses-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Optimize the initialization of EDR Network Connections by only processing the build outputs once. diff --git a/.changeset/slimy-worms-try.md b/.changeset/slimy-worms-try.md deleted file mode 100644 index c08ac37f123..00000000000 --- a/.changeset/slimy-worms-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Bumped EDR version to [`0.12.0-next.29`](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.12.0-next.29) diff --git a/.changeset/tall-seals-report.md b/.changeset/tall-seals-report.md deleted file mode 100644 index 55a40acd22a..00000000000 --- a/.changeset/tall-seals-report.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@nomicfoundation/hardhat-errors": patch -"hardhat": patch ---- - -Introduce the `ConfigHooks#validateResolvedConfig` hook and the `HardhatConfigValidationError` type to be able to run global validations on the resolved config ([#8008](https://github.com/NomicFoundation/hardhat/pull/8008)). diff --git a/.changeset/wild-pets-change.md b/.changeset/wild-pets-change.md deleted file mode 100644 index b6015300df3..00000000000 --- a/.changeset/wild-pets-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Optimize the network connections to prevent memory leaks. diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index ff90684b210..7cb0396856d 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -6,6 +6,7 @@ on: - main - v2 pull_request: + merge_group: workflow_dispatch: jobs: diff --git a/.peer-bumps.json b/.peer-bumps.json index e26de1de7ac..5ed8663a7f8 100644 --- a/.peer-bumps.json +++ b/.peer-bumps.json @@ -6,11 +6,5 @@ "v-next/hardhat/templates", "v-next/config" ], - "bumps": [ - { - "package": "@nomicfoundation/hardhat-ethers-chai-matchers", - "peer": "@nomicfoundation/hardhat-ethers", - "reason": "Requires waitForTransaction implementation from hardhat-ethers for non-automining network support (#7952)" - } - ] + "bumps": [] } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33270ba7573..ac276781619 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,28 +72,28 @@ importers: v-next/example-project: devDependencies: '@nomicfoundation/hardhat-errors': - specifier: workspace:^3.0.9 + specifier: workspace:^3.0.10 version: link:../hardhat-errors '@nomicfoundation/hardhat-ethers': - specifier: workspace:^4.0.6 + specifier: workspace:^4.0.7 version: link:../hardhat-ethers '@nomicfoundation/hardhat-ethers-chai-matchers': - specifier: workspace:^3.0.3 + specifier: workspace:^3.0.4 version: link:../hardhat-ethers-chai-matchers '@nomicfoundation/hardhat-ignition': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../hardhat-ignition '@nomicfoundation/hardhat-ignition-viem': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../hardhat-ignition-viem '@nomicfoundation/hardhat-keystore': specifier: workspace:^3.0.5 version: link:../hardhat-keystore '@nomicfoundation/hardhat-ledger': - specifier: workspace:^3.0.3 + specifier: workspace:^3.0.4 version: link:../hardhat-ledger '@nomicfoundation/hardhat-mocha': - specifier: workspace:^3.0.14 + specifier: workspace:^3.0.15 version: link:../hardhat-mocha '@nomicfoundation/hardhat-network-helpers': specifier: workspace:^3.0.4 @@ -102,10 +102,10 @@ importers: specifier: workspace:^3.0.12 version: link:../hardhat-node-test-runner '@nomicfoundation/hardhat-typechain': - specifier: workspace:^3.0.4 + specifier: workspace:^3.0.5 version: link:../hardhat-typechain '@nomicfoundation/hardhat-verify': - specifier: workspace:^3.0.12 + specifier: workspace:^3.0.13 version: link:../hardhat-verify '@nomicfoundation/hardhat-viem': specifier: workspace:^3.0.4 @@ -114,7 +114,7 @@ importers: specifier: workspace:^3.0.7 version: link:../hardhat-viem-assertions '@nomicfoundation/ignition-core': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../ignition-core '@openzeppelin/contracts': specifier: 5.1.0 @@ -141,7 +141,7 @@ importers: specifier: foundry-rs/forge-std#v1.9.4 version: https://codeload.github.com/foundry-rs/forge-std/tar.gz/1eea5bae12ae557d589f9f0f0edae2faa47cb262 hardhat: - specifier: workspace:^3.2.0 + specifier: workspace:^3.3.0 version: link:../hardhat mocha: specifier: ^11.0.0 @@ -168,10 +168,10 @@ importers: specifier: 0.12.0-next.29 version: 0.12.0-next.29 '@nomicfoundation/hardhat-errors': - specifier: workspace:^3.0.9 + specifier: workspace:^3.0.10 version: link:../hardhat-errors '@nomicfoundation/hardhat-utils': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../hardhat-utils '@nomicfoundation/hardhat-vendored': specifier: workspace:^3.0.1 @@ -226,7 +226,7 @@ importers: version: 3.25.76 devDependencies: '@nomicfoundation/hardhat-node-test-reporter': - specifier: workspace:^3.0.2 + specifier: workspace:^3.0.3 version: link:../hardhat-node-test-reporter '@nomicfoundation/hardhat-test-utils': specifier: workspace:^ @@ -268,11 +268,11 @@ importers: v-next/hardhat-errors: dependencies: '@nomicfoundation/hardhat-utils': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../hardhat-utils devDependencies: '@nomicfoundation/hardhat-node-test-reporter': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.3 version: link:../hardhat-node-test-reporter '@types/node': specifier: ^22.0.0 @@ -302,10 +302,10 @@ importers: v-next/hardhat-ethers: dependencies: '@nomicfoundation/hardhat-errors': - specifier: workspace:^3.0.7 + specifier: workspace:^3.0.10 version: link:../hardhat-errors '@nomicfoundation/hardhat-utils': - specifier: workspace:^4.0.0 + specifier: workspace:^4.0.2 version: link:../hardhat-utils debug: specifier: ^4.3.2 @@ -318,7 +318,7 @@ importers: version: 6.15.0 devDependencies: '@nomicfoundation/hardhat-node-test-reporter': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.3 version: link:../hardhat-node-test-reporter '@nomicfoundation/hardhat-test-utils': specifier: workspace:^ @@ -357,7 +357,7 @@ importers: v-next/hardhat-ethers-chai-matchers: dependencies: '@nomicfoundation/hardhat-utils': - specifier: workspace:^4.0.0 + specifier: workspace:^4.0.2 version: link:../hardhat-utils '@types/chai-as-promised': specifier: ^8.0.1 @@ -370,13 +370,13 @@ importers: version: 5.0.2 devDependencies: '@nomicfoundation/hardhat-ethers': - specifier: workspace:^4.0.0 + specifier: workspace:^4.0.7 version: link:../hardhat-ethers '@nomicfoundation/hardhat-mocha': - specifier: workspace:^3.0.11 + specifier: workspace:^3.0.15 version: link:../hardhat-mocha '@nomicfoundation/hardhat-node-test-reporter': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.3 version: link:../hardhat-node-test-reporter '@nomicfoundation/hardhat-test-utils': specifier: workspace:^ @@ -473,16 +473,16 @@ importers: v-next/hardhat-ignition: dependencies: '@nomicfoundation/hardhat-errors': - specifier: workspace:^3.0.9 + specifier: workspace:^3.0.10 version: link:../hardhat-errors '@nomicfoundation/hardhat-utils': - specifier: workspace:^4.0.0 + specifier: workspace:^4.0.2 version: link:../hardhat-utils '@nomicfoundation/ignition-core': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../ignition-core '@nomicfoundation/ignition-ui': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../ignition-ui chalk: specifier: ^5.3.0 @@ -573,7 +573,7 @@ importers: v-next/hardhat-ignition-ethers: dependencies: '@nomicfoundation/hardhat-errors': - specifier: workspace:^3.0.9 + specifier: workspace:^3.0.10 version: link:../hardhat-errors devDependencies: '@istanbuljs/nyc-config-typescript': @@ -586,7 +586,7 @@ importers: specifier: workspace:^3.0.7 version: link:../hardhat-ignition '@nomicfoundation/hardhat-node-test-reporter': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.3 version: link:../hardhat-node-test-reporter '@nomicfoundation/hardhat-test-utils': specifier: workspace:^ @@ -637,7 +637,7 @@ importers: v-next/hardhat-ignition-viem: dependencies: '@nomicfoundation/hardhat-errors': - specifier: workspace:^3.0.9 + specifier: workspace:^3.0.10 version: link:../hardhat-errors devDependencies: '@istanbuljs/nyc-config-typescript': @@ -647,7 +647,7 @@ importers: specifier: workspace:^3.0.7 version: link:../hardhat-ignition '@nomicfoundation/hardhat-node-test-reporter': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.3 version: link:../hardhat-node-test-reporter '@nomicfoundation/hardhat-test-utils': specifier: workspace:^ @@ -783,10 +783,10 @@ importers: specifier: ^6.85.0 version: 6.85.0 '@nomicfoundation/hardhat-errors': - specifier: workspace:^3.0.7 + specifier: workspace:^3.0.10 version: link:../hardhat-errors '@nomicfoundation/hardhat-utils': - specifier: workspace:^4.0.0 + specifier: workspace:^4.0.2 version: link:../hardhat-utils '@nomicfoundation/hardhat-zod-utils': specifier: workspace:^3.0.2 @@ -805,7 +805,7 @@ importers: version: 3.25.76 devDependencies: '@nomicfoundation/hardhat-node-test-reporter': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.3 version: link:../hardhat-node-test-reporter '@nomicfoundation/hardhat-test-utils': specifier: workspace:^ @@ -844,10 +844,10 @@ importers: v-next/hardhat-mocha: dependencies: '@nomicfoundation/hardhat-errors': - specifier: workspace:^3.0.9 + specifier: workspace:^3.0.10 version: link:../hardhat-errors '@nomicfoundation/hardhat-utils': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../hardhat-utils '@nomicfoundation/hardhat-zod-utils': specifier: workspace:^3.0.3 @@ -866,7 +866,7 @@ importers: version: 3.25.76 devDependencies: '@nomicfoundation/hardhat-node-test-reporter': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.3 version: link:../hardhat-node-test-reporter '@nomicfoundation/hardhat-test-utils': specifier: workspace:^ @@ -1224,10 +1224,10 @@ importers: v-next/hardhat-typechain: dependencies: '@nomicfoundation/hardhat-errors': - specifier: workspace:^3.0.7 + specifier: workspace:^3.0.10 version: link:../hardhat-errors '@nomicfoundation/hardhat-utils': - specifier: workspace:^4.0.0 + specifier: workspace:^4.0.2 version: link:../hardhat-utils '@nomicfoundation/hardhat-zod-utils': specifier: workspace:^3.0.3 @@ -1249,7 +1249,7 @@ importers: specifier: workspace:^4.0.0 version: link:../hardhat-ethers '@nomicfoundation/hardhat-node-test-reporter': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.3 version: link:../hardhat-node-test-reporter '@nomicfoundation/hardhat-test-utils': specifier: workspace:^ @@ -1316,7 +1316,7 @@ importers: version: 6.21.3 devDependencies: '@nomicfoundation/hardhat-node-test-reporter': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.3 version: link:../hardhat-node-test-reporter '@types/bn.js': specifier: ^5.1.5 @@ -1391,10 +1391,10 @@ importers: specifier: ^5.8.0 version: 5.8.0 '@nomicfoundation/hardhat-errors': - specifier: workspace:^3.0.7 + specifier: workspace:^3.0.10 version: link:../hardhat-errors '@nomicfoundation/hardhat-utils': - specifier: workspace:^4.0.0 + specifier: workspace:^4.0.2 version: link:../hardhat-utils '@nomicfoundation/hardhat-zod-utils': specifier: workspace:^3.0.3 @@ -1416,7 +1416,7 @@ importers: version: 3.25.76 devDependencies: '@nomicfoundation/hardhat-node-test-reporter': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.3 version: link:../hardhat-node-test-reporter '@nomicfoundation/hardhat-test-utils': specifier: workspace:^ @@ -1596,7 +1596,7 @@ importers: v-next/hardhat/templates/hardhat-3/01-node-test-runner-viem: dependencies: '@nomicfoundation/hardhat-ignition-viem': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../../../hardhat-ignition-viem '@nomicfoundation/hardhat-keystore': specifier: workspace:^3.0.5 @@ -1608,7 +1608,7 @@ importers: specifier: workspace:^3.0.12 version: link:../../../../hardhat-node-test-runner '@nomicfoundation/hardhat-verify': - specifier: workspace:^3.0.12 + specifier: workspace:^3.0.13 version: link:../../../../hardhat-verify '@nomicfoundation/hardhat-viem': specifier: workspace:^3.0.4 @@ -1617,11 +1617,11 @@ importers: specifier: workspace:^3.0.7 version: link:../../../../hardhat-viem-assertions '@nomicfoundation/ignition-core': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../../../ignition-core devDependencies: '@nomicfoundation/hardhat-ignition': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../../../hardhat-ignition '@nomicfoundation/hardhat-toolbox-viem': specifier: workspace:^5.0.3 @@ -1633,7 +1633,7 @@ importers: specifier: foundry-rs/forge-std#v1.9.4 version: https://codeload.github.com/foundry-rs/forge-std/tar.gz/1eea5bae12ae557d589f9f0f0edae2faa47cb262 hardhat: - specifier: workspace:^3.2.0 + specifier: workspace:^3.3.0 version: link:../../.. typescript: specifier: ~5.8.0 @@ -1645,35 +1645,35 @@ importers: v-next/hardhat/templates/hardhat-3/02-mocha-ethers: dependencies: '@nomicfoundation/hardhat-ethers-chai-matchers': - specifier: workspace:^3.0.3 + specifier: workspace:^3.0.4 version: link:../../../../hardhat-ethers-chai-matchers '@nomicfoundation/hardhat-ignition-ethers': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../../../hardhat-ignition-ethers '@nomicfoundation/hardhat-keystore': specifier: workspace:^3.0.5 version: link:../../../../hardhat-keystore '@nomicfoundation/hardhat-mocha': - specifier: workspace:^3.0.14 + specifier: workspace:^3.0.15 version: link:../../../../hardhat-mocha '@nomicfoundation/hardhat-network-helpers': specifier: workspace:^3.0.4 version: link:../../../../hardhat-network-helpers '@nomicfoundation/hardhat-typechain': - specifier: workspace:^3.0.4 + specifier: workspace:^3.0.5 version: link:../../../../hardhat-typechain '@nomicfoundation/hardhat-verify': - specifier: workspace:^3.0.12 + specifier: workspace:^3.0.13 version: link:../../../../hardhat-verify '@nomicfoundation/ignition-core': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../../../ignition-core devDependencies: '@nomicfoundation/hardhat-ethers': - specifier: workspace:^4.0.6 + specifier: workspace:^4.0.7 version: link:../../../../hardhat-ethers '@nomicfoundation/hardhat-ignition': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../../../hardhat-ignition '@nomicfoundation/hardhat-toolbox-mocha-ethers': specifier: workspace:^3.0.3 @@ -1700,7 +1700,7 @@ importers: specifier: foundry-rs/forge-std#v1.9.4 version: https://codeload.github.com/foundry-rs/forge-std/tar.gz/1eea5bae12ae557d589f9f0f0edae2faa47cb262 hardhat: - specifier: workspace:^3.2.0 + specifier: workspace:^3.3.0 version: link:../../.. mocha: specifier: ^11.0.0 @@ -1715,7 +1715,7 @@ importers: specifier: ^22.8.5 version: 22.18.7 hardhat: - specifier: workspace:^3.2.0 + specifier: workspace:^3.3.0 version: link:../../.. typescript: specifier: ~5.8.0 @@ -1727,10 +1727,10 @@ importers: specifier: 5.6.1 version: 5.6.1 '@nomicfoundation/hardhat-errors': - specifier: workspace:^3.0.9 + specifier: workspace:^3.0.10 version: link:../hardhat-errors '@nomicfoundation/hardhat-utils': - specifier: workspace:^4.0.0 + specifier: workspace:^4.0.2 version: link:../hardhat-utils '@nomicfoundation/solidity-analyzer': specifier: ^0.1.1 @@ -1797,7 +1797,7 @@ importers: specifier: 9.25.1 version: 9.25.1 hardhat: - specifier: workspace:^3.2.0 + specifier: workspace:^3.3.0 version: link:../hardhat mocha: specifier: ^11.0.0 @@ -1824,7 +1824,7 @@ importers: specifier: ^5.0.8 version: 5.2.8 '@nomicfoundation/ignition-core': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../ignition-core '@types/chai': specifier: ^5.2.3 @@ -1902,7 +1902,7 @@ importers: v-next/template-package: devDependencies: '@nomicfoundation/hardhat-node-test-reporter': - specifier: workspace:^3.0.2 + specifier: workspace:^3.0.3 version: link:../hardhat-node-test-reporter '@nomicfoundation/hardhat-test-utils': specifier: workspace:^ diff --git a/v-next/example-project/package.json b/v-next/example-project/package.json index bb8f029bb4a..05491ae85b2 100644 --- a/v-next/example-project/package.json +++ b/v-next/example-project/package.json @@ -22,20 +22,20 @@ "test": "hardhat test nodejs && hardhat test mocha" }, "devDependencies": { - "hardhat": "workspace:^3.2.0", - "@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.3", - "@nomicfoundation/hardhat-errors": "workspace:^3.0.9", - "@nomicfoundation/hardhat-ethers": "workspace:^4.0.6", - "@nomicfoundation/hardhat-ignition": "workspace:^3.1.0", - "@nomicfoundation/ignition-core": "workspace:^3.1.0", - "@nomicfoundation/hardhat-ignition-viem": "workspace:^3.1.0", + "hardhat": "workspace:^3.3.0", + "@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.4", + "@nomicfoundation/hardhat-errors": "workspace:^3.0.10", + "@nomicfoundation/hardhat-ethers": "workspace:^4.0.7", + "@nomicfoundation/hardhat-ignition": "workspace:^3.1.1", + "@nomicfoundation/ignition-core": "workspace:^3.1.1", + "@nomicfoundation/hardhat-ignition-viem": "workspace:^3.1.1", "@nomicfoundation/hardhat-keystore": "workspace:^3.0.5", - "@nomicfoundation/hardhat-ledger": "workspace:^3.0.3", - "@nomicfoundation/hardhat-mocha": "workspace:^3.0.14", + "@nomicfoundation/hardhat-ledger": "workspace:^3.0.4", + "@nomicfoundation/hardhat-mocha": "workspace:^3.0.15", "@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.4", "@nomicfoundation/hardhat-node-test-runner": "workspace:^3.0.12", - "@nomicfoundation/hardhat-typechain": "workspace:^3.0.4", - "@nomicfoundation/hardhat-verify": "workspace:^3.0.12", + "@nomicfoundation/hardhat-typechain": "workspace:^3.0.5", + "@nomicfoundation/hardhat-verify": "workspace:^3.0.13", "@nomicfoundation/hardhat-viem": "workspace:^3.0.4", "@nomicfoundation/hardhat-viem-assertions": "workspace:^3.0.7", "@openzeppelin/contracts": "5.1.0", diff --git a/v-next/hardhat-errors/CHANGELOG.md b/v-next/hardhat-errors/CHANGELOG.md index 90ede9e855b..2fb6f66988a 100644 --- a/v-next/hardhat-errors/CHANGELOG.md +++ b/v-next/hardhat-errors/CHANGELOG.md @@ -1,5 +1,16 @@ # @nomicfoundation/hardhat-errors +## 3.0.10 + +### Patch Changes + +- [#8073](https://github.com/NomicFoundation/hardhat/pull/8073) [`dfe4ffe`](https://github.com/NomicFoundation/hardhat/commit/dfe4ffeb57b97419ae0cca8929c9bd9c25912dbe) Thanks [@schaable](https://github.com/schaable)! - Add support for per-test inline configuration in solidity tests. + +- [#8008](https://github.com/NomicFoundation/hardhat/pull/8008) [`57d1075`](https://github.com/NomicFoundation/hardhat/commit/57d10751c101fc00aeab2b588d23003c597edc40) Thanks [@marianfe](https://github.com/marianfe)! - Introduce the `ConfigHooks#validateResolvedConfig` hook and the `HardhatConfigValidationError` type to be able to run global validations on the resolved config ([#8008](https://github.com/NomicFoundation/hardhat/pull/8008)). + +- Updated dependencies: + - @nomicfoundation/hardhat-utils@4.0.2 + ## 3.0.9 ### Patch Changes diff --git a/v-next/hardhat-errors/package.json b/v-next/hardhat-errors/package.json index 794c8bf4dd4..a0b9633dca1 100644 --- a/v-next/hardhat-errors/package.json +++ b/v-next/hardhat-errors/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-errors", - "version": "3.0.9", + "version": "3.0.10", "description": "The different errors that Hardhat can throw", "homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-errors", "repository": { @@ -43,7 +43,7 @@ "README.md" ], "devDependencies": { - "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0", + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.3", "@types/node": "^22.0.0", "c8": "^9.1.0", "eslint": "9.25.1", @@ -54,6 +54,6 @@ "typescript": "~5.8.0" }, "dependencies": { - "@nomicfoundation/hardhat-utils": "workspace:^4.0.1" + "@nomicfoundation/hardhat-utils": "workspace:^4.0.2" } } diff --git a/v-next/hardhat-ethers-chai-matchers/CHANGELOG.md b/v-next/hardhat-ethers-chai-matchers/CHANGELOG.md index a8252f28ee9..1cc5cfca1c4 100644 --- a/v-next/hardhat-ethers-chai-matchers/CHANGELOG.md +++ b/v-next/hardhat-ethers-chai-matchers/CHANGELOG.md @@ -1,5 +1,15 @@ # @nomicfoundation/hardhat-ethers-chai-matchers +## 3.0.4 + +### Patch Changes + +- [#7997](https://github.com/NomicFoundation/hardhat/pull/7997) [`670fd5b`](https://github.com/NomicFoundation/hardhat/commit/670fd5b08d49084d76779be1a1046c2013bf228a) Thanks [@ChristopherDedominici](https://github.com/ChristopherDedominici)! - Added support to `hardhat-ethers-chai-matchers` for networks that do not support `automine` ([7952](https://github.com/NomicFoundation/hardhat/issues/7952)). + +- Updated dependencies: + - @nomicfoundation/hardhat-ethers@4.0.7 + - @nomicfoundation/hardhat-utils@4.0.2 + ## 3.0.3 ### Patch Changes diff --git a/v-next/hardhat-ethers-chai-matchers/package.json b/v-next/hardhat-ethers-chai-matchers/package.json index 22e85f56d0a..7ff588da58e 100644 --- a/v-next/hardhat-ethers-chai-matchers/package.json +++ b/v-next/hardhat-ethers-chai-matchers/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-ethers-chai-matchers", - "version": "3.0.3", + "version": "3.0.4", "description": "Hardhat utils for testing", "homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-ethers-chai-matchers", "repository": { @@ -45,8 +45,8 @@ "README.md" ], "devDependencies": { - "@nomicfoundation/hardhat-mocha": "workspace:^3.0.11", - "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0", + "@nomicfoundation/hardhat-mocha": "workspace:^3.0.15", + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.3", "@nomicfoundation/hardhat-test-utils": "workspace:^", "@types/chai": "^5.2.3", "@types/debug": "^4.1.7", @@ -62,19 +62,19 @@ "tsx": "^4.19.3", "typescript": "~5.8.0", "hardhat": "workspace:^3.0.0", - "@nomicfoundation/hardhat-ethers": "workspace:^4.0.0", + "@nomicfoundation/hardhat-ethers": "workspace:^4.0.7", "chai": ">=5.1.2 <7", "ethers": "^6.14.0" }, "dependencies": { - "@nomicfoundation/hardhat-utils": "workspace:^4.0.0", + "@nomicfoundation/hardhat-utils": "workspace:^4.0.2", "@types/chai-as-promised": "^8.0.1", "chai-as-promised": "^8.0.0", "deep-eql": "^5.0.1" }, "peerDependencies": { "hardhat": "workspace:^3.0.0", - "@nomicfoundation/hardhat-ethers": "workspace:^4.0.0", + "@nomicfoundation/hardhat-ethers": "workspace:^4.0.7", "chai": ">=5.1.2 <7", "ethers": "^6.14.0" } diff --git a/v-next/hardhat-ethers/CHANGELOG.md b/v-next/hardhat-ethers/CHANGELOG.md index a9b293fb151..8ce0d35d54b 100644 --- a/v-next/hardhat-ethers/CHANGELOG.md +++ b/v-next/hardhat-ethers/CHANGELOG.md @@ -1,5 +1,17 @@ # @nomicfoundation/hardhat-ethers +## 4.0.7 + +### Patch Changes + +- [#7997](https://github.com/NomicFoundation/hardhat/pull/7997) [`df7f24a`](https://github.com/NomicFoundation/hardhat/commit/df7f24a27d01c5b49379c7a1b12b507d734395d7) Thanks [@ChristopherDedominici](https://github.com/ChristopherDedominici)! - Added `HardhatEthersProvider.waitForTransaction` to provide polling support for `non-automining` networks ([#7952](https://github.com/NomicFoundation/hardhat/issues/7952)). + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`23c0d36`](https://github.com/NomicFoundation/hardhat/commit/23c0d3658f29305bf0adbbce4644a54d7ef22550) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + +- Updated dependencies: + - @nomicfoundation/hardhat-utils@4.0.2 + - @nomicfoundation/hardhat-errors@3.0.10 + ## 4.0.6 ### Patch Changes diff --git a/v-next/hardhat-ethers/package.json b/v-next/hardhat-ethers/package.json index d13e4ebc0c0..b9561602fe5 100644 --- a/v-next/hardhat-ethers/package.json +++ b/v-next/hardhat-ethers/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-ethers", - "version": "4.0.6", + "version": "4.0.7", "description": "Hardhat plugin for ethers", "homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-ethers", "repository": { @@ -43,7 +43,7 @@ "README.md" ], "devDependencies": { - "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0", + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.3", "@nomicfoundation/hardhat-test-utils": "workspace:^", "@types/debug": "^4.1.7", "@types/node": "^22.0.0", @@ -57,8 +57,8 @@ "hardhat": "workspace:^3.1.11" }, "dependencies": { - "@nomicfoundation/hardhat-errors": "workspace:^3.0.7", - "@nomicfoundation/hardhat-utils": "workspace:^4.0.0", + "@nomicfoundation/hardhat-errors": "workspace:^3.0.10", + "@nomicfoundation/hardhat-utils": "workspace:^4.0.2", "debug": "^4.3.2", "ethereum-cryptography": "^2.2.1", "ethers": "^6.14.0" diff --git a/v-next/hardhat-ignition-ethers/CHANGELOG.md b/v-next/hardhat-ignition-ethers/CHANGELOG.md index 7db724099a2..fe7a9e30e59 100644 --- a/v-next/hardhat-ignition-ethers/CHANGELOG.md +++ b/v-next/hardhat-ignition-ethers/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 3.1.1 + +### Patch Changes + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`23c0d36`](https://github.com/NomicFoundation/hardhat/commit/23c0d3658f29305bf0adbbce4644a54d7ef22550) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + +- Updated dependencies: + - @nomicfoundation/hardhat-errors@3.0.10 + ## 3.1.0 ### Minor Changes diff --git a/v-next/hardhat-ignition-ethers/package.json b/v-next/hardhat-ignition-ethers/package.json index 92cfed78c02..bdc0b52664f 100644 --- a/v-next/hardhat-ignition-ethers/package.json +++ b/v-next/hardhat-ignition-ethers/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-ignition-ethers", - "version": "3.1.0", + "version": "3.1.1", "description": "The Ethers extension to Hardhat Ignition. Hardhat Ignition is a declarative system for deploying smart contracts on Ethereum. It enables you to define smart contract instances you want to deploy, and any operation you want to run on them. By taking over the deployment and execution, Hardhat Ignition lets you focus on your project instead of getting caught up in the deployment details.", "homepage": "https://hardhat.org", "repository": { @@ -50,7 +50,7 @@ "@nomicfoundation/hardhat-ethers": "workspace:^4.0.0", "@nomicfoundation/hardhat-ignition": "workspace:^3.0.7", "@nomicfoundation/ignition-core": "workspace:^3.0.7", - "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0", + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.3", "@nomicfoundation/hardhat-test-utils": "workspace:^", "@types/node": "^22.0.0", "c8": "^9.1.0", @@ -66,7 +66,7 @@ "@nomicfoundation/hardhat-verify": "workspace:^3.0.0" }, "dependencies": { - "@nomicfoundation/hardhat-errors": "workspace:^3.0.9" + "@nomicfoundation/hardhat-errors": "workspace:^3.0.10" }, "peerDependencies": { "hardhat": "workspace:^3.1.5", diff --git a/v-next/hardhat-ignition-viem/CHANGELOG.md b/v-next/hardhat-ignition-viem/CHANGELOG.md index 90199a143d5..12225270d26 100644 --- a/v-next/hardhat-ignition-viem/CHANGELOG.md +++ b/v-next/hardhat-ignition-viem/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 3.1.1 + +### Patch Changes + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`23c0d36`](https://github.com/NomicFoundation/hardhat/commit/23c0d3658f29305bf0adbbce4644a54d7ef22550) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + +- Updated dependencies: + - @nomicfoundation/hardhat-errors@3.0.10 + ## 3.1.0 ### Minor Changes diff --git a/v-next/hardhat-ignition-viem/package.json b/v-next/hardhat-ignition-viem/package.json index 457a3cddf76..0fde112251e 100644 --- a/v-next/hardhat-ignition-viem/package.json +++ b/v-next/hardhat-ignition-viem/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-ignition-viem", - "version": "3.1.0", + "version": "3.1.1", "description": "The Viem extension to Hardhat Ignition. Hardhat Ignition is a declarative system for deploying smart contracts on Ethereum. It enables you to define smart contract instances you want to deploy, and any operation you want to run on them. By taking over the deployment and execution, Hardhat Ignition lets you focus on your project instead of getting caught up in the deployment details.", "homepage": "https://hardhat.org", "repository": { @@ -51,7 +51,7 @@ "hardhat": "workspace:^3.1.5", "@nomicfoundation/hardhat-ignition": "workspace:^3.0.7", "@nomicfoundation/ignition-core": "workspace:^3.0.7", - "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0", + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.3", "@nomicfoundation/hardhat-viem": "workspace:^3.0.4", "@nomicfoundation/hardhat-test-utils": "workspace:^", "@types/node": "^22.0.0", @@ -68,7 +68,7 @@ "@nomicfoundation/hardhat-verify": "workspace:^3.0.0" }, "dependencies": { - "@nomicfoundation/hardhat-errors": "workspace:^3.0.9" + "@nomicfoundation/hardhat-errors": "workspace:^3.0.10" }, "peerDependencies": { "hardhat": "workspace:^3.1.5", diff --git a/v-next/hardhat-ignition/CHANGELOG.md b/v-next/hardhat-ignition/CHANGELOG.md index 26c606253b6..a3ea7d60272 100644 --- a/v-next/hardhat-ignition/CHANGELOG.md +++ b/v-next/hardhat-ignition/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 3.1.1 + +### Patch Changes + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`23c0d36`](https://github.com/NomicFoundation/hardhat/commit/23c0d3658f29305bf0adbbce4644a54d7ef22550) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + +- Updated dependencies: + - @nomicfoundation/hardhat-utils@4.0.2 + - @nomicfoundation/hardhat-errors@3.0.10 + - @nomicfoundation/ignition-core@3.1.1 + - @nomicfoundation/ignition-ui@3.1.1 + ## 3.1.0 ### Minor Changes diff --git a/v-next/hardhat-ignition/package.json b/v-next/hardhat-ignition/package.json index 0d04014e750..b03890c4cc0 100644 --- a/v-next/hardhat-ignition/package.json +++ b/v-next/hardhat-ignition/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-ignition", - "version": "3.1.0", + "version": "3.1.1", "description": "Hardhat Ignition is a declarative system for deploying smart contracts on Ethereum. It enables you to define smart contract instances you want to deploy, and any operation you want to run on them. By taking over the deployment and execution, Hardhat Ignition lets you focus on your project instead of getting caught up in the deployment details.", "homepage": "https://hardhat.org", "repository": { @@ -84,10 +84,10 @@ "@nomicfoundation/hardhat-verify": "workspace:^3.0.0" }, "dependencies": { - "@nomicfoundation/hardhat-errors": "workspace:^3.0.9", - "@nomicfoundation/ignition-core": "workspace:^3.1.0", - "@nomicfoundation/ignition-ui": "workspace:^3.1.0", - "@nomicfoundation/hardhat-utils": "workspace:^4.0.0", + "@nomicfoundation/hardhat-errors": "workspace:^3.0.10", + "@nomicfoundation/ignition-core": "workspace:^3.1.1", + "@nomicfoundation/ignition-ui": "workspace:^3.1.1", + "@nomicfoundation/hardhat-utils": "workspace:^4.0.2", "chalk": "^5.3.0", "debug": "^4.3.2", "prompts": "^2.4.2", diff --git a/v-next/hardhat-ledger/CHANGELOG.md b/v-next/hardhat-ledger/CHANGELOG.md index c5dd8bcaed7..c40bb70d363 100644 --- a/v-next/hardhat-ledger/CHANGELOG.md +++ b/v-next/hardhat-ledger/CHANGELOG.md @@ -1,5 +1,15 @@ # @nomicfoundation/hardhat-ledger +## 3.0.4 + +### Patch Changes + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`3e61d58`](https://github.com/NomicFoundation/hardhat/commit/3e61d586821edc211e0fbeec304e7bedf1b20242) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + +- Updated dependencies: + - @nomicfoundation/hardhat-utils@4.0.2 + - @nomicfoundation/hardhat-errors@3.0.10 + ## 3.0.3 ### Patch Changes diff --git a/v-next/hardhat-ledger/package.json b/v-next/hardhat-ledger/package.json index beefcb27992..e62f0e0ae41 100644 --- a/v-next/hardhat-ledger/package.json +++ b/v-next/hardhat-ledger/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-ledger", - "version": "3.0.3", + "version": "3.0.4", "description": "Hardhat plugin for the Ledger hardware wallet", "homepage": "https://github.com/nomicfoundation/hardhat/tree/main/v-next/hardhat-ledger", "repository": { @@ -44,7 +44,7 @@ "README.md" ], "devDependencies": { - "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0", + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.3", "@nomicfoundation/hardhat-test-utils": "workspace:^", "@types/debug": "^4.1.7", "@types/node": "^22.0.0", @@ -65,8 +65,8 @@ "@ledgerhq/hw-transport-node-hid": "^6.29.12", "node-gyp": "^12.1.0", "@ledgerhq/types-live": "^6.85.0", - "@nomicfoundation/hardhat-errors": "workspace:^3.0.7", - "@nomicfoundation/hardhat-utils": "workspace:^4.0.0", + "@nomicfoundation/hardhat-errors": "workspace:^3.0.10", + "@nomicfoundation/hardhat-utils": "workspace:^4.0.2", "@nomicfoundation/hardhat-zod-utils": "workspace:^3.0.2", "debug": "^4.3.2", "micro-eth-signer": "^0.14.0", diff --git a/v-next/hardhat-mocha/CHANGELOG.md b/v-next/hardhat-mocha/CHANGELOG.md index 61a7c34a4c7..da9b719b995 100644 --- a/v-next/hardhat-mocha/CHANGELOG.md +++ b/v-next/hardhat-mocha/CHANGELOG.md @@ -1,5 +1,15 @@ # @nomicfoundation/hardhat-mocha +## 3.0.15 + +### Patch Changes + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`23c0d36`](https://github.com/NomicFoundation/hardhat/commit/23c0d3658f29305bf0adbbce4644a54d7ef22550) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + +- Updated dependencies: + - @nomicfoundation/hardhat-utils@4.0.2 + - @nomicfoundation/hardhat-errors@3.0.10 + ## 3.0.14 ### Patch Changes diff --git a/v-next/hardhat-mocha/package.json b/v-next/hardhat-mocha/package.json index 35a296d69f4..fdc10ace23f 100644 --- a/v-next/hardhat-mocha/package.json +++ b/v-next/hardhat-mocha/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-mocha", - "version": "3.0.14", + "version": "3.0.15", "description": "A mocha test runner", "homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-mocha", "repository": { @@ -42,7 +42,7 @@ "README.md" ], "devDependencies": { - "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0", + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.3", "@nomicfoundation/hardhat-test-utils": "workspace:^", "@types/debug": "^4.1.7", "@types/mocha": ">=10.0.10", @@ -57,8 +57,8 @@ "mocha": "^11.0.0" }, "dependencies": { - "@nomicfoundation/hardhat-errors": "workspace:^3.0.9", - "@nomicfoundation/hardhat-utils": "workspace:^4.0.1", + "@nomicfoundation/hardhat-errors": "workspace:^3.0.10", + "@nomicfoundation/hardhat-utils": "workspace:^4.0.2", "@nomicfoundation/hardhat-zod-utils": "workspace:^3.0.3", "chalk": "^5.3.0", "debug": "^4.3.2", diff --git a/v-next/hardhat-node-test-reporter/CHANGELOG.md b/v-next/hardhat-node-test-reporter/CHANGELOG.md index a9fff0a156b..9896a45233a 100644 --- a/v-next/hardhat-node-test-reporter/CHANGELOG.md +++ b/v-next/hardhat-node-test-reporter/CHANGELOG.md @@ -1,5 +1,11 @@ # @nomicfoundation/hardhat-node-test-reporter +## 3.0.3 + +### Patch Changes + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`23c0d36`](https://github.com/NomicFoundation/hardhat/commit/23c0d3658f29305bf0adbbce4644a54d7ef22550) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + ## 3.0.2 ### Patch Changes diff --git a/v-next/hardhat-node-test-reporter/package.json b/v-next/hardhat-node-test-reporter/package.json index 0e00c9bba3f..155d450bd74 100644 --- a/v-next/hardhat-node-test-reporter/package.json +++ b/v-next/hardhat-node-test-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-node-test-reporter", - "version": "3.0.2", + "version": "3.0.3", "description": "A node:test reporter", "homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-node-test-reporter", "repository": { diff --git a/v-next/hardhat-typechain/CHANGELOG.md b/v-next/hardhat-typechain/CHANGELOG.md index 79949605c9f..2e412002a02 100644 --- a/v-next/hardhat-typechain/CHANGELOG.md +++ b/v-next/hardhat-typechain/CHANGELOG.md @@ -1,5 +1,15 @@ # @nomicfoundation/hardhat-typechain +## 3.0.5 + +### Patch Changes + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`23c0d36`](https://github.com/NomicFoundation/hardhat/commit/23c0d3658f29305bf0adbbce4644a54d7ef22550) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + +- Updated dependencies: + - @nomicfoundation/hardhat-utils@4.0.2 + - @nomicfoundation/hardhat-errors@3.0.10 + ## 3.0.4 ### Patch Changes diff --git a/v-next/hardhat-typechain/package.json b/v-next/hardhat-typechain/package.json index b07bfdaf876..3988e701831 100644 --- a/v-next/hardhat-typechain/package.json +++ b/v-next/hardhat-typechain/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-typechain", - "version": "3.0.4", + "version": "3.0.5", "description": "Hardhat plugin to support typechain", "homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-typechain", "repository": { @@ -45,7 +45,7 @@ "README.md" ], "devDependencies": { - "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0", + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.3", "@nomicfoundation/hardhat-test-utils": "workspace:^", "@types/debug": "^4.1.7", "@types/node": "^22.0.0", @@ -61,8 +61,8 @@ "ethers": "^6.14.0" }, "dependencies": { - "@nomicfoundation/hardhat-errors": "workspace:^3.0.7", - "@nomicfoundation/hardhat-utils": "workspace:^4.0.0", + "@nomicfoundation/hardhat-errors": "workspace:^3.0.10", + "@nomicfoundation/hardhat-utils": "workspace:^4.0.2", "@nomicfoundation/hardhat-zod-utils": "workspace:^3.0.3", "@typechain/ethers-v6": "^0.5.0", "debug": "^4.3.2", diff --git a/v-next/hardhat-utils/CHANGELOG.md b/v-next/hardhat-utils/CHANGELOG.md index 391527b4aa6..00b7bc656c2 100644 --- a/v-next/hardhat-utils/CHANGELOG.md +++ b/v-next/hardhat-utils/CHANGELOG.md @@ -1,5 +1,15 @@ # @nomicfoundation/hardhat-utils +## 4.0.2 + +### Patch Changes + +- [#7983](https://github.com/NomicFoundation/hardhat/pull/7983) [`8e194d0`](https://github.com/NomicFoundation/hardhat/commit/8e194d0899bf9a74d9cacf84e289e41ed3966c14) Thanks [@ChristopherDedominici](https://github.com/ChristopherDedominici)! - Added `--verbosity` (and `-v`, `-vv`, and the other shorthands) to all tasks, including TypeScript tests ([7983](https://github.com/NomicFoundation/hardhat/pull/7983)), ([7963](https://github.com/NomicFoundation/hardhat/issues/7963)). + +- [#8073](https://github.com/NomicFoundation/hardhat/pull/8073) [`dfe4ffe`](https://github.com/NomicFoundation/hardhat/commit/dfe4ffeb57b97419ae0cca8929c9bd9c25912dbe) Thanks [@schaable](https://github.com/schaable)! - Add support for per-test inline configuration in solidity tests. + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`23c0d36`](https://github.com/NomicFoundation/hardhat/commit/23c0d3658f29305bf0adbbce4644a54d7ef22550) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + ## 4.0.1 ### Patch Changes diff --git a/v-next/hardhat-utils/package.json b/v-next/hardhat-utils/package.json index fa03c0c2011..91b0534ec26 100644 --- a/v-next/hardhat-utils/package.json +++ b/v-next/hardhat-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-utils", - "version": "4.0.1", + "version": "4.0.2", "description": "Utilities for Hardhat and its plugins", "homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-utils", "repository": { @@ -66,7 +66,7 @@ "README.md" ], "devDependencies": { - "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0", + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.3", "@types/bn.js": "^5.1.5", "@types/debug": "^4.1.7", "@types/node": "^22.0.0", diff --git a/v-next/hardhat-verify/CHANGELOG.md b/v-next/hardhat-verify/CHANGELOG.md index 0dc5376225d..e600be73923 100644 --- a/v-next/hardhat-verify/CHANGELOG.md +++ b/v-next/hardhat-verify/CHANGELOG.md @@ -1,5 +1,15 @@ # @nomicfoundation/hardhat-verify +## 3.0.13 + +### Patch Changes + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`23c0d36`](https://github.com/NomicFoundation/hardhat/commit/23c0d3658f29305bf0adbbce4644a54d7ef22550) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + +- Updated dependencies: + - @nomicfoundation/hardhat-utils@4.0.2 + - @nomicfoundation/hardhat-errors@3.0.10 + ## 3.0.12 ### Patch Changes diff --git a/v-next/hardhat-verify/package.json b/v-next/hardhat-verify/package.json index cbfef8cd2dd..b0781fbd07d 100644 --- a/v-next/hardhat-verify/package.json +++ b/v-next/hardhat-verify/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-verify", - "version": "3.0.12", + "version": "3.0.13", "description": "Hardhat plugin for verifying contracts", "homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-verify", "repository": { @@ -48,7 +48,7 @@ "README.md" ], "devDependencies": { - "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0", + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.3", "@nomicfoundation/hardhat-test-utils": "workspace:^", "@types/debug": "^4.1.7", "@types/node": "^22.0.0", @@ -64,8 +64,8 @@ }, "dependencies": { "@ethersproject/abi": "^5.8.0", - "@nomicfoundation/hardhat-errors": "workspace:^3.0.7", - "@nomicfoundation/hardhat-utils": "workspace:^4.0.0", + "@nomicfoundation/hardhat-errors": "workspace:^3.0.10", + "@nomicfoundation/hardhat-utils": "workspace:^4.0.2", "@nomicfoundation/hardhat-zod-utils": "workspace:^3.0.3", "cbor2": "^1.9.0", "chalk": "^5.3.0", diff --git a/v-next/hardhat/CHANGELOG.md b/v-next/hardhat/CHANGELOG.md index 079ed01f4ae..31402c46513 100644 --- a/v-next/hardhat/CHANGELOG.md +++ b/v-next/hardhat/CHANGELOG.md @@ -1,5 +1,39 @@ # hardhat +## 3.3.0 + +### Minor Changes + +- [#8073](https://github.com/NomicFoundation/hardhat/pull/8073) [`dfe4ffe`](https://github.com/NomicFoundation/hardhat/commit/dfe4ffeb57b97419ae0cca8929c9bd9c25912dbe) Thanks [@schaable](https://github.com/schaable)! - Add support for per-test inline configuration in solidity tests. + +### Patch Changes + +- [#8008](https://github.com/NomicFoundation/hardhat/pull/8008) [`6fb3c27`](https://github.com/NomicFoundation/hardhat/commit/6fb3c27c58ece8cf2ba30ff9664cd00f4c925502) Thanks [@marianfe](https://github.com/marianfe)! - Introduce multi-compiler abstraction that allows plugins to define new Solidity compiler types ([#8008](https://github.com/NomicFoundation/hardhat/pull/8008)). + +- [#8077](https://github.com/NomicFoundation/hardhat/pull/8077) [`4581395`](https://github.com/NomicFoundation/hardhat/commit/45813957cb9220e9d781c5344f3829801a64359a) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize the initialization of EDR Network Connections by caching their genesis state. + +- [#7983](https://github.com/NomicFoundation/hardhat/pull/7983) [`8e194d0`](https://github.com/NomicFoundation/hardhat/commit/8e194d0899bf9a74d9cacf84e289e41ed3966c14) Thanks [@ChristopherDedominici](https://github.com/ChristopherDedominici)! - Added `--verbosity` (and `-v`, `-vv`, and the other shorthands) to all tasks, including TypeScript tests ([7983](https://github.com/NomicFoundation/hardhat/pull/7983)), ([7963](https://github.com/NomicFoundation/hardhat/issues/7963)). + +- [#8077](https://github.com/NomicFoundation/hardhat/pull/8077) [`4581395`](https://github.com/NomicFoundation/hardhat/commit/45813957cb9220e9d781c5344f3829801a64359a) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Fix a bug where `network.connect()` re-resolved the config when not needed. + +- [#8009](https://github.com/NomicFoundation/hardhat/pull/8009) [`83b412e`](https://github.com/NomicFoundation/hardhat/commit/83b412ef7d0e09261855185d0967e4da827fbaad) Thanks [@marianfe](https://github.com/marianfe)! - Add `SolidityHooks#downloadCompilers` and `SolidityHooks#getCompiler` hooks for extensible custom compiler support ([#8009](https://github.com/NomicFoundation/hardhat/pull/8009)) + +- [#8091](https://github.com/NomicFoundation/hardhat/pull/8091) [`c89cb91`](https://github.com/NomicFoundation/hardhat/commit/c89cb9183a684040a6a5ebbf1446db513f1ca95f) Thanks [@kanej](https://github.com/kanej)! - Improved performance of the network stack by removing a clone of the http request ([#8046](https://github.com/NomicFoundation/hardhat/issues/8046)) + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`23c0d36`](https://github.com/NomicFoundation/hardhat/commit/23c0d3658f29305bf0adbbce4644a54d7ef22550) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + +- [#8074](https://github.com/NomicFoundation/hardhat/pull/8074) [`8984862`](https://github.com/NomicFoundation/hardhat/commit/89848629d9d139ad8a3cb23077c97557beab421a) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize the initialization of EDR Network Connections by only processing the build outputs once. + +- [#8082](https://github.com/NomicFoundation/hardhat/pull/8082) [`72a033d`](https://github.com/NomicFoundation/hardhat/commit/72a033dc163a6f4b8a9cd87eb918084f4bafe5b6) Thanks [@popescuoctavian](https://github.com/popescuoctavian)! - Bumped EDR version to [`0.12.0-next.29`](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.12.0-next.29) + +- [#8008](https://github.com/NomicFoundation/hardhat/pull/8008) [`57d1075`](https://github.com/NomicFoundation/hardhat/commit/57d10751c101fc00aeab2b588d23003c597edc40) Thanks [@marianfe](https://github.com/marianfe)! - Introduce the `ConfigHooks#validateResolvedConfig` hook and the `HardhatConfigValidationError` type to be able to run global validations on the resolved config ([#8008](https://github.com/NomicFoundation/hardhat/pull/8008)). + +- [#8079](https://github.com/NomicFoundation/hardhat/pull/8079) [`759983b`](https://github.com/NomicFoundation/hardhat/commit/759983be975c043e963ca8b3d7874467e8b078d2) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize the network connections to prevent memory leaks. + +- Updated dependencies: + - @nomicfoundation/hardhat-utils@4.0.2 + - @nomicfoundation/hardhat-errors@3.0.10 + ## 3.2.0 ### Minor Changes diff --git a/v-next/hardhat/package.json b/v-next/hardhat/package.json index bdb6ecd0160..7c5a35268af 100644 --- a/v-next/hardhat/package.json +++ b/v-next/hardhat/package.json @@ -1,6 +1,6 @@ { "name": "hardhat", - "version": "3.2.0", + "version": "3.3.0", "description": "Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.", "homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat", "repository": { @@ -78,7 +78,7 @@ "README.md" ], "devDependencies": { - "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.2", + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.3", "@nomicfoundation/hardhat-test-utils": "workspace:^", "@types/adm-zip": "^0.5.5", "@types/debug": "^4.1.7", @@ -94,8 +94,8 @@ }, "dependencies": { "@nomicfoundation/edr": "0.12.0-next.29", - "@nomicfoundation/hardhat-errors": "workspace:^3.0.9", - "@nomicfoundation/hardhat-utils": "workspace:^4.0.1", + "@nomicfoundation/hardhat-errors": "workspace:^3.0.10", + "@nomicfoundation/hardhat-utils": "workspace:^4.0.2", "@nomicfoundation/hardhat-vendored": "workspace:^3.0.1", "@nomicfoundation/hardhat-zod-utils": "workspace:^3.0.3", "@nomicfoundation/solidity-analyzer": "^0.1.1", diff --git a/v-next/hardhat/templates/hardhat-3/01-node-test-runner-viem/package.json b/v-next/hardhat/templates/hardhat-3/01-node-test-runner-viem/package.json index 190f76d5ca2..3d509f73190 100644 --- a/v-next/hardhat/templates/hardhat-3/01-node-test-runner-viem/package.json +++ b/v-next/hardhat/templates/hardhat-3/01-node-test-runner-viem/package.json @@ -5,22 +5,22 @@ "description": "A TypeScript Hardhat project using Node Test Runner and Viem", "type": "module", "devDependencies": { - "hardhat": "workspace:^3.2.0", + "hardhat": "workspace:^3.3.0", "@nomicfoundation/hardhat-toolbox-viem": "workspace:^5.0.3", - "@nomicfoundation/hardhat-ignition": "workspace:^3.1.0", + "@nomicfoundation/hardhat-ignition": "workspace:^3.1.1", "@types/node": "^22.8.5", "forge-std": "foundry-rs/forge-std#v1.9.4", "typescript": "~5.8.0", "viem": "^2.43.0" }, "peerDependencies": { - "@nomicfoundation/hardhat-ignition-viem": "workspace:^3.1.0", + "@nomicfoundation/hardhat-ignition-viem": "workspace:^3.1.1", "@nomicfoundation/hardhat-keystore": "workspace:^3.0.5", "@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.4", "@nomicfoundation/hardhat-node-test-runner": "workspace:^3.0.12", "@nomicfoundation/hardhat-viem": "workspace:^3.0.4", "@nomicfoundation/hardhat-viem-assertions": "workspace:^3.0.7", - "@nomicfoundation/hardhat-verify": "workspace:^3.0.12", - "@nomicfoundation/ignition-core": "workspace:^3.1.0" + "@nomicfoundation/hardhat-verify": "workspace:^3.0.13", + "@nomicfoundation/ignition-core": "workspace:^3.1.1" } } diff --git a/v-next/hardhat/templates/hardhat-3/02-mocha-ethers/package.json b/v-next/hardhat/templates/hardhat-3/02-mocha-ethers/package.json index c513cf0c8bb..56d6f5274e5 100644 --- a/v-next/hardhat/templates/hardhat-3/02-mocha-ethers/package.json +++ b/v-next/hardhat/templates/hardhat-3/02-mocha-ethers/package.json @@ -5,10 +5,10 @@ "description": "A TypeScript Hardhat project using Mocha and Ethers.js", "type": "module", "devDependencies": { - "hardhat": "workspace:^3.2.0", + "hardhat": "workspace:^3.3.0", "@nomicfoundation/hardhat-toolbox-mocha-ethers": "workspace:^3.0.3", - "@nomicfoundation/hardhat-ethers": "workspace:^4.0.6", - "@nomicfoundation/hardhat-ignition": "workspace:^3.1.0", + "@nomicfoundation/hardhat-ethers": "workspace:^4.0.7", + "@nomicfoundation/hardhat-ignition": "workspace:^3.1.1", "@types/chai": "^5.2.3", "@types/chai-as-promised": "^8.0.1", "@types/mocha": ">=10.0.10", @@ -20,15 +20,15 @@ "typescript": "~5.8.0" }, "peerDependencies": { - "@nomicfoundation/hardhat-ethers": "workspace:^4.0.6", - "@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.3", - "@nomicfoundation/hardhat-ignition": "workspace:^3.1.0", - "@nomicfoundation/hardhat-ignition-ethers": "workspace:^3.1.0", + "@nomicfoundation/hardhat-ethers": "workspace:^4.0.7", + "@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.4", + "@nomicfoundation/hardhat-ignition": "workspace:^3.1.1", + "@nomicfoundation/hardhat-ignition-ethers": "workspace:^3.1.1", "@nomicfoundation/hardhat-keystore": "workspace:^3.0.5", - "@nomicfoundation/hardhat-mocha": "workspace:^3.0.14", + "@nomicfoundation/hardhat-mocha": "workspace:^3.0.15", "@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.4", - "@nomicfoundation/hardhat-typechain": "workspace:^3.0.4", - "@nomicfoundation/hardhat-verify": "workspace:^3.0.12", - "@nomicfoundation/ignition-core": "workspace:^3.1.0" + "@nomicfoundation/hardhat-typechain": "workspace:^3.0.5", + "@nomicfoundation/hardhat-verify": "workspace:^3.0.13", + "@nomicfoundation/ignition-core": "workspace:^3.1.1" } } diff --git a/v-next/hardhat/templates/hardhat-3/03-minimal/package.json b/v-next/hardhat/templates/hardhat-3/03-minimal/package.json index c417e33c9c0..5df2cd5ad78 100644 --- a/v-next/hardhat/templates/hardhat-3/03-minimal/package.json +++ b/v-next/hardhat/templates/hardhat-3/03-minimal/package.json @@ -5,7 +5,7 @@ "description": "A minimal Hardhat project", "type": "module", "devDependencies": { - "hardhat": "workspace:^3.2.0", + "hardhat": "workspace:^3.3.0", "@types/node": "^22.8.5", "typescript": "~5.8.0" } diff --git a/v-next/ignition-core/CHANGELOG.md b/v-next/ignition-core/CHANGELOG.md index bbd99fe8edd..f0bfd83dea9 100644 --- a/v-next/ignition-core/CHANGELOG.md +++ b/v-next/ignition-core/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 3.1.1 + +### Patch Changes + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`23c0d36`](https://github.com/NomicFoundation/hardhat/commit/23c0d3658f29305bf0adbbce4644a54d7ef22550) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + +- Updated dependencies: + - @nomicfoundation/hardhat-utils@4.0.2 + - @nomicfoundation/hardhat-errors@3.0.10 + ## 3.1.0 ### Minor Changes diff --git a/v-next/ignition-core/package.json b/v-next/ignition-core/package.json index bca1f2b3b63..bed393b7ebf 100644 --- a/v-next/ignition-core/package.json +++ b/v-next/ignition-core/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/ignition-core", - "version": "3.1.0", + "version": "3.1.1", "description": "Hardhat Ignition is a declarative system for deploying smart contracts on Ethereum. It enables you to define smart contract instances you want to deploy, and any operation you want to run on them. By taking over the deployment and execution, Hardhat Ignition lets you focus on your project instead of getting caught up in the deployment details.", "homepage": "https://hardhat.org", "repository": { @@ -72,7 +72,7 @@ "chai-as-promised": "^8.0.0", "cross-env": "7.0.3", "eslint": "9.25.1", - "hardhat": "workspace:^3.2.0", + "hardhat": "workspace:^3.3.0", "mocha": "^11.0.0", "nyc": "15.1.0", "prettier": "3.2.5", @@ -82,8 +82,8 @@ }, "dependencies": { "@ethersproject/address": "5.6.1", - "@nomicfoundation/hardhat-errors": "workspace:^3.0.9", - "@nomicfoundation/hardhat-utils": "workspace:^4.0.0", + "@nomicfoundation/hardhat-errors": "workspace:^3.0.10", + "@nomicfoundation/hardhat-utils": "workspace:^4.0.2", "@nomicfoundation/solidity-analyzer": "^0.1.1", "cbor2": "^1.9.0", "debug": "^4.3.2", diff --git a/v-next/ignition-ui/CHANGELOG.md b/v-next/ignition-ui/CHANGELOG.md index 5404bd5f75f..9f4cb6cdffa 100644 --- a/v-next/ignition-ui/CHANGELOG.md +++ b/v-next/ignition-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.1.1 + +### Patch Changes + +- [#8088](https://github.com/NomicFoundation/hardhat/pull/8088) [`23c0d36`](https://github.com/NomicFoundation/hardhat/commit/23c0d3658f29305bf0adbbce4644a54d7ef22550) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Optimize imports. + ## 3.1.0 ### Minor Changes diff --git a/v-next/ignition-ui/package.json b/v-next/ignition-ui/package.json index e9779fa391d..46d521bdba4 100644 --- a/v-next/ignition-ui/package.json +++ b/v-next/ignition-ui/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/ignition-ui", - "version": "3.1.0", + "version": "3.1.1", "type": "module", "repository": { "type": "git", @@ -31,7 +31,7 @@ ], "devDependencies": { "@fontsource/roboto": "^5.0.8", - "@nomicfoundation/ignition-core": "workspace:^3.1.0", + "@nomicfoundation/ignition-core": "workspace:^3.1.1", "@types/chai": "^5.2.3", "@types/chai-as-promised": "^8.0.1", "@types/mocha": ">=10.0.10", diff --git a/v-next/template-package/package.json b/v-next/template-package/package.json index 8bd43e0410c..a17bac95a46 100644 --- a/v-next/template-package/package.json +++ b/v-next/template-package/package.json @@ -44,7 +44,7 @@ "README.md" ], "devDependencies": { - "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.2", + "@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.3", "@nomicfoundation/hardhat-test-utils": "workspace:^", "@types/node": "^22.0.0", "c8": "^9.1.0",