Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 12, 2022

Bumps @metamask/controllers from 26.0.0 to 29.0.1.

Release notes

Sourced from @​metamask/controllers's releases.

29.0.1

Added

  • Add SupportedTokenDetectionNetworks enum and util for token detection support. (#811)

Fixed

  • Fix bug introduced in v29.0.0 where createNewVaultAndRestore would crash with a validation failure. (#819)

29.0.0

Added

  • Reintroduce NotificationController for in-app notifications (#709)
  • Add optional token service timeout parameter(#793)

Changed

  • BREAKING: Bump eth-keyring-controller to 7.0.1 (#802)
    • Mnemonics in keyrings of type HD Key Tree are always serialized as arrays of numbers. exportSeedPhrase now returns a buffer rather than a string, consumers will need to adapt to this new return type accordingly.

28.0.0

Added

  • Add GrantPermissions action to PermissionsController (#780)
  • Add PermissionController.revokePermissionForAllSubjects action (#764)

Changed

  • BREAKING: Rename NotificationController to AnnouncementController (#697)
    • The NotificationController class is now AnnouncementController.
    • The controller notifications state has been renamed to announcements.
    • All other exported types including the word "notification" have been updated to use the word "announcement" instead.

27.1.1

Fixed

  • Move @keystonehq/metamask-airgapped-keyring to dependencies (#757)

27.1.0

Added

  • Now the KeyringController supports the QRKeyring from @keystonehq/metamask-airgapped-keyring. Developers can enable the import of accounts from a QR hardware wallet. A new optional parameter, setAccountLabel from the PreferencesController, should be passed to the KeyringController to enable this new functionality. (#685)

Changed

  • Bump eth-phishing-detect version from 1.1.14 to 1.1.16 (#742)
  • Bump @metamask/contract-metadata from 1.31.0 to 1.33.0 (#730)

Fixed

  • Improve error message when attempting to import an invalid private key (#739)

27.0.0

Changed

  • BREAKING: Further reduce load on Infura by removing non-critical data from the fallback implementation of the Gas API (#712)
    • In GasFeeEstimates – the type of the object returned by fetchGasEstimatesViaEthFeeHistory as well as type of gasFeeEstimates stored in GasFeeController — historicalBaseFeeRange, baseFeeTrend, latestPriorityFeeRange, historicalPriorityFeeRange, priorityFeeTrend, and networkCongestion can now be null. You should update your code to account for this.
    • The ExistingFeeHistoryBlock and NextFeeHistoryBlock types were inconvenient to use and are no longer public. You should use FeeHistoryBlock instead.
    • The BlockFeeHistoryDatasetFetcher class has been removed. There is no replacement.
    • The calculateBaseFeeRange, calculateBaseFeeTrend, calculateNetworkCongestion, calculatePriorityFeeRange, and calculatePriorityFeeTrend functions have been removed. There are no replacements.
  • Update AssetsContractController to make userAddress of getTokenStandardAndDetails optional (#717)

... (truncated)

Changelog

Sourced from @​metamask/controllers's changelog.

[29.0.1]

Added

  • Add SupportedTokenDetectionNetworks enum and util for token detection support. (#811)

Fixed

  • Fix bug introduced in v29.0.0 where createNewVaultAndRestore would crash with a validation failure. (#819)

[29.0.0]

Added

  • Reintroduce NotificationController for in-app notifications (#709)
  • Add optional token service timeout parameter(#793)

Changed

  • BREAKING: Bump eth-keyring-controller to 7.0.1 (#802)
    • Mnemonics in keyrings of type HD Key Tree are always serialized as arrays of numbers. exportSeedPhrase now returns a buffer rather than a string, consumers will need to adapt to this new return type accordingly.

[28.0.0]

Added

  • Add GrantPermissions action to PermissionsController (#780)
  • Add PermissionController.revokePermissionForAllSubjects action (#764)

Changed

  • BREAKING: Rename NotificationController to AnnouncementController (#697)
    • The NotificationController class is now AnnouncementController.
    • The controller notifications state has been renamed to announcements.
    • All other exported types including the word "notification" have been updated to use the word "announcement" instead.

[27.1.1]

Fixed

  • Move @keystonehq/metamask-airgapped-keyring to dependencies (#757)

[27.1.0] [DEPRECATED]

Added

  • Now the KeyringController supports the QRKeyring from @keystonehq/metamask-airgapped-keyring. Developers can enable the import of accounts from a QR hardware wallet. A new optional parameter, setAccountLabel from the PreferencesController, should be passed to the KeyringController to enable this new functionality. (#685)
    • UPDATE: This is broken. Consumers are encouraged to upgrade to [27.1.1].

Changed

  • Bump eth-phishing-detect version from 1.1.14 to 1.1.16 (#742)
  • Bump @metamask/contract-metadata from 1.31.0 to 1.33.0 (#730)

Fixed

  • Improve error message when attempting to import an invalid private key (#739)

[27.0.0]

Changed

  • BREAKING: Further reduce load on Infura by removing non-critical data from the fallback implementation of the Gas API (#712)
    • In GasFeeEstimates – the type of the object returned by fetchGasEstimatesViaEthFeeHistory as well as type of gasFeeEstimates stored in GasFeeController — historicalBaseFeeRange, baseFeeTrend, latestPriorityFeeRange, historicalPriorityFeeRange, priorityFeeTrend, and networkCongestion can now be null. You should update your code to account for this.
    • The ExistingFeeHistoryBlock and NextFeeHistoryBlock types were inconvenient to use and are no longer public. You should use FeeHistoryBlock instead.
    • The BlockFeeHistoryDatasetFetcher class has been removed. There is no replacement.

... (truncated)

Commits
  • a21d5a4 29.0.1 (#825)
  • a25d909 Revert "[Token Detection V2] 1 of 7 - Throw on failure for fetchTokenMetadata...
  • 9c3483a bump eth-keyring-controller to v7.0.2 (#819)
  • f685920 Add utils to format token list tokens for aggregators and icon url. (#810)
  • 638856e Add SupportedTokenDetectionNetworks enum and util for token detection support...
  • d4030cf [Token Detection V2] 1 of 7 - Throw on failure for fetchTokenMetadata in toke...
  • 2819895 Bump cross-fetch from 2.2.3 to 2.2.6 (#817)
  • e9215b0 29.0.0 (#813)
  • 0b6e5a0 export NotificationController and fix types (#815)
  • 654e5dc Reintroduce NotificationController for in-app notifications (#709)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by metamaskbot, a new releaser for @​metamask/controllers since your current version.


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 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/controllers](https://github.com/MetaMask/controllers) from 26.0.0 to 29.0.1.
- [Release notes](https://github.com/MetaMask/controllers/releases)
- [Changelog](https://github.com/MetaMask/controllers/blob/main/CHANGELOG.md)
- [Commits](MetaMask/core@v26.0.0...v29.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team and meppsilon as code owners May 12, 2022 06:59
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 12, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 9, 2022

Superseded by #125.

@dependabot dependabot bot closed this Jun 9, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/metamask/controllers-29.0.1 branch June 9, 2022 06:09
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.

1 participant