-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Comparing changes
Open a pull request
base repository: npm/cli
base: v11.15.0
head repository: npm/cli
compare: v11.16.0
- 19 commits
- 102 files changed
- 11 contributors
Commits on May 21, 2026
-
docs: Document
npm_old_versionandnpm_new_versionenvironment va…Configuration menu - View commit details
-
Copy full SHA for c5e9d73 - Browse repository at this point
Copy the full SHA c5e9d73View commit details -
fix(config): pause progress spinner during interactive editor spawn (#…
Configuration menu - View commit details
-
Copy full SHA for cde03ba - Browse repository at this point
Copy the full SHA cde03baView commit details
Commits on May 26, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for aeceb23 - Browse repository at this point
Copy the full SHA aeceb23View commit details -
fix: exempt local project introspection from allow-directory
(cherry picked from commit 6237783)
Configuration menu - View commit details
-
Copy full SHA for 5000cbf - Browse repository at this point
Copy the full SHA 5000cbfView commit details -
(cherry picked from commit 33aebaa)
Configuration menu - View commit details
-
Copy full SHA for 1f7869b - Browse repository at this point
Copy the full SHA 1f7869bView commit details
Commits on May 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a10c7ca - Browse repository at this point
Copy the full SHA a10c7caView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4b67f6e - Browse repository at this point
Copy the full SHA 4b67f6eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4d141a0 - Browse repository at this point
Copy the full SHA 4d141a0View commit details -
fix(arborist): drop self-link materialization for undeclared workspac…
Configuration menu - View commit details
-
Copy full SHA for d8a7803 - Browse repository at this point
Copy the full SHA d8a7803View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f6ce33 - Browse repository at this point
Copy the full SHA 5f6ce33View commit details -
Configuration menu - View commit details
-
Copy full SHA for edc4ab3 - Browse repository at this point
Copy the full SHA edc4ab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74c7323 - Browse repository at this point
Copy the full SHA 74c7323View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eab03f - Browse repository at this point
Copy the full SHA 4eab03fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dea702d - Browse repository at this point
Copy the full SHA dea702dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2779793 - Browse repository at this point
Copy the full SHA 2779793View commit details -
Configuration menu - View commit details
-
Copy full SHA for fde87c9 - Browse repository at this point
Copy the full SHA fde87c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd7bbc - Browse repository at this point
Copy the full SHA cdd7bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd04976 - Browse repository at this point
Copy the full SHA bd04976View commit details -
Configuration menu - View commit details
-
Copy full SHA for 960135a - Browse repository at this point
Copy the full SHA 960135aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v11.15.0...v11.16.0