Conversation
9784256 to
8e2b695
Compare
Member
|
Documentation PRs to merge after release: |
8e2b695 to
6fb35f3
Compare
Contributor
Author
hardhatTotal size of the bundle: List of dependencies (sorted by size) |
Contributor
There was a problem hiding this comment.
Pull request overview
This is a Changesets-generated release PR that versions the v-next workspace packages for the next npm publish, updating package versions, internal workspace dependency ranges, and changelogs accordingly.
Changes:
- Bump versions for
hardhat(3.2.0) and related packages (@nomicfoundation/hardhat-errors, runners, and Ignition packages). - Update workspace dependency specifiers in packages, templates, example project, and
pnpm-lock.yamlto match the new release versions. - Generate/append release notes in per-package
CHANGELOG.mdfiles and remove consumed.changeset/*.mdentries.
Reviewed changes
Copilot reviewed 31 out of 32 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| v-next/hardhat/package.json | Bumps Hardhat to 3.2.0 and updates internal dependency on @nomicfoundation/hardhat-errors. |
| v-next/hardhat/CHANGELOG.md | Adds 3.2.0 release notes (minor + patch entries, updated deps). |
| v-next/hardhat-errors/package.json | Bumps @nomicfoundation/hardhat-errors to 3.0.9. |
| v-next/hardhat-errors/CHANGELOG.md | Adds 3.0.9 release notes. |
| v-next/hardhat-mocha/package.json | Bumps @nomicfoundation/hardhat-mocha to 3.0.14 and aligns workspace deps/peers to Hardhat 3.2.0. |
| v-next/hardhat-mocha/CHANGELOG.md | Adds 3.0.14 release notes. |
| v-next/hardhat-node-test-runner/package.json | Bumps @nomicfoundation/hardhat-node-test-runner to 3.0.12 and aligns workspace deps/peers to Hardhat 3.2.0. |
| v-next/hardhat-node-test-runner/CHANGELOG.md | Adds 3.0.12 release notes. |
| v-next/hardhat-ignition/package.json | Bumps @nomicfoundation/hardhat-ignition to 3.1.0 and aligns deps to Ignition core/ui 3.1.0 + errors 3.0.9. |
| v-next/hardhat-ignition/CHANGELOG.md | Adds 3.1.0 release notes including updated deps. |
| v-next/ignition-core/package.json | Bumps @nomicfoundation/ignition-core to 3.1.0 and aligns devDependency Hardhat/errors. |
| v-next/ignition-core/CHANGELOG.md | Adds 3.1.0 release notes including updated deps. |
| v-next/ignition-ui/package.json | Bumps @nomicfoundation/ignition-ui to 3.1.0 and aligns devDependency on ignition-core. |
| v-next/ignition-ui/CHANGELOG.md | Adds 3.1.0 release notes. |
| v-next/hardhat-ignition-ethers/package.json | Bumps @nomicfoundation/hardhat-ignition-ethers to 3.1.0 and aligns dependency on errors 3.0.9. |
| v-next/hardhat-ignition-ethers/CHANGELOG.md | Adds 3.1.0 release notes. |
| v-next/hardhat-ignition-viem/package.json | Bumps @nomicfoundation/hardhat-ignition-viem to 3.1.0 and aligns dependency on errors 3.0.9. |
| v-next/hardhat-ignition-viem/CHANGELOG.md | Adds 3.1.0 release notes including updated deps. |
| v-next/hardhat/templates/hardhat-3/01-node-test-runner-viem/package.json | Updates template workspace dependency ranges to the newly released versions. |
| v-next/hardhat/templates/hardhat-3/02-mocha-ethers/package.json | Updates template dependency/peer ranges for Hardhat + Ignition packages and test runners. |
| v-next/hardhat/templates/hardhat-3/03-minimal/package.json | Updates template Hardhat dependency range to 3.2.0. |
| v-next/example-project/package.json | Updates example project workspace dependency ranges to the newly released versions. |
| pnpm-lock.yaml | Updates workspace specifiers/links to reflect the new versions. |
| .peer-bumps.json | Clears the bumps list (post-application state). |
| .changeset/*.md | Removes consumed changeset entries now reflected in changelogs/versions. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
You can also share your feedback on Copilot code review. Take the survey.
kanej
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
hardhat@3.2.0
Minor Changes
392fc38Thanks @schaable! - Add--gas-stats-json <path>global option to write gas usage statistics to a JSON file (#7990).Patch Changes
#8061
c03f647Thanks @ChristopherDedominici! - Fixed bug to preserve revert data in JSON-RPC responses for non-ProviderErrors (8061).#8060
4461d1eThanks @kanej! - Updatednetwork.createServersignature to type non-generic chainTypes#8038
465d00dThanks @schaable! - Aggregate deployment gas statistics (min, avg, median, max, count) instead of showing only the last deployment cost and size (#8037)#8060
0e8abcfThanks @kanej! - Added guard againsthttpnetwork configs innetwork.createServer(...)#8036
954825aThanks @schaable! - Aggregate--gas-statsoutput when using multiple test runners, printing a single consolidated table at the end instead of separate tables per runner (#7500).#8062
45963d4Thanks @ChristopherDedominici! - Fixed compiler download for old versions in ARM64 (8062).Updated dependencies:
@nomicfoundation/hardhat-ignition@3.1.0
Minor Changes
481b221Thanks @manuelwedler! - Added support for verifying on all enabled verification services (e.g. Sourcify) (#7538).Patch Changes
@nomicfoundation/hardhat-ignition-ethers@3.1.0
Minor Changes
481b221Thanks @manuelwedler! - Added support for verifying on all enabled verification services (e.g. Sourcify) (#7538).Patch Changes
@nomicfoundation/hardhat-ignition-viem@3.1.0
Minor Changes
481b221Thanks @manuelwedler! - Added support for verifying on all enabled verification services (e.g. Sourcify) (#7538).Patch Changes
@nomicfoundation/ignition-core@3.1.0
Minor Changes
481b221Thanks @manuelwedler! - Added support for verifying on all enabled verification services (e.g. Sourcify) (#7538).Patch Changes
@nomicfoundation/ignition-ui@3.1.0
Minor Changes
481b221Thanks @manuelwedler! - Added support for verifying on all enabled verification services (e.g. Sourcify) (#7538).@nomicfoundation/hardhat-errors@3.0.9
Patch Changes
#8060
0e8abcfThanks @kanej! - Added guard againsthttpnetwork configs innetwork.createServer(...)#8064
392fc38Thanks @schaable! - Add--gas-stats-json <path>global option to write gas usage statistics to a JSON file (#7990).@nomicfoundation/hardhat-mocha@3.0.14
Patch Changes
#8064
392fc38Thanks @schaable! - Add--gas-stats-json <path>global option to write gas usage statistics to a JSON file (#7990).Updated dependencies:
@nomicfoundation/hardhat-node-test-runner@3.0.12
Patch Changes
#8064
392fc38Thanks @schaable! - Add--gas-stats-json <path>global option to write gas usage statistics to a JSON file (#7990).Updated dependencies: