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

Update dependency @openzeppelin/truffle-upgrades to v1.21.0 #31

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@openzeppelin/truffle-upgrades (source) 1.11.0 -> 1.21.0 age adoption passing confidence

Release Notes

OpenZeppelin/openzeppelin-upgrades (@​openzeppelin/truffle-upgrades)

v1.21.0

Compare Source

  • Include solc version in storage layouts in manifest files. (#​662)

v1.20.1

Compare Source

  • Override verify:verify subtask from hardhat-etherscan. (#​619)

Breaking change: To verify a proxy on Etherscan programmatically from a Hardhat script, call verify:verify instead of verify:

await hre.run("verify:verify", {
  address: PROXY_ADDRESS,
});

v1.20.0

Compare Source

  • Provide granular functions to allow more customizable deployments. (#​580)

v1.19.0

Compare Source

  • Return ethers transaction response with proposeUpgrade. (#​554)

v1.18.2

Compare Source

  • Update verify to be compatible with latest version of hardhat-etherscan. (#​592)

v1.18.1

Compare Source

  • Fix task redefinition error with hardhat-etherscan. (#​586)

v1.18.0

Compare Source

  • Support verifying a proxy on Etherscan using Hardhat. (#​579)

v1.17.1

Compare Source

  • Use proxy transaction hash for implementation contract abstraction. (#​737)

v1.17.0

Compare Source

  • Support specifying proxy kind for forceImport, fix importing UUPS proxy with admin (#​550)

v1.16.0

Compare Source

  • Use a lockfile when reading validations cache to avoid problems with parallel compilation in Hardhat 2.9.0. (#​530)
  • Add an option unsafeSkipStorageCheck to skip storage layout compatibility check during upgrades. (#​495)

v1.15.1

Compare Source

  • Add dependencies on debug and ethers. (#​600)
  • Improve check for admin contract in upgradeProxy. (#​604)

v1.15.0

Compare Source

  • Add forceImport function to import an existing proxy or beacon. (#​517)
  • Extract and store more detailed information about storage layout. (#​519)

v1.14.0

Compare Source

  • Add an option unsafeSkipStorageCheck to skip storage layout compatibility check during upgrades. (#​495)

v1.13.0

Compare Source

  • Add forceImport function to import an existing proxy or beacon. (#​517)

v1.12.0

Compare Source

  • Add support for beacon proxies. (#​342)

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 added the dependencies Pull requests that update a dependency file label Jun 2, 2023
@renovate renovate bot force-pushed the renovate/openzeppelin-truffle-upgrades-1.x-lockfile branch from 93a6c9c to 105d9d4 Compare August 7, 2023 02:26
@renovate renovate bot changed the title Update dependency @openzeppelin/truffle-upgrades to v1.19.0 Update dependency @openzeppelin/truffle-upgrades to v1.20.0 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/openzeppelin-truffle-upgrades-1.x-lockfile branch from 105d9d4 to b0d9001 Compare August 23, 2023 05:38
@renovate renovate bot changed the title Update dependency @openzeppelin/truffle-upgrades to v1.20.0 Update dependency @openzeppelin/truffle-upgrades to v1.20.1 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/openzeppelin-truffle-upgrades-1.x-lockfile branch from b0d9001 to d34ad14 Compare October 1, 2023 05:54
@renovate renovate bot changed the title Update dependency @openzeppelin/truffle-upgrades to v1.20.1 Update dependency @openzeppelin/truffle-upgrades to v1.21.0 Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants