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 @metamask/subject-metadata-controller from 1.0.1 to 1.0.2 #1153

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2023

Bumps @metamask/subject-metadata-controller from 1.0.1 to 1.0.2.

Release notes

Sourced from @​metamask/subject-metadata-controller's releases.

1.0.2

Patches

  • Bugfix: collectibles original image: #99
Changelog

Sourced from @​metamask/subject-metadata-controller's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[33.0.0]

Added

  • Add clear function for NotificationController (#943)

Changed

  • BREAKING: Rename "Collectible" to "NFT" (#934)
    • Rename CollectiblesController to NftController, and rename all methods, controller properties, types, constants, and state properties to use the term "NFT" instead of "collectible".
    • Rename CollectibleDetectionController to NftDetectionController, and rename all methods, controller properties, types, constants, and state properties to use the term "NFT" instead of "collectible".
    • Rename AssetsContractController method getERC721CollectibleTokenId to getERC721NftTokenId.
    • Rename assetsUtil method compareCollectiblesMetadata to compareNftMetadata.
    • Rename constant ASSET_TYPES.COLLECTIBLE to ASSET_TYPES.NFT
    • Rename PreferencesController state property useCollectibleDetection to useNftDetection
    • Rename PreferenceController method setUseCollectibleDetection to setUseNftDetection

Fixed

  • Fix NetworkController lookupNetwork deadlock (#948)
  • Fix invalid rpcTarget and nickname network state after switching from custom network to Infura network using setProviderType (#947)

[32.0.2]

Fixed

  • Fix issue introduced in v32.0.1 where EthQuery is not instantiated correctly on GasFeeController when constructed (#936)

[32.0.1]

Fixed

  • Make both callback and messaging system options for TokenListController & GasFeeController when listening to NetworkController (#932)
  • Add error handling when eth_estimateGas fails in TransactionController (#920)

[32.0.0]

Added

  • Add isOutOfDate to the PhishingController, for checking whether the phishing lists are out-of-date. (#929)

Changed

  • BREAKING: Make the PhishingController test synchronous (#929)
    • Rather than being polled regularly (as it was pre-v31), or updated on fetch (as in v31), the phishing lists are no longer updated automatically at all. You will need to manually call isOutOfDate to check whether they are out-of-date, and then call updatePhishingLists to update them.
  • BREAKING: Migrate NetworkController to BaseControllerV2 (#903)
    • There is no more "controller configuration" with BaseControllerV2. Instead configuration is set by constructor parameters.
    • The constructor accepts a single "options" object rather than separate parameters. The initial state is now passed as part of this options object, via the state property.
    • The constructor must be passed the infuraProjectId and messenger options. The messenger should be a restricted controller messenger.
    • Controller subscriptions must be registered through the controller messenger, rather than through the controller directly.
    • A providerChange event has been added. This is dispatched when the provider instance variable is updated.
      • When there is a network switch, this is dispatched after the network has been fully initialized.
    • A new getEthQuery action has been added, for obtaining an EthQuery instance that is already setup with the current provider

... (truncated)

Commits
  • 608ebf4 Release 39.0.0 (#1066)
  • c3796a3 Rewrite NetworkController unit tests (#1039)
  • 0192798 Added updateCaveat action (#1071)
  • 46a8693 Remove unknown type from address types (#1068)
  • 1b5d988 Fix docs for preview build comment command (#1067)
  • 946edfe API-125 - Migrated from metaswap to metafi subdomain for proxy and token icon...
  • aef90d9 Update TokenDetectionController tests to not create networkController (#1062)
  • abc173f Update NftDetectionController tests to not create networkController i… (#1053)
  • 3977698 Add updateRequestState action to ApprovalController (#1059)
  • 593f3dc [network-controller] Make lookupNetwork async (#1063)
  • 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 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)

@dependabot dependabot bot requested a review from a team as a code owner January 25, 2023 06:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 25, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 25, 2023

Codecov Report

Merging #1153 (bacce0d) into main (4d71d34) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1153   +/-   ##
=======================================
  Coverage   95.26%   95.26%           
=======================================
  Files         134      134           
  Lines        4289     4289           
  Branches      729      729           
=======================================
  Hits         4086     4086           
  Misses        203      203           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Bumps [@metamask/subject-metadata-controller](https://github.com/MetaMask/core) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/MetaMask/core/releases)
- [Changelog](https://github.com/MetaMask/core/blob/main/CHANGELOG.old.md)
- [Commits](https://github.com/MetaMask/core/compare/@metamask/subject-metadata-controller@1.0.1...@metamask/subject-metadata-controller@1.0.2)

---
updated-dependencies:
- dependency-name: "@metamask/subject-metadata-controller"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/metamask/subject-metadata-controller-1.0.2 branch from a8bd8ae to bacce0d Compare January 25, 2023 10:24
@Mrtenz Mrtenz merged commit 0765442 into main Jan 25, 2023
@Mrtenz Mrtenz deleted the dependabot/npm_and_yarn/main/metamask/subject-metadata-controller-1.0.2 branch January 25, 2023 10:47
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.

2 participants