Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-08-05 21:46:04 +0300
committerGar <gar+gh@danger.computer>2021-08-05 21:46:04 +0300
commit9c62a8ffd019bd9320c0bd700617121e445c3e61 (patch)
tree38c859a2c7948fe6c12b74cdabe1fae35779884c
parente82bcd4e8355d083f8f3eedb6251a5f3053d6dfd (diff)
docs: changelog for v7.20.4
-rw-r--r--CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f4f3c967..133bc87bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,29 @@
+## v7.20.4 (2021-08-05)
+
+### BUG FIXES
+
+* [`6a8086e25`](https://github.com/npm/cli/commit/6a8086e258aa209b877e182db4b75f11de5b291d)
+ [#3463](https://github.com/npm/cli/issues/3463)
+ fix(tests): move more tests to use real npm
+ ([@wraithgar](https://github.com/wraithgar))
+
+### DEPENDENCIES
+
+* [`15fae4941`](https://github.com/npm/cli/commit/15fae4941475f4398e47d9cc4eb6a73683e15aac)
+ `tar@6.1.6`:
+ * fix: properly handle top-level files when using strip
+ * Avoid an unlikely but theoretically possible redos
+ * WriteEntry backpressure
+ * fix(unpack): always resume parsing after an entry error
+ * fix(unpack): fix hang on large file on open() fail
+ * fix: properly prefix hard links
+* [`745326de0`](https://github.com/npm/cli/commit/745326de0fae9f27f1deaf7729777aae48ac29fc)
+ `libnpmexec@2.0.1`:
+ * Clear progress bar which overlays confirm prompt
+* [`e82bcd4e8`](https://github.com/npm/cli/commit/e82bcd4e8355d083f8f3eedb6251a5f3053d6dfd)
+ `graceful-fs@4.2.7`:
+ * fix: start retrying immediately, stop after 10 attempts
+
## v7.20.3 (2021-07-29)
### BUG FIXES