From 3eae5ff7490bca9f86a762e62b7e433cdd2cc1d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:42:38 +0000 Subject: [PATCH] chore: release 11.8.0 --- .release-please-manifest.json | 4 ++-- AUTHORS | 2 ++ CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 8 ++++---- package.json | 4 ++-- workspaces/config/CHANGELOG.md | 4 ++++ workspaces/config/package.json | 2 +- 7 files changed, 30 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 149b2723a6c65..6b55742c80b1e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "11.7.0", + ".": "11.8.0", "workspaces/arborist": "9.1.9", "workspaces/libnpmaccess": "10.0.3", "workspaces/libnpmdiff": "8.0.12", @@ -11,5 +11,5 @@ "workspaces/libnpmsearch": "9.0.1", "workspaces/libnpmteam": "8.0.2", "workspaces/libnpmversion": "8.0.3", - "workspaces/config": "10.4.5" + "workspaces/config": "10.5.0" } diff --git a/AUTHORS b/AUTHORS index 020ad6ff3d16b..11713e810f9fb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -986,3 +986,5 @@ Julian Flögel Max Black Yashwant Bezawada Keegan Carruthers-Smith +Saksham Malhotra +Kai <2644614+Schweinepriester@users.noreply.github.com> diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d3654ac3ec7..2d69dcf18fc21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [11.8.0](https://github.com/npm/cli/compare/v11.7.0...v11.8.0) (2025-12-19) +### Features +* [`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) +### Bug Fixes +* [`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) +* [`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) +### Documentation +* [`3474ec3`](https://github.com/npm/cli/commit/3474ec35fb579873d20a4b6747983ca369d61592) [#8866](https://github.com/npm/cli/pull/8866) fix typo/logic error in npm-dedupe docs (#8866) (@Schweinepriester) +* [`5552e46`](https://github.com/npm/cli/commit/5552e465125c72e5d591fb6dff76c450e78c7c70) [#8797](https://github.com/npm/cli/pull/8797) npm-install: explain package-lock.json behavior (#8797) (@MaxBlack-dev, Max Black) + + +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/config-v10.5.0): `@npmcli/config@10.5.0` + ## [11.7.0](https://github.com/npm/cli/compare/v11.6.4...v11.7.0) (2025-12-09) ### Features * [`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) diff --git a/package-lock.json b/package-lock.json index 60454b5bb8571..7bf0e030b916f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "11.7.0", + "version": "11.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "11.7.0", + "version": "11.8.0", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -86,7 +86,7 @@ "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^9.1.9", - "@npmcli/config": "^10.4.5", + "@npmcli/config": "^10.5.0", "@npmcli/fs": "^5.0.0", "@npmcli/map-workspaces": "^5.0.3", "@npmcli/metavuln-calculator": "^9.0.3", @@ -14729,7 +14729,7 @@ }, "workspaces/config": { "name": "@npmcli/config", - "version": "10.4.5", + "version": "10.5.0", "license": "ISC", "dependencies": { "@npmcli/map-workspaces": "^5.0.0", diff --git a/package.json b/package.json index 674d5823f36ab..76a49c023bf32 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "11.7.0", + "version": "11.8.0", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -53,7 +53,7 @@ "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^9.1.9", - "@npmcli/config": "^10.4.5", + "@npmcli/config": "^10.5.0", "@npmcli/fs": "^5.0.0", "@npmcli/map-workspaces": "^5.0.3", "@npmcli/metavuln-calculator": "^9.0.3", diff --git a/workspaces/config/CHANGELOG.md b/workspaces/config/CHANGELOG.md index 9e6f1ff203555..8057ef1da74d1 100644 --- a/workspaces/config/CHANGELOG.md +++ b/workspaces/config/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [10.5.0](https://github.com/npm/cli/compare/config-v10.4.5...config-v10.5.0) (2025-12-19) +### Features +* [`5a444d5`](https://github.com/npm/cli/commit/5a444d57f1068efddc71ddfd131a949632524e00) [#8828](https://github.com/npm/cli/pull/8828) export environment config variable names (Max Black) + ## [10.4.5](https://github.com/npm/cli/compare/config-v10.4.4...config-v10.4.5) (2025-12-09) ### Bug Fixes * [`4ebb831`](https://github.com/npm/cli/commit/4ebb831d93f13cc0b980754bf36abb2982b131f7) [#8839](https://github.com/npm/cli/pull/8839) updates hints to use cli paradigm (@owlstronaut) diff --git a/workspaces/config/package.json b/workspaces/config/package.json index 56c8970cd8f15..8348464d463db 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/config", - "version": "10.4.5", + "version": "10.5.0", "files": [ "bin/", "lib/"