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

v7.24.2 #3831

Merged
merged 16 commits into from Oct 4, 2021
Merged

v7.24.2 #3831

merged 16 commits into from Oct 4, 2021

Commits on Sep 27, 2021

  1. deps: is-core-module@2.7.0

    wraithgar committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    69ab10b View commit details
    Browse the repository at this point in the history
  2. fix: encode url before opening

    will filter out a small subset of non-URL-safe characters that still
    parse properly with `new URL`
    
    PR-URL: #3804
    Credit: @isaacs
    Close: #3804
    Reviewed-by: @wraithgar
    wraithgar committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    56d6cfd View commit details
    Browse the repository at this point in the history
  3. fix: restore exit code on "npm outdated"

    closes: #2556
    xref: #1750
    
    The xref'ed PR apparently dropped this behavior
    without any explanation.
    
    PR-URL: #3799
    Credit: @gfyoung
    Close: #3799
    Reviewed-by: @wraithgar
    gfyoung authored and wraithgar committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    075fe50 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. deps: @npmcli/arborist@2.9.0

      * fix: avoid infinite loops in peer dep replacements
      * fix: use Intl.Collator for string sorting when available
      * feat(vuln): expose isDirect
    wraithgar committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    e94ddea View commit details
    Browse the repository at this point in the history
  2. fix: use Intl.Collator for string sorting when available

    The npm/cli form of npm/arborist#324
    
    Required adding options support to package used for this.
    
    PR-URL: #3809
    Credit: @isaacs
    Close: #3809
    Reviewed-by: @wraithgar
    isaacs committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    dbb90f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. docs: remove npm Enterprise from documentation

    PR-URL: #3805
    Credit: @ethomson
    Close: #3805
    Reviewed-by: @lukekarrys
    Edward Thomson authored and lukekarrys committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    f425950 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. fix(docs): add note about workspace script order

    PR-URL: #3699
    Credit: @behnammodi
    Close: #3699
    Reviewed-by: @wraithgar
    behnammodi authored and wraithgar committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    bb0b2da View commit details
    Browse the repository at this point in the history
  2. deps: arborist@2.10.0

      * includeWorkspaceRoot support
      * workspacesEnabled=false support
    
    PR-URL: #3815
    Credit: @wraithgar
    Close: #3815
    Reviewed-by: @isaacs
    wraithgar committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    8349c3c View commit details
    Browse the repository at this point in the history
  3. feat(workspaces): --include-workspace-root

    Adds a new config item that includes the workspace root when running
    non-arborist commands (i.e. repo, version, publish).  Arborist will need
    to be udpated to look for this flag to change its behavior to include
    the workspace root for its functions.
    
    This also changes --workspaces to a trinary, so that setting it to false
    will explicitly exclude workspaces altogether.  This is also going to
    require an arborist change so that it ignores workspaces altogether.
    
    Co-author: @fritzy
    
    PR-URL: #3816
    Credit: @isaacs
    Close: #3816
    Reviewed-by: @wraithgar
    wraithgar authored and lukekarrys committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    f17dfa0 View commit details
    Browse the repository at this point in the history
  4. Revert "feat(workspaces): --include-workspace-root"

    This reverts commit f17dfa0.
    lukekarrys committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    d7d5dd6 View commit details
    Browse the repository at this point in the history
  5. Revert "deps: arborist@2.10.0"

    This reverts commit 8349c3c.
    
    PR-URL: #3817
    Credit: @lukekarrys
    Close: #3817
    Reviewed-by: @wraithgar
    lukekarrys committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    827494c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    60715e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8171c50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ef5ab1 View commit details
    Browse the repository at this point in the history
  4. update AUTHORS

    lukekarrys committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    a84c00f View commit details
    Browse the repository at this point in the history
  5. 7.24.2

    lukekarrys committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    04eb43f View commit details
    Browse the repository at this point in the history