diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 48742194b6365..90c2aab7f6e36 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - ".": "11.2.0", + ".": "11.3.0", "workspaces/arborist": "9.0.1", "workspaces/libnpmaccess": "10.0.0", "workspaces/libnpmdiff": "8.0.1", - "workspaces/libnpmexec": "10.1.0", + "workspaces/libnpmexec": "10.1.1", "workspaces/libnpmfund": "7.0.1", "workspaces/libnpmorg": "8.0.0", "workspaces/libnpmpack": "9.0.1", @@ -11,5 +11,5 @@ "workspaces/libnpmsearch": "9.0.0", "workspaces/libnpmteam": "8.0.0", "workspaces/libnpmversion": "8.0.0", - "workspaces/config": "10.1.0" + "workspaces/config": "10.2.0" } diff --git a/AUTHORS b/AUTHORS index aa77203b47d4d..04c3273825d52 100644 --- a/AUTHORS +++ b/AUTHORS @@ -955,3 +955,4 @@ Chris Sidi Maksim Koryukov Trevor Burnham Michael Smith +terrainvidia diff --git a/CHANGELOG.md b/CHANGELOG.md index a7808012c604c..ec70d7558f08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [11.3.0](https://github.com/npm/cli/compare/v11.2.0...v11.3.0) (2025-03-12) +### Features +* [`b306d25`](https://github.com/npm/cli/commit/b306d25df2f2e6ae75fd4f6657e0858b6dd71c43) [#8129](https://github.com/npm/cli/pull/8129) add `node-gyp` as actual config (@wraithgar) +### Bug Fixes +* [`2f5392a`](https://github.com/npm/cli/commit/2f5392ae1f87fd3df3d7e521e0e69222fb9899e5) [#8135](https://github.com/npm/cli/pull/8135) make `npm run` autocomplete work with workspaces (#8135) (@terrainvidia) +### Dependencies +* [`679bc4a`](https://github.com/npm/cli/commit/679bc4a71614bffedfbea3058af13c7deb69fcd4) [#8129](https://github.com/npm/cli/pull/8129) `@npmcli/run-script@9.1.0` +### Chores +* [`26803bc`](https://github.com/npm/cli/commit/26803bc46cf85e400b66644c975ee99f6fd0575e) [#8147](https://github.com/npm/cli/pull/8147) release integration node 23 yml (#8147) (@reggi) +* [`d679a1a`](https://github.com/npm/cli/commit/d679a1ae9e22eb01663d3390b9522b1b5380db32) [#8146](https://github.com/npm/cli/pull/8146) release integration node 23 (#8146) (@reggi) +* [workspace](https://github.com/npm/cli/releases/tag/config-v10.2.0): `@npmcli/config@10.2.0` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.1): `libnpmexec@10.1.1` + ## [11.2.0](https://github.com/npm/cli/compare/v11.1.0...v11.2.0) (2025-03-05) ### Features * [`247ee1d`](https://github.com/npm/cli/commit/247ee1d95a12983e181c3c3f2f1fdb790dd21794) [#8100](https://github.com/npm/cli/pull/8100) cache: add npx commands (@wraithgar) diff --git a/package-lock.json b/package-lock.json index db8773e7edae5..e5feb4fc8a7cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "11.2.0", + "version": "11.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "11.2.0", + "version": "11.3.0", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -86,7 +86,7 @@ "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^9.0.1", - "@npmcli/config": "^10.1.0", + "@npmcli/config": "^10.2.0", "@npmcli/fs": "^4.0.0", "@npmcli/map-workspaces": "^4.0.2", "@npmcli/package-json": "^6.1.1", @@ -111,7 +111,7 @@ "json-parse-even-better-errors": "^4.0.0", "libnpmaccess": "^10.0.0", "libnpmdiff": "^8.0.1", - "libnpmexec": "^10.1.0", + "libnpmexec": "^10.1.1", "libnpmfund": "^7.0.1", "libnpmorg": "^8.0.0", "libnpmpack": "^9.0.1", @@ -18810,7 +18810,7 @@ }, "workspaces/config": { "name": "@npmcli/config", - "version": "10.1.0", + "version": "10.2.0", "license": "ISC", "dependencies": { "@npmcli/map-workspaces": "^4.0.1", @@ -18872,7 +18872,7 @@ } }, "workspaces/libnpmexec": { - "version": "10.1.0", + "version": "10.1.1", "license": "ISC", "dependencies": { "@npmcli/arborist": "^9.0.1", diff --git a/package.json b/package.json index 23204fabb664f..c5b3d180fd5cd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "11.2.0", + "version": "11.3.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.0.1", - "@npmcli/config": "^10.1.0", + "@npmcli/config": "^10.2.0", "@npmcli/fs": "^4.0.0", "@npmcli/map-workspaces": "^4.0.2", "@npmcli/package-json": "^6.1.1", @@ -78,7 +78,7 @@ "json-parse-even-better-errors": "^4.0.0", "libnpmaccess": "^10.0.0", "libnpmdiff": "^8.0.1", - "libnpmexec": "^10.1.0", + "libnpmexec": "^10.1.1", "libnpmfund": "^7.0.1", "libnpmorg": "^8.0.0", "libnpmpack": "^9.0.1", diff --git a/workspaces/config/CHANGELOG.md b/workspaces/config/CHANGELOG.md index a649adf0064ab..f44b9e8c4a15b 100644 --- a/workspaces/config/CHANGELOG.md +++ b/workspaces/config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.2.0](https://github.com/npm/cli/compare/config-v10.1.0...config-v10.2.0) (2025-03-12) +### Features +* [`b306d25`](https://github.com/npm/cli/commit/b306d25df2f2e6ae75fd4f6657e0858b6dd71c43) [#8129](https://github.com/npm/cli/pull/8129) add `node-gyp` as actual config (@wraithgar) +### Bug Fixes +* [`9e73338`](https://github.com/npm/cli/commit/9e733383ba8183da0ee18ae1d6694a679168e18b) [#8129](https://github.com/npm/cli/pull/8129) warn on non-default npm-version (@wraithgar) +* [`1814b45`](https://github.com/npm/cli/commit/1814b451d4b14c04cd8cb61f934277fa4d0d4723) [#8145](https://github.com/npm/cli/pull/8145) re-add positional arg and abbrev warnings (#8145) (@wraithgar) + ## [10.1.0](https://github.com/npm/cli/compare/config-v10.0.1...config-v10.1.0) (2025-03-05) ### Features * [`3a80a7b`](https://github.com/npm/cli/commit/3a80a7b7d168c23b5e297cba7b47ba5b9875934d) [#8081](https://github.com/npm/cli/pull/8081) add --init-type flag (#8081) (@reggi) diff --git a/workspaces/config/package.json b/workspaces/config/package.json index 5c0583ced4215..46decf7caae57 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/config", - "version": "10.1.0", + "version": "10.2.0", "files": [ "bin/", "lib/" diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index b5f9160fc0030..4be5943e1cc03 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [10.1.1](https://github.com/npm/cli/compare/libnpmexec-v10.1.0...libnpmexec-v10.1.1) (2025-03-12) +### Bug Fixes +* [`386f328`](https://github.com/npm/cli/commit/386f32898067d8ae17a160271bf1bc1832e6ebb4) [#8154](https://github.com/npm/cli/pull/8154) npx: always save true when installing to npx cache (#8154) (@milaninfy) + ## [10.1.0](https://github.com/npm/cli/compare/libnpmexec-v10.0.0...libnpmexec-v10.1.0) (2025-03-05) ### Features * [`d18d422`](https://github.com/npm/cli/commit/d18d422e081fbf33a0671cbd83a64531c485f940) [#8100](https://github.com/npm/cli/pull/8100) add context to npx cache package.json (@wraithgar) diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index b042cfc7a33fc..ad0593d65a9ba 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "10.1.0", + "version": "10.1.1", "files": [ "bin/", "lib/"