Skip to content

Bump hardhat from 2.26.2 to 3.0.0 - #1671

Closed
dependabot[bot] wants to merge 3 commits into
dev-25.9from
dependabot/npm_and_yarn/hardhat-3.0.0
Closed

Bump hardhat from 2.26.2 to 3.0.0#1671
dependabot[bot] wants to merge 3 commits into
dev-25.9from
dependabot/npm_and_yarn/hardhat-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2025

Copy link
Copy Markdown
Contributor

Bumps hardhat from 2.26.2 to 3.0.0.

Release notes

Sourced from hardhat's releases.

Hardhat 3 is now in beta, and ready for production use!

Changes

Hardhat 3 is a major overhaul with exciting new features:

  • Solidity tests as a first-class testing option
  • Multichain support for today's rollup-centric world
  • Rust-powered runtime for faster execution
  • Revamped build system with full npm compatibility and build profiles
  • Hardhat Ignition for streamlined contract deployments

Hardhat 3 is production-ready and you can migrate today! We'll keep it in beta status as we work on missing features and stabilize it in the near future.

Getting started

To install Hardhat 3, run the following commands in an empty directory:

npm init -y
npm install --save-dev hardhat
npx hardhat --init

This will take you through an interactive setup process to get started using Hardhat 3.

Learn more

To learn more about Hardhat 3, check out the Hardhat 3 documentation.

Feedback and help

If you have any questions, feedback, or need help, join the Hardhat 3 Telegram group.

This is a beta release, and your feedback can make a big difference. Let us know what you think and need!


💡 The Nomic Foundation is hiring! Check our open positions.


hardhat@3.0.0-next.32

This Hardhat 3 Alpha release contains a small improvement to the performance of compilation.

Changes

  • a60c4d8: Better path anonymization of paths
  • 60db6e7: Avoid parsing build info files when not needed

💡 The Nomic Foundation is hiring! Check our open positions.

... (truncated)

Changelog

Sourced from hardhat's changelog.

3.0.0

Major Changes

  • 29cc141: First release of Hardhat 3!

2.26.3

Patch Changes

  • 5b2be3d: Make the resolver more robust (#7073)
Commits
  • 7a0155a Version Packages
  • ed92268 Merge pull request #7187 from NomicFoundation/chore/remove-pre-release-config
  • a5742e9 chore: add ignore for install projects tests
  • 7d28983 chore: cleanup changelogs of pre-release info
  • 68d5a86 chore: update package version to current versions
  • f86577f Update tests
  • 332d979 Enable error urls
  • c469df4 Update the package's readme
  • a7d022f Version Packages (next)
  • c28526b Merge pull request #7193 from NomicFoundation/better-path-anonymization
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat) from 2.26.2 to 3.0.0.
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/v-next/hardhat/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/hardhat@3.0.0/v-next/hardhat)

---
updated-dependencies:
- dependency-name: hardhat
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Update a dependency file javascript Pull requests that update Javascript code labels Aug 19, 2025
@purplesmoke05

Copy link
Copy Markdown
Member

We've decided to pin the Hardhat version to 2.26.3. Closing this PR as we'll proceed with this approach instead.

#1672

@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/hardhat-3.0.0 branch August 19, 2025 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants