Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.14.11
->^7.0.0
Release Notes
npm/cli
v7.10.0
Compare Source
FEATURES
f9b639eb6
#3052
feat(bugs): fall back to email if provided
(@Yash-Singh1)
8c9e24778
#3055
feat(version): add workspace support
(@wraithgar)
DEPENDENCIES
f1e6743a6
[email protected]
3b476a24c
@npmcl/[email protected]
dfcd0c1e2
#3069
[email protected]
DOCUMENTATION
90b61eda9
#3053
fix(contributing.md): explicitely outline dep updates
(@darcyclarke)
v7.9.0
Compare Source
FEATURES
1f3e88eba
#3032
feat(dist-tag): add workspace support
(@nlf)
6e31df4e7
#3033
feat(pack): add workspace support
(@wraithgar)
DEPENDENCIES
ba4f7fea8
[email protected]
v7.8.0
Compare Source
FEATURES
8bcc5d73f
#2972
feat(workspaces): add repo and docs
(@wraithgar)
ec520ce32
#2998
feat(set-script): implement workspaces
32717a60e
#3001
feat(view): add workspace support
(@wraithgar)
7b177e43f
#3014
feat(config): add 'envExport' flag
(@isaacs)
BUG FIXES
4c4252348
#3016
fix(usage): specify the key each time for multiples
(@isaacs)
9237d375b
#3013
fix(docs): add workspaces configuration
(@wraithgar)
cb6eb0d20
#3015
fix(ERESOLVE): better errors when current is missing
(@isaacs)
DEPENDENCIES
61da39beb
@npmcli/[email protected]
fb095a708
@npmcli/[email protected]
:ERESOLVE if known, and address self-linking edge case.
workspace
configuration value.chown
the project root path.v7.7.6
Compare Source
BUG FIXES
9dd2ed518
fix empty newline printed to stderr
(@ruyadorno)
9d391462a
#2973
fix spelling in workspaces.md file
(@sethomas)
4b100249a
#2979
change 'maxsockets' default value back to 15
(@wallrat)
DEPENDENCIES
a28f89572
[email protected]
script-shell
config onnpm version
lifecycle scripts03734c29e
[email protected]
bundledDependencies
80ce2a019
@npmcli/[email protected]
v7.7.5
Compare Source
BUG FIXES
95ba87622
#2949
fix handling manual indexes in
npm help
(@dmchurch)
59cf37962
#2958
always set
npm.command
to canonical command name(@isaacs)
1415b4bde
#2964
fix(config): properly translate user-agent
(@wraithgar)
59271936d
#2965
fix(config): tie save-exact/save-prefix together
(@wraithgar)
TESTS
97b415287
#2959
add smoke tests
(@ruyadorno)
v7.7.4
Compare Source
BUG FIXES
200bee74b
#2951
fix(config): accept explicit
production=false
(@wraithgar)
7b45e9df6
#2950
warn if using workspaces config options in
npm config
(@ruyadorno)
v7.7.3
Compare Source
BUG FIXES
c76f04ac2
#2925
fix(set-script): add completion
(@Yash-Singh1)
0379eab69
#2929
fix(install): ignore auditLevel
npm install
should not be affected by theauditLevel
config, as theresults of audit do not change its exit status.
(@wraithgar)
98efadeb4
#2923
fix(audit-level): add
info
audit levelThis is a valid level but wasn't configured to be allowed.
Also added this param to the usage output for
npm audit
(@wraithgar)
e8d2adcf4
#2945
config should not error when workspaces are configured
(@nlf)
aba2bc623
#2944
fix(progress): re-add progress bar to reify
The logger was no longer in flatOptions, we pass it in explicitly now
(@wraithgar)
877b4ed29
#2946
fix(flatOptions): re-add
_auth
This was not being added to flatOptions, and things like
npm-registry-fetch
are looking for it.(@wraithgar)
v7.7.2
Compare Source
BUG FIXES
a4df2b98d
#2942
Restore --dev flag, unify --omit flatteners
(@isaacs)
DEPENDENCIES
2cbfaac0e
[email protected]
urls for gitlab
(@nlf)
v7.7.1
Compare Source
BUG FIXES
543b0e39b
#2930
fix(uninstall): use correct local prefix
(@jameschensmith)
dce4960ef
#2932
fix(config): flatten savePrefix properly
(@wraithgar)
v7.7.0
Compare Source
FEATURES
33c4189f9
#2864
add
npm run-script
workspaces support(@ruyadorno)
e1b3b318f
#2886
add
npm exec
workspaces support(@ruyadorno)
41facf643
#2859
expanded "Did you mean?" suggestions for missing cmds and scripts
(@wraithgar)
BUG FIXES
8cce4282f
#2865
npm publish
: handle case where multiple config list is present(@kenrick95)
6598bfe86
mark deprecated configs
(@isaacs)
8a38afe77
#2881
docs(package-json): document default main behavior
(@klausbayrhammer)
93a061d73
#2917
add action items to
npm run
error output(@wraithgar)
DOCUMENTATION
ad65bd910
#2860
fix link in configuring-npm
(@varmakarthik12)
b419bfb02
#2876
fix test-coverage command in contributing guide
(@chowkapow)
DEPENDENCIES
7b5606b93
@npmcli/[email protected]
prefix when saving dependencies
(@jameschensmith)
bundleDependencies
when saving apeer
orpeerOptional
dependency. (@isaacs)
f76e7c21f
[email protected]
4928512bc
[email protected]
1924eb457
[email protected]
npm version
916623056
@npmcli/[email protected]
a8d0751e4
[email protected]
npm exec
af7eaac50
[email protected]
f52c51db1
@npmcli/[email protected]
v7.6.3
Compare Source
DOCUMENTATION
8c44e999b
#2855
Correct "npm COMMAND help" to "npm help COMMAND"
(@dwardu)
DEPENDENCIES
57ed390d6
@npmcli/[email protected]
v7.6.2
Compare Source
BUG FIXES
e0a3a5218
#2831
Fix cb() never called in search with --json option
(@fraqe)
85a8694dd
#2795
fix(npm.output): make output go through npm.output
(@wraithgar)
9fe0df5b5
#2821
fix(usage): clean up usage declarations
(@wraithgar)
DEPENDENCIES
7f470b5c2
@npmcli/[email protected]
e9b7fc275
[email protected]
c7314aa62
[email protected]
864f48d43
[email protected]
v7.6.1
Compare Source
BUG FIXES
3c9a589b0
#2807
npm explain
show when an edge is a bundled edge(@kumavis)
b33c760ce
#2766
unused arguments cleanup
(@sandersn)
4a5dd3a5a
#2772
fix(npm) pass npm context everywhere
(@wraithgar)
e69be2ac5
#2789
fix npm prefix on all Windows unix shells
(@isaacs)
2d682e4ca
#2803
fix(search): don't pass unused args
(@wraithgar)
b3e7dd19b
#2822
fix(diff): set option "where" for pacote
(@ruyadorno)
96006640b
#2824
fix(repo, auth.sso): don't promisify open-url
(@wraithgar)
DOCUMENTATION
c8b73db82
#2690
fix(docs): update scripts docs
(@wraithgar)
5d922394b
#2809
update republish timeout after unpublish
(@BAJ-)
DEPENDENCIES
2d4ae598f
@npmcli/[email protected]
v7.6.0
Compare Source
FEATURES
983d218f7
#2750
feat(explain): mark when dependency is bundled
(@kumavis)
DEPENDENCIES
b9fa7e32a
chore(package-lock): resetdeps and
[email protected]
(@wraithgar)
28d036ae9
[email protected]
DOCUMENTATION
ba1adef42
#2760
chore(docs): capitalize all Instaces of "package"
(@MrBrain295)
8bfa05fa1
#2775
chore(docs): add navigation configuration
(@ethomson)
238e474a4
#2778
chore(docs):update unpublish cooldown
(@christoflemke)
v7.5.6
Compare Source
BUG FIXES
4e58274ed
#2742
Do not print error banner for shell proxy commands
(@isaacs)
DOCS
3c72ab441
#2749
Capitalize Package in a Heading
(@MrBrain295)
DEPENDENCIES
f3ae6ed0d
[email protected]
,[email protected]
9b311fe52
#2736
@npmcli/[email protected]
:package.json
filesyarn.lock
andpackage-lock.json
more in syncv7.5.5
Compare Source
BUG FIXES
49c95375a
#2688
fix shrinkwrap in node v10.0
(@ljharb)
00afa3161
#2718
restore the prefix on output from
npm version <inc>
(@nlf)
69e0c4e8c
#2716
throw an error when trying to dedupe in global mode
(@nlf)
b018eb842
#2719
obey silent loglevel in run-script
(@wraithgar)
DEPENDENCIES
8c36697df
@npmcli/[email protected]
arborist#230
Set default advisory
severity
/vulnerable_range
when missing from audit endpoint data(@isaacs)
skip optional deps with mismatched platform or engine
(@nlf)
Unpack shrinkwrapped deps not already unpacked
(@isaacs,
@nlf)
Do not write package.json if nothing changed
(@isaacs)
Prefer peer over prod dep, if both specified
(@isaacs)
Fix additional peerOptional conflict cases
(@isaacs)
d865b101f
[email protected]
e606953e5
[email protected]
9c51005a1
[email protected]
[email protected]:npm/cli
8b6bf0db4
[email protected]
TESTS
80c2ac995
#2717
refactor publish tests
(@wraithgar)
9d81e0ceb
#2729
fix typo in shrinkwrap tests
(@eltociear)
DOCUMENTATION
e3de7befb
#2685
docs(readme): add note back about branding/origin
(@darcyclarke)
38d87e7c2
#2698
mention nodenv in README.md
(@RA80533)
af4422cdb
#2711
validate that the docs can be parsed by mdx
(@ethomson)
v7.5.4
Compare Source
BUG FIXES
ef687f545
#2655
fix(env): Do not clobber defined 'env' script
(@isaacs)
868954a72
#2654
[fix] node v10.0 lacks
fs.promises
(@ljharb)
DEPENDENCIES
14dd93853
fix(package.json): resetdeps
(@wraithgar)
39e4a6401
[email protected]
96dffab98
[email protected]
9a6e9d38a
@npmcli/[email protected]
584b746a2
@npmcli/[email protected]
6305ebde4
[email protected]
e99881117
[email protected]
554d91cdf
chore(package-lock): rebuild package-lock
(@wraithgar)
37e8cc507
@npmcli/[email protected]
dependenciess of linked dependencies
(@ruyadorno)
--force
tooverride conflicted optional peerDependencies
(@isaacs)
(@isaacs)
(nlf)
7788ce47b
@npmcli/[email protected]
TESTS
3a159d27e
#2681
fix(tests): rewrite doctor tests
(@ljharb)
abcc96a20
#2682
[tests] separate tests from linting and license validation
(@ljharb)
DOCUMENTATION
7e1e84181
#2662
fix(docs): fix angle brackets in npm diff docs
(@ethomson)
v7.5.3
Compare Source
BUG FIXES
df596bf4c
fix(publish): follow all configs for registry auth check
#2602
(@wraithgar)
6d7afb03c
#2613
install script: pass -q to curl calls to disable user .curlrc files
(@nlf)
DEPENDENCIES
3294fed6f
[email protected]
0f7a3a87c
[email protected]
6f46b0f7f
[email protected]
df4f65acc
@npmcli/[email protected]
7038c2ff4
@npmcli/[email protected]
54cd4c87a
[email protected]
9ab36aae4
[email protected]
e1822cf27
@npmcli/[email protected]
v7.5.2
Compare Source
BUG FIXES
37613e4e6
#2395
#2329
fix(exec): use latest version when possible
(@wraithgar)
567c9bd03
fix(lib/npm): do not clobber config.execPath
(@wraithgar)
DEPENDENCIES
643709706
@npmcli/[email protected]
(@isaacs)4c6be4a
Restore npm v6 behavior withINIT_CWD
bbebc66
Do not set thePREFIX
environment variablev7.5.1
Compare Source
BUG FIXES
0ea134e41
#2587
pass all settings through to pacote.packument, fixes #2060
(@nlf)
8c5ca2f51
Add test for npm-usage.js, and fix 'npm --long' output
(@isaacs)
DEPENDENCIES
7e4e88e93
@npmcli/[email protected]
,[email protected]
(@isaacs)
DOCUMENTATION
23dac2fef
#2557
npm team revamp
(@ruyadorno)
dd05ba0c0
#2572
add note about
--force
overriding peer dependencies(@isaacs)
e27639780
#2584
Fixed the spelling of contributor as it was written as conributor
(@pavanbellamkonda)
13a5e3178
#2502
elaborate that npm help uses browser
(@ariccio)
v7.5.0
Compare Source
FEATURES
d011266b7
#1319
add npm diff command
(@ruyadorno)
BUG FIXES
d2f8af2da
#2445
publish: don't complain about missing auth until after registry is chosen
(@dr-js)
DOCUMENTATION
8d3fd63aa
#2559
updates to readme, removal, contributing and several other docs
(@darcyclarke)
7772d9f9f
#2542
fix grammar on caching docs for search, exec and init
(@wraithgar)
52e8a1aef
#2558
refreshed npm updated docs
(@ruyadorno)
abae00ca0
#2565
update npm command docs
(@wraithgar)
9351cbf9a
#2566
refresh npm run-script docs
(@ruyadorno)
DEPENDENCIES
56c08863e
[email protected]
18a93f06b
[email protected]
cb768f671
@npmcli/[email protected]
32cc0a4be
[email protected]
530997968
@npmcli/[email protected]
v7.4.3
Compare Source
DOCUMENTATION
ec1f06d06
#2498
docs(npm): update
npm
docs(@darcyclarke)
DEPENDENCIES
bc23284cd
#2511
remove coverage files
(@ruyadorno)
fcbc676b8
[email protected]
ebd3a24ff
@npmcli/[email protected]
v7.4.2
Compare Source
DEPENDENCIES
e5ce6bbba
@npmcli/[email protected]
v7.4.1
Compare Source
BUG FIXES
23df96d33
#2486
npm link no longer deletes entire project when global prefix is a symlink
(@nlf)
DOCUMENTATION
7dd0dfc59
#2459
fix(docs): clean up
npm start
docs(@wraithgar)
307b3bd9f
#2460
fix(docs): clean up
npm stop
docs(@wraithgar)
23f01b739
#2462
fix(docs): clean up
npm test
docs(@wraithgar)
4b43656fc
#2463
fix(docs): clean up
npm prefix
docs(@wraithgar)
1135539ba
a07bb8e69
9b55b798e
cd5eeaaa0
6df69ce10
dc6b2a8b0
a3c127446
#2464
fix(docs): clean up
npm uninstall
docs(@wraithgar)
cfdcf32fd
#2474
fix(docs): clean up
npm unpublish
docs(@wraithgar)
acd5b062a
#2475
fix(docs): update
package-lock.json
docs(@isaacs)
b0b0edf6d
#2482
fix(docs): clean up
npm token
docs(@wraithgar)
35559201a
#2487
fix(docs): clean up
npm search
docs(@wraithgar)
DEPENDENCIES
ea8c02169
@npmcli/[email protected]
fb6f2c313
[email protected]
c549b7657
[email protected]
v7.4.0
Compare Source
FEATURES
47ed2dfd8
#2456 add
--foreground-scripts
option (@isaacs)BUG FIXES
d01746a5a
#2444
#1103 Remove deprecated
process.umask()
(@isaacs)b2e2edf8a
#2422 npm publish --dry-run
should not check login status (@buyan302)
99156df80
#2448
#2425 pass extra arguments
directly to run-script as an array (@nlf)
907b34b2e
#2455 fix(ci): pay attention to
--ignore-scripts (@wraithgar)
DEPENDENCIES
7a49fd4af
[email protected]
,[email protected]
54a7bd16c
@npmcli/[email protected]
DOCUMENTATION
a390d7456
#2440 Updated the url for RFC
19 so that it isn't a 404.
(@therealjeffg)
e02b46ad7
#2436 Grammatical Fix in npm-ls
Documentation 'Therefore' is spelled 'Therefor'
(@marsonya)
0fed44dea
#2417 Fix npm bug reporting url
(@AkiaCode)
v7.3.0
Compare Source
FEATURES
a9b8bf263
#2362
Support multiple set/get/deletes in npm config
(@isaacs)
BUG FIXES
9eef63849
Pass full set of options to login helper functions.
This fixes
npm login --no-strict-ssl
, as well as a host of otheroptions that one might want to set while logging in.
Reported by: @toddself
(@isaacs)
628a554bc
#2358
fix doctor test to work correctly for node pre-release versions
(@nlf)
be4a0900b
#2360
raise an error early if publishing without login, registry
(@isaacs)
44d433105
#2366
Include prerelease versions when deprecating
(@tiegz)
cba3341da
#2373
npm profile refactor
(@ruyadorno)
7539504e3
#2382
remove the metrics sender
(@nlf)
DOCS
b98569a8c
add note about
INIT_CWD
to run-script doc292929279
#2368
Revert bug-reporting links to GH.
Re: https://blog.npmjs.org/post/188841555980/updates-to-community-docs-more
(@tiegz)
f4560626f
update
ISSUE_TEMPLATE
with modern links(@isaacs)
bc1c567ed
update npm command doc feature request links
(@isaacs)
0ad958fe1
#2381
(docs,test): assorted typo fixes
(@XhmikosR)
TESTING
a92d310b7
#2361
Add max-len to lint rules
(@Edu93Jer)
DEPENDENCIES
4fc2f3e05
#2300
@npmcli/[email protected]
:v7.2.0
Compare Source
FEATURES
a9c4b158c
#2342
allow npm rebuild to accept a path to a module
(@nlf)
DEPENDENCIES
beb371800
#2334
remove unused top level dep tough-cookie
(@darcyclarke)
d45e181d1
#2335
[email protected]
,@npmcli/[email protected]
(@isaacs)
ef4b18b5a
#2309
@npmcli/[email protected]
c6c013e6e
[email protected]
a1a2134aa
remove unused sorted-object dep
(@nlf)
85c2a2d31
#2344
remove editor dependency
(@nlf)
TESTING
3a6dd511c
npm edit
(@nlf)
3ba5de4e7
#2347
npm help-search
(@nlf)
6caf19f49
#2348
npm help
(@nlf)
cb5847e32
#2349
npm hook
(@nlf)
996a2f6b1
#2353
npm org
(@nlf)
8c67c38a4
#2354
npm set
(@nlf)
v7.1.2
Compare Source
DEPENDENCIES
c3ba1daf7
#2033
@npmcli/[email protected]
:INIT_CWD
to initial current working directoryNODE
to initial process.execPath8029608b9
[email protected]
0233818e6
#2332
[email protected]
e401d6bb3
[email protected]
011bb1220
#2320
@npmcli/[email protected]
:^
and no versionBUGFIXES
244c2069f
#2325 npm search
include/exclude (@ruyadorno)
d825e901e
#1905
#2316 run install scripts for
root project
315449142
#2331
#2021 Set
NODE_ENV=production
if 'dev' is on the omit list (@isaacs)
TESTING
c243e3b9d
#2313 tests: completion
(@nlf)
7ff6efbb8
#2314 npm team
(@ruyadorno)
7a4f0c96c
[#2323](https://github.com/npm/cl
Configuration
📅 Schedule: "every weekend" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.