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.5.0 to 3.6.0 #1032

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

Bumps @openzeppelin/hardhat-upgrades from 3.5.0 to 3.6.0.

Release notes

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

@​openzeppelin/hardhat-upgrades@​3.6.0

  • Update Slang dependency to 0.18.3. (#1102)
    • Improves reliability of Hardhat compilation step for namespaced storage layout validations when using Solidity versions 0.8.27 and 0.8.28.
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 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 November 26, 2024 20:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 26, 2024
@dependabot dependabot bot requested a review from david-bakin-sl November 26, 2024 20:13
Copy link

github-actions bot commented Nov 26, 2024

Test Results

 16 files  ± 0   83 suites  +1   12m 18s ⏱️ + 5m 1s
294 tests +32  288 ✅ +36  6 💤 ±0  0 ❌  - 4 
303 runs  +15  296 ✅ +19  7 💤 ±0  0 ❌  - 4 

Results for commit b39aa26. ± Comparison against base commit 593cdad.

This pull request removes 3 and adds 35 tests. Note that renamed tests count towards both.
"before all" hook for "should not be able to pause the token with different PAUSE key" ‑ TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to contractId Negative "before all" hook for "should not be able to pause the token with different PAUSE key"
"before all" hook for "should test that hollow account is created and the amount of non-fungible tokens is correctly transferred via system-contracts" ‑ HIP583 Test Suite - Ethereum Transfer TX via system-contracts Non-Fungible Token Test "before all" hook for "should test that hollow account is created and the amount of non-fungible tokens is correctly transferred via system-contracts"
"before each" hook for "should be able to update fixed fee in HTS token" ‑ TokenManagmentContract Test Suite Update fees "before each" hook for "should be able to update fixed fee in HTS token"
should be able to update fixed HTS fee and royalty fee in NFT ‑ TokenManagmentContract Test Suite Update fees should be able to update fixed HTS fee and royalty fee in NFT
should be able to update fixed HTS fee for NFT ‑ TokenManagmentContract Test Suite Update fees should be able to update fixed HTS fee for NFT
should be able to update fixed fee for HBARs ‑ TokenManagmentContract Test Suite Update fees should be able to update fixed fee for HBARs
should be able to update fixed fee in HBARs for NFT ‑ TokenManagmentContract Test Suite Update fees should be able to update fixed fee in HBARs for NFT
should be able to update fixed fee in HTS token ‑ TokenManagmentContract Test Suite Update fees should be able to update fixed fee in HTS token
should be able to update fixed fee in the same token ‑ TokenManagmentContract Test Suite Update fees should be able to update fixed fee in the same token
should be able to update fractional fee with net of transfer false in HTS token ‑ TokenManagmentContract Test Suite Update fees should be able to update fractional fee with net of transfer false in HTS token
should be able to update fractional fee with net of transfer true in HTS token ‑ TokenManagmentContract Test Suite Update fees should be able to update fractional fee with net of transfer true in HTS token
should be able to update multiple fixed fees in HBARs ‑ TokenManagmentContract Test Suite Update fees should be able to update multiple fixed fees in HBARs
should be able to update multiple fixed fees in HTS token ‑ TokenManagmentContract Test Suite Update fees should be able to update multiple fixed fees in HTS token
…

♻️ This comment has been updated with latest results.

@quiet-node quiet-node added this to the 0.11.0 milestone Nov 27, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openzeppelin/hardhat-upgrades-3.6.0 branch from 0e4d478 to eba4b4a Compare November 27, 2024 17:21
@quiet-node quiet-node force-pushed the dependabot/npm_and_yarn/openzeppelin/hardhat-upgrades-3.6.0 branch from eba4b4a to 76051eb Compare November 27, 2024 17:23
@quiet-node quiet-node force-pushed the dependabot/npm_and_yarn/openzeppelin/hardhat-upgrades-3.6.0 branch from 7fc5d5d to f74d907 Compare December 4, 2024 18:56
@quiet-node quiet-node requested review from a team as code owners December 4, 2024 18:56
dependabot bot and others added 2 commits December 4, 2024 12:59
Bumps [@openzeppelin/hardhat-upgrades](https://github.com/OpenZeppelin/openzeppelin-upgrades) from 3.5.0 to 3.6.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Bumps [@openzeppelin/hardhat-upgrades](https://github.com/OpenZeppelin/openzeppelin-upgrades) from 3.5.0 to 3.6.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
@quiet-node quiet-node force-pushed the dependabot/npm_and_yarn/openzeppelin/hardhat-upgrades-3.6.0 branch from f74d907 to b39aa26 Compare December 4, 2024 18:59
@quiet-node quiet-node merged commit cb20372 into main Dec 5, 2024
30 checks passed
@quiet-node quiet-node deleted the dependabot/npm_and_yarn/openzeppelin/hardhat-upgrades-3.6.0 branch December 5, 2024 00:53
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