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

chore(deps): bump @metamask/providers from 17.0.0 to 17.2.1 #107

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 4, 2024

Bumps @metamask/providers from 17.0.0 to 17.2.1.

Release notes

Sourced from @​metamask/providers's releases.

17.2.1

Fixed

  • Add support for edge-chromium to createExternalExtensionProvider (#318, #368)
  • Fix ESM-related build issues (#362, #363)

17.2.0

Changed

  • Bump @​metamask/utils from 9.1.0 to 9.2.1 (#357)
  • Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group (#359)

Removed

  • Remove deprecation console warnings when accessing window.ethereum.chainId, window.ethereum.networkVersion, and window.ethereum.selectedAddress (#360)

17.1.2

Added

  • Add @metamask/providers/stream-provider export (#351)
    • This replaces the @metamask/providers/dist/StreamProvider export. It still exists for backwards compatibility, but will be removed in a future major release.

Changed

  • Bump @metamask/utils from 9.0.0 to 9.1.0 (#348)

17.1.1

Changed

  • Bump @metamask/json-rpc-engine to ^9.0.1 (#345)
  • Bump @metamask/json-rpc-middleware-stream to ^8.0.1 (#345)
  • Bump @metamask/rpc-errors to ^6.3.1 (#345)
  • Bump @metamask/superstruct to ^3.1.0 (#338)
  • Bump @metamask/utils to ^9.0.0 (#345)

Fixed

  • Bump devDependency @ts-bridge/cli to ^0.2.0 (#343)
    • Fixes incorrect handling of json file imports, where an extension was appended to the file name after compilation (e.g. *.json.cjs or *.json.mjs).

17.1.0

Changed

  • Bump @metamask/json-rpc-middleware-stream from ^7.0.1 to ^8.0.0 (#327)
  • Bump @metamask/json-rpc-engine from ^8.0.2 to ^9.0.0 (#328)
  • Bump extension-port-stream from ^3.0.0 to ^4.1.0 (#331)
  • Bump @metamask/utils from ^8.4.0 to ^8.5.0 (#329)
  • Bump @metamask/rpc-errors from ^6.2.1 to ^6.3.0 (#326)

Fixed

  • Produce and export ESM-compatible TypeScript type declaration files in addition to CommonJS-compatible declaration files (#336)
    • This fixes the issue of this package being unusable by any TypeScript project that uses Node16 or NodeNext as its moduleResolution option.
    • Previously, this package shipped with only one variant of type declaration files, and these files were only CommonJS-compatible, and the exports field in package.json linked to these files. This is an anti-pattern and was rightfully flagged by the "Are the Types Wrong?" tool as "masquerading as CJS".
  • Remove chunk files (#336).
    • Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present.
  • Use named extension-port-stream import to ensure compatibility with bundlers such as Vite (#331)
Changelog

Sourced from @​metamask/providers's changelog.

[17.2.1]

Fixed

  • Add support for edge-chromium to createExternalExtensionProvider (#318, #368)
  • Fix ESM-related build issues (#362, #363)

[17.2.0]

Changed

  • Bump @​metamask/utils from 9.1.0 to 9.2.1 (#357)
  • Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group (#359)

Removed

  • Remove deprecation console warnings when accessing window.ethereum.chainId, window.ethereum.networkVersion, and window.ethereum.selectedAddress (#360)

[17.1.2]

Added

  • Add @metamask/providers/stream-provider export (#351)
    • This replaces the @metamask/providers/dist/StreamProvider export. It still exists for backwards compatibility, but will be removed in a future major release.

Changed

  • Bump @metamask/utils from 9.0.0 to 9.1.0 (#348)

[17.1.1]

Changed

  • Bump @metamask/json-rpc-engine to ^9.0.1 (#345)
  • Bump @metamask/json-rpc-middleware-stream to ^8.0.1 (#345)
  • Bump @metamask/rpc-errors to ^6.3.1 (#345)
  • Bump @metamask/superstruct to ^3.1.0 (#338)
  • Bump @metamask/utils to ^9.0.0 (#345)

Fixed

  • Bump devDependency @ts-bridge/cli to ^0.2.0 (#343)
    • Fixes incorrect handling of json file imports, where an extension was appended to the file name after compilation (e.g. *.json.cjs or *.json.mjs).

[17.1.0]

Changed

  • Bump @metamask/json-rpc-middleware-stream from ^7.0.1 to ^8.0.0 (#327)
  • Bump @metamask/json-rpc-engine from ^8.0.2 to ^9.0.0 (#328)

... (truncated)

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)

Bumps [@metamask/providers](https://github.com/MetaMask/providers) from 17.0.0 to 17.2.1.
- [Release notes](https://github.com/MetaMask/providers/releases)
- [Changelog](https://github.com/MetaMask/providers/blob/main/CHANGELOG.md)
- [Commits](MetaMask/providers@v17.0.0...v17.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 4, 2024
Copy link

vercel bot commented Oct 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
xrpl-snap ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 4, 2024 7:10am

Copy link

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

Package New capabilities Transitives Size Publisher
npm/@lavamoat/aa@4.0.0 filesystem 0 21.6 kB naugtur
npm/@lavamoat/allow-scripts@3.0.0 environment, filesystem, shell 0 56.8 kB naugtur
npm/@npmcli/fs@2.1.1 filesystem 0 38.8 kB lukekarrys
npm/@npmcli/move-file@2.0.0 filesystem 0 8.56 kB gar
npm/@npmcli/node-gyp@3.0.0 filesystem 0 1.87 kB lukekarrys
npm/@npmcli/promise-spawn@6.0.2 environment, shell 0 11.8 kB nlf
npm/@npmcli/run-script@6.0.2 environment, filesystem 0 18.5 kB npm-cli-ops
npm/abbrev@1.1.1 None 0 4.78 kB isaacs
npm/agentkeepalive@4.2.1 network 0 38.8 kB fengmk2
npm/are-we-there-yet@3.0.1 None 0 14.3 kB lukekarrys
npm/bignumber.js@9.1.2 None 0 351 kB mikemcl
npm/bin-links@4.0.1 filesystem 0 20.7 kB lukekarrys
npm/cacache@16.1.1 filesystem 0 73.4 kB gar
npm/chownr@2.0.0 filesystem 0 5.75 kB isaacs
npm/cliui@8.0.1 None 0 32.3 kB oss-bot
npm/cmd-shim@6.0.2 filesystem 0 12.1 kB npm-cli-ops
npm/console-control-strings@1.1.0 None 0 12.7 kB iarna
npm/debug@4.3.4 environment 0 42.4 kB qix
npm/depd@1.1.2 environment, eval 0 30.5 kB dougwilson
npm/env-paths@2.2.1 None 0 10.2 kB sindresorhus
npm/escalade@3.1.1 filesystem 0 11.4 kB lukeed
npm/exponential-backoff@3.1.1 None 0 37.3 kB sssayegh
npm/fs-minipass@2.1.0 filesystem 0 14.1 kB isaacs
npm/fs.realpath@1.0.0 environment, filesystem 0 13.4 kB isaacs
npm/function-bind@1.1.2 None 0 31.4 kB ljharb
npm/gauge@4.0.4 None 0 43.2 kB gar
npm/get-caller-file@2.0.5 None 0 4.72 kB stefanpenner
npm/glob@7.2.3 filesystem 0 55.1 kB isaacs
npm/graceful-fs@4.2.11 environment, filesystem 0 32.5 kB isaacs
npm/hasown@2.0.1 None 0 11.1 kB ljharb
npm/http-cache-semantics@4.1.1 None 0 35.9 kB kornel
npm/http-proxy-agent@5.0.0 network 0 17.1 kB tootallnate
npm/https-proxy-agent@5.0.1 network 0 26 kB tootallnate
npm/humanize-ms@1.2.1 None 0 3.66 kB dead_horse
npm/imurmurhash@0.1.4 None 0 11.9 kB jensyt
npm/infer-owner@1.0.4 filesystem 0 4.29 kB isaacs
npm/inflight@1.0.6 None 0 3.76 kB isaacs
npm/is-core-module@2.13.1 None 0 30.2 kB ljharb
npm/is-fullwidth-code-point@3.0.0 None 0 4.99 kB sindresorhus
npm/is-lambda@1.0.1 None 0 2.94 kB watson
npm/isexe@2.0.0 environment, filesystem 0 11 kB isaacs
npm/json-parse-even-better-errors@3.0.0 None 0 9.66 kB lukekarrys
npm/lru-cache@7.18.3 None 0 134 kB isaacs
npm/make-fetch-happen@10.2.0 environment, network 0 59.3 kB gar
npm/minimatch@3.1.2 None 0 34.9 kB isaacs
npm/minipass-collect@1.0.2 None 0 4.87 kB isaacs
npm/minipass-fetch@2.1.0 environment, network 0 46.2 kB nlf
npm/minipass-flush@1.0.5 None 0 3.77 kB isaacs
npm/minipass-pipeline@1.2.4 None 0 7 kB isaacs
npm/minipass@3.3.5 None 0 48.1 kB isaacs
npm/minizlib@2.1.2 None 0 17.3 kB isaacs
npm/negotiator@0.6.3 None 0 27.4 kB dougwilson
npm/node-gyp@9.4.1 environment, shell 0 2.06 MB lukekarrys
npm/nopt@6.0.0 environment 0 23.9 kB gar
npm/npm-normalize-package-bin@3.0.1 None 0 3.58 kB npm-cli-ops
npm/npmlog@6.0.2 None 0 17.1 kB lukekarrys
npm/once@1.4.0 None 0 4.05 kB isaacs
npm/p-map@4.0.0 None 0 8.69 kB sindresorhus
npm/path-is-absolute@1.0.1 None 0 3.62 kB sindresorhus
npm/path-parse@1.0.7 None 0 4.51 kB jbgutierrez
npm/promise-inflight@1.0.1 None 0 3.04 kB iarna
npm/promise-retry@2.0.1 None 0 15.6 kB achingbrain
npm/read-cmd-shim@4.0.0 filesystem 0 5.16 kB lukekarrys
npm/read-package-json-fast@3.0.2 filesystem 0 8.62 kB lukekarrys
npm/require-directory@2.1.1 filesystem 0 12.1 kB troygoode
npm/semver@7.6.0 None 0 94.2 kB npm-cli-ops
npm/set-blocking@2.0.0 None 0 4.22 kB bcoe
npm/socks-proxy-agent@7.0.0 network 0 22.8 kB kikobeats
npm/ssri@9.0.1 None 0 37.5 kB nlf
npm/string-width@4.2.3 None 0 5.16 kB sindresorhus
npm/supports-preserve-symlinks-flag@1.0.0 None 0 9.18 kB ljharb
npm/tar@6.2.1 environment, filesystem 0 167 kB isaacs
npm/wrap-ansi@7.0.0 None 0 10.6 kB sindresorhus
npm/wrappy@1.0.2 None 0 2.96 kB zkat
npm/write-file-atomic@5.0.1 filesystem 0 12.2 kB npm-cli-ops
npm/yargs@17.7.2 environment, filesystem 0 292 kB oss-bot

🚮 Removed packages: npm/decimal.js@10.4.3, npm/react-error-overlay@6.0.11

View full report↗︎

Copy link
Author

dependabot bot commented on behalf of github Oct 17, 2024

Superseded by #114.

@dependabot dependabot bot closed this Oct 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/metamask/providers-17.2.1 branch October 17, 2024 06:32
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
None yet
Development

Successfully merging this pull request may close these issues.

0 participants