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

Update from nopt 4.x to nopt 5.0.0 #156

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Commits on Jun 9, 2024

  1. Update from nopt 4.x to nopt 5.0.0

    installation of latest [email protected] produces a warning:
    
    ```
    npm WARN deprecated [email protected]: This package is no longer supported.
    ```
    
    This package is only used by nopt to call `os.homedir()` which has
    been stable since Node.js 2. It was removed [1] in nopt 5.0.0.
    
    There are newer versions of nopt available, but those raise the
    required Node.js engine level. In order to make this easy to release
    and to resolve the warning first, let's first move to nopt 5.0.0.
    
    [1]: npm/nopt@5c0e45b
    Krinkle committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    e634da7 View commit details
    Browse the repository at this point in the history