Skip to content

Version Packages (v3)#8099

Merged
alcuadrado merged 2 commits intomainfrom
changeset-release/main
Apr 16, 2026
Merged

Version Packages (v3)#8099
alcuadrado merged 2 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 31, 2026

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.4.0

Minor Changes

  • #8116 88787e1 Thanks @kanej! - Add getOrCreate to the network API

  • #8127 353cf86 Thanks @alcuadrado! - Make the split of contracts and solidity tests compilation optional, and controlled with a new splitTestsCompilation config field.

Patch Changes

  • #8105 00e9695 Thanks @marianfe! - Add Solidity 0.8.34 to the default EVM targets table (osaka) (#8105)

  • #8108 5404ac8 Thanks @schaable! - Display contract runtime bytecode size in the gas stats table and JSON output

  • #8104 e27a7ad Thanks @ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #8103 14b335a Thanks @kanej! - Improved network handler performance through additional metadata to allow early skipping (#8103)

  • #8148 49ec5d0 Thanks @alcuadrado! - Don't report HardhatErrors that aren't bugs

  • #8102 d5f8394 Thanks @kanej! - Improved performance of network handler initialization (#8102)

  • #8141 63c68c1 Thanks @ChristopherDedominici! - Added support for EDR structured Solidity test cheatcode errors.

  • #8123 cf3933b Thanks @alcuadrado! - Add a toolVersionsInBuildInfo setting to the Solidity config, which is true by default in the production build profile. When enabled, the version of Hardhat is included in the Build Info files.

    NOTE: This change can lead to build info ids changing despite the compilation output's bytecodes being identical, especially when using the production build profile.

  • #8143 f74cec9 Thanks @ChristopherDedominici! - Update .gitignore files in the sample projects to ignore snapshots and env files.

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • #8119 ff5a97e Thanks @schaable! - Show proxy chain information in --gas-stats and --gas-stats-json output

  • #8114 6eeb144 Thanks @ChristopherDedominici! - Updated forking configurations to support number and bigint.

  • #8121 0f1038c Thanks @alcuadrado! - Update the default outputSelection setting of solc to decrease the artifacts size.

    NOTE: This change can lead to build info ids changing, despite compilation output's bytecodes being identical.

  • #8122 edfa548 Thanks @alcuadrado! - Optimize hre.artifacts.artifactExists()

  • #8115 935a043 Thanks @ChristopherDedominici! - Breaking change: removed timeout option for Solidity tests in hardhat.config.ts file.

  • #8120 688870c Thanks @alcuadrado! - Fix remappings duplication

  • Updated dependencies:

    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3
    • @nomicfoundation/hardhat-vendored@3.0.2
    • @nomicfoundation/hardhat-zod-utils@3.0.4

@nomicfoundation/hardhat-errors@3.0.11

Patch Changes

  • #8148 49ec5d0 Thanks @alcuadrado! - Don't report HardhatErrors that aren't bugs

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • #8127 353cf86 Thanks @alcuadrado! - Make the split of contracts and solidity tests compilation optional, and controlled with a new splitTestsCompilation config field.

  • #8115 935a043 Thanks @ChristopherDedominici! - Breaking change: removed timeout option for Solidity tests in hardhat.config.ts file.

  • Updated dependencies:

    • @nomicfoundation/hardhat-utils@4.0.3

@nomicfoundation/hardhat-ethers@4.0.8

Patch Changes

  • #8104 e27a7ad Thanks @ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3

@nomicfoundation/hardhat-ethers-chai-matchers@3.0.5

Patch Changes

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-utils@4.0.3

@nomicfoundation/hardhat-foundry@3.0.1

Patch Changes

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • Updated dependencies:

    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3

@nomicfoundation/hardhat-ignition@3.1.2

Patch Changes

  • #8104 e27a7ad Thanks @ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #8148 49ec5d0 Thanks @alcuadrado! - Don't report HardhatErrors that aren't bugs

  • #8127 4fe12fe Thanks @alcuadrado! - Update to the new splitTestsCompilation setting

  • #6763 f65cdc3 Thanks @zoeyTM! - Fixed Hardhat Ignition + Ledger UI interactions by integrating Hardhat 3's user interruptions flow with Hardhat Ignition's UI (#6682)

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/ignition-core@3.1.2
    • @nomicfoundation/ignition-ui@3.1.2
    • @nomicfoundation/hardhat-utils@4.0.3

@nomicfoundation/hardhat-ignition-ethers@3.1.2

Patch Changes

  • #6763 f65cdc3 Thanks @zoeyTM! - Fixed Hardhat Ignition + Ledger UI interactions by integrating Hardhat 3's user interruptions flow with Hardhat Ignition's UI (#6682)

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-ignition@3.1.2
    • @nomicfoundation/hardhat-errors@3.0.11

@nomicfoundation/hardhat-ignition-viem@3.1.2

Patch Changes

  • #8104 e27a7ad Thanks @ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #6763 f65cdc3 Thanks @zoeyTM! - Fixed Hardhat Ignition + Ledger UI interactions by integrating Hardhat 3's user interruptions flow with Hardhat Ignition's UI (#6682)

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-ignition@3.1.2
    • @nomicfoundation/hardhat-errors@3.0.11

@nomicfoundation/hardhat-keystore@3.0.6

Patch Changes

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • Updated dependencies:

    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3
    • @nomicfoundation/hardhat-zod-utils@3.0.4

@nomicfoundation/hardhat-ledger@3.0.5

Patch Changes

  • #8147 1eca5b2 Thanks @alcuadrado! - Workaround @ledgerhq/errors issue #15967

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3
    • @nomicfoundation/hardhat-zod-utils@3.0.4

@nomicfoundation/hardhat-mocha@3.0.16

Patch Changes

  • #8127 4fe12fe Thanks @alcuadrado! - Update to the new splitTestsCompilation setting

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3
    • @nomicfoundation/hardhat-zod-utils@3.0.4

@nomicfoundation/hardhat-network-helpers@3.0.5

Patch Changes

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3

@nomicfoundation/hardhat-node-test-reporter@3.0.4

Patch Changes

@nomicfoundation/hardhat-node-test-runner@3.0.13

Patch Changes

  • #8127 4fe12fe Thanks @alcuadrado! - Update to the new splitTestsCompilation setting

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-node-test-reporter@3.0.4
    • @nomicfoundation/hardhat-utils@4.0.3
    • @nomicfoundation/hardhat-zod-utils@3.0.4

@nomicfoundation/hardhat-toolbox-mocha-ethers@3.0.4

Patch Changes

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0

@nomicfoundation/hardhat-toolbox-viem@5.0.4

Patch Changes

  • #8104 e27a7ad Thanks @ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0

@nomicfoundation/hardhat-typechain@3.0.6

Patch Changes

  • #8127 4fe12fe Thanks @alcuadrado! - Update to the new splitTestsCompilation setting

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3
    • @nomicfoundation/hardhat-zod-utils@3.0.4

@nomicfoundation/hardhat-utils@4.0.3

Patch Changes

@nomicfoundation/hardhat-vendored@3.0.2

Patch Changes

@nomicfoundation/hardhat-verify@3.0.14

Patch Changes

  • #8148 49ec5d0 Thanks @alcuadrado! - Don't report HardhatErrors that aren't bugs

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3
    • @nomicfoundation/hardhat-zod-utils@3.0.4

@nomicfoundation/hardhat-viem@3.0.5

Patch Changes

  • #8104 e27a7ad Thanks @ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3

@nomicfoundation/hardhat-viem-assertions@3.0.8

Patch Changes

  • #8104 e27a7ad Thanks @ChristopherDedominici! - Use code 3 for JSON-RPC revert error codes to align with standard node behavior and preserve error causes in viem/ethers.

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • hardhat@3.4.0
    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3

@nomicfoundation/hardhat-zod-utils@3.0.4

Patch Changes

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • Updated dependencies:

    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3

@nomicfoundation/ignition-core@3.1.2

Patch Changes

  • #6763 f65cdc3 Thanks @zoeyTM! - Fixed Hardhat Ignition + Ledger UI interactions by integrating Hardhat 3's user interruptions flow with Hardhat Ignition's UI (#6682)

  • #8096 7fb721b Thanks @alcuadrado! - [chore] Move to packages/ folder.

  • #8116 88787e1 Thanks @kanej! - Deprecate the hre.network.connect() method in favour of hre.network.create(), exactly the same method but more clearly indicating that it will create a new connection.

  • Updated dependencies:

    • @nomicfoundation/hardhat-errors@3.0.11
    • @nomicfoundation/hardhat-utils@4.0.3

@nomicfoundation/ignition-ui@3.1.2

Patch Changes

@github-actions github-actions bot marked this pull request as draft March 31, 2026 15:17
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 16204d6 to 065a337 Compare April 7, 2026 13:02
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 0317538 to 8728a78 Compare April 10, 2026 17:45
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from 2113d46 to fce7749 Compare April 16, 2026 16:44
@alcuadrado alcuadrado marked this pull request as ready for review April 16, 2026 16:56
Copilot AI review requested due to automatic review settings April 16, 2026 16:56
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Apr 16, 2026

hardhat

Total size of the bundle: 246M
Total number of dependencies (including transitive): 48

List of dependencies (sorted by size)
238M	total
37M	@nomicfoundation/edr-linux-x64-musl
37M	@nomicfoundation/edr-linux-x64-gnu
34M	@nomicfoundation/edr-linux-arm64-musl
34M	@nomicfoundation/edr-linux-arm64-gnu
25M	@nomicfoundation/edr-darwin-x64
24M	@nomicfoundation/edr-win32-x64-msvc
21M	@nomicfoundation/edr-darwin-arm64
7.3M	@sentry/core
5.2M	zod
2.7M	micro-eth-signer
1.9M	@noble/curves
1.7M	undici
1.2M	@noble/hashes
1.1M	@nomicfoundation/hardhat-utils
884K	@nomicfoundation/hardhat-vendored
864K	@streamparser/json
624K	micro-packed
596K	@nomicfoundation/hardhat-errors
592K	tsx
492K	@scure/bip39
476K	@nomicfoundation/edr
408K	json-stream-stringify
368K	ethereum-cryptography
344K	fast-equals
332K	@streamparser/json-node
320K	enquirer
320K	@nomicfoundation/hardhat-zod-utils
288K	semver
200K	ws
180K	chokidar
176K	get-tsconfig
168K	esbuild
168K	@scure/base
136K	adm-zip
96K	@scure/bip32
92K	chalk
72K	@nomicfoundation/solidity-analyzer
68K	debug
60K	readdirp
56K	rfdc
48K	ansi-colors
44K	resolve.exports
40K	resolve-pkg-maps
36K	p-map
24K	strip-ansi
24K	env-paths
24K	ansi-regex
20K	ms

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This is an automated Changesets release PR that versions the Hardhat v3 workspace packages in preparation for publishing to npm, updating package versions, dependency ranges, and changelogs accordingly.

Changes:

  • Bump versions across hardhat and related @nomicfoundation/* packages and update their inter-package dependency ranges.
  • Regenerate changelogs for the new versions and remove consumed .changeset/* entries.
  • Update pnpm-lock.yaml and clear .peer-bumps.json after applying peer bump adjustments.

Reviewed changes

Copilot reviewed 99 out of 100 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pnpm-lock.yaml Updates workspace specifiers/links to reflect newly versioned packages.
packages/template-package/package.json Bumps @nomicfoundation/hardhat-node-test-reporter workspace range.
packages/ignition-ui/package.json Bumps package version and internal dependency ranges.
packages/ignition-ui/CHANGELOG.md Adds release notes for 3.1.2.
packages/ignition-core/package.json Bumps package version and internal dependency ranges.
packages/ignition-core/CHANGELOG.md Adds release notes for 3.1.2.
packages/hardhat/templates/hardhat-3/03-minimal/package.json Updates template devDependency on hardhat to ^3.4.0.
packages/hardhat/templates/hardhat-3/02-mocha-ethers/package.json Updates template dependencies/peers to the newly versioned workspace ranges.
packages/hardhat/templates/hardhat-3/01-node-test-runner-viem/package.json Updates template dependencies/peers to the newly versioned workspace ranges.
packages/hardhat/package.json Bumps hardhat to 3.4.0 and updates internal deps.
packages/hardhat/CHANGELOG.md Adds release notes for 3.4.0.
packages/hardhat-zod-utils/package.json Bumps package version and internal dependency ranges.
packages/hardhat-zod-utils/CHANGELOG.md Adds release notes for 3.0.4.
packages/hardhat-viem/package.json Bumps package version and updates hardhat peer/dev ranges.
packages/hardhat-viem/CHANGELOG.md Adds release notes for 3.0.5.
packages/hardhat-viem-assertions/package.json Bumps package version and updates hardhat peer/dev ranges.
packages/hardhat-viem-assertions/CHANGELOG.md Adds release notes for 3.0.8.
packages/hardhat-verify/package.json Bumps package version and updates hardhat peer/dev ranges.
packages/hardhat-verify/CHANGELOG.md Adds release notes for 3.0.14.
packages/hardhat-vendored/package.json Bumps package version.
packages/hardhat-vendored/CHANGELOG.md Adds release notes for 3.0.2.
packages/hardhat-utils/package.json Bumps package version.
packages/hardhat-utils/CHANGELOG.md Adds release notes for 4.0.3.
packages/hardhat-typechain/package.json Bumps package version and internal dependency ranges.
packages/hardhat-typechain/CHANGELOG.md Adds release notes for 3.0.6.
packages/hardhat-toolbox-viem/package.json Bumps package version and updates hardhat peer/dev ranges.
packages/hardhat-toolbox-viem/CHANGELOG.md Adds release notes for 5.0.4.
packages/hardhat-toolbox-mocha-ethers/package.json Bumps package version and updates hardhat peer/dev ranges.
packages/hardhat-toolbox-mocha-ethers/CHANGELOG.md Adds release notes for 3.0.4.
packages/hardhat-solx/package.json Bumps package version and internal dependency ranges.
packages/hardhat-solx/CHANGELOG.md Adds release notes for 3.0.0.
packages/hardhat-node-test-runner/package.json Bumps package version and internal dependency ranges.
packages/hardhat-node-test-runner/CHANGELOG.md Adds release notes for 3.0.13.
packages/hardhat-node-test-reporter/package.json Bumps package version.
packages/hardhat-node-test-reporter/CHANGELOG.md Adds release notes for 3.0.4.
packages/hardhat-network-helpers/package.json Bumps package version and updates hardhat peer/dev ranges.
packages/hardhat-network-helpers/CHANGELOG.md Adds release notes for 3.0.5.
packages/hardhat-mocha/package.json Bumps package version and internal dependency ranges.
packages/hardhat-mocha/CHANGELOG.md Adds release notes for 3.0.16.
packages/hardhat-ledger/package.json Bumps package version and updates hardhat peer/dev ranges.
packages/hardhat-ledger/CHANGELOG.md Adds release notes for 3.0.5.
packages/hardhat-keystore/package.json Bumps package version and internal dependency ranges.
packages/hardhat-keystore/CHANGELOG.md Adds release notes for 3.0.6.
packages/hardhat-ignition/package.json Bumps package version and updates hardhat peer/dev ranges.
packages/hardhat-ignition/CHANGELOG.md Adds release notes for 3.1.2.
packages/hardhat-ignition-viem/package.json Bumps package version and updates hardhat/ignition peer/dev ranges.
packages/hardhat-ignition-viem/CHANGELOG.md Adds release notes for 3.1.2.
packages/hardhat-ignition-ethers/package.json Bumps package version and updates hardhat/ignition peer/dev ranges.
packages/hardhat-ignition-ethers/CHANGELOG.md Adds release notes for 3.1.2.
packages/hardhat-foundry/package.json Bumps package version and internal dependency ranges.
packages/hardhat-foundry/CHANGELOG.md Adds release notes for 3.0.1.
packages/hardhat-ethers/package.json Bumps package version and updates hardhat peer/dev ranges.
packages/hardhat-ethers/CHANGELOG.md Adds release notes for 4.0.8.
packages/hardhat-ethers-chai-matchers/package.json Bumps package version and updates hardhat peer/dev ranges.
packages/hardhat-ethers-chai-matchers/CHANGELOG.md Adds release notes for 3.0.5.
packages/hardhat-errors/package.json Bumps package version and internal dependency ranges.
packages/hardhat-errors/CHANGELOG.md Adds release notes for 3.0.11.
packages/example-project/package.json Updates example project devDependency ranges to new workspace versions.
.peer-bumps.json Clears bumps after applying peer bump workflow.
.changeset/yellow-cycles-grow.md Consumed changeset removed during versioning.
.changeset/warm-solx-plugin.md Consumed changeset removed during versioning.
.changeset/violet-walls-decide.md Consumed changeset removed during versioning.
.changeset/twelve-rabbits-draw.md Consumed changeset removed during versioning.
.changeset/tiny-mangos-glow.md Consumed changeset removed during versioning.
.changeset/tidy-bananas-double.md Consumed changeset removed during versioning.
.changeset/seven-insects-move.md Consumed changeset removed during versioning.
.changeset/purple-forks-write.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-zod-utils.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-viem.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-viem-assertions.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-verify.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-vendored.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-utils.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-typechain.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-toolbox-viem.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-toolbox-mocha-ethers.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-node-test-runner.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-node-test-reporter.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-network-helpers.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-mocha.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-ledger.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-keystore.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-foundry.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-ethers.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-ethers-chai-matchers.md Consumed changeset removed during versioning.
.changeset/packages-nomicfoundation-hardhat-errors.md Consumed changeset removed during versioning.
.changeset/packages-ignition.md Consumed changeset removed during versioning.
.changeset/packages-hardhat.md Consumed changeset removed during versioning.
.changeset/moody-monkeys-jump.md Consumed changeset removed during versioning.
.changeset/metal-garlics-study.md Consumed changeset removed during versioning.
.changeset/green-toys-fix.md Consumed changeset removed during versioning.
.changeset/gold-chefs-read.md Consumed changeset removed during versioning.
.changeset/funny-socks-worry.md Consumed changeset removed during versioning.
.changeset/forty-groups-bake.md Consumed changeset removed during versioning.
.changeset/fast-bees-smash.md Consumed changeset removed during versioning.
.changeset/dont-report-expected-errors.md Consumed changeset removed during versioning.
.changeset/cuddly-insects-invent.md Consumed changeset removed during versioning.
.changeset/cool-radios-type.md Consumed changeset removed during versioning.
.changeset/cold-beers-knock.md Consumed changeset removed during versioning.
.changeset/add-solc-0834-evm-target.md Consumed changeset removed during versioning.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Comment thread packages/hardhat-solx/package.json Outdated
@github-actions github-actions bot force-pushed the changeset-release/main branch from fce7749 to a5f756d Compare April 16, 2026 17:25
@github-actions github-actions bot marked this pull request as draft April 16, 2026 17:25
@github-actions github-actions bot force-pushed the changeset-release/main branch from a5f756d to 3ce3e43 Compare April 16, 2026 18:10
@alcuadrado alcuadrado marked this pull request as ready for review April 16, 2026 18:11
Copilot AI review requested due to automatic review settings April 16, 2026 18:11
@alcuadrado alcuadrado enabled auto-merge April 16, 2026 18:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 99 out of 100 changed files in this pull request and generated no new comments.

Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@alcuadrado alcuadrado added no changeset needed This PR doesn't require a changeset no docs needed This PR doesn't require links to documentation no peer bump needed labels Apr 16, 2026
@alcuadrado alcuadrado force-pushed the changeset-release/main branch from 3ce3e43 to 5f08586 Compare April 16, 2026 18:44
@alcuadrado alcuadrado added this pull request to the merge queue Apr 16, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 16, 2026
@alcuadrado alcuadrado added this pull request to the merge queue Apr 16, 2026
Merged via the queue into main with commit 833e87f Apr 16, 2026
299 checks passed
@alcuadrado alcuadrado deleted the changeset-release/main branch April 16, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changeset needed This PR doesn't require a changeset no docs needed This PR doesn't require links to documentation no peer bump needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants