|
| 1 | +## v7.21.0 (2021-08-19) |
| 2 | + |
| 3 | +### FEATURES |
| 4 | + |
| 5 | +* [`ff34d6cd6`](https://github.com/npm/cli/commit/ff34d6cd6f2077962cba1ef9c893a958ac7174f8) |
| 6 | + [#3592](https://github.com/npm/cli/issues/3592) |
| 7 | + feat(cache): initial implementation of ls and rm |
| 8 | + ([@fritzy](https://github.com/fritzy)) |
| 9 | + |
| 10 | +### BUG FIXES |
| 11 | + |
| 12 | +* [`32e88c943`](https://github.com/npm/cli/commit/32e88c94387bda6b25f66019793efcda8f01ef6e) |
| 13 | + [#3640](https://github.com/npm/cli/issues/3640) |
| 14 | + fix(did-you-mean): switch levenshtein libraries |
| 15 | + ([@wraithgar](https://github.com/wraithgar)) |
| 16 | +* [`487731cd5`](https://github.com/npm/cli/commit/487731cd56a22272c6ff72ef2fa7822368bf63e3) |
| 17 | + [#3658](https://github.com/npm/cli/issues/3658) |
| 18 | + fix(logging): sanitize logged argv |
| 19 | + ([@wraithgar](https://github.com/wraithgar)) |
| 20 | +* [`68a19bb02`](https://github.com/npm/cli/commit/68a19bb02aa0d7a566c8e2245f1e524b915faf09) |
| 21 | + [#3661](https://github.com/npm/cli/issues/3661) |
| 22 | + fix(error-message): look for er.path not er.file |
| 23 | + ([@wraithgar](https://github.com/wraithgar)) |
| 24 | + |
| 25 | +### DEPENDENCIES |
| 26 | + |
| 27 | +* [`df57f0d53`](https://github.com/npm/cli/commit/df57f0d532d406b3b1409454ea5f2255fcd08248) |
| 28 | + |
| 29 | +* [`8183976cf`](https://github.com/npm/cli/commit/8183976cfa53bab6e9116ec5de97b04225c5d09b) |
| 30 | + |
| 31 | + * fix: account for "licence" as spelling variant |
| 32 | +* [`f07772401`](https://github.com/npm/cli/commit/f07772401c3712d5f9b0dfeef88e1943229cfa79) |
| 33 | + |
| 34 | +* [`991a3bd39`](https://github.com/npm/cli/commit/991a3bd39f0abf8614373f267419c7b8f6e279ac) |
| 35 | + |
| 36 | +* [`e9e5ee560`](https://github.com/npm/cli/commit/e9e5ee560e2baf694843df852d027fb9f2dbcb06) |
| 37 | + |
| 38 | + * fix: treat top-level global packages as "top" nodes |
| 39 | + * fix: load global symlinks implicitly as file: deps |
| 40 | + * fix(reify): debug crash when extracting into symlink |
| 41 | + * fix: node_modules must be a directory |
| 42 | + * fix: make Node.children() a case-insensitive Map |
| 43 | + * fix(reify): verify existing deps in nm are dirs |
| 44 | +* [`b6f40b5f8`](https://github.com/npm/cli/commit/b6f40b5f85094387f2fa8d42b6a624644b8ddcf1) |
| 45 | + |
| 46 | + * fix: prune dirCache properly for unicode, windows |
| 47 | + * fix: reserve paths properly for unicode, windows |
| 48 | + * fix: prevent path escape using drive-relative paths |
| 49 | + * fix: drop dirCache for symlink on all platforms |
| 50 | +* [`218cacadc`](https://github.com/npm/cli/commit/218cacadcf35879ce178813c699258e7ffe91fe9) |
| 51 | + |
| 52 | +* [`7ac621cd1`](https://github.com/npm/cli/commit/7ac621cd14f2ffbf5c15c3258f537fdfddc21ac6) |
| 53 | + |
| 54 | +* [`94f92de13`](https://github.com/npm/cli/commit/94f92de138432c900b195b71949f4933e872f26a) |
| 55 | + |
| 56 | +* [`71cdfd898`](https://github.com/npm/cli/commit/71cdfd8983cd0c61f39bdf91f87d40aad3b081c2) |
| 57 | + |
| 58 | + * update license list to v3.14 |
| 59 | + |
| 60 | +### DOCUMENTATION |
| 61 | + |
| 62 | +* [`ff6626ab6`](https://github.com/npm/cli/commit/ff6626ab6ca9b4e189a3bc56a762104927dbeedb) |
| 63 | + [#3630](https://github.com/npm/cli/issues/3630) |
| 64 | + fix(docs): update npm-publish access flag info |
| 65 | + ([@austincho](https://github.com/austincho)) |
| 66 | + |
1 | 67 | ## v7.20.6 (2021-08-12)
|
2 | 68 |
|
3 | 69 | ### DEPENDENCIES
|
|
0 commit comments