Skip to content

Commit

Permalink
chore: release 11.0.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 18, 2024
1 parent 780afc5 commit c52be66
Show file tree
Hide file tree
Showing 28 changed files with 198 additions and 60 deletions.
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
".": "10.9.0",
"workspaces/arborist": "8.0.0",
"workspaces/libnpmaccess": "9.0.0",
"workspaces/libnpmdiff": "7.0.0",
"workspaces/libnpmexec": "9.0.0",
"workspaces/libnpmfund": "6.0.0",
"workspaces/libnpmorg": "7.0.0",
"workspaces/libnpmpack": "8.0.0",
"workspaces/libnpmpublish": "10.0.0",
"workspaces/libnpmsearch": "8.0.0",
"workspaces/libnpmteam": "7.0.0",
"workspaces/libnpmversion": "7.0.0",
"workspaces/config": "9.0.0"
".": "11.0.0-pre",
"workspaces/arborist": "9.0.0-pre",
"workspaces/libnpmaccess": "10.0.0-pre",
"workspaces/libnpmdiff": "8.0.0-pre",
"workspaces/libnpmexec": "10.0.0-pre",
"workspaces/libnpmfund": "7.0.0-pre",
"workspaces/libnpmorg": "8.0.0-pre",
"workspaces/libnpmpack": "9.0.0-pre",
"workspaces/libnpmpublish": "11.0.0-pre",
"workspaces/libnpmsearch": "9.0.0-pre",
"workspaces/libnpmteam": "8.0.0-pre",
"workspaces/libnpmversion": "8.0.0-pre",
"workspaces/config": "10.0.0-pre"
}
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Changelog

## [11.0.0-pre](https://github.com/npm/cli/compare/v10.9.0...v11.0.0-pre) (2024-10-18)
### ⚠️ BREAKING CHANGES
* npm will no longer switch to global mode if aliased to "npmg" or "npm-g" etc.
* The `npm hook` command has been removed
* Attestations made by this package will no longer validate in npm versions prior to 10.6.0
* npm now supports node `^20.17.0 || >=22.9.0`
* @npmcli/docs now supports node `^20.17.0 || >=22.9.0`
### Bug Fixes
* [`780afc5`](https://github.com/npm/cli/commit/780afc50e3a345feb1871a28e33fa48235bc3bd5) [#7855](https://github.com/npm/cli/pull/7855) pkg: display if any of multiple attributes exist (#7855) (@Sanderovich)
* [`ecd2d23`](https://github.com/npm/cli/commit/ecd2d23d429b2fee833e534e679cce97e4190b1b) [#7842](https://github.com/npm/cli/pull/7842) don't go into global mode if aliased to npmg (#7842) (@wraithgar)
* [`62c71e5`](https://github.com/npm/cli/commit/62c71e5128a01283f97bd62da30ddc673bddda0b) [#7835](https://github.com/npm/cli/pull/7835) removes `npm hook` command (@reggi)
* [`7f541e8`](https://github.com/npm/cli/commit/7f541e82a0b2908cc0cfef9a36b714eeab40c029) [#7815](https://github.com/npm/cli/pull/7815) make pack and exec work with git hash refs (#7815) (@milaninfy)
* [`3162620`](https://github.com/npm/cli/commit/316262004747e04dfdcf2628abbc45cd366c86b8) [#7831](https://github.com/npm/cli/pull/7831) sets node engine range to `^20.17.0 || >=22.9.0` (@reggi)
* [`4c8ba0a`](https://github.com/npm/cli/commit/4c8ba0aa678b532146200e4cc082f151983b0d82) [#7831](https://github.com/npm/cli/pull/7831) for @npmcli/docs sets node engine range to `^20.17.0 || >=22.9.0` (@reggi)
* [`70cd88d`](https://github.com/npm/cli/commit/70cd88d95aa06ac96154c14ee262076704af807f) [#7808](https://github.com/npm/cli/pull/7808) view: sort and truncate dist-tags (#7808) (@wraithgar)
* [`534ad77`](https://github.com/npm/cli/commit/534ad7789e5c61f579f44d782bdd18ea3ff1ee20) [#7795](https://github.com/npm/cli/pull/7795) remove unused parameters catch statements (#7795) (@btea)
### Documentation
* [`feb54f7`](https://github.com/npm/cli/commit/feb54f7e9a39bd52519221bae4fafc8bc70f235e) [#7822](https://github.com/npm/cli/pull/7822) package.json: add libc field (#7822) (@wraithgar)
### Dependencies
* [`f36dc59`](https://github.com/npm/cli/commit/f36dc593ecbfe77439a1d0e31afb5a45de3b8d14) [#7833](https://github.com/npm/cli/pull/7833) `[email protected]`
* [`7ee15bb`](https://github.com/npm/cli/commit/7ee15bbdc1da0ed85297f47952b66089f29ed3fd) [#7833](https://github.com/npm/cli/pull/7833) bump sigstore from 2.x to 3.0.0 (@bdehamer)
### Chores
* [`720b4d8`](https://github.com/npm/cli/commit/720b4d807bd2e214a045a9ffa9c56435823a7a05) [#7833](https://github.com/npm/cli/pull/7833) bump @npmcli/arborist to 8.0.0 (@wraithgar)
* [`286739c`](https://github.com/npm/cli/commit/286739c0224bad88c4a38927bafd61973f71098c) [#7824](https://github.com/npm/cli/pull/7824) add creation of a DEPENDENCIES.json file (#7824) (@reggi)
* [`852dd8b`](https://github.com/npm/cli/commit/852dd8bdcb958439d343bcd9fb27fb4f07e95991) [#7831](https://github.com/npm/cli/pull/7831) sets npm 11 to prerelase (@reggi)
* [`95d009e`](https://github.com/npm/cli/commit/95d009e606b187b9e148f4f1119b8a19e5beb7f0) [#7831](https://github.com/npm/cli/pull/7831) update engine `^20.17.0 || >=22.9.0` in actions (@reggi)
* [`5a74478`](https://github.com/npm/cli/commit/5a744782af53d6655669e49d911468934ea5e027) [#7831](https://github.com/npm/cli/pull/7831) update engines `^20.17.0 || >=22.9.0` in package template (@reggi)
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre): `@npmcli/[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.0.0-pre): `@npmcli/[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v10.0.0-pre): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.0-pre): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.0.0-pre): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.0-pre): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v8.0.0-pre): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.0-pre): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v11.0.0-pre): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v9.0.0-pre): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v8.0.0-pre): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v8.0.0-pre): `[email protected]`

## [10.9.0](https://github.com/npm/cli/compare/v10.8.3...v10.9.0) (2024-10-03)
### Features
* [`4d57928`](https://github.com/npm/cli/commit/4d57928ea20c1672864dc0c8ebaff5d877e61c9c) [#7766](https://github.com/npm/cli/pull/7766) devEngines (#7766) (@reggi)
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.9.0",
"version": "11.0.0-pre",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.9.0",
"version": "11.0.0-pre",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -16878,7 +16878,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "8.0.0",
"version": "9.0.0-pre",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -16936,7 +16936,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "9.0.0",
"version": "10.0.0-pre",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^4.0.1",
Expand All @@ -16959,7 +16959,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "9.0.0",
"version": "10.0.0-pre",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^12.0.0",
Expand All @@ -16977,10 +16977,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "7.0.0",
"version": "8.0.0-pre",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^8.0.0",
"@npmcli/arborist": "^9.0.0-pre",
"@npmcli/installed-package-contents": "^3.0.0",
"binary-extensions": "^2.3.0",
"diff": "^5.1.0",
Expand All @@ -16999,10 +16999,10 @@
}
},
"workspaces/libnpmexec": {
"version": "9.0.0",
"version": "10.0.0-pre",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^8.0.0",
"@npmcli/arborist": "^9.0.0-pre",
"@npmcli/run-script": "^9.0.1",
"ci-info": "^4.0.0",
"npm-package-arg": "^12.0.0",
Expand All @@ -17028,10 +17028,10 @@
}
},
"workspaces/libnpmfund": {
"version": "6.0.0",
"version": "7.0.0-pre",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^8.0.0"
"@npmcli/arborist": "^9.0.0-pre"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.1",
Expand All @@ -17043,7 +17043,7 @@
}
},
"workspaces/libnpmorg": {
"version": "7.0.0",
"version": "8.0.0-pre",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -17061,10 +17061,10 @@
}
},
"workspaces/libnpmpack": {
"version": "8.0.0",
"version": "9.0.0-pre",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^8.0.0",
"@npmcli/arborist": "^9.0.0-pre",
"@npmcli/run-script": "^9.0.1",
"npm-package-arg": "^12.0.0",
"pacote": "^19.0.0"
Expand All @@ -17081,7 +17081,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "10.0.0",
"version": "11.0.0-pre",
"license": "ISC",
"dependencies": {
"ci-info": "^4.0.0",
Expand All @@ -17106,7 +17106,7 @@
}
},
"workspaces/libnpmsearch": {
"version": "8.0.0",
"version": "9.0.0-pre",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^18.0.1"
Expand All @@ -17122,7 +17122,7 @@
}
},
"workspaces/libnpmteam": {
"version": "7.0.0",
"version": "8.0.0-pre",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -17139,7 +17139,7 @@
}
},
"workspaces/libnpmversion": {
"version": "7.0.0",
"version": "8.0.0-pre",
"license": "ISC",
"dependencies": {
"@npmcli/git": "^6.0.1",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.9.0",
"version": "11.0.0-pre",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -52,8 +52,8 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^8.0.0",
"@npmcli/config": "^9.0.0",
"@npmcli/arborist": "^9.0.0-pre",
"@npmcli/config": "^10.0.0-pre",
"@npmcli/fs": "^4.0.0",
"@npmcli/map-workspaces": "^4.0.1",
"@npmcli/package-json": "^6.0.1",
Expand All @@ -76,16 +76,16 @@
"init-package-json": "^7.0.1",
"is-cidr": "^5.1.0",
"json-parse-even-better-errors": "^4.0.0",
"libnpmaccess": "^9.0.0",
"libnpmdiff": "^7.0.0",
"libnpmexec": "^9.0.0",
"libnpmfund": "^6.0.0",
"libnpmorg": "^7.0.0",
"libnpmpack": "^8.0.0",
"libnpmpublish": "^10.0.0",
"libnpmsearch": "^8.0.0",
"libnpmteam": "^7.0.0",
"libnpmversion": "^7.0.0",
"libnpmaccess": "^10.0.0-pre",
"libnpmdiff": "^8.0.0-pre",
"libnpmexec": "^10.0.0-pre",
"libnpmfund": "^7.0.0-pre",
"libnpmorg": "^8.0.0-pre",
"libnpmpack": "^9.0.0-pre",
"libnpmpublish": "^11.0.0-pre",
"libnpmsearch": "^9.0.0-pre",
"libnpmteam": "^8.0.0-pre",
"libnpmversion": "^8.0.0-pre",
"make-fetch-happen": "^14.0.1",
"minimatch": "^9.0.5",
"minipass": "^7.1.1",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [9.0.0-pre](https://github.com/npm/cli/compare/arborist-v8.0.0...arborist-v9.0.0-pre) (2024-10-18)
### ⚠️ BREAKING CHANGES
* @npmcli/arborist now supports node `^20.17.0 || >=22.9.0`
### Bug Fixes
* [`3ffc08b`](https://github.com/npm/cli/commit/3ffc08bc848ed262ab95e37593c8c058fd633caa) [#7831](https://github.com/npm/cli/pull/7831) for @npmcli/arborist sets node engine range to `^20.17.0 || >=22.9.0` (@reggi)

## [8.0.0](https://github.com/npm/cli/compare/arborist-v7.5.4...arborist-v8.0.0) (2024-10-03)
### ⚠️ BREAKING CHANGES
* `@npmcli/arborist` now supports node `^18.17.0 || >=20.5.0`
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "8.0.0",
"version": "9.0.0-pre",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [10.0.0-pre](https://github.com/npm/cli/compare/config-v9.0.0...config-v10.0.0-pre) (2024-10-18)
### ⚠️ BREAKING CHANGES
* @npmcli/config now supports node `^20.17.0 || >=22.9.0`
### Bug Fixes
* [`6e11eb2`](https://github.com/npm/cli/commit/6e11eb2cf663b6566f4fcf10b2b9d4fbce615b5d) [#7831](https://github.com/npm/cli/pull/7831) for @npmcli/config sets node engine range to `^20.17.0 || >=22.9.0` (@reggi)

## [9.0.0](https://github.com/npm/cli/compare/config-v8.3.4...config-v9.0.0) (2024-10-03)
### ⚠️ BREAKING CHANGES
* `@npmcli/config` now supports node `^18.17.0 || >=20.5.0`
Expand Down
2 changes: 1 addition & 1 deletion workspaces/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/config",
"version": "9.0.0",
"version": "10.0.0-pre",
"files": [
"bin/",
"lib/"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [10.0.0-pre](https://github.com/npm/cli/compare/libnpmaccess-v9.0.0...libnpmaccess-v10.0.0-pre) (2024-10-18)
### ⚠️ BREAKING CHANGES
* libnpmaccess now supports node `^20.17.0 || >=22.9.0`
### Bug Fixes
* [`687cfaf`](https://github.com/npm/cli/commit/687cfafa91af13048037c5f544c15c00cf52921e) [#7831](https://github.com/npm/cli/pull/7831) for libnpmaccess sets node engine range to `^20.17.0 || >=22.9.0` (@reggi)

## [9.0.0](https://github.com/npm/cli/compare/libnpmaccess-v8.0.6...libnpmaccess-v9.0.0) (2024-10-03)
### ⚠️ BREAKING CHANGES
* `libnpmaccess` now supports node `^18.17.0 || >=20.5.0`
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
"version": "9.0.0",
"version": "10.0.0-pre",
"description": "programmatic library for `npm access` commands",
"author": "GitHub Inc.",
"license": "ISC",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/libnpmdiff/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.4): `@npmcli/[email protected]`

## [8.0.0-pre](https://github.com/npm/cli/compare/libnpmdiff-v7.0.0...libnpmdiff-v8.0.0-pre) (2024-10-18)
### ⚠️ BREAKING CHANGES
* libnpmdiff now supports node `^20.17.0 || >=22.9.0`
### Bug Fixes
* [`dab3042`](https://github.com/npm/cli/commit/dab304274805ac64a0cb063eb21fa7d26fb5c1ce) [#7831](https://github.com/npm/cli/pull/7831) for libnpmdiff sets node engine range to `^20.17.0 || >=22.9.0` (@reggi)


### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre): `@npmcli/[email protected]`

## [7.0.0](https://github.com/npm/cli/compare/libnpmdiff-v6.1.4...libnpmdiff-v7.0.0) (2024-10-03)
### ⚠️ BREAKING CHANGES
* `libnpmdiff` now supports node `^18.17.0 || >=20.5.0`
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
"version": "7.0.0",
"version": "8.0.0-pre",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^8.0.0",
"@npmcli/arborist": "^9.0.0-pre",
"@npmcli/installed-package-contents": "^3.0.0",
"binary-extensions": "^2.3.0",
"diff": "^5.1.0",
Expand Down
12 changes: 12 additions & 0 deletions workspaces/libnpmexec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [10.0.0-pre](https://github.com/npm/cli/compare/libnpmexec-v9.0.0...libnpmexec-v10.0.0-pre) (2024-10-18)
### ⚠️ BREAKING CHANGES
* libnpmexec now supports node `^20.17.0 || >=22.9.0`
### Bug Fixes
* [`7f541e8`](https://github.com/npm/cli/commit/7f541e82a0b2908cc0cfef9a36b714eeab40c029) [#7815](https://github.com/npm/cli/pull/7815) make pack and exec work with git hash refs (#7815) (@milaninfy)
* [`2902d4c`](https://github.com/npm/cli/commit/2902d4cfd363eac1dd011e90bd9a1b156852155c) [#7831](https://github.com/npm/cli/pull/7831) for libnpmexec sets node engine range to `^20.17.0 || >=22.9.0` (@reggi)


### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre): `@npmcli/[email protected]`

## [9.0.0](https://github.com/npm/cli/compare/libnpmexec-v8.1.4...libnpmexec-v9.0.0) (2024-10-03)
### ⚠️ BREAKING CHANGES
* `libnpmexec` now supports node `^18.17.0 || >=20.5.0`
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "9.0.0",
"version": "10.0.0-pre",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -60,7 +60,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^8.0.0",
"@npmcli/arborist": "^9.0.0-pre",
"@npmcli/run-script": "^9.0.1",
"ci-info": "^4.0.0",
"npm-package-arg": "^12.0.0",
Expand Down
Loading

0 comments on commit c52be66

Please sign in to comment.