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: bump minimum required Deno version to 1.46.0 and cleanup #332

Merged
merged 46 commits into from
Oct 21, 2024

Commits on Oct 16, 2024

  1. remove vendor

    magurotuna committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b2f279b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0689f2f View commit details
    Browse the repository at this point in the history
  3. add @std/fmt to import map

    magurotuna committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d7f7a1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22b0a41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7154bc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64a2377 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39cf61e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a5634b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d9ab89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da97769 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5883f7b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    400009e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c326a14 View commit details
    Browse the repository at this point in the history
  14. remove deps.ts

    magurotuna committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0b73a8b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1a4df3d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1cd3f83 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    121b51c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0dd25b5 View commit details
    Browse the repository at this point in the history
  19. fix isTerminal function

    magurotuna committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9b3b9fa View commit details
    Browse the repository at this point in the history
  20. Remove our own isTerminal function

    Our current minimum supported Deno CLI version is 1.41.1, which has
    builtin support for `isTerminal` method on various i/o streams. So we no
    longer need to have our custom version.
    magurotuna committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7895e15 View commit details
    Browse the repository at this point in the history
  21. add comment

    magurotuna committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    702b3bb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. format

    magurotuna committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    04747d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab2e045 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f257e12 View commit details
    Browse the repository at this point in the history
  4. update deno.lock

    magurotuna committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    322cf74 View commit details
    Browse the repository at this point in the history
  5. fix bundle.ts

    magurotuna committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0b962ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3139152 View commit details
    Browse the repository at this point in the history
  7. run deno task build-action

    magurotuna committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f66eaa9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    084d92b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fdfb480 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    107302f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ba4405 View commit details
    Browse the repository at this point in the history
  12. format

    magurotuna committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ba503dc View commit details
    Browse the repository at this point in the history
  13. import process

    magurotuna committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a0882d6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    70b0fc8 View commit details
    Browse the repository at this point in the history
  15. use ubuntu-latest

    magurotuna committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    798a29f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0bc0ed3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4ab48d3 View commit details
    Browse the repository at this point in the history
  18. run deno task build-action

    magurotuna committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c8593da View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    599021d View commit details
    Browse the repository at this point in the history
  20. Revert "try --no-lock (not works, because help_test spawns another de…

    …no process)"
    
    This reverts commit 1f0f76985a5fb05d9744a9ff11d4004dd515eb67.
    magurotuna committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2ee0829 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fd59d23 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    54092f5 View commit details
    Browse the repository at this point in the history
  23. run deno task build-action

    magurotuna committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8cf317b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    3e0d9a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63d497 View commit details
    Browse the repository at this point in the history