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(deps): bump got and xo #13

Closed
wants to merge 16 commits into from

Commits on Sep 25, 2024

  1. chore: add package-lock.json

    Souler committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5485cb3 View commit details
    Browse the repository at this point in the history
  2. feat: bump minimal node engine version

    BREAKING CHANGE: we are dropping support for node version 10 through 17
    Souler committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8f3ff17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a04fd74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc09540 View commit details
    Browse the repository at this point in the history
  5. feat: add codecov to the CI

    Souler committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c8d9cd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Merge pull request #1 from Souler/jest-and-github-actions

    Migrate to Jest and Github Actions
    Souler authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    d7135ba View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    e91597a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. refactor: rename formatting functions

    As requested by @3imed-jaberi on PR #11
    Souler committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    43f2576 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4c9f81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38c09d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc781f2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11 from Souler/refactor/drop-moment-dependency

    Remove moment as a dependency
    3imed-jaberi authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d172efe View commit details
    Browse the repository at this point in the history
  6. chore: remove package-lock.json

    As suggested by @3imed-jaberi in PR #10
    Souler committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    5063133 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10 from Souler/master

    Migrate to Jest and Github Actions
    3imed-jaberi authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    fb68a65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30b4a7b View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump got and xo

    Removes [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependency [xo](https://github.com/xojs/xo). These dependencies need to be updated together.
    
    
    Removes `got`
    
    Updates `xo` from 0.32.1 to 0.59.3
    - [Release notes](https://github.com/xojs/xo/releases)
    - [Commits](xojs/xo@v0.32.1...v0.59.3)
    
    ---
    updated-dependencies:
    - dependency-name: got
      dependency-type: indirect
    - dependency-name: xo
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    260ec50 View commit details
    Browse the repository at this point in the history