Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

BREAKING: Update dependencies, fix code style, and standardise workflows #139

Merged
merged 7 commits into from
Apr 12, 2023

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    4fe4e8c View commit details
    Browse the repository at this point in the history
  2. Add/update linting, and TypeScript configuration files

    This commit adds/updates various configuration files in the project, including updating the `nvmrc` node version to the latest LTS, changing branch protection to default `main` branch, and adding an access field to the `package.json` for publishing under the `@metamask` scope. The linting configuration changes will ignore some new directories in certain files to make the tests pass. The TypeScript changes updates the `tsconfig.build.json` to improve building process, and make the project ready for documentation generation using `typedoc`.
    Mrtenz committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    a72d249 View commit details
    Browse the repository at this point in the history
  3. Update Yarn to v3

    Mrtenz committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    619f3a6 View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    Mrtenz committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    c6bc733 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7471026 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f6d4a8 View commit details
    Browse the repository at this point in the history
  7. Update build-lint-test.yml to use Node.js 16.x, 18.x and 19.x

    This change updates the matrix of the build-lint-test.yml Github Actions workflow to only use Node.js 16.x, 18.x and 19.x.
    Mrtenz committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8dc6f9d View commit details
    Browse the repository at this point in the history