Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Bump @metamask/providers from 13.0.0 to 16.1.0 #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @metamask/providers from 13.0.0 to 16.1.0.

Release notes

Sourced from @​metamask/providers's releases.

16.1.0

Added

  • Restore deprecated properties, networkChanged event, and offline send() net_version support (#312)
  • Bump MetaMask dependencies (#310)
  • Bump @​metamask/safe-event-emitter from 3.0.0 to 3.1.1 (#309)
  • Bump @​metamask/utils from 8.3.0 to 8.4.0 (#311)
  • Bump tar from 6.1.13 to 6.2.1 (#314)

16.0.0

Removed

  • BREAKING: Remove deprecated properties, networkChanged event, and offline send() net_version support (#306)
    • window.ethereum.chainId has been removed. Use the 'eth_chainId' RPC method instead.
    • window.ethereum.networkVersion has been removed. Use the 'net_version' RPC method instead.
    • window.ethereum.selectedAddress has been removed. Use the 'eth_accounts' RPC method instead.
    • networkChanged event has been removed. The closest equivalent is the chainChanged event.
    • window.ethereum.send() no longer resolves net_version offline (from cache).

Changed

  • Bump @​metamask/json-rpc-engine from 7.3.2 to 7.3.3 (#305)

15.0.0

Added

  • BREAKING: Add ESM build (#296)
    • It's no longer possible to import files from the dist folder directly, with the exception of ./dist/StreamProvider

Changed

  • Bump several MetaMask dependencies (#304)
  • Export RequestArguments and ConsoleLike types (#302)

14.0.2

Fixed

  • Don't send null params to underlying provider (#292)

14.0.1

Fixed

  • Don't send undefined params to underlying provider (#290)

14.0.0

Changed

  • BREAKING: Update to streams3 API (#288)
    • Update extension-port-stream from ^2.1.1 to ^3.0.0
      • Force subdependency readable-stream to ^3.6.2 in resolutions
    • Update json-rpc-middleware-stream from ^4.2.3 to ^5.0.1
    • Update @metamask/object-multiplex from ^1.3.0 to ^2.0.0
    • Add direct dependency on readable-stream@^3.6.2
    • Replace internal usage of stream with readable-stream

13.1.0

Added

... (truncated)

Changelog

Sourced from @​metamask/providers's changelog.

[16.1.0]

Added

  • Restore deprecated properties, networkChanged event, and offline send() net_version support (#312)
  • Bump MetaMask dependencies (#310)
  • Bump @​metamask/safe-event-emitter from 3.0.0 to 3.1.1 (#309)
  • Bump @​metamask/utils from 8.3.0 to 8.4.0 (#311)
  • Bump tar from 6.1.13 to 6.2.1 (#314)

[16.0.0]

Removed

  • BREAKING: Remove deprecated properties, networkChanged event, and offline send() net_version support (#306)
    • window.ethereum.chainId has been removed. Use the 'eth_chainId' RPC method instead.
    • window.ethereum.networkVersion has been removed. Use the 'net_version' RPC method instead.
    • window.ethereum.selectedAddress has been removed. Use the 'eth_accounts' RPC method instead.
    • networkChanged event has been removed. The closest equivalent is the chainChanged event.
    • window.ethereum.send() no longer resolves net_version offline (from cache).

Changed

  • Bump @​metamask/json-rpc-engine from 7.3.2 to 7.3.3 (#305)

[15.0.0]

Added

  • BREAKING: Add ESM build (#296)
    • It's no longer possible to import files from the dist folder directly, with the exception of ./dist/StreamProvider

Changed

  • Bump several MetaMask dependencies (#304)
  • Export RequestArguments and ConsoleLike types (#302)

[14.0.2]

Fixed

  • Don't send null params to underlying provider (#292)

[14.0.1]

Fixed

  • Don't send undefined params to underlying provider (#290)

[14.0.0]

... (truncated)

Commits
  • a4dc649 16.1.0 (#316)
  • 4f12239 Bump @​metamask/utils from 8.3.0 to 8.4.0 (#311)
  • 878ffe8 Bump tar from 6.1.13 to 6.2.1 (#314)
  • f725837 Revert "Remove deprecated properties, networkChanged event, and offli… (#312)
  • 33f8840 Bump MetaMask dependencies (#310)
  • 33a6c66 Bump @​metamask/safe-event-emitter from 3.0.0 to 3.1.1 (#309)
  • 8ac2143 16.0.0 (#308)
  • 25b7e4b Remove deprecated properties, networkChanged event, and offline send() net_ve...
  • 2426930 Enabling MetaMask security code scanner (#297)
  • 6b539d0 Bump @​metamask/json-rpc-engine from 7.3.2 to 7.3.3 (#305)
  • Additional commits viewable 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)

Bumps [@metamask/providers](https://github.com/MetaMask/providers) from 13.0.0 to 16.1.0.
- [Release notes](https://github.com/MetaMask/providers/releases)
- [Changelog](https://github.com/MetaMask/providers/blob/main/CHANGELOG.md)
- [Commits](MetaMask/providers@v13.0.0...v16.1.0)

---
updated-dependencies:
- dependency-name: "@metamask/providers"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 2, 2024
@dependabot dependabot bot requested a review from a team as a code owner July 2, 2024 06:41
Copy link

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

Package New capabilities Transitives Size Publisher
npm/@metamask/json-rpc-engine@8.0.2 Transitive: environment, network +21 3.21 MB metamaskbot
npm/@metamask/providers@16.1.0 Transitive: environment, network +32 4.23 MB metamaskbot
npm/@metamask/safe-event-emitter@3.1.1 None 0 24.1 kB lgbot
npm/@scure/base@1.1.7 None 0 122 kB paulmillr
npm/events@3.3.0 None 0 82.8 kB goto-bus-stop
npm/string_decoder@1.3.0 None 0 14.4 kB matteo.collina

🚮 Removed packages: npm/@metamask/providers@13.0.0, npm/@metamask/utils@8.1.0

View full report↗︎

Copy link

🚨 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 NoteSourceCI
New author npm/extension-port-stream@3.0.0 🚫
New author npm/@metamask/safe-event-emitter@3.1.1 🚫

View full report↗︎

Next steps

What is new author?

A new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.

Scrutinize new collaborator additions to packages because they now have the ability to publish code into your dependency tree. Packages should avoid frequent or unnecessary additions or changes to publishing rights.

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/extension-port-stream@3.0.0
  • @SocketSecurity ignore npm/@metamask/safe-event-emitter@3.1.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants