Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MetaMask/utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.4.2
Choose a base ref
...
head repository: MetaMask/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.5.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 6 contributors

Commits on Jul 10, 2025

  1. chore: Use full lodash package (#253)

    We already have `lodash` in the dependency tree of most of our
    repositories. Therefore we prefer using that for `utils` as well. This
    also reduces the amount of patches we have to create to get `lodash`
    running in the clients.
    
    Closes #252
    FrederikBolding authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    e528b1f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. chore: Move lodash types to deps (#257)

    Move lodash types to be a regular dependency to fix downstream issues.
    
    Fixes #256
    FrederikBolding authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    a8b12f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. feat: Add KnownCaipNamespacedChainId type (#258)

    This commit adds a type for CAIP chain IDs that are namespaced by a
    known CAIP namespace.
    
    This type enables the usage of safer literal string types for namespaced
    CAIP chain IDs, and is intended as a narrower alternative to
    `CaipChainId`.
    
    ---------
    
    Co-authored-by: Eric Wolff <erwolff@gmail.com>
    MajorLift and erwolff authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    4eab923 View commit details
    Browse the repository at this point in the history
  2. 11.5.0 (#260)

    This is the release candidate for version 11.5.0.
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
    Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
    4 people authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    66f825d View commit details
    Browse the repository at this point in the history
Loading