Skip to content

build(deps-dev): bump hardhat-deploy from 0.11.44 to 2.0.15 - #1388

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/hardhat-deploy-2.0.15
Open

build(deps-dev): bump hardhat-deploy from 0.11.44 to 2.0.15#1388
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/hardhat-deploy-2.0.15

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown

Bumps hardhat-deploy from 0.11.44 to 2.0.15.

Release notes

Sourced from hardhat-deploy's releases.

hardhat-deploy@2.0.15

Patch Changes

  • ea8117b: fix export again

hardhat-deploy@2.0.14

Patch Changes

  • aeb3389: fix export

hardhat-deploy@2.0.13

Patch Changes

  • 7c6a434: provide hardhat-deploy v1 solidity utils

hardhat-deploy@2.0.12

Patch Changes

  • Updated dependencies [6456996]
    • rocketh@0.19.10
    • @​rocketh/node@​0.19.11

hardhat-deploy@2.0.11

Patch Changes

  • 5b5eb00: Regenerate the typed artifacts after every successful contracts build, not only after full builds. The generation was hooked on onCleanUpArtifacts, which hardhat only triggers when the build performs an artifact cleanup, i.e. for a full build. The deploy task builds with noTests: true, which is not a full build, so the hook never fired during a deployment: solidity was recompiled with the production profile and artifacts/ was up to date, but the generated typed artifacts that the deployment scripts actually import kept the content of the last full build (typically the default profile, optimizer off). Deployments could therefore ship unoptimized or outright stale bytecode.

    Generation now runs from processArtifactsAfterSuccessfulBuild, and the deprecated onCleanUpArtifacts hook is no longer registered. That hook was introduced in hardhat 3.6.0, so the hardhat peer dependency moves from ^3.4.5 to ^3.6.0.

hardhat-deploy@2.0.10

Patch Changes

  • rocketh@0.19.9
  • @​rocketh/node@​0.19.10

hardhat-deploy@2.0.9

Patch Changes

  • 02455dc: Move the hardhat-deploy package source into the rocketh monorepo (packages/hardhat-deploy). It is now built, versioned, and published from here via changesets, with rocketh and @rocketh/node consumed as workspace dependencies. No API changes for consumers.
  • Updated dependencies [b624ef0]
    • @​rocketh/node@​0.19.9
Changelog

Sourced from hardhat-deploy's changelog.

2.0.15

Patch Changes

  • ea8117b: fix export again

2.0.14

Patch Changes

  • aeb3389: fix export

2.0.13

Patch Changes

  • 7c6a434: provide hardhat-deploy v1 solidity utils

2.0.12

Patch Changes

  • Updated dependencies [6456996]
    • rocketh@0.19.10
    • @​rocketh/node@​0.19.11

2.0.11

Patch Changes

  • 5b5eb00: Regenerate the typed artifacts after every successful contracts build, not only after full builds. The generation was hooked on onCleanUpArtifacts, which hardhat only triggers when the build performs an artifact cleanup, i.e. for a full build. The deploy task builds with noTests: true, which is not a full build, so the hook never fired during a deployment: solidity was recompiled with the production profile and artifacts/ was up to date, but the generated typed artifacts that the deployment scripts actually import kept the content of the last full build (typically the default profile, optimizer off). Deployments could therefore ship unoptimized or outright stale bytecode.

    Generation now runs from processArtifactsAfterSuccessfulBuild, and the deprecated onCleanUpArtifacts hook is no longer registered. That hook was introduced in hardhat 3.6.0, so the hardhat peer dependency moves from ^3.4.5 to ^3.6.0.

2.0.10

Patch Changes

  • rocketh@0.19.9
  • @​rocketh/node@​0.19.10

2.0.9

Patch Changes

  • 02455dc: Move the hardhat-deploy package source into the rocketh monorepo (packages/hardhat-deploy). It is now built, versioned, and published from here via changesets, with rocketh and @rocketh/node consumed as workspace dependencies. No API changes for consumers.
  • Updated dependencies [b624ef0]
    • @​rocketh/node@​0.19.9

2.0.8

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for hardhat-deploy since your current version.

Install script changes

This version adds postinstall script that runs during installation. Review the package contents before updating.


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 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-deploy](https://github.com/wighawag/rocketh/tree/HEAD/packages/hardhat-deploy) from 0.11.44 to 2.0.15.
- [Release notes](https://github.com/wighawag/rocketh/releases)
- [Changelog](https://github.com/wighawag/rocketh/blob/main/packages/hardhat-deploy/CHANGELOG.md)
- [Commits](https://github.com/wighawag/rocketh/commits/hardhat-deploy@2.0.15/packages/hardhat-deploy)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: M-dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants