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.10.0 #70

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

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

@​openzeppelin/upgrades-core@​1.10.0

  • Infer whether a proxy should be UUPS or Transparent. (#441)
  • Add a standalone interface to the core. (#442)
  • Add implementation constructor arguments to initialize immutable variables. (#433)

@​openzeppelin/upgrades-core@​1.9.2

  • Fix a bug where libraries used transitively were not considered for safety checks.

@​openzeppelin/upgrades-core@​1.9.1

  • Silence all warnings when using silenceWarnings.

@​openzeppelin/upgrades-core@​1.8.1

  • Add support for function types.

@​openzeppelin/upgrades-core@​1.8.0

  • Add option unsafeAllowRenames to configure storage layout check to allow variable renaming.

@​openzeppelin/upgrades-core@​1.7.6

  • Fix recognition of value types in storage layouts.

@​openzeppelin/upgrades-core@​1.7.5

  • Fix exception when upgrading mapping key to enum.

@​openzeppelin/upgrades-core@​1.7.4

  • Fix handling of functions with struct or mapping storage pointer arguments.

@​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


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 2 years ago

Looks like @openzeppelin/upgrades-core is up-to-date now, so this is no longer needed.