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 the npm_and_yarn at /. security update group with 3 updates #610

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2023

Bumps the npm_and_yarn at /. security update group with 3 updates: @hashgraph/hedera-local, @openzeppelin/hardhat-upgrades and axios.

Updates @hashgraph/hedera-local from 2.13.0 to 2.16.0

Release notes

Sourced from @​hashgraph/hedera-local's releases.

v.2.16.0

What's Changed

Full Changelog: hiero-ledger/hiero-local-node@v.2.15.1...v.2.16.0

v.2.15.1

What's Changed

Full Changelog: hiero-ledger/hiero-local-node@v.2.15.0...v.2.15.1

v.2.15.0

What's Changed

Full Changelog: hiero-ledger/hiero-local-node@v.2.14.0...v.2.15.0

v.2.14.0

What's Changed

Full Changelog: hiero-ledger/hiero-local-node@v.2.13.0...v.2.14.0

Commits

Updates @openzeppelin/hardhat-upgrades from 1.28.0 to 2.4.1

Release notes

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

@​openzeppelin/hardhat-upgrades@​2.4.1

  • Update Defender SDK. (#924)
  • Throw error if not using a relayer for deployments, until other types of deployments are supported.

Note: OpenZeppelin Defender deployments is in beta and its functionality is subject to change.

@​openzeppelin/hardhat-upgrades@​2.4.0

  • Add createFactoryAddress option for Defender deployments. (#920)

Note: OpenZeppelin Defender deployments is in beta and its functionality is subject to change.

@​openzeppelin/hardhat-upgrades@​2.3.3

  • Update OpenZeppelin Defender deployments to use Defender SDK. (#888)

@​openzeppelin/hardhat-upgrades@​2.3.2

  • Fix Hardhat compile error when using Solidity 0.5.x. (#892)

@​openzeppelin/hardhat-upgrades@​2.3.1

  • Check for non-zero admin address when importing transparent proxy. (#887)

@​openzeppelin/hardhat-upgrades@​2.3.0

  • Support new upgrade interface in OpenZeppelin Contracts 5.0. (#883)
  • Support importing and upgrading 5.0 proxies.
    • Note: Deploying 5.0 proxies is not supported yet.
  • Add validations for namespaced storage layout. (#876)

@​openzeppelin/hardhat-upgrades@​2.2.1

  • Allow using proxy with different admin address than manifest. (#859)

@​openzeppelin/hardhat-upgrades@​2.2.0

  • Rename Platform to Defender. (#863)

Note: Functions that were for OpenZeppelin Platform have breaking changes since the previous release and have been renamed for OpenZeppelin Defender. See (#863) for details. OpenZeppelin Defender deployments is in beta and its functionality is subject to change.

@​openzeppelin/hardhat-upgrades@​2.1.1

  • Use public Etherscan API from hardhat-verify. (#857)

@​openzeppelin/hardhat-upgrades@​2.1.0

  • Add txOverrides option for overriding transaction parameters. (#852)

@​openzeppelin/hardhat-upgrades@​2.0.2

  • Enable storage layout for overrides from Hardhat config. (#851)

@​openzeppelin/hardhat-upgrades@​2.0.1

  • Update OpenZeppelin Platform client dependencies. (#845)

@​openzeppelin/hardhat-upgrades@​2.0.0

  • Use ethers v6 and hardhat-ethers v3. (#817)
  • Use hardhat-verify for proxy verification. (#829)
  • Remove address override for deployments. (#832)

... (truncated)

Commits
  • 142c919 Publish @​openzeppelin/hardhat-upgrades@​2.4.1
  • 9078b9d Update Defender SDK (#924)
  • 55eae39 Publish @​openzeppelin/hardhat-upgrades@​2.4.0
  • a452ae1 Remove plugin-defender-hardhat from test matrix
  • 6b92cb0 Add createFactoryAddress option for Defender (#920)
  • 1be0edd Update dependency sinon to v17 (#904)
  • cfac3f2 Publish @​openzeppelin/upgrades-core@​1.31.1
  • 7069859 CLI: Throw error if --requireReference and --unsafeSkipStorageCheck are b...
  • 04640c0 Update dependency eslint-plugin-unicorn to v49 (#914)
  • ca99114 Update actions/setup-node action to v4 (#908)
  • Additional commits viewable in compare view

Updates axios from 1.6.0 to 1.6.2

Release notes

Sourced from axios's releases.

Release v1.6.2

Release notes:

Features

  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.

Contributors to this release

Release v1.6.1

Release notes:

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.2 (2023-11-14)

Features

  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.

Contributors to this release

1.6.1 (2023-11-08)

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
Commits
  • b3be365 chore(release): v1.6.2 (#6082)
  • 8739acb chore(ci): removed redundant release action; (#6081)
  • bfa9c30 chore(docs): fix outdated grunt to npm scripts (#6073)
  • a2b0fb3 chore(docs): update README.md (#6048)
  • b12a608 chore(ci): removed paths-ignore filter; (#6080)
  • 0c9d886 chore(ci): reworked ignoring files logic; (#6079)
  • 30873ee chore(ci): add paths-ignore config to testing action; (#6078)
  • cff9967 feat(withXSRFToken): added withXSRFToken option as a workaround to achieve th...
  • 7009715 chore(ci): fixed release notification action; (#6064)
  • 7144f10 chore(ci): fixed release notification action; (#6063)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner November 28, 2023 15:30
@dependabot dependabot bot requested a review from david-bakin-sl November 28, 2023 15:30
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2023
@dependabot dependabot bot requested a review from acuarica November 28, 2023 15:30
@Nana-EC Nana-EC requested a review from quiet-node December 6, 2023 02:35
@Nana-EC Nana-EC added this to the 0.7.0 milestone Dec 6, 2023
@quiet-node
Copy link
Member

There is a conflict among the peer dependencies of the ethersjs package. To upgrade hedera-local to version 2.16.0 and hardhat-upgrades to version 2.4.1, it is necessary for our internal ethersjs to be version 6x or above. However, ethersjs@6x introduces many breaking changes compared to version 5. Consequently, upgrading this package would entail upgrading the entire repository.

…th 3 updates

Bumps the npm_and_yarn at /. security update group with 3 updates: [@hashgraph/hedera-local](https://github.com/hashgraph/hedera-local-node), [@openzeppelin/hardhat-upgrades](https://github.com/OpenZeppelin/openzeppelin-upgrades) and [axios](https://github.com/axios/axios).


Updates `@hashgraph/hedera-local` from 2.13.0 to 2.16.0
- [Release notes](https://github.com/hashgraph/hedera-local-node/releases)
- [Commits](hiero-ledger/hiero-local-node@v.2.13.0...v.2.16.0)

Updates `@openzeppelin/hardhat-upgrades` from 1.28.0 to 2.4.1
- [Release notes](https://github.com/OpenZeppelin/openzeppelin-upgrades/releases)
- [Commits](https://github.com/OpenZeppelin/openzeppelin-upgrades/compare/@openzeppelin/[email protected]...@openzeppelin/[email protected])

Updates `axios` from 1.6.0 to 1.6.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.0...v1.6.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/hedera-local"
  dependency-type: direct:development
- dependency-name: "@openzeppelin/hardhat-upgrades"
  dependency-type: direct:development
- dependency-name: axios
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hashgraph/hedera-local-and-openzeppelin/hardhat-upgrades-and-axios-2.16.0 branch from 613fe10 to 7e8011d Compare December 13, 2023 02:31
@quiet-node
Copy link
Member

Hey @ebadiere, how far have you got with this? I have put everything together in this issue#641, so if you haven't started yet let me handle this.

@quiet-node
Copy link
Member

quiet-node commented Jan 19, 2024

Close as this issue is addressed in #644

@quiet-node quiet-node closed this Jan 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hashgraph/hedera-local-and-openzeppelin/hardhat-upgrades-and-axios-2.16.0 branch January 19, 2024 05:58
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
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants