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

Release/v8.1.0 #3896

Merged
merged 16 commits into from Oct 14, 2021
Merged

Release/v8.1.0 #3896

merged 16 commits into from Oct 14, 2021

Commits on Oct 7, 2021

  1. chore: remove ignored deps

    This came up after publish, looks like node_modules didn't get cleaned
    out properly after the last dep updates and bundle/gitignores
    wraithgar committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    57893e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. chore: Update Node support in README

    xref: #3762
    
    PR-URL: #3861
    Credit: @gfyoung
    Close: #3861
    Reviewed-by: @wraithgar
    gfyoung authored and wraithgar committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    f77932c View commit details
    Browse the repository at this point in the history
  2. chore: update issue configs

    PR-URL: #3858
    Credit: @darcyclarke
    Close: #3858
    Reviewed-by: @wraithgar
    darcyclarke authored and wraithgar committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    1862be6 View commit details
    Browse the repository at this point in the history
  3. chore: update bug template to reference latest version

    PR-URL: #3857
    Credit: @darcyclarke
    Close: #3857
    Reviewed-by: @wraithgar
    darcyclarke authored and wraithgar committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    a653ceb View commit details
    Browse the repository at this point in the history
  4. fix: include index.js in files array

    This repairs the ability to `node .` from the installed package.
    
    `require('npm')` will still not work, as this was disabled in v8.0.0
    
    PR-URL: #3874
    Credit: @wraithgar
    Close: #3874
    Reviewed-by: @lukekarrys
    wraithgar committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    472ef37 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. chore(deps): @npmcli/arborist@4.0.0

    Bumped patch versions of libnpmexec and libnpmfund to dedupe
    isaacs committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    13aed70 View commit details
    Browse the repository at this point in the history
  2. feat(config): Add --lockfile-version config option

    Depends on @npmcli/arborist@4.0.0
    
    Re: npm/rfcs#434
    
    PR-URL: #3880
    Credit: @isaacs
    Close: #3880
    Reviewed-by: @wraithgar
    isaacs committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    d559d6d View commit details
    Browse the repository at this point in the history
  3. docs: grammar fix

    PR-URL: #3878
    Credit: @XhmikosR
    Close: #3878
    Reviewed-by: @wraithgar
    XhmikosR authored and wraithgar committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a190f42 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. deps: pacote@12.0.2

      * fix: preserve git+ssh url for non-hosted repos
      * deps: update npm-packlist@3.0.0
        * fix: no longer include ignored bundled link deps
    
    PR-URL: #3883
    Credit: @wraithgar
    Close: #3883
    Reviewed-by: @nlf
    wraithgar authored and nlf committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    ae4bf01 View commit details
    Browse the repository at this point in the history
  2. deps: @npmcli/ci-detect@1.4.0

    PR-URL: #3889
    Credit: @wraithgar
    Close: #3889
    Reviewed-by: @nlf
    wraithgar authored and nlf committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    fbc5a3d View commit details
    Browse the repository at this point in the history
  3. deps: @npmcli/arborist@4.0.1

    nlf committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    b6bc279 View commit details
    Browse the repository at this point in the history
  4. deps: @npmcli/map-workspaces@2.0.0

    PR-URL: #3893
    Credit: @nlf
    Close: #3893
    Reviewed-by: @nlf
    nlf committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0f69d29 View commit details
    Browse the repository at this point in the history
  5. feat(workspaces): add --include-workspace-root and explicit --no-work…

    …spaces
    
    Adds a new config item that includes the workspace root. This also changes
    --workspaces to a trinary, so that setting it to false will explicitly exclude
    workspaces altogether.
    
    PR-URL: #3890
    Credit: @fritzy
    Close: #3890
    Reviewed-by: @wraithgar
    wraithgar authored and nlf committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    24273a8 View commit details
    Browse the repository at this point in the history
  6. docs: changelog for v8.1.0

    nlf committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    eff6109 View commit details
    Browse the repository at this point in the history
  7. update AUTHORS

    nlf committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    8daf1bb View commit details
    Browse the repository at this point in the history
  8. 8.1.0

    nlf committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    69bff9c View commit details
    Browse the repository at this point in the history