Skip to content

Commit 5e2e91e

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.8.0
1 parent c2f784d commit 5e2e91e

File tree

7 files changed

+26
-9
lines changed

7 files changed

+26
-9
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "11.7.0",
2+
".": "11.8.0",
33
"workspaces/arborist": "9.1.9",
44
"workspaces/libnpmaccess": "10.0.3",
55
"workspaces/libnpmdiff": "8.0.12",
@@ -11,5 +11,5 @@
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",
1313
"workspaces/libnpmversion": "8.0.3",
14-
"workspaces/config": "10.4.5"
14+
"workspaces/config": "10.5.0"
1515
}

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,3 +986,4 @@ Julian Flögel <[email protected]>
986986
Max Black <[email protected]>
987987
Yashwant Bezawada <[email protected]>
988988
Keegan Carruthers-Smith <[email protected]>
989+
Saksham Malhotra <[email protected]>

CHANGELOG.md

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

3+
## [11.8.0](https://github.com/npm/cli/compare/v11.7.0...v11.8.0) (2025-12-16)
4+
### Features
5+
* [`545e861`](https://github.com/npm/cli/commit/545e86154cc847766ceb356c3b1229d0573314c0) [#8828](https://github.com/npm/cli/pull/8828) show proxy environment variables in npm config list (Max Black)
6+
### Bug Fixes
7+
* [`c2f784d`](https://github.com/npm/cli/commit/c2f784dbb5a83106558ff6ee7cc60bfc088ee9ed) [#8859](https://github.com/npm/cli/pull/8859) preserve serialNumber UUID in CycloneDX SBOM output #8837 (#8859) (@saksham-malhotra-27)
8+
* [`f2c3af7`](https://github.com/npm/cli/commit/f2c3af7de1906b0517bba1e7e5b9247d57960d99) [#8840](https://github.com/npm/cli/pull/8840) more intuitive byte formatting boundaries for rounding (#8840) (@watilde)
9+
10+
11+
### Dependencies
12+
13+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.5.0): `@npmcli/[email protected]`
14+
315
## [11.7.0](https://github.com/npm/cli/compare/v11.6.4...v11.7.0) (2025-12-09)
416
### Features
517
* [`b380d15`](https://github.com/npm/cli/commit/b380d155050be21a9ee5ce08d50e184c06a13f36) [#8697](https://github.com/npm/cli/pull/8697) add deduping to notices unless in verbose+ mode (@owlstronaut)

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.7.0",
3+
"version": "11.8.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.7.0",
9+
"version": "11.8.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -86,7 +86,7 @@
8686
"dependencies": {
8787
"@isaacs/string-locale-compare": "^1.1.0",
8888
"@npmcli/arborist": "^9.1.9",
89-
"@npmcli/config": "^10.4.5",
89+
"@npmcli/config": "^10.5.0",
9090
"@npmcli/fs": "^5.0.0",
9191
"@npmcli/map-workspaces": "^5.0.3",
9292
"@npmcli/metavuln-calculator": "^9.0.3",
@@ -14729,7 +14729,7 @@
1472914729
},
1473014730
"workspaces/config": {
1473114731
"name": "@npmcli/config",
14732-
"version": "10.4.5",
14732+
"version": "10.5.0",
1473314733
"license": "ISC",
1473414734
"dependencies": {
1473514735
"@npmcli/map-workspaces": "^5.0.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.7.0",
2+
"version": "11.8.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
5555
"@npmcli/arborist": "^9.1.9",
56-
"@npmcli/config": "^10.4.5",
56+
"@npmcli/config": "^10.5.0",
5757
"@npmcli/fs": "^5.0.0",
5858
"@npmcli/map-workspaces": "^5.0.3",
5959
"@npmcli/metavuln-calculator": "^9.0.3",

workspaces/config/CHANGELOG.md

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

3+
## [10.5.0](https://github.com/npm/cli/compare/config-v10.4.5...config-v10.5.0) (2025-12-16)
4+
### Features
5+
* [`5a444d5`](https://github.com/npm/cli/commit/5a444d57f1068efddc71ddfd131a949632524e00) [#8828](https://github.com/npm/cli/pull/8828) export environment config variable names (Max Black)
6+
37
## [10.4.5](https://github.com/npm/cli/compare/config-v10.4.4...config-v10.4.5) (2025-12-09)
48
### Bug Fixes
59
* [`4ebb831`](https://github.com/npm/cli/commit/4ebb831d93f13cc0b980754bf36abb2982b131f7) [#8839](https://github.com/npm/cli/pull/8839) updates hints to use cli paradigm (@owlstronaut)

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": "10.4.5",
3+
"version": "10.5.0",
44
"files": [
55
"bin/",
66
"lib/"

0 commit comments

Comments
 (0)