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

build(deps-dev): Bump @openzeppelin/hardhat-upgrades from 3.2.0 to 3.2.1 #884

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2024

Bumps @openzeppelin/hardhat-upgrades from 3.2.0 to 3.2.1.

Release notes

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

@​openzeppelin/hardhat-upgrades@​3.2.1

  • Fix Hardhat compile error when public variables are used to implement interface functions. (#1055)
  • Remove non-struct NatSpec from Hardhat compilation step for namespaced storage layout validations. (#1051)
Commits
  • 49e7ae9 Remove non-struct NatSpec from namespaced storage layout compilation (#1051)
  • 13b6c12 Fix Hardhat compile error when public variables are used to implement interfa...
  • 742415c Include return param names in modified namespaced compilation (#1050)
  • 6a9aef6 Fix modified namespaced compilation when multiple return parameters are docum...
  • 88e2c1b Keep constants for namespaced compilation (#1046)
  • 3165e15 Update lockfile (#1043)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot requested a review from a team as a code owner July 31, 2024 20:27
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 31, 2024
@dependabot dependabot bot requested a review from stoyanov-st July 31, 2024 20:27
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Jul 31, 2024
Copy link

Test Results

    9 files   -   4    56 suites   - 4   6m 1s ⏱️ +41s
213 tests +36  209 ✔️ +41  3 💤  - 4  1  - 1 
213 runs  +25  209 ✔️ +30  3 💤  - 4  1  - 1 

For more details on these failures, see this check.

Results for commit 1e368c2. ± Comparison against base commit 8cc3ef8.

This pull request removes 43 and adds 79 tests. Note that renamed tests count towards both.
"before all" hook in "Admin key set to contractId" ‑ TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to contractId "before all" hook in "Admin key set to contractId"
"before each" hook for "Should set a new token URI" ‑ @OZERC1155Token Test Suite "before each" hook for "Should set a new token URI"
can aggregate 18 calls to processLongOutput and handle 42624 bytes of output data ‑ Multicall Test Suite static calls with large output can aggregate 18 calls to processLongOutput and handle 42624 bytes of output data
can currently aggregate 18 calls to processLongInput ‑ Multicall Test Suite static calls with large input can currently aggregate 18 calls to processLongInput
should NOT be able to aggregate 200 calls to processLongInputTx ‑ Multicall Test Suite payable calls with large input should NOT be able to aggregate 200 calls to processLongInputTx
should NOT be able to aggregate 5000 calls to processLongInput ‑ Multicall Test Suite static calls with large input should NOT be able to aggregate 5000 calls to processLongInput
should NOT be able to aggregate 585 calls to processLongOutput ‑ Multicall Test Suite static calls with large output should NOT be able to aggregate 585 calls to processLongOutput
should NOT be able to use transferFrom on NFT tokens without approval ‑ TokenTransferContract Test Suite should NOT be able to use transferFrom on NFT tokens without approval
should NOT be able to use transferFrom on fungible tokens without approval ‑ TokenTransferContract Test Suite should NOT be able to use transferFrom on fungible tokens without approval
should be able to aggregate 10 calls to processLongInput ‑ Multicall Test Suite static calls with large input should be able to aggregate 10 calls to processLongInput
…
Should NOT allow a non-operator to transfer tokens to another account ‑ @OZERC1155Token Test Suite Should NOT allow a non-operator to transfer tokens to another account
Should NOT allow a spender to spend hbar on behalf of owner without an allowance grant ‑ @CryptoAllowance Test Suite Should NOT allow a spender to spend hbar on behalf of owner without an allowance grant
Should NOT allow an approval on behalf of hbar owner WITHOUT its signature ‑ @CryptoAllowance Test Suite Should NOT allow an approval on behalf of hbar owner WITHOUT its signature
Should NOT burn insufficient amount of token ‑ @OZERC1155Token Test Suite Should NOT burn insufficient amount of token
Should allow a crypto owner contract account to grant an allowance to a spender contract account to transfer allowance to a receiver on behalf of owner contract account ‑ @CryptoAllowance Test Suite Should allow a crypto owner contract account to grant an allowance to a spender contract account to transfer allowance to a receiver on behalf of owner contract account
Should allow an approval on behalf of hbar owner WITH its signature ‑ @CryptoAllowance Test Suite Should allow an approval on behalf of hbar owner WITH its signature
Should allow an operator to transfer a token to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer a token to another account
Should allow an operator to transfer tokens in batch to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer tokens in batch to another account
Should burn token in batch ‑ @OZERC1155Token Test Suite Should burn token in batch
Should burn token ‑ @OZERC1155Token Test Suite Should burn token
…

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openzeppelin/hardhat-upgrades-3.2.1 branch from 1e368c2 to cff8ce2 Compare August 12, 2024 01:46
Bumps [@openzeppelin/hardhat-upgrades](https://github.com/OpenZeppelin/openzeppelin-upgrades) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/OpenZeppelin/openzeppelin-upgrades/releases)
- [Commits](https://github.com/OpenZeppelin/openzeppelin-upgrades/compare/@openzeppelin/[email protected]...@openzeppelin/[email protected])

---
updated-dependencies:
- dependency-name: "@openzeppelin/hardhat-upgrades"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openzeppelin/hardhat-upgrades-3.2.1 branch from cff8ce2 to 0125571 Compare August 12, 2024 01:47
@quiet-node quiet-node merged commit 5c24035 into main Aug 12, 2024
27 of 28 checks passed
@quiet-node quiet-node deleted the dependabot/npm_and_yarn/openzeppelin/hardhat-upgrades-3.2.1 branch August 12, 2024 02:14
@quiet-node quiet-node added this to the 0.10.0 milestone Aug 12, 2024
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant