Uh oh!
There was an error while loading. Please reload this page.
Use allow/deny list in docs - #1699
Conversation
This reverts commit 0eac801. PR-URL: #1459 Credit: @claudiahdzClose: #1459 Reviewed-by: @claudiahdz
Fix typo. PR-URL: #1283 Credit: @peterfichClose: #1283 Reviewed-by: @claudiahdz
In npm/npm-packlist#32, NPM started to drop filenames containing the `*` character. See: - #1096 - #1048 PR-URL: #1377 Credit: @maxwellgerberClose: #1377 Reviewed-by: @claudiahdz
PR-URL: #1418 Credit: @kemitchellClose: #1418 Reviewed-by: @claudiahdz
PR-URL: #1429 Credit: @seanpoulterClose: #1429 Reviewed-by: @claudiahdz
PR-URL: #1416 Credit: @vanishcodeClose: #1416 Reviewed-by: @claudiahdz
PR-URL: #784 Credit: @jasiskClose: #784 Reviewed-by: @claudiahdz
Currently all logging related to shrinkwrap steps reports 'undefined' for the package in output and log messages. This is due to the package associated with the `idealTree` being recreated in the `savePackageJson()` method which precedes these steps. For now, just copy forward the `_id` attribute which lifecycle logging expects, but note that mutating `package` here is surprising. Fixesnpm/npm#20756 PR-URL: #288 Credit: @bz2Close: #288 Reviewed-by: @claudiahdz
PR-URL: #1009 Credit: @danielleadamsClose: #1009 Reviewed-by: @claudiahdz
PR-URL: #1547 Credit: @ruyadornoClose: #1547 Reviewed-by: @claudiahdz
ruyadorno
left a comment
There was a problem hiding this comment.
awesome! thanks for the contribution @luciomartinez ❤️
I find that these phrases need a better construction rather than just replacing the words there but again, thank you so much for bringing this up. We'll make sure to include this in the next release as soon as the requested changes are addressed. 😊
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Ruy Adorno <ruyadorno@github.com>
Co-authored-by: Ruy Adorno <ruyadorno@github.com>
Co-authored-by: Ruy Adorno <ruyadorno@github.com>
Co-authored-by: Ruy Adorno <ruyadorno@github.com>
luciomartinez
commented
Aug 28, 2020
@ruyadorno cool! I was thinking to wrap the terms within code blocks to stand out but this is much better, keeping a more readable grammar. Thanks a lot |
pkrasicki
commented
Aug 29, 2020
I just noticed this PR and the original text is much easier to understand for me. It seems that everyone knows what words whitelist and blacklist mean. Why did you decide to replace them with more words that don't fit so well in this context? |
ljharb
commented
Aug 29, 2020
What they mean tho is “allow list” and “block list”, so this is actually clearer and a much better fit. |
Perhaps, but compare those two sentences: The second one doesn't make any sense, which is why author of this PR had to add more changes. |
ljharb
commented
Aug 29, 2020
Sure, the verb usage is different, but these are still better terms and worth the additional changes. |
PR-URL: #1699 Credit: @luciomartinezClose: #1699 Reviewed-by: @ruyadorno
ruyadorno
commented
Sep 22, 2020
Landed in 5837a48 |
Update documentation to use
allowlistanddenylistterms.