npm

npm:release/v7

Last commit made on 2023-09-22
Get this branch:
git clone -b release/v7 https://git.launchpad.net/npm

Branch merges

Branch information

Name:
release/v7
Repository:
lp:npm

Recent commits

c1c3ada... by Darshan Khot <email address hidden>

docs: fix formatting on npm version example (#6830)

Made description to individual command to resolve color coding issue in website mode, due to conflict in single inverted commas.

8c24049... by Michael Hiiva <email address hidden>

docs: patch separated commands (#6707)

* Update npm-completion.md Separated Commands

These commands should be separated because the are appending different files. They should not be on the same copy code section.

* Update npm-completion.md

Removed extra return from code section

04eb43f... by Luke Karrys <email address hidden>

7.24.2

a84c00f... by Luke Karrys <email address hidden>

update AUTHORS

6ef5ab1... by Luke Karrys <email address hidden>

docs: changelog for v7.24.2

8171c50... by Gar <email address hidden>

chore: fix bundleDependencies in package-lock

60715e3... by Gar <email address hidden>

chore: fix bundleDependencies

827494c... by Luke Karrys <email address hidden>

Revert "deps: arborist@2.10.0"

This reverts commit 8349c3c1557ac52973ad08c10db492e3a5a30204.

PR-URL: https://github.com/npm/cli/pull/3817
Credit: @lukekarrys
Close: #3817
Reviewed-by: @wraithgar

d7d5dd6... by Luke Karrys <email address hidden>

Revert "feat(workspaces): --include-workspace-root"

This reverts commit f17dfa0ced7d8df9bb7baf378bb20d33175c8e8b.

f17dfa0... by Gar <email address hidden>

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: https://github.com/npm/cli/pull/3816
Credit: @isaacs
Close: #3816
Reviewed-by: @wraithgar