Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
111e284
npm-package-arg@8.1.2
ruyadorno Mar 18, 2021
33c8536
normalize-package-data@3.0.2
ruyadorno Mar 18, 2021
af7eaac
hosted-git-info@4.0.1
ruyadorno Mar 18, 2021
9166230
@npmcli/run-script@1.8.4
ruyadorno Mar 18, 2021
f06c12e
eslint@7.22.0
ruyadorno Mar 18, 2021
966057c
jsdom@16.5.1
ruyadorno Mar 18, 2021
b395763
yaml@1.10.2
ruyadorno Mar 18, 2021
46e14bd
chore(config): remove flatOptions references
wraithgar Mar 9, 2021
8cce428
fix(publish): handle case where multiple config list is present
kenrick95 Mar 15, 2021
6598bfe
New consolidated config definitions
isaacs Mar 15, 2021
68db124
Auto-generate 'npm help 7 config' from actual definitions
isaacs Mar 15, 2021
f52c51d
@npmcli/config@2.0.0
isaacs Mar 15, 2021
7c89e74
update lib/*.js to use new config structures
isaacs Mar 15, 2021
aaafab8
Remove old config definitions and flattening logic
isaacs Mar 16, 2021
a8d0751
npm-pick-manifest@6.1.1
isaacs Mar 18, 2021
41facf6
feat(help): refactor npm help/help-search
wraithgar Mar 11, 2021
ad65bd9
docs(configuring-npm): Fix broken link
Mar 13, 2021
0a331ac
bump version in v7 bug template
jansepke Mar 15, 2021
78cb830
docs: add asdf-nodejs as a viable version manager
augustobmoura Mar 15, 2021
7e99515
chore: fix rebuild win tests
ruyadorno Mar 18, 2021
fc8a1ff
fix(tests): go back to mockNpm in test
wraithgar Mar 18, 2021
b419bfb
Update test-coverage command
chowkapow Mar 15, 2021
8a38afe
docs(package-json): document default main behavior
klausbayrhammer Mar 16, 2021
33c4189
feat: add run-script workspaces
ruyadorno Mar 7, 2021
d98edd1
restore npm.flatOptions.npmCommand
isaacs Mar 18, 2021
e94a458
fix(suggestions): clarify Unknown command output
wraithgar Mar 19, 2021
629aaf3
cacache@15.0.6
wraithgar Mar 22, 2021
b876442
fix(usage): tie usage to config
wraithgar Mar 19, 2021
e1b3b31
feat: add exec workspaces
ruyadorno Mar 7, 2021
93a061d
fix(usage): add action items to error output
wraithgar Mar 22, 2021
15ee1ae
fix: yes config
ruyadorno Mar 22, 2021
b7b4491
fix: which config
ruyadorno Mar 22, 2021
4fb6e2f
fix: npm birthday
ruyadorno Mar 22, 2021
1924eb4
libnpmversion@1.0.12
wraithgar Mar 23, 2021
8e4621d
fix(run-script): remove log.disableProgress
ruyadorno Mar 23, 2021
f76e7c2
pacote@11.3.1
ruyadorno Mar 23, 2021
4928512
semver@7.3.5
ruyadorno Mar 23, 2021
7b5606b
@npmcli/arborist@2.2.9
ruyadorno Mar 23, 2021
b043bf9
fix docs generation for yes config
ruyadorno Mar 23, 2021
7706557
docs: changelog for v7.7.0
ruyadorno Mar 23, 2021
0364be0
update AUTHORS
ruyadorno Mar 23, 2021
581b60b
7.7.0
ruyadorno Mar 23, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix docs generation for yes config
  • Loading branch information
ruyadorno committed Mar 23, 2021
commit b043bf994da50ba31d330a2ffdcc85c272b36fce
4 changes: 2 additions & 2 deletions docs/content/using-npm/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1343,8 +1343,8 @@ workspaces.

#### `yes`

* Default: false
* Type: Boolean
* Default: null
* Type: null or Boolean

Automatically answer "yes" to any prompts that npm might print on the
command line.
Expand Down
3 changes: 3 additions & 0 deletions docs/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
- title: npm explore
url: /commands/npm-explore
description: Browse an installed package
- title: npm find-dupes
url: /commands/npm-find-dupes
description: Find duplication in the package tree
- title: npm fund
url: /commands/npm-fund
description: Retrieve funding information
Expand Down