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:
authornlf <quitlahok@gmail.com>2021-12-10 00:03:07 +0300
committernlf <quitlahok@gmail.com>2021-12-10 00:03:07 +0300
commit6ef69a388a0bc21d7d7f69886f91ad0d883c9e2c (patch)
treee2ffd670314d02e04bdf5753d5248fe8ee068405 /CHANGELOG.md
parent71777be17e57179d203cb9162664ecd0c36ca633 (diff)
docs: changelog for v8.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md52
1 files changed, 52 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2d5ddaf2..6031e6fff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,55 @@
+## v8.3.0 (2021-12-09)
+
+### Features
+
+* [`4b0c29a7c`](https://github.com/npm/cli/commit/4b0c29a7c5860410c7b453bec389c54cb21dbde3)
+ [#4116](https://github.com/npm/cli/issues/4116)
+ feat: `@npmcli/arborist@4.1.0`
+ * introduces overrides
+ ([@nlf](https://github.com/nlf))
+* [`166d9e144`](https://github.com/npm/cli/commit/166d9e144b38087ee5e7d8aaf6ec7d602cf2957c)
+ [npm/statusboard#416](https://github.com/npm/statusboard/issues/416)
+ [#4143](https://github.com/npm/cli/issues/4143)
+ feat: output configured registry during publish
+ ([@lukekarrys](https://github.com/lukekarrys))
+* [`71777be17`](https://github.com/npm/cli/commit/71777be17e57179d203cb9162664ecd0c36ca633)
+ [npm/statusboard#417](https://github.com/npm/statusboard/issues/417)
+ [#4146](https://github.com/npm/cli/issues/4146)
+ feat: display `publishConfig` during `config list`
+ ([@lukekarrys](https://github.com/lukekarrys))
+
+### Bug Fixes
+
+* [`08c663931`](https://github.com/npm/cli/commit/08c663931ec1f56d777ffdb38f94926b9eac13ef)
+ [#4128](https://github.com/npm/cli/issues/4128)
+ [#4134](https://github.com/npm/cli/issues/4134)
+ fix: dont warn on error cleaning individual log files
+ ([@lukekarrys](https://github.com/lukekarrys))
+* [`e605b128c`](https://github.com/npm/cli/commit/e605b128c87620aae843cdbd8f35cc614da3f8a2)
+ [#4142](https://github.com/npm/cli/issues/4142)
+ fix: redact all private keys from config output
+ ([@lukekarrys](https://github.com/lukekarrys))
+
+### Documentation
+
+* [`db1885d7f`](https://github.com/npm/cli/commit/db1885d7fec012f018093c76dec5a9c01a0ca2b0)
+ [#4092](https://github.com/npm/cli/issues/4092)
+ chore(docs): document overrides
+ ([@nlf](https://github.com/nlf))
+
+### Dependencies
+
+* [`e1da1fa4b`](https://github.com/npm/cli/commit/e1da1fa4ba7d95616928d2192b5b9db09b3120bc)
+ [#4141](https://github.com/npm/cli/issues/4141)
+ deps: `@npmcli/arborist@4.1.1`: `parse-conflict-json@2.0.1`
+ * Fixes object property assignment bug in resolving package-locks with
+ conflicts
+* [`1d8bec566`](https://github.com/npm/cli/commit/1d8bec566cb08ff5ff220f53083323fa8c3fb72e)
+ [#4144](https://github.com/npm/cli/issues/4144)
+ [#3884](https://github.com/npm/cli/issues/3884)
+ deps: `minipass@3.1.6`
+ * fixes some TAR_ENTRY_INVALID and Z_DATA_ERROR errors
+
## v8.2.0 (2021-12-02)
### Features