Skip to content

Commit ca15992

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 10.5.2
1 parent 699a1de commit ca15992

File tree

17 files changed

+103
-22
lines changed

17 files changed

+103
-22
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "10.5.1",
3-
"workspaces/arborist": "7.4.1",
2+
".": "10.5.2",
3+
"workspaces/arborist": "7.4.2",
44
"workspaces/libnpmaccess": "8.0.3",
5-
"workspaces/libnpmdiff": "6.0.8",
6-
"workspaces/libnpmexec": "7.0.9",
7-
"workspaces/libnpmfund": "5.0.6",
5+
"workspaces/libnpmdiff": "6.0.9",
6+
"workspaces/libnpmexec": "7.0.10",
7+
"workspaces/libnpmfund": "5.0.7",
88
"workspaces/libnpmhook": "10.0.2",
99
"workspaces/libnpmorg": "6.0.3",
10-
"workspaces/libnpmpack": "6.0.8",
10+
"workspaces/libnpmpack": "6.0.9",
1111
"workspaces/libnpmpublish": "9.0.5",
1212
"workspaces/libnpmsearch": "7.0.2",
1313
"workspaces/libnpmteam": "6.0.2",
1414
"workspaces/libnpmversion": "5.0.2",
15-
"workspaces/config": "8.2.1"
15+
"workspaces/config": "8.2.2"
1616
}

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,3 +928,5 @@ Christian Oliff <[email protected]>
928928
Jamie King <[email protected]>
929929
930930
931+
Vinicius Lourenço <[email protected]>
932+
roni-berlin <[email protected]>

CHANGELOG.md

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

3+
## [10.5.2](https://github.com/npm/cli/compare/v10.5.1...v10.5.2) (2024-04-10)
4+
5+
### Bug Fixes
6+
7+
* [`ef381b1`](https://github.com/npm/cli/commit/ef381b1449c99e174437665aa767e7a9b60edf22) [#7363](https://github.com/npm/cli/pull/7363) use @npmcli/redact for url cleaning (#7363) (@lukekarrys)
8+
* [`3760dd2`](https://github.com/npm/cli/commit/3760dd275aaa53cd2cee92e6a7b90aaf62f663cf) [#7361](https://github.com/npm/cli/pull/7361) perf: do less work loading config (#7361) (@wraithgar)
9+
* [`64bcf4c`](https://github.com/npm/cli/commit/64bcf4cf09e284ca18988615ab8696b55d27d829) [#7360](https://github.com/npm/cli/pull/7360) perf: only initialize workpaces when we are inside a workspace (#7360) (@H4ad)
10+
* [`5a28a29`](https://github.com/npm/cli/commit/5a28a29799aac2c89b4e7a3d5c1d1d880346b743) [#7352](https://github.com/npm/cli/pull/7352) perf: lazy load workspace dependency (#7352) (@H4ad)
11+
* [`5fc0f9d`](https://github.com/npm/cli/commit/5fc0f9dfdac3f95fd2eb6855beb2020941b2a361) [#7347](https://github.com/npm/cli/pull/7347) lazy load validate npm package name on error message (#7347) (@H4ad)
12+
* [`c929ed1`](https://github.com/npm/cli/commit/c929ed180b3d3361d1541737a4c3c9932cd480c6) [#7321](https://github.com/npm/cli/pull/7321) prioritize CLI flags over publishConfig settings (#7321) (@roni-berlin)
13+
* [`70497cb`](https://github.com/npm/cli/commit/70497cbcd4e6b32948253b644ccd7a3f0ee29270) [#7346](https://github.com/npm/cli/pull/7346) perf: avoid importing the entire semver package for update-notifier (#7346) (@H4ad)
14+
15+
### Documentation
16+
17+
* [`90ba1c9`](https://github.com/npm/cli/commit/90ba1c9fd6c1ea89173ed7712cf1da205732b164) [#7340](https://github.com/npm/cli/pull/7340) fix incorrect ISO 8601 reference (#7340) (@emmanuel-ferdman)
18+
19+
### Dependencies
20+
21+
* [`699a1de`](https://github.com/npm/cli/commit/699a1de9d22e6c552141f87e468f5b37ed825206) [#7362](https://github.com/npm/cli/pull/7362) `@npmcli/[email protected]`
22+
* [`49fb9b7`](https://github.com/npm/cli/commit/49fb9b7cc22a348f608ab443c6953d950955c9e2) [#7362](https://github.com/npm/cli/pull/7362) `[email protected]`
23+
* [`f69052e`](https://github.com/npm/cli/commit/f69052e16c21ce87c3f8f53a3769cc42ae68db63) [#7362](https://github.com/npm/cli/pull/7362) `@npmcli/[email protected]`
24+
* [`c18a0ad`](https://github.com/npm/cli/commit/c18a0ade8c4e7f6e35ffa937aa7afe06351b4b60) [#7357](https://github.com/npm/cli/pull/7357) `[email protected]`
25+
* [`fd4153b`](https://github.com/npm/cli/commit/fd4153b3ccbc8d49b3aff90fed5e853f35fd6beb) [#7357](https://github.com/npm/cli/pull/7357) `[email protected]`
26+
* [`d6b705a`](https://github.com/npm/cli/commit/d6b705a474a39b83b3d75516a95e34af92793034) [#7357](https://github.com/npm/cli/pull/7357) `[email protected]`
27+
* [`248c177`](https://github.com/npm/cli/commit/248c1771b8b406337ec96cffc6b8bc8f9b3b55b4) [#7357](https://github.com/npm/cli/pull/7357) `[email protected]`
28+
* [`4af9e86`](https://github.com/npm/cli/commit/4af9e863d1a3ad4a934315113745bad4f3c29bb0) [#7357](https://github.com/npm/cli/pull/7357) `[email protected]`
29+
* [`7546b56`](https://github.com/npm/cli/commit/7546b5608d86fdefc5d2f080cd9c0223150ab2f7) [#7357](https://github.com/npm/cli/pull/7357) `@npmcli/[email protected]`
30+
* [`d38fd4f`](https://github.com/npm/cli/commit/d38fd4f6035a6ec9fbd366079d6761cf9c25b471) [#7357](https://github.com/npm/cli/pull/7357) `[email protected]`
31+
* [`913b326`](https://github.com/npm/cli/commit/913b326f62319c95df3b576dd71cdbb04be26782) [#7357](https://github.com/npm/cli/pull/7357) `[email protected]`
32+
* [`84bbbd4`](https://github.com/npm/cli/commit/84bbbd4b61be12025cfa952c9d2a522a1b996245) [#7357](https://github.com/npm/cli/pull/7357) `@npmcli/[email protected]`
33+
* [`a0f5048`](https://github.com/npm/cli/commit/a0f504808b81af7442f47343366724eea1bc8623) [#7357](https://github.com/npm/cli/pull/7357) `@npmcli/[email protected]`
34+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.2): `@npmcli/[email protected]`
35+
* [workspace](https://github.com/npm/cli/releases/tag/config-v8.2.2): `@npmcli/[email protected]`
36+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.9): `[email protected]`
37+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.10): `[email protected]`
38+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.7): `[email protected]`
39+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.9): `[email protected]`
40+
41+
### Chores
42+
43+
* [`81be28d`](https://github.com/npm/cli/commit/81be28de88fb5f3951e782a474548214f61eef70) [#7357](https://github.com/npm/cli/pull/7357) dev dependency updates (@wraithgar)
44+
345
## [10.5.1](https://github.com/npm/cli/compare/v10.5.0...v10.5.1) (2024-04-03)
446

547
### Bug Fixes

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.5.1",
3+
"version": "10.5.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.5.1",
9+
"version": "10.5.2",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -16118,7 +16118,7 @@
1611816118
},
1611916119
"workspaces/arborist": {
1612016120
"name": "@npmcli/arborist",
16121-
"version": "7.4.1",
16121+
"version": "7.4.2",
1612216122
"license": "ISC",
1612316123
"dependencies": {
1612416124
"@isaacs/string-locale-compare": "^1.1.0",
@@ -16175,7 +16175,7 @@
1617516175
},
1617616176
"workspaces/config": {
1617716177
"name": "@npmcli/config",
16178-
"version": "8.2.1",
16178+
"version": "8.2.2",
1617916179
"license": "ISC",
1618016180
"dependencies": {
1618116181
"@npmcli/map-workspaces": "^3.0.2",
@@ -16216,7 +16216,7 @@
1621616216
}
1621716217
},
1621816218
"workspaces/libnpmdiff": {
16219-
"version": "6.0.8",
16219+
"version": "6.0.9",
1622016220
"license": "ISC",
1622116221
"dependencies": {
1622216222
"@npmcli/arborist": "^7.2.1",
@@ -16239,7 +16239,7 @@
1623916239
}
1624016240
},
1624116241
"workspaces/libnpmexec": {
16242-
"version": "7.0.9",
16242+
"version": "7.0.10",
1624316243
"license": "ISC",
1624416244
"dependencies": {
1624516245
"@npmcli/arborist": "^7.2.1",
@@ -16269,7 +16269,7 @@
1626916269
}
1627016270
},
1627116271
"workspaces/libnpmfund": {
16272-
"version": "5.0.6",
16272+
"version": "5.0.7",
1627316273
"license": "ISC",
1627416274
"dependencies": {
1627516275
"@npmcli/arborist": "^7.2.1"
@@ -16319,7 +16319,7 @@
1631916319
}
1632016320
},
1632116321
"workspaces/libnpmpack": {
16322-
"version": "6.0.8",
16322+
"version": "6.0.9",
1632316323
"license": "ISC",
1632416324
"dependencies": {
1632516325
"@npmcli/arborist": "^7.2.1",

package.json

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

workspaces/arborist/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.4.2](https://github.com/npm/cli/compare/arborist-v7.4.1...arborist-v7.4.2) (2024-04-10)
4+
5+
### Bug Fixes
6+
7+
* [`ef381b1`](https://github.com/npm/cli/commit/ef381b1449c99e174437665aa767e7a9b60edf22) [#7363](https://github.com/npm/cli/pull/7363) use @npmcli/redact for url cleaning (#7363) (@lukekarrys)
8+
39
## [7.4.1](https://github.com/npm/cli/compare/arborist-v7.4.0...arborist-v7.4.1) (2024-04-03)
410

511
### Bug Fixes

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.4.1",
3+
"version": "7.4.2",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

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

3+
## [8.2.2](https://github.com/npm/cli/compare/config-v8.2.1...config-v8.2.2) (2024-04-10)
4+
5+
### Bug Fixes
6+
7+
* [`3760dd2`](https://github.com/npm/cli/commit/3760dd275aaa53cd2cee92e6a7b90aaf62f663cf) [#7361](https://github.com/npm/cli/pull/7361) perf: do less work loading config (#7361) (@wraithgar)
8+
* [`5a28a29`](https://github.com/npm/cli/commit/5a28a29799aac2c89b4e7a3d5c1d1d880346b743) [#7352](https://github.com/npm/cli/pull/7352) perf: lazy load workspace dependency (#7352) (@H4ad)
9+
310
## [8.2.1](https://github.com/npm/cli/compare/config-v8.2.0...config-v8.2.1) (2024-04-03)
411

512
### Dependencies

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "8.2.1",
3+
"version": "8.2.2",
44
"files": [
55
"bin/",
66
"lib/"

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.9](https://github.com/npm/cli/compare/libnpmdiff-v6.0.8...libnpmdiff-v6.0.9) (2024-04-10)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.2): `@npmcli/[email protected]`
8+
39
## [6.0.8](https://github.com/npm/cli/compare/libnpmdiff-v6.0.7...libnpmdiff-v6.0.8) (2024-04-03)
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.8",
3+
"version": "6.0.9",
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.10](https://github.com/npm/cli/compare/libnpmexec-v7.0.9...libnpmexec-v7.0.10) (2024-04-10)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.2): `@npmcli/[email protected]`
8+
39
## [7.0.9](https://github.com/npm/cli/compare/libnpmexec-v7.0.8...libnpmexec-v7.0.9) (2024-04-03)
410

511
### Dependencies

workspaces/libnpmexec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "7.0.9",
3+
"version": "7.0.10",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmfund/CHANGELOG.md

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

3+
## [5.0.7](https://github.com/npm/cli/compare/libnpmfund-v5.0.6...libnpmfund-v5.0.7) (2024-04-10)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.2): `@npmcli/[email protected]`
8+
39
## [5.0.6](https://github.com/npm/cli/compare/libnpmfund-v5.0.5...libnpmfund-v5.0.6) (2024-04-03)
410

511
### Dependencies

workspaces/libnpmfund/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",

workspaces/libnpmpack/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.9](https://github.com/npm/cli/compare/libnpmpack-v6.0.8...libnpmpack-v6.0.9) (2024-04-10)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.2): `@npmcli/[email protected]`
8+
39
## [6.0.8](https://github.com/npm/cli/compare/libnpmpack-v6.0.7...libnpmpack-v6.0.8) (2024-04-03)
410

511
### Dependencies

workspaces/libnpmpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "6.0.8",
3+
"version": "6.0.9",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)