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

Bump eth-json-rpc-middleware from 4.3.0 to 9.0.1 #5105

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2022

Bumps eth-json-rpc-middleware from 4.3.0 to 9.0.1.

Release notes

Sourced from eth-json-rpc-middleware's releases.

9.0.1

Changed

  • Update @metamask/eth-sig-util from v3 to v5 (#133, #150)
  • Remove unused dependencies (#133)

Fixed

  • Fix block-ref middleware, and prevent it from making a duplicate request (#151)
  • Fix retryOnEmpty middleware and prevent it from making duplicate requests (#147)

9.0.0

Added

  • Add logging (#140)
    • You will not be able to see log messages by default, but you can turn them on for this library by setting the DEBUG environment variable to metamask:eth-json-rpc-middleware:* or metamask:*.

Changed

  • BREAKING: Require Node >= 14 (#137)

8.1.0

Added

  • Expose SafeEventEmitterProvider type (#127)

Fixed

  • Move eth-block-tracker from devDependencies to dependencies (#125)
    • We depend upon this package only for types.

8.0.2

Added

  • Added suppressUnauthorized param to getAccounts (#116)

Security

  • Bump node-fetch to resolve vulnerability (#115)

8.0.1

Fixed

  • Restore support for query strings in fetch middleware (#109)
    • As of v7.0.0, query strings were silently dropped from RPC URLs passed in. Now they are preserved, as was the case in v6.0.0.

8.0.0

Added

  • BREAKING: Add eth_signTransaction support (#96)
    • We consider this breaking because a wallet application may not support this method, and would have to explicitly block it until its implications can be adequately represented to the user.
  • Add send method to provider and ethersProviderAsMiddleware (#97)

7.0.1

Fixed

  • blockTrackerInspectorMiddleware (#88)
    • Due to an error introduced in #68, this middleware would sometimes hang indefinitely.

7.0.0

... (truncated)

Changelog

Sourced from eth-json-rpc-middleware's changelog.

[9.0.1]

Changed

  • Update @metamask/eth-sig-util from v3 to v5 (#133, #150)
  • Remove unused dependencies (#133)

Fixed

  • Fix block-ref middleware, and prevent it from making a duplicate request (#151)
  • Fix retryOnEmpty middleware and prevent it from making duplicate requests (#147)

[9.0.0]

Added

  • Add logging (#140)
    • You will not be able to see log messages by default, but you can turn them on for this library by setting the DEBUG environment variable to metamask:eth-json-rpc-middleware:* or metamask:*.

Changed

  • BREAKING: Require Node >= 14 (#137)

[8.1.0]

Added

  • Expose SafeEventEmitterProvider type (#127)

Fixed

  • Move eth-block-tracker from devDependencies to dependencies (#125)
    • We depend upon this package only for types.

[8.0.2]

Added

  • Added suppressUnauthorized param to getAccounts (#116)

Security

  • Bump node-fetch to resolve vulnerability (#115)

[8.0.1]

Fixed

  • Restore support for query strings in fetch middleware (#109)
    • As of v7.0.0, query strings were silently dropped from RPC URLs passed in. Now they are preserved, as was the case in v6.0.0.

[8.0.0] - 2021-11-04

Added

  • BREAKING: Add eth_signTransaction support (#96)
    • We consider this breaking because a wallet application may not support this method, and would have to explicitly block it until its implications can be adequately represented to the user.
  • Add send method to provider and ethersProviderAsMiddleware (#97)

[7.0.1] - 2021-03-26

Fixed

  • blockTrackerInspectorMiddleware (#88)
    • Due to an error introduced in #68, this middleware would sometimes hang indefinitely.

[7.0.0] - 2021-03-25

Added

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by gudahtt, a new releaser for eth-json-rpc-middleware since your current version.


Dependabot compatibility score

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 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)
> **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 October 6, 2022 09:26
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch from ee92c3c to 2a41781 Compare October 8, 2022 00:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch from 2a41781 to 3660fc0 Compare October 27, 2022 18:11
@socket-security
Copy link

socket-security bot commented Oct 27, 2022

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Network access npm/eth-json-rpc-middleware@9.0.1

View full report↗︎

Next steps

What is network access?

This module accesses the network.

Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/eth-json-rpc-middleware@9.0.1

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch from 3660fc0 to 4145e36 Compare October 27, 2022 18:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch from 4145e36 to fd09668 Compare November 14, 2022 15:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch from fd09668 to df1caa5 Compare December 14, 2022 01:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch from df1caa5 to c427627 Compare February 2, 2023 23:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch 2 times, most recently from bcf4326 to d05aa62 Compare March 22, 2023 21:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch from d05aa62 to f4af753 Compare April 3, 2023 22:48
@legobeat
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch from f4af753 to fd137bd Compare April 21, 2023 01:11
@github-actions
Copy link
Contributor

This PR has been automatically marked as stale because it has not had recent activity in the last 90 days. It will be closed in 7 days. Thank you for your contributions.

@github-actions github-actions bot added the stale Issues that have not had activity in the last 90 days label Jul 20, 2023
@legobeat
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch from fd137bd to c79e9cc Compare July 20, 2023 03:16
@socket-security
Copy link

socket-security bot commented Jul 20, 2023

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/eth-json-rpc-middleware@9.0.1 network +11 1.03 MB gudahtt

🚮 Removed packages: npm/eth-json-rpc-middleware@4.3.0

View full report↗︎

@github-actions github-actions bot removed the stale Issues that have not had activity in the last 90 days label Jul 20, 2023
@github-actions
Copy link
Contributor

This PR has been automatically marked as stale because it has not had recent activity in the last 90 days. It will be closed in 7 days. Thank you for your contributions.

@github-actions github-actions bot added the stale Issues that have not had activity in the last 90 days label Oct 18, 2023
@legobeat
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch from c79e9cc to 8a94b1b Compare October 18, 2023 04:40
@github-actions github-actions bot removed the stale Issues that have not had activity in the last 90 days label Oct 18, 2023
Copy link
Contributor

This PR has been automatically marked as stale because it has not had recent activity in the last 90 days. It will be closed in 7 days. Thank you for your contributions.

@github-actions github-actions bot added the stale Issues that have not had activity in the last 90 days label Jan 16, 2024
@legobeat
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch from 8a94b1b to c567b08 Compare January 16, 2024 14:25
@github-actions github-actions bot removed the stale Issues that have not had activity in the last 90 days label Jan 16, 2024
@NicolasMassart NicolasMassart self-assigned this Apr 4, 2024
@NicolasMassart NicolasMassart added team-mobile-platform Run Smoke E2E Triggers smoke e2e on Bitrise labels Apr 4, 2024
@NicolasMassart
Copy link
Contributor

@dependabot rebase

Bumps [eth-json-rpc-middleware](https://github.com/MetaMask/eth-json-rpc-middleware) from 4.3.0 to 9.0.1.
- [Release notes](https://github.com/MetaMask/eth-json-rpc-middleware/releases)
- [Changelog](https://github.com/MetaMask/eth-json-rpc-middleware/blob/main/CHANGELOG.md)
- [Commits](https://github.com/MetaMask/eth-json-rpc-middleware/commits/v9.0.1)

---
updated-dependencies:
- dependency-name: eth-json-rpc-middleware
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eth-json-rpc-middleware-9.0.1 branch from c567b08 to 284ffbc Compare April 4, 2024 10:31
@NicolasMassart NicolasMassart marked this pull request as draft April 4, 2024 10:47
@NicolasMassart
Copy link
Contributor

Requires some work as the bump seems to break unit tests

@NicolasMassart
Copy link
Contributor

Breaking unit tests. Investigation and fix needed.

Copy link
Contributor

github-actions bot commented Jul 9, 2024

This PR has been automatically marked as stale because it has not had recent activity in the last 90 days. It will be closed in 7 days. Thank you for your contributions.

@github-actions github-actions bot added the stale Issues that have not had activity in the last 90 days label Jul 9, 2024
Copy link
Contributor

This PR was closed because there has been no follow up activity in 7 days. Thank you for your contributions.

@github-actions github-actions bot closed this Jul 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 16, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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/eth-json-rpc-middleware-9.0.1 branch July 16, 2024 22:32
@legobeat
Copy link
Contributor

legobeat commented Jul 16, 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 ready-for-dev Run Smoke E2E Triggers smoke e2e on Bitrise stale Issues that have not had activity in the last 90 days team-mobile-platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants