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

chore: upgrade dependencies #189

Merged
merged 4 commits into from Jul 15, 2021
Merged

chore: upgrade dependencies #189

merged 4 commits into from Jul 15, 2021

Commits on Jul 7, 2021

  1. feat: upgrade to node.js 16 to support ES modules by default

    This will help upgrading dependencies to new versions that are exported
    as ESM.
    
    BREAKING CHANGE: Node.js version used on the action updated from 12 to
    16
    wagoid committed Jul 7, 2021
    Copy the full SHA
    30d514f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8ea3404 View commit details
    Browse the repository at this point in the history
  3. chore(deps): upgrade @commitlint dependencies

    Resolves #187
    wagoid committed Jul 7, 2021
    Copy the full SHA
    9e5880e View commit details
    Browse the repository at this point in the history
  4. feat: update dependencies that needed to switch to ESM syntax

    Some packages were updated to versions that now use ECMAScript modules,
    so this repo was updated to use ES modules using Node.js built-in support.
    
    Update was done using the great guide from @sindresorhus:
    https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
    wagoid committed Jul 7, 2021
    Copy the full SHA
    5463926 View commit details
    Browse the repository at this point in the history