Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency hardhat-deploy to v0.12.4 #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 8, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hardhat-deploy 0.9.4 -> 0.12.4 age adoption passing confidence

Release Notes

wighawag/hardhat-deploy (hardhat-deploy)

v0.12.4

Compare Source

Patch Changes

v0.12.3

Compare Source

Patch Changes
  • Default use owner function to get address by @​aefhm

v0.12.2

Compare Source

Patch Changes
  • fix: return valid address for zksync deployment by @​kiriyaga

v0.12.1

Compare Source

Patch Changes
  • apply 'waitConfirmations' to all transactions

v0.12.0

Compare Source

Minor Changes
  • Replace deprecated zksync-web3 with zksync-ethers by janjakubnanista

v0.11.45

Compare Source

Patch Changes
  • Init companion networks for all tasks (by tim-becker)

v0.11.44

Compare Source

Patch Changes

v0.11.43

Compare Source

Patch Changes
  • Change companion networks init to work with hardhat ^2.16 (by nataouze)

v0.11.42

Compare Source

Patch Changes
    • added moonbeam support for etherscan (by sashaaldrick)
    • Added typing to 'deployments' (by codebydolapo)
    • added cronos and cronosTestnet to network (by adeojoemmanuel)
    • export function to get network name (by passabilities)

v0.11.41

Compare Source

Patch Changes
  • Make network deployment file copying to localhost synchronous (by bstchow)

v0.11.40

Compare Source

Patch Changes
  • Missing await in save method (by blukat29)

v0.11.39

Compare Source

Patch Changes
  • Expose signer interface (by huyhuynh3103)

v0.11.38

Compare Source

Patch Changes
  • implements custom upgrade function (by zmalatrax)

v0.11.37

Compare Source

Patch Changes
  • add --tags-require-all flag allowing to execute only deploy scripts containing all the tags specified in --tags

v0.11.36

Compare Source

Patch Changes
  • Allow deterministic support for zkSync

v0.11.35

Compare Source

Patch Changes
  • fix deterministic UUPS proxy

v0.11.34

Compare Source

Patch Changes
  • fix: _setOwner before _setImplementation in solc_0.8 EIP173Proxy by @​gitpusha

v0.11.33

Compare Source

Patch Changes

v0.11.32

Compare Source

Patch Changes
  • Add filtering of selectors by facets in Diamonds (by @​idkravitz)

v0.11.31

Compare Source

Patch Changes
  • add bnreplacer to stringify values from ethers v6

v0.11.30

Compare Source

Patch Changes

v0.11.29

Compare Source

Patch Changes
  • add trezor support

v0.11.28

Compare Source

Patch Changes
  • fix ledger

v0.11.27

Compare Source

Patch Changes

v0.11.26

Compare Source

Patch Changes
  • use pnpm + support latest zksync

v0.11.25

Compare Source

Patch Changes
  • allow to export as typescript const

v0.11.24

Compare Source

Patch Changes
  • allow to use HARDHAT_DEPLOY_EXPORT for the export command too

v0.11.23

Compare Source

Patch Changes
  • Adding the Sepolia network to the network list, so we can verify contracts in the Sepolia network.

v0.11.22

Compare Source

Patch Changes
  • fix UUPS upgrade logic

v0.11.21

Compare Source

Patch Changes
  • add UUPS optio

v0.11.20

Compare Source

Patch Changes
  • preliminary work for external tx support

v0.11.19

Compare Source

Patch Changes

v0.11.18

Compare Source

Patch Changes
  • fix typo for export

v0.11.17

Compare Source

Patch Changes
  • add env variable for EXPORT

v0.11.16

Compare Source

Patch Changes
  • fix(367): catch exceptions by artifactExists

v0.11.15

Compare Source

Patch Changes
  • support optimism-goerli

v0.11.14

Compare Source

Patch Changes
  • catch evm_snapshot and evm_revert errors

v0.11.13

Compare Source

Patch Changes

v0.11.12

Compare Source

Patch Changes
  • fix DiamondLoupeFacet

v0.11.11

Compare Source

Patch Changes
  • Update the dependencies for latest deployment of the zkSync v2 test network.

v0.11.10

Compare Source

Patch Changes
  • export-artifacts: do not export libraries or interfaces by defaults

v0.11.9

Compare Source

Patch Changes
  • preserve artifact dir structure when exporting

v0.11.8

Compare Source

Patch Changes
  • fix --hide-sources

v0.11.7

Compare Source

Patch Changes
  • rename --no-metadata to --hide-sources

v0.11.6

Compare Source

Patch Changes
  • ability to export artifact without metadata

v0.11.5

Compare Source

Patch Changes

v0.11.4

Compare Source

Patch Changes
  • Init companion networks for all tasks (by tim-becker)

v0.11.3

Compare Source

Patch Changes
  • Expose signer interface (by huyhuynh3103)

v0.11.2

Compare Source

Patch Changes
  • add trezor support

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes
Patch Changes
  • 3216a31: fix old diamond detection
  • e8737d5: fix
  • e40546a: fix
  • 0810042: diamond : do not save diamondCut + do not resave if no changes
  • 5602a44: support old diamond + fix Loupe typo

v0.10.6

Compare Source

Patch Changes
  • add --contract-name to sourcify to specify only one contract to be verified

v0.10.5

Compare Source

Patch Changes
  • do nor override original receipt for diamond

v0.10.4

Compare Source

Patch Changes
  • simplify the export-all format

v0.10.3

Compare Source

Patch Changes
  • 42e5330: export option for etherscan request, now even with no error

v0.10.2

Compare Source

Patch Changes
  • more debugging output for etherscan

v0.10.1

Compare Source

Patch Changes
  • add writePostDataOnError option for etherscan

v0.10.0

Compare Source

Minor Changes
  • etherscan config updates: use verify + add optin to set apiURL

v0.9.29

Compare Source

Patch Changes
    • allow exporting to STDOUT via special - filepath
    • add BUSL-1.1 license support at Etherscan verification tool
    • fix waitConfirmations
    • add --api-url for etherscan-verify

v0.9.28

Compare Source

Patch Changes
  • support multiple artifacts folder for external deploy script

v0.9.27

Compare Source

Patch Changes
  • fix facet artifact metadata missing

v0.9.26

Compare Source

Patch Changes
  • adding onlyOwner for Diamond

v0.9.25

Compare Source

Patch Changes
  • add facet options

v0.9.24

Compare Source

Patch Changes
  • implementationName => used a contract by default

v0.9.23

Compare Source

Patch Changes
  • support proxyArgs for UUPS + allow to specify implementationName to reuse implementation across multiple proxies

v0.9.22

Compare Source

Patch Changes
  • ensure dir exist for exports

v0.9.21

Compare Source

Patch Changes
  • remove showAccount as now hardhta-deploy hide it by default unless it is the default test mnemonic, use latest hardhat as peer deps

v0.9.20

Compare Source

Patch Changes
  • throw if multiple artifact with same not-fully qualified exist from hardhat artifacts

v0.9.19

Compare Source

Patch Changes
  • remove previousDeployment saving

v0.9.18

Compare Source

Patch Changes
  • allow etherscan api key config per network

v0.9.17

Compare Source

Patch Changes

v0.9.16

Compare Source

Patch Changes
  • cleanup overrides for ethers

v0.9.15

Compare Source

Patch Changes
  • use numDeployments instead of history to not have deployment file grow in size too much

v0.9.14

Compare Source

Patch Changes
  • always setup accounts, was only doing it when loading unnamed or named accounts

v0.9.13

Compare Source

Patch Changes
  • add --report-gas

v0.9.12

Compare Source

Patch Changes
  • fix getNetworkName

v0.9.11

Compare Source

Patch Changes
  • add getNetworkName() which return the forked name if any

v0.9.10

Compare Source

Patch Changes
  • fix forgot to add readDotFile to types

v0.9.9

Compare Source

Patch Changes
  • add readDotFile

v0.9.8

Compare Source

Patch Changes
  • add wau to delete deployment and dotFIles

v0.9.7

Compare Source

Patch Changes
  • more etherscan-verify destination + saveDotFile

v0.9.6

Compare Source

Patch Changes
  • if deployment's tx is not found, error out to prevent redeployment by mistake

v0.9.5

Compare Source

Patch Changes
  • add etherscan for avalanche

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from d7ed753 to c6e68a6 Compare November 10, 2021 16:35
@renovate renovate bot changed the title Update dependency hardhat-deploy to v0.9.5 Update dependency hardhat-deploy to v0.9.6 Nov 10, 2021
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from c6e68a6 to c8f8ef9 Compare November 13, 2021 11:24
@renovate renovate bot changed the title Update dependency hardhat-deploy to v0.9.6 Update dependency hardhat-deploy to v0.9.8 Nov 13, 2021
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from c8f8ef9 to 4d7f9fa Compare November 21, 2021 18:37
@renovate renovate bot changed the title Update dependency hardhat-deploy to v0.9.8 Update dependency hardhat-deploy to v0.9.10 Nov 21, 2021
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 4d7f9fa to e88bcf1 Compare November 25, 2021 08:23
@renovate renovate bot changed the title Update dependency hardhat-deploy to v0.9.10 Update dependency hardhat-deploy to v0.9.12 Nov 25, 2021
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from e88bcf1 to 39e808e Compare November 28, 2021 17:29
@renovate renovate bot changed the title Update dependency hardhat-deploy to v0.9.12 Update dependency hardhat-deploy to v0.9.13 Nov 28, 2021
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 39e808e to 5316e60 Compare November 28, 2021 23:38
@renovate renovate bot changed the title Update dependency hardhat-deploy to v0.9.13 Update dependency hardhat-deploy to v0.9.14 Nov 28, 2021
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 5316e60 to d6bb65b Compare March 7, 2022 13:03
@renovate renovate bot changed the title Update dependency hardhat-deploy to v0.9.14 Update dependency hardhat-deploy to v0.10.5 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from d6bb65b to 2e0be2c Compare March 26, 2022 14:41
@renovate renovate bot changed the title Update dependency hardhat-deploy to v0.10.5 chore(deps): update dependency hardhat-deploy to v0.11.2 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 2e0be2c to df630c8 Compare April 25, 2022 00:18
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.2 chore(deps): update dependency hardhat-deploy to v0.11.4 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from df630c8 to b4f52ed Compare June 18, 2022 18:23
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.4 chore(deps): update dependency hardhat-deploy to v0.11.10 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from b4f52ed to 6253720 Compare September 25, 2022 17:44
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.10 chore(deps): update dependency hardhat-deploy to v0.11.15 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 6253720 to bec53a9 Compare November 20, 2022 08:29
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.15 chore(deps): update dependency hardhat-deploy to v0.11.20 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from bec53a9 to 33494b7 Compare March 16, 2023 11:24
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.20 chore(deps): update dependency hardhat-deploy to v0.11.25 Mar 16, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.25 chore(deps): update dependency hardhat-deploy to v0.11.26 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 33494b7 to 957705d Compare April 17, 2023 10:41
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 957705d to 0ee8667 Compare May 28, 2023 12:07
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.26 chore(deps): update dependency hardhat-deploy to v0.11.29 May 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.29 chore(deps): update dependency hardhat-deploy to v0.11.30 May 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.30 chore(deps): update dependency hardhat-deploy to v0.11.31 Jun 16, 2023
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 791efdb to 70a6f6f Compare June 16, 2023 14:25
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 70a6f6f to 6bfb2be Compare June 24, 2023 09:01
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.31 chore(deps): update dependency hardhat-deploy to v0.11.33 Jun 24, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.33 chore(deps): update dependency hardhat-deploy to v0.11.34 Jun 24, 2023
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 6bfb2be to 524c54b Compare June 24, 2023 16:30
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.34 chore(deps): update dependency hardhat-deploy to v0.11.36 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 524c54b to 448acf2 Compare August 14, 2023 22:16
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 448acf2 to e91d3fb Compare August 22, 2023 09:51
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.36 chore(deps): update dependency hardhat-deploy to v0.11.37 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from e91d3fb to beb4a98 Compare October 8, 2023 08:02
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.37 chore(deps): update dependency hardhat-deploy to v0.11.40 Oct 8, 2023
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from beb4a98 to 10a0529 Compare October 8, 2023 10:23
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.40 chore(deps): update dependency hardhat-deploy to v0.11.42 Oct 8, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.42 chore(deps): update dependency hardhat-deploy to v0.11.43 Oct 16, 2023
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 10a0529 to 44941ca Compare October 16, 2023 19:33
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 44941ca to 366f009 Compare November 24, 2023 12:40
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.43 chore(deps): update dependency hardhat-deploy to v0.11.44 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 366f009 to 8f98c67 Compare December 17, 2023 10:17
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.44 chore(deps): update dependency hardhat-deploy to v0.11.45 Dec 17, 2023
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from 8f98c67 to d712661 Compare February 29, 2024 20:32
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.11.45 chore(deps): update dependency hardhat-deploy to v0.12.1 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from d712661 to f039816 Compare March 13, 2024 20:21
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.12.1 chore(deps): update dependency hardhat-deploy to v0.12.2 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from f039816 to d13e31d Compare April 27, 2024 08:14
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.12.2 chore(deps): update dependency hardhat-deploy to v0.12.3 Apr 27, 2024
@renovate renovate bot force-pushed the renovate/hardhat-deploy-0.x branch from d13e31d to 5544bdf Compare April 28, 2024 07:15
@renovate renovate bot changed the title chore(deps): update dependency hardhat-deploy to v0.12.3 chore(deps): update dependency hardhat-deploy to v0.12.4 Apr 28, 2024
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.

None yet

0 participants