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.0 #44

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

@​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
  • e124e4c Publish
  • efa07a6 Further fix NatSpec parsing
  • 2a91308 Fix NatSpec unsafeAllow for /**-style comments
  • 129124e Change link for missing-public-upgradeto error
  • 55faf69 Add FAQ entry about missing-public-upgradeto
  • d3c67bd Use latest @​openzeppelin/contracts for tests
  • baa7a9b Fix getFunctionSignature with contract type arguments
  • fc5823f improve error message for missing-public-upgradeto
  • ce10026 Document kind option and improve API docs structure (#345)
  • 433d671 Update lockfile (#343)
  • 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 #46.