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 to deno 1.41, cliffy v1.0 rc3 and std lib to 0.216 #285

Merged
merged 3 commits into from
Mar 25, 2024

Commits on Mar 25, 2024

  1. chore: upgrade to deno 1.41, cliffy v1.0 rc3 and std lib to 0.216

    lots of smaller changes
    
    closes #276
    JohannesRudolph committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    916963d View commit details
    Browse the repository at this point in the history
  2. fix: incorrect use of select prompts

    cliffy's upgraded typings were not conclusive, it turns out we need to
    explicitly pass the generic type parameter of what we want to get out
    of the prompt or else the return type does not match the actual shape.
    JohannesRudolph committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    abd2056 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27b1985 View commit details
    Browse the repository at this point in the history