skalenetwork / filestorage

SKALE filestorage extension to EVM
GNU Affero General Public License v3.0
20 stars 3 forks source link

Bump @openzeppelin/upgrades-core from 1.5.1 to 1.7.3 #49

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @openzeppelin/upgrades-core from 1.5.1 to 1.7.3.

Release notes

Sourced from @​openzeppelin/upgrades-core's releases.

@​openzeppelin/upgrades-core@​1.7.3

  • Simplify clean up of manifest data before storing to disk.

@​openzeppelin/upgrades-core@​1.7.1

  • Use web3_clientVersion to better detect development networks.

@​openzeppelin/upgrades-core@​1.7.0

  • Add support for UUPS proxies. (#315)
  • Fix parsing of NatSpec @custom:oz-upgrades-unsafe-allow when included in a /**-style comment.

@​openzeppelin/upgrades-core@​1.6.0

  • Add unsafeAllow as a new field in ValidationOptions, which can be used as a manual override to silence any type of validation error. For example, opts = { unsafeAllow: ['external-library-linking', 'delegatecall'] } will silence the corresponding checks. (#320)
  • Custom NatSpec comments can disable error checks directly from the Solidity code. See core/contracts/test/ValidationNatspec.sol for example usage of these NatSpec comments. Note: this requires Solidity >=0.8.2. (#320)
  • Fix a bug with library placeholders when hashing contract source code. (#320)
Commits
  • c99fd11 Publish
  • 8807da7 add changelog entry
  • 8c6df8f simplify fetch of deploy transaction to fix on congested network
  • 7a548b0 simplify clean up of manifest data before storing to disk
  • 8dc9c45 Publish
  • 8ae81b4 revert bad fix and keep conservative error detection
  • 377402b fix unlinkBytecode indexing string out of bounds
  • f93fbdd prerelease @​openzeppelin/upgrades-core
  • e933550 fix getUnlinkedBytecode when the project uses external libraries
  • 79e2988 Publish
  • 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 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)
dependabot[bot] commented 3 years ago

Superseded by #51.