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: f424d21
Choose a base ref
...
head repository: MetaMask/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 32d423c
Choose a head ref
  • 4 commits
  • 13 files changed
  • 4 contributors

Commits on Apr 5, 2023

  1. Update GitHub Actions to match module template (#95)

    The GitHub Actions have been updated to match the latest version of the
    module template.
    
    Notable changes include:
    * We now use `setup-node` for caching rather than manually caching
    dependencies.
    * The "all-jobs-pass" required status check has been split into two
    steps ("all-jobs-completed" and "all-jobs-pass") to ensure it runs even
    when a required job is skipped, ensuring that the status check itself
    is never skipped.
    * The obsolete `require-additional-reviewer` check has been removed.
    * Yarn v3 is now used for publishing rather than npm
    Gudahtt authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e584d08 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Keep original type when using hasProperty if defined (#94)

    Keep original type when using hasProperty if defined
    Mrtenz authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3bc97c4 View commit details
    Browse the repository at this point in the history
  2. Use PAT for publishing docs (#96)

    The `publish-docs` workflow has been updated to use a personal access token
    for publishing docs instead of using the `GITHUB_TOKEN`. This allows for more
    control over doc publishing permissions.
    
    Relates to MetaMask/metamask-module-template#184
    Gudahtt authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    9d61c92 View commit details
    Browse the repository at this point in the history
  3. 5.0.1 (#97)

    * 5.0.1
    
    * Update changelog
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Mark Stacey <markjstacey@gmail.com>
    3 people authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    32d423c View commit details
    Browse the repository at this point in the history
Loading