Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.15.0
Choose a base ref
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.16.0
Choose a head ref
  • 19 commits
  • 102 files changed
  • 11 contributors

Commits on May 21, 2026

  1. docs: Document npm_old_version and npm_new_version environment va…

    …riables (#9389)
    
    Backport of #9385 to `release/v11`.
    
    Co-authored-by: Oliver Byford <oliver.byford@digital.cabinet-office.gov.uk>
    github-actions[bot] and 36degrees authored May 21, 2026
    Configuration menu
    Copy the full SHA
    c5e9d73 View commit details
    Browse the repository at this point in the history
  2. fix(config): pause progress spinner during interactive editor spawn (#…

    …9388)
    
    Backport of #9372 to `release/v11`.
    
    Co-authored-by: Zelys <zelys@dfkhelper.com>
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    3 people authored May 21, 2026
    Configuration menu
    Copy the full SHA
    cde03ba View commit details
    Browse the repository at this point in the history

Commits on May 26, 2026

  1. chore: sanitize newlines in flags table default and type values (#9407)

    Backport of #9393 to release/v11.
    
    The `generateFlagsTable` function in `docs/lib/index.js` sanitizes
    `description` for newlines but not `defaultVal` or `typeVal`. Multi-line
    `defaultDescription` values (like `--access`) break the markdown table
    rendering.
    
    Adds `.replace(/\n/g, ' ').trim()` to both `defaultVal` and `typeVal`,
    matching the existing sanitization on `desc`.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    reggi and Copilot authored May 26, 2026
    Configuration menu
    Copy the full SHA
    aeceb23 View commit details
    Browse the repository at this point in the history
  2. fix: exempt local project introspection from allow-directory

    (cherry picked from commit 6237783)
    owlstronaut committed May 26, 2026
    Configuration menu
    Copy the full SHA
    5000cbf View commit details
    Browse the repository at this point in the history
  3. fix: fix typo of fullMetadata

    (cherry picked from commit 33aebaa)
    owlstronaut committed May 26, 2026
    Configuration menu
    Copy the full SHA
    1f7869b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. feat: Phase 1 of allowScripts opt-in install-script policy (#9360) (#…

    …9415)
    
    Backports #9360 to v11.
    
    Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
    owlstronaut and JamieMagee authored May 27, 2026
    Configuration menu
    Copy the full SHA
    a10c7ca View commit details
    Browse the repository at this point in the history
  2. feat: publish --access=private alias for restricted (#9416)

    Backport of #9153 to `release/v11`.
    
    Co-authored-by: Tea Reggi <reggi@github.com>
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    3 people authored May 27, 2026
    Configuration menu
    Copy the full SHA
    4b67f6e View commit details
    Browse the repository at this point in the history
  3. fix: skip hidden lockfile save on dry run (#9417)

    Backport of #9395 to `release/v11`.
    
    Co-authored-by: Puneet Dixit <puneetdixit4321@gmail.com>
    Co-authored-by: Puneet Dixit <236133619+puneetdixit200@users.noreply.github.com>
    3 people authored May 27, 2026
    Configuration menu
    Copy the full SHA
    4d141a0 View commit details
    Browse the repository at this point in the history
  4. fix(arborist): drop self-link materialization for undeclared workspac…

    …es (#9418)
    
    Backport of #9399 to `release/v11`.
    
    Co-authored-by: Manzoor Wani <manzoorwani.jk@gmail.com>
    github-actions[bot] and manzoorwanijk authored May 27, 2026
    Configuration menu
    Copy the full SHA
    d8a7803 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f6ce33 View commit details
    Browse the repository at this point in the history
  6. deps: semver@7.8.1

    owlstronaut committed May 27, 2026
    Configuration menu
    Copy the full SHA
    edc4ab3 View commit details
    Browse the repository at this point in the history
  7. deps: @npmcli/agent@4.0.2

    owlstronaut committed May 27, 2026
    Configuration menu
    Copy the full SHA
    74c7323 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4eab03f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dea702d View commit details
    Browse the repository at this point in the history
  10. deps: lru-cache@11.5.1

    owlstronaut committed May 27, 2026
    Configuration menu
    Copy the full SHA
    2779793 View commit details
    Browse the repository at this point in the history
  11. deps: sigstore@4.1.1

    owlstronaut committed May 27, 2026
    Configuration menu
    Copy the full SHA
    fde87c9 View commit details
    Browse the repository at this point in the history
  12. deps: undici@6.26.0

    owlstronaut committed May 27, 2026
    Configuration menu
    Copy the full SHA
    cdd7bbc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bd04976 View commit details
    Browse the repository at this point in the history
  14. chore: release 11.16.0

    github-actions[bot] authored and owlstronaut committed May 27, 2026
    Configuration menu
    Copy the full SHA
    960135a View commit details
    Browse the repository at this point in the history
Loading