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:
8.13.2
->8.19.4
Release Notes
npm/cli (npm)
v8.19.4
Compare Source
Documentation
dd51f34
#6155 don't redirect "npm config' to itself (#6155) (@ivanosevitch)Dependencies
cfab523
#6166[email protected]
(#6166)v8.19.3
Compare Source
Bug Fixes
26f3d0b
#5761 use hosted-git-info to parse registry urls (#5761) (@lukekarrys)Documentation
bd92aa0
#5753 name and version description change (#5753) (@dominikgorczyca)Dependencies
@npmcli/[email protected]
[email protected]
[email protected]
v8.19.2
Compare Source
Dependencies
@npmcli/[email protected]
[email protected]
[email protected]
v8.19.1
Compare Source
Bug Fixes
d60b43f
#5438 fix: Turn off progress bar when using web based authorization (@sandeepmeduru)v8.19.0
Compare Source
Features
d94a9f5
#5347 feat: add deprecation warnings to access commands (@wraithgar)Bug Fixes
bd2ae5d
#5323 fix: linting (@wraithgar)Documentation
3569094
#5321 docs: fix link to dependency selectors page (@hghmn)414667a
#5328 docs(dependency-selectors): fix Arborist example in docs (@kyle-west)Dependencies
1286f03
#5381 deps:[email protected]
d7e9a8e
#5381 deps:[email protected]
2c4e387
#5381 deps:[email protected]
e401a81
#5381 deps:[email protected]
f4205e5
#5381 deps:[email protected]
8f7abbe
#5381 deps:[email protected]
b12ac01
#5381 deps:[email protected]
7fbf6f7
#5381 deps:[email protected]
7c7f656
#5381 deps:[email protected]
26d2e55
#5381 deps:@npmcli/[email protected]
a79ee00
#5381 deps:[email protected]
2561822
#5378 deps:@npmcli/[email protected]
8ab12dc
#5323 deps:@npmcli/[email protected]
@npmcli/arborist@^5.6.1
libnpmaccess@^6.0.4
libnpmdiff@^4.0.5
libnpmexec@^4.0.12
libnpmfund@^3.0.3
libnpmhook@^8.0.4
libnpmorg@^4.0.4
libnpmpack@^4.1.3
libnpmpublish@^6.0.5
libnpmsearch@^5.0.4
libnpmteam@^4.0.4
libnpmversion@^3.0.7
v8.18.0
Compare Source
v8.18.0 (2022-08-17)
Features
e6d4304
#5306 feat(arborist): add overridden getter to Node class (@nlf)d221f72
#5306 feat(arborist): add :overridden pseudo selector (@nlf)0d4ed0f
#5306 feat(query): support :overridden pseudo selector (@nlf)Bug Fixes
05d9bcf
#5306 fix(ls): display overridden nodes (@nlf)cd2b1e6
#5306 fix(explain): display override information (@nlf)e5a9162
#5297 fix: npm exec does not use script-shell option to run commands (@lux01)6eba131
#5298 fix: don't prompt onnpm exec [directory]
(@wraithgar)Documentation
bc66ffa
#5304 docs: update --no-optional to --omit=optional (@wraithgar)Dependencies
8460ccf
#5311 deps:[email protected]
41d0f51
#5310 deps:@npmcli/[email protected]
4e08d71
#5315 deps:[email protected]
46e8753
#5316 deps:[email protected]
d39b2ee
#5318 deps:[email protected]
7d564bd
#5318 deps:[email protected]
5a56686
#5318 deps:@npmcli/[email protected]
3c5a866
#5318 deps:[email protected]
07536a4
#5318 deps:@npmcli/[email protected]
8165501
#5318 deps:@npmcli/[email protected]
cbee638
#5318 deps:[email protected]
1f6daf5
#5318 deps:[email protected]
409468f
#5318 deps:[email protected]
v8.17.0
Compare Source
v8.17.0 (2022-08-10)
Features
96b6781
#5263 feat(arborist): add option to forcibly skip loading a virtual tree (@nlf)Bug Fixes
9078e27
#5263 fix(query): tell arborist to load an actual tree, not a virtual one (@nlf)c992fd6
#5273 fix: look up local command bins from local tree (@wraithgar)95ae9f2
#5253 fix: only try to run global bin if the bin name exists (@wraithgar)daaf461
#5291 fix: ignore global prefix if --prefix is used (@wraithgar)Documentation
f281ec8
#5257 docs: Fix link syntax independency-selectors.md
(@aried3r)Dependencies
741bccf
#5284 deps:@npmcli/[email protected]
7f31b85
#5284 deps:[email protected]
2569d82
#5284 deps:[email protected]
a396f8d
#5284 deps:@npmcli/[email protected]
a9b5306
#5284 deps:[email protected]
786f753
#5284 deps:[email protected]
7b702b6
#5284 deps:[email protected]
e74f99e
#5284 deps:[email protected]
9833066
#5284 deps:[email protected]
4e5dd73
#5284 deps:[email protected]
d0f5995
#5284 deps:@npmcli/[email protected]
8d870c5
#5275 deps:[email protected]
v8.16.0
Compare Source
v8.16.0 (2022-08-03)
Features
3c024ac
#5000 feat: add npm query cmd (@ruyadorno) (@wraithgar)703dbbf
#4860 feat: add --replace-registry-host=<npmjs|always|never> (@fritzy)Bug Fixes
eac1bf2
#5164 fix(ls): when filtering workspaces, make sure the edge has a to before checking if its a workspace (@nlf)47cc95d
#5227 fix(arborist): use the sourceReference root rather than the node root for overrides (@nlf)050284d
#5233 fix(arborist): pass the edge to fromPath in order to determine correct path (@nlf)d315ead
#5243 fix: gracefully exit login and publish commands on Ctrl+C (SIGINT) in the new webAuthn flow (@neeldani)ea44995
#5244 fix: properly find locally/globally/npxCache packages (@wraithgar)19f1497
#5244 fix: use binPaths (@wraithgar)3b30af2
#5244 fix: fix exec tests and clean up workspace-location-msg (@wraithgar)8233fca
#5248 fix(arborist): fix bare attribute queries (@darcyclarke)19a8346
#5250 fix: properly find and run global scoped packages (@wraithgar)Documentation
a6153cf
#5240 docs: Use the full proper name of Travis CI (@tnir)Dependencies
fd030c8
#5245 deps:[email protected]
c18dbc4
#5244 deps: add@npmcli/[email protected]
cd6bafd
#5244 deps: add[email protected]
d0be9a2
#5244 deps:@npmcli/[email protected]
d55007d
#5247 deps:@npmcli/[email protected]
c650a29
#5241 deps:@npmcli/[email protected]
4b7b48b
#5246 deps:[email protected]
v8.15.1
Compare Source
v8.15.1 (2022-07-27)
Bug Fixes
9905d0e
#5197 fix: don't fail immediately if cache dir is not accessible (@lukekarrys)0e3660e
#5206 fix(init): allow for spec on scope-only arg (@wraithgar)62b95a0
#5122 fix: allow hash character in paths (@AgainPsychoX)Documentation
f9abee7
#5205 docs: update commit-ish default branch (@dijonkitchen)77bf2e1
#5218 docs: update npm-ls.md (@MapleCCC)de40c31
#5207 docs: sync ci params with install (@wraithgar)4d1d8a9
#5221 docs: describe implicit workspace and prefix configuration (@fritzy) (@lukekarrys) (@wraithgar)Dependencies
3bbb293
#5223 deps:@npmcli/[email protected]
v8.15.0
Compare Source
v8.15.0 (2022-07-20)
Features
5ef53ee
#5160 feat: accept registry-scoped certfile and keyfile as credentials (@jenseng)c8bdb4a
#5098 feat: Support pure web authentication for commands (@jumoel) (@ljharb) (@hfaulds) (@sandeepmeduru)Bug Fixes
9c590fa
#5172 fix: disable progress bar on publish (@wraithgar)2fa3271
#5196 fix: add missing ` in adduser warning (@MylesBorins)Documentation
7efad06
#5168 docs: Update audit signatures cmd (@feelepxyz)8ab5fca
#5171 docs: correct bundledDependencies -> bundleDependencies (@nlf)Dependencies
64fe64b
#5187 deps:@npmcli/[email protected]
51b12a0
#5187 deps:[email protected]
3ae1b81
#5190 deps:[email protected]
v8.14.0
Compare Source
v8.14.0 (2022-07-13)
Features
f032e1c
#4827 feat: add npm audit signatures (@feelepxyz)e8102c1
#5076 feat: Addweb
auth type (@jumoel)e9b4214
#5094 feat(arborist): add support for dependencies script (@nlf)c6c4ba3
#5149 feat: notify on adduser of upcoming cmds, login and register (@fritzy)e58f02f
#5149 feat: warn on config --auth-type=sso/saml/oauth, undeprecate --auth-type (@fritzy)Bug Fixes
52ec5ec
#5154 fix: properly open package arg repo inside workspace (@wraithgar)Documentation
9697f16
#5118 docs: typo in npm command (@crisanmm)da5a4ba
#5079 docs: update reference to deprecated spdx package (@kachick)25b3058
#5043 docs: naming of files in example code should be consistent (@xc1427)ac56fc4
#5095 docs: documentdependencies
script (@nlf)Dependencies
cb0db7c
#5147 deps:@npmcli/[email protected]
b8c0580
#5156 deps:[email protected]
ad72611
#5156 deps:[email protected]
c94919d
#5156 deps:[email protected]
18ddc57
#5156 deps:[email protected]
a2d700b
#5156 deps:[email protected]
99dc697
#5156 deps:@npmcli/[email protected]
4a9f2dc
#5157 deps:[email protected]
45a9bde
#5158 deps:[email protected]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.