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

gar/libnpmexec fixes #5244

Merged
merged 6 commits into from Aug 2, 2022
Merged

gar/libnpmexec fixes #5244

merged 6 commits into from Aug 2, 2022

Commits on Aug 1, 2022

  1. deps: add @npmcli/fs@2.1.1

    wraithgar committed Aug 1, 2022
    Copy the full SHA
    1d1799d View commit details
    Browse the repository at this point in the history
  2. deps: add semver@7.3.7

    wraithgar committed Aug 1, 2022
    Copy the full SHA
    e63bc77 View commit details
    Browse the repository at this point in the history
  3. deps: @npmcli/run-script@4.2.0

      - add `binPaths` param
    wraithgar committed Aug 1, 2022
    Copy the full SHA
    84ba6f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. fix: properly find locally/globally/npxCache packages

    Lots of bugfixes here, we properly parse ranges and versions, and we
    also now work with git repos and gists, and know when they are already
    installed.
    wraithgar committed Aug 2, 2022
    Copy the full SHA
    055b843 View commit details
    Browse the repository at this point in the history
  2. fix: use binPaths

    This will allow for a locally installed package to differ from the one
    requested on the command line, the one requested will now actually run.
    wraithgar committed Aug 2, 2022
    Copy the full SHA
    d6fa4cc View commit details
    Browse the repository at this point in the history
  3. fix: fix exec tests and clean up workspace-location-msg

    The workspace-location-msg file was being called improperly by `npm
    init` and not even tested, and when digging in it probably shouldn't be
    used at all from there. It's not always a workspace in this context.
    wraithgar committed Aug 2, 2022
    Copy the full SHA
    6038528 View commit details
    Browse the repository at this point in the history