Skip to content

Commit 947ce44

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.4.0
1 parent ec77e81 commit 947ce44

File tree

17 files changed

+108
-22
lines changed

17 files changed

+108
-22
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
".": "10.3.0",
3-
"workspaces/arborist": "7.3.0",
2+
".": "10.4.0",
3+
"workspaces/arborist": "7.3.1",
44
"workspaces/libnpmaccess": "8.0.2",
5-
"workspaces/libnpmdiff": "6.0.5",
6-
"workspaces/libnpmexec": "7.0.6",
7-
"workspaces/libnpmfund": "5.0.3",
5+
"workspaces/libnpmdiff": "6.0.6",
6+
"workspaces/libnpmexec": "7.0.7",
7+
"workspaces/libnpmfund": "5.0.4",
88
"workspaces/libnpmhook": "10.0.1",
99
"workspaces/libnpmorg": "6.0.2",
10-
"workspaces/libnpmpack": "6.0.5",
11-
"workspaces/libnpmpublish": "9.0.3",
10+
"workspaces/libnpmpack": "6.0.6",
11+
"workspaces/libnpmpublish": "9.0.4",
1212
"workspaces/libnpmsearch": "7.0.1",
1313
"workspaces/libnpmteam": "6.0.1",
1414
"workspaces/libnpmversion": "5.0.2",

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,3 +917,5 @@ Le Michel <95184938+Ptitet@users.noreply.github.com>
917917
Zearin <Zearin@users.noreply.github.com>
918918
Jan T. Sott <git@idleberg.com>
919919
Daniel Kaplan <tieTYT@gmail.com>
920+
Andrii Romasiun <35810911+Blaumaus@users.noreply.github.com>
921+
Rita Aktay <ritaaktay@gmail.com>

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Changelog
22

3+
## [10.4.0](https://github.com/npm/cli/compare/v10.3.0...v10.4.0) (2024-01-23)
4+
5+
### Features
6+
7+
* [`dffca29`](https://github.com/npm/cli/commit/dffca29f0690be82692eaa44a1dd02a0807a70ae) [#7174](https://github.com/npm/cli/pull/7174) format: print `--dry-run` diffs in table format (#7174) (@ritaaktay)
8+
* [`6d5f9ac`](https://github.com/npm/cli/commit/6d5f9acd0dc7f755a9ef4d27e1dac7076ec7e469) [#7133](https://github.com/npm/cli/pull/7133) dedupe - display difference when `--dry-run` is enabled (#7133) (@Blaumaus)
9+
10+
### Bug Fixes
11+
12+
* [`d4ebfba`](https://github.com/npm/cli/commit/d4ebfba91991423b52edf5f9431424faa6618073) [#7157](https://github.com/npm/cli/pull/7157) use util.stripVTControlCharacters instead of strip-ansi (@wraithgar)
13+
* [`81c95c7`](https://github.com/npm/cli/commit/81c95c7de71b40831ad46356d75ed56b20c66372) [#7063](https://github.com/npm/cli/pull/7063) don't reset update notifier duration on every check (#7063) (@wraithgar)
14+
15+
### Documentation
16+
17+
* [`2b7eaad`](https://github.com/npm/cli/commit/2b7eaade0620b3ea69e8b0b21335ed25af082351) [#7168](https://github.com/npm/cli/pull/7168) package-json: Reword warning about publishing local dependencies (#7168) (@DanKaplanSES)
18+
* [`67ab0f7`](https://github.com/npm/cli/commit/67ab0f745ad182fa8250cc1da53b618df2e0d95a) [#7142](https://github.com/npm/cli/pull/7142) update: Replace comma with period in run on sentence (#7142) (@DanKaplanSES)
19+
* [`05c69dc`](https://github.com/npm/cli/commit/05c69dc7ac70d27f1ec1d58ea0dd7111770fd0aa) [#7150](https://github.com/npm/cli/pull/7150) config: State default configuration file affected by `npm config set` (#7150) (@DanKaplanSES)
20+
* [`44f4518`](https://github.com/npm/cli/commit/44f45187ef8ee20c373e89407f3c32708bef9f0f) [#7149](https://github.com/npm/cli/pull/7149) Link to the config command in the npm configuration description (#7149) (@DanKaplanSES)
21+
* [`dd5699f`](https://github.com/npm/cli/commit/dd5699f7f0dcf9e5ad1c5549f3eaacaa1715f8eb) [#7152](https://github.com/npm/cli/pull/7152) update: Fix a typo and remove unneeded statement (#7152) (@DanKaplanSES)
22+
23+
### Dependencies
24+
25+
* [`ec77e81`](https://github.com/npm/cli/commit/ec77e81f5ecc3603bb7c9963f860a8c46f6a61ec) [#7124](https://github.com/npm/cli/pull/7124) `promise-call-limit@3.0.1`
26+
* [`e32189c`](https://github.com/npm/cli/commit/e32189c768181d58ab72825d67307a3a653652ac) [#7173](https://github.com/npm/cli/pull/7173) deduplicate tree
27+
* [`b7af4d9`](https://github.com/npm/cli/commit/b7af4d9bb96a86abee6a745b4a756b84d54d6e79) [#7173](https://github.com/npm/cli/pull/7173) `tar-stream@3.1.7`
28+
* [`6883743`](https://github.com/npm/cli/commit/68837432c0b78bf7a4382a443f35ce2484449952) [#7173](https://github.com/npm/cli/pull/7173) `@npmcli/run-script@7.0.4`
29+
* [`739634d`](https://github.com/npm/cli/commit/739634d76168f438934f1f8287618dabe2f3b968) [#7157](https://github.com/npm/cli/pull/7157) remove strip-ansi
30+
* [`162c82e`](https://github.com/npm/cli/commit/162c82e845d410ede643466f9f8af78a312296cc) [#7148](https://github.com/npm/cli/pull/7148) `pacote@17.0.6` (#7148) (@bdehamer)
31+
* [`a50b03b`](https://github.com/npm/cli/commit/a50b03b10046cf769cd328df96adcf292db5c067) [#7141](https://github.com/npm/cli/pull/7141) `sigstore@2.2.0` (#7141) (@bdehamer)
32+
* [`f696b51`](https://github.com/npm/cli/commit/f696b517a39bea1be0f7116983a5b4c8ed6f01b7) [#7132](https://github.com/npm/cli/pull/7132) `@sigstore/tuf@2.3.0` (#7132) (@bdehamer)
33+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.3.1): `@npmcli/arborist@7.3.1`
34+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.6): `libnpmdiff@6.0.6`
35+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.7): `libnpmexec@7.0.7`
36+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.4): `libnpmfund@5.0.4`
37+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.6): `libnpmpack@6.0.6`
38+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.4): `libnpmpublish@9.0.4`
39+
40+
### Chores
41+
42+
* [`a82ccc5`](https://github.com/npm/cli/commit/a82ccc5f97a60698fb0ee413347a621d0662f493) [#7173](https://github.com/npm/cli/pull/7173) `nock@13.5.0` (@wraithgar)
43+
* [`dcaa99c`](https://github.com/npm/cli/commit/dcaa99c5138ad20a3210a8396772177aa1fa33da) [#7173](https://github.com/npm/cli/pull/7173) fix exec test (@wraithgar)
44+
* [`0d96080`](https://github.com/npm/cli/commit/0d96080fa8c08b5eb77bbd6ae64111379fa24465) [#7162](https://github.com/npm/cli/pull/7162) release: do not exclude docs directory from CLI release commits (#7162) (@lukekarrys)
45+
346
## [10.3.0](https://github.com/npm/cli/compare/v10.2.5...v10.3.0) (2024-01-10)
447

548
### Features

package-lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.3.0",
3+
"version": "10.4.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.3.0",
9+
"version": "10.4.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -16024,7 +16024,7 @@
1602416024
},
1602516025
"workspaces/arborist": {
1602616026
"name": "@npmcli/arborist",
16027-
"version": "7.3.0",
16027+
"version": "7.3.1",
1602816028
"license": "ISC",
1602916029
"dependencies": {
1603016030
"@isaacs/string-locale-compare": "^1.1.0",
@@ -16121,7 +16121,7 @@
1612116121
}
1612216122
},
1612316123
"workspaces/libnpmdiff": {
16124-
"version": "6.0.5",
16124+
"version": "6.0.6",
1612516125
"license": "ISC",
1612616126
"dependencies": {
1612716127
"@npmcli/arborist": "^7.2.1",
@@ -16144,7 +16144,7 @@
1614416144
}
1614516145
},
1614616146
"workspaces/libnpmexec": {
16147-
"version": "7.0.6",
16147+
"version": "7.0.7",
1614816148
"license": "ISC",
1614916149
"dependencies": {
1615016150
"@npmcli/arborist": "^7.2.1",
@@ -16174,7 +16174,7 @@
1617416174
}
1617516175
},
1617616176
"workspaces/libnpmfund": {
16177-
"version": "5.0.3",
16177+
"version": "5.0.4",
1617816178
"license": "ISC",
1617916179
"dependencies": {
1618016180
"@npmcli/arborist": "^7.2.1"
@@ -16224,7 +16224,7 @@
1622416224
}
1622516225
},
1622616226
"workspaces/libnpmpack": {
16227-
"version": "6.0.5",
16227+
"version": "6.0.6",
1622816228
"license": "ISC",
1622916229
"dependencies": {
1623016230
"@npmcli/arborist": "^7.2.1",
@@ -16244,7 +16244,7 @@
1624416244
}
1624516245
},
1624616246
"workspaces/libnpmpublish": {
16247-
"version": "9.0.3",
16247+
"version": "9.0.4",
1624816248
"license": "ISC",
1624916249
"dependencies": {
1625016250
"ci-info": "^4.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.3.0",
2+
"version": "10.4.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

workspaces/arborist/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [7.3.1](https://github.com/npm/cli/compare/arborist-v7.3.0...arborist-v7.3.1) (2024-01-23)
4+
5+
### Bug Fixes
6+
7+
* [`d3f1845`](https://github.com/npm/cli/commit/d3f184591af009b0b9471c1da1245c9206449f8b) [#7124](https://github.com/npm/cli/pull/7124) clean up idealTree code (@wraithgar)
8+
* [`8382fb3`](https://github.com/npm/cli/commit/8382fb3f6acfa39d45d191c3215c7b899966b1f6) [#7126](https://github.com/npm/cli/pull/7126) fetch full packument so that libc can be assessed (@styfle, @ljharb)
9+
10+
### Dependencies
11+
12+
* [`ec77e81`](https://github.com/npm/cli/commit/ec77e81f5ecc3603bb7c9963f860a8c46f6a61ec) [#7124](https://github.com/npm/cli/pull/7124) `promise-call-limit@3.0.1`
13+
314
## [7.3.0](https://github.com/npm/cli/compare/arborist-v7.2.2...arborist-v7.3.0) (2024-01-10)
415

516
### Features

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/libnpmdiff/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.0.6](https://github.com/npm/cli/compare/libnpmdiff-v6.0.5...libnpmdiff-v6.0.6) (2024-01-23)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.3.1): `@npmcli/arborist@7.3.1`
8+
39
## [6.0.5](https://github.com/npm/cli/compare/libnpmdiff-v6.0.4...libnpmdiff-v6.0.5) (2024-01-10)
410

511
### Dependencies

workspaces/libnpmdiff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "6.0.5",
3+
"version": "6.0.6",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",

workspaces/libnpmexec/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [7.0.7](https://github.com/npm/cli/compare/libnpmexec-v7.0.6...libnpmexec-v7.0.7) (2024-01-23)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.3.1): `@npmcli/arborist@7.3.1`
8+
39
## [7.0.6](https://github.com/npm/cli/compare/libnpmexec-v7.0.5...libnpmexec-v7.0.6) (2024-01-10)
410

511
### Dependencies

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy