Skip to content

Commit

Permalink
chore: release 10.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed May 15, 2024
1 parent d5c3289 commit 328f63c
Show file tree
Hide file tree
Showing 31 changed files with 458 additions and 77 deletions.
28 changes: 14 additions & 14 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
".": "10.7.0",
"workspaces/arborist": "7.5.1",
"workspaces/libnpmaccess": "8.0.5",
"workspaces/libnpmdiff": "6.1.1",
"workspaces/libnpmexec": "8.1.0",
"workspaces/libnpmfund": "5.0.9",
"workspaces/libnpmhook": "10.0.4",
"workspaces/libnpmorg": "6.0.5",
"workspaces/libnpmpack": "7.0.1",
"workspaces/libnpmpublish": "9.0.7",
"workspaces/libnpmsearch": "7.0.4",
"workspaces/libnpmteam": "6.0.4",
"workspaces/libnpmversion": "6.0.1",
"workspaces/config": "8.3.1"
".": "10.8.0",
"workspaces/arborist": "7.5.2",
"workspaces/libnpmaccess": "8.0.6",
"workspaces/libnpmdiff": "6.1.2",
"workspaces/libnpmexec": "8.1.1",
"workspaces/libnpmfund": "5.0.10",
"workspaces/libnpmhook": "10.0.5",
"workspaces/libnpmorg": "6.0.6",
"workspaces/libnpmpack": "7.0.2",
"workspaces/libnpmpublish": "9.0.8",
"workspaces/libnpmsearch": "7.0.5",
"workspaces/libnpmteam": "6.0.5",
"workspaces/libnpmversion": "6.0.2",
"workspaces/config": "8.3.2"
}
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -932,3 +932,9 @@ Vinicius Lourenço <12551007+H4ad@users.noreply.github.com>
roni-berlin <72336831+roni-berlin@users.noreply.github.com>
Marc Bernard <59966492+mbtools@users.noreply.github.com>
Erik Williamson <me@erik.tw>
Hong Xu <hong@topbug.net>
Thomas Reggi <reggi@github.com>
Mottle <sgt_ah@163.com>
klm-turing <litaaba.a@turing.com>
klm <litaaba.a@turing.com>
Avinal Kumar <avinal@redhat.com>
171 changes: 171 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.7.0",
"version": "10.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.7.0",
"version": "10.8.0",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -87,8 +87,8 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^7.2.1",
"@npmcli/config": "^8.0.2",
"@npmcli/arborist": "^7.5.2",
"@npmcli/config": "^8.3.2",
"@npmcli/fs": "^3.1.1",
"@npmcli/map-workspaces": "^3.0.6",
"@npmcli/package-json": "^5.1.0",
Expand All @@ -111,17 +111,17 @@
"init-package-json": "^6.0.3",
"is-cidr": "^5.0.5",
"json-parse-even-better-errors": "^3.0.2",
"libnpmaccess": "^8.0.1",
"libnpmdiff": "^6.0.3",
"libnpmexec": "^8.0.0",
"libnpmfund": "^5.0.1",
"libnpmhook": "^10.0.0",
"libnpmorg": "^6.0.1",
"libnpmpack": "^7.0.0",
"libnpmpublish": "^9.0.2",
"libnpmsearch": "^7.0.0",
"libnpmteam": "^6.0.0",
"libnpmversion": "^6.0.0",
"libnpmaccess": "^8.0.6",
"libnpmdiff": "^6.1.2",
"libnpmexec": "^8.1.1",
"libnpmfund": "^5.0.10",
"libnpmhook": "^10.0.5",
"libnpmorg": "^6.0.6",
"libnpmpack": "^7.0.2",
"libnpmpublish": "^9.0.8",
"libnpmsearch": "^7.0.5",
"libnpmteam": "^6.0.5",
"libnpmversion": "^6.0.2",
"make-fetch-happen": "^13.0.1",
"minimatch": "^9.0.4",
"minipass": "^7.1.1",
Expand Down Expand Up @@ -14766,7 +14766,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "7.5.1",
"version": "7.5.2",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -14824,7 +14824,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "8.3.1",
"version": "8.3.2",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^3.0.2",
Expand All @@ -14847,7 +14847,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "8.0.5",
"version": "8.0.6",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^11.0.2",
Expand All @@ -14865,10 +14865,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "6.1.1",
"version": "6.1.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.2.1",
"@npmcli/arborist": "^7.5.2",
"@npmcli/installed-package-contents": "^2.1.0",
"binary-extensions": "^2.3.0",
"diff": "^5.1.0",
Expand All @@ -14887,10 +14887,10 @@
}
},
"workspaces/libnpmexec": {
"version": "8.1.0",
"version": "8.1.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.2.1",
"@npmcli/arborist": "^7.5.2",
"@npmcli/run-script": "^8.1.0",
"ci-info": "^4.0.0",
"npm-package-arg": "^11.0.2",
Expand All @@ -14916,10 +14916,10 @@
}
},
"workspaces/libnpmfund": {
"version": "5.0.9",
"version": "5.0.10",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.2.1"
"@npmcli/arborist": "^7.5.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand All @@ -14931,7 +14931,7 @@
}
},
"workspaces/libnpmhook": {
"version": "10.0.4",
"version": "10.0.5",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -14948,7 +14948,7 @@
}
},
"workspaces/libnpmorg": {
"version": "6.0.5",
"version": "6.0.6",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -14966,10 +14966,10 @@
}
},
"workspaces/libnpmpack": {
"version": "7.0.1",
"version": "7.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.2.1",
"@npmcli/arborist": "^7.5.2",
"@npmcli/run-script": "^8.1.0",
"npm-package-arg": "^11.0.2",
"pacote": "^18.0.6"
Expand All @@ -14986,7 +14986,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "9.0.7",
"version": "9.0.8",
"license": "ISC",
"dependencies": {
"ci-info": "^4.0.0",
Expand All @@ -15011,7 +15011,7 @@
}
},
"workspaces/libnpmsearch": {
"version": "7.0.4",
"version": "7.0.5",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^17.0.1"
Expand All @@ -15027,7 +15027,7 @@
}
},
"workspaces/libnpmteam": {
"version": "6.0.4",
"version": "6.0.5",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -15044,7 +15044,7 @@
}
},
"workspaces/libnpmversion": {
"version": "6.0.1",
"version": "6.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/git": "^5.0.7",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.7.0",
"version": "10.8.0",
"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": "^7.2.1",
"@npmcli/config": "^8.0.2",
"@npmcli/arborist": "^7.5.2",
"@npmcli/config": "^8.3.2",
"@npmcli/fs": "^3.1.1",
"@npmcli/map-workspaces": "^3.0.6",
"@npmcli/package-json": "^5.1.0",
Expand All @@ -76,17 +76,17 @@
"init-package-json": "^6.0.3",
"is-cidr": "^5.0.5",
"json-parse-even-better-errors": "^3.0.2",
"libnpmaccess": "^8.0.1",
"libnpmdiff": "^6.0.3",
"libnpmexec": "^8.0.0",
"libnpmfund": "^5.0.1",
"libnpmhook": "^10.0.0",
"libnpmorg": "^6.0.1",
"libnpmpack": "^7.0.0",
"libnpmpublish": "^9.0.2",
"libnpmsearch": "^7.0.0",
"libnpmteam": "^6.0.0",
"libnpmversion": "^6.0.0",
"libnpmaccess": "^8.0.6",
"libnpmdiff": "^6.1.2",
"libnpmexec": "^8.1.1",
"libnpmfund": "^5.0.10",
"libnpmhook": "^10.0.5",
"libnpmorg": "^6.0.6",
"libnpmpack": "^7.0.2",
"libnpmpublish": "^9.0.8",
"libnpmsearch": "^7.0.5",
"libnpmteam": "^6.0.5",
"libnpmversion": "^6.0.2",
"make-fetch-happen": "^13.0.1",
"minimatch": "^9.0.4",
"minipass": "^7.1.1",
Expand Down
31 changes: 31 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [7.5.2](https://github.com/npm/cli/compare/arborist-v7.5.1...arborist-v7.5.2) (2024-05-15)

### Bug Fixes

* [`12f103c`](https://github.com/npm/cli/commit/12f103ce55ed21c9c04f87a101fb64d55ac02d3c) [#7533](https://github.com/npm/cli/pull/7533) add first param titles to logs where missing (#7533) (@lukekarrys)
* [`e290352`](https://github.com/npm/cli/commit/e290352c6b9fd3bc7fa4b8ea2cc2000fb20fdec7) [#7499](https://github.com/npm/cli/pull/7499) revert DepsQueue to re-sort on pop() (#7499) (@lukekarrys)
* [`56a27fa`](https://github.com/npm/cli/commit/56a27fa400f157fb9a56182900278c41efc6aba1) [#7494](https://github.com/npm/cli/pull/7494) avoid caching manifests as promises (@wraithgar)
* [`722c0fa`](https://github.com/npm/cli/commit/722c0faa387ae6e35886f08eefb238c03ae85db1) [#7463](https://github.com/npm/cli/pull/7463) limit packument cache size based on heap size (@wraithgar)
* [`effe910`](https://github.com/npm/cli/commit/effe9109d6bc7828bf916c4dee49b2a53c72f39d) [#7475](https://github.com/npm/cli/pull/7475) dont omit license from stored manifests (#7475) (@lukekarrys)

### Dependencies

* [`fd42986`](https://github.com/npm/cli/commit/fd429866c79cc001979135857c019d7d2873f291) [#7498](https://github.com/npm/cli/pull/7498) `@npmcli/fs@3.1.1`
* [`ea0b07d`](https://github.com/npm/cli/commit/ea0b07da149767265f11d5d77d2156e2c9f43e63) [#7482](https://github.com/npm/cli/pull/7482) `pacote@18.0.6`
* [`5b2317b`](https://github.com/npm/cli/commit/5b2317b472342428c6521d7b0d550d0fcc9bb202) [#7463](https://github.com/npm/cli/pull/7463) add lru-cache
* [`7e15b6d`](https://github.com/npm/cli/commit/7e15b6d56abbf47456c12fa2d5688d5d187a0ae7) [#7480](https://github.com/npm/cli/pull/7480) `@npmcli/metavuln-calculator@7.1.1`
* [`8b20f8c`](https://github.com/npm/cli/commit/8b20f8c8ba70e43ad222538fc396dedb071b1680) [#7480](https://github.com/npm/cli/pull/7480) `ssri@10.0.6`
* [`a9a6dcd`](https://github.com/npm/cli/commit/a9a6dcd4427ec82e491a2cad5672d8183e12180f) [#7480](https://github.com/npm/cli/pull/7480) `pacote@18.0.5`
* [`e2fdb65`](https://github.com/npm/cli/commit/e2fdb651cda9ec603f009f5713a5a2b489d49e15) [#7480](https://github.com/npm/cli/pull/7480) `npm-pick-manifest@9.0.1`
* [`e71f541`](https://github.com/npm/cli/commit/e71f541b020de7940faccffab68d0255c4079e1a) [#7480](https://github.com/npm/cli/pull/7480) `nopt@7.2.1`
* [`18c3b40`](https://github.com/npm/cli/commit/18c3b4058c7f721ff585de2f2766e53da897e16e) [#7480](https://github.com/npm/cli/pull/7480) `json-parse-even-better-errors@3.0.2`
* [`714e3e1`](https://github.com/npm/cli/commit/714e3e1e1ce014cba71db41c2d6c02d9dd53fcd3) [#7480](https://github.com/npm/cli/pull/7480) `hosted-git-info@7.0.2`
* [`f94d672`](https://github.com/npm/cli/commit/f94d6726a6ca96cad0da88ea499fa22f35b7c4c0) [#7480](https://github.com/npm/cli/pull/7480) `cacache@18.0.3`
* [`43331e4`](https://github.com/npm/cli/commit/43331e4d0647c3af4cc2aa3db8b47d797584a6d8) [#7480](https://github.com/npm/cli/pull/7480) `bin-links@4.0.4`
* [`63ef498`](https://github.com/npm/cli/commit/63ef498bf2916a882a92c0b9fe6de6728584694a) [#7457](https://github.com/npm/cli/pull/7457) `npm-registry-fetch@17.0.1`

### Chores

* [`9c4d3c4`](https://github.com/npm/cli/commit/9c4d3c402c77bd7aaa514ee9e02d7fd87223343e) [#7467](https://github.com/npm/cli/pull/7467) template-oss-apply (@lukekarrys)
* [`2b7ec54`](https://github.com/npm/cli/commit/2b7ec54f52f9e8aee568ccb4e34ce4a5733af21a) [#7467](https://github.com/npm/cli/pull/7467) `template-oss@4.22.0` (@lukekarrys)

## [7.5.1](https://github.com/npm/cli/compare/arborist-v7.5.0...arborist-v7.5.1) (2024-04-30)

### Bug Fixes
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": "7.5.1",
"version": "7.5.2",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
16 changes: 16 additions & 0 deletions workspaces/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [8.3.2](https://github.com/npm/cli/compare/config-v8.3.1...config-v8.3.2) (2024-05-15)

### Bug Fixes

* [`12f103c`](https://github.com/npm/cli/commit/12f103ce55ed21c9c04f87a101fb64d55ac02d3c) [#7533](https://github.com/npm/cli/pull/7533) add first param titles to logs where missing (#7533) (@lukekarrys)
* [`6f64148`](https://github.com/npm/cli/commit/6f6414829fd82704233fbb56375b167495a0aaf5) require stdout to be a TTY for progress (#7507) (@lukekarrys)

### Dependencies

* [`e71f541`](https://github.com/npm/cli/commit/e71f541b020de7940faccffab68d0255c4079e1a) [#7480](https://github.com/npm/cli/pull/7480) `nopt@7.2.1`

### Chores

* [`9c4d3c4`](https://github.com/npm/cli/commit/9c4d3c402c77bd7aaa514ee9e02d7fd87223343e) [#7467](https://github.com/npm/cli/pull/7467) template-oss-apply (@lukekarrys)
* [`2b7ec54`](https://github.com/npm/cli/commit/2b7ec54f52f9e8aee568ccb4e34ce4a5733af21a) [#7467](https://github.com/npm/cli/pull/7467) `template-oss@4.22.0` (@lukekarrys)

## [8.3.1](https://github.com/npm/cli/compare/config-v8.3.0...config-v8.3.1) (2024-04-30)

### Bug Fixes
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": "8.3.1",
"version": "8.3.2",
"files": [
"bin/",
"lib/"
Expand Down
11 changes: 11 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [8.0.6](https://github.com/npm/cli/compare/libnpmaccess-v8.0.5...libnpmaccess-v8.0.6) (2024-05-15)

### Dependencies

* [`63ef498`](https://github.com/npm/cli/commit/63ef498bf2916a882a92c0b9fe6de6728584694a) [#7457](https://github.com/npm/cli/pull/7457) `npm-registry-fetch@17.0.1`

### Chores

* [`9c4d3c4`](https://github.com/npm/cli/commit/9c4d3c402c77bd7aaa514ee9e02d7fd87223343e) [#7467](https://github.com/npm/cli/pull/7467) template-oss-apply (@lukekarrys)
* [`2b7ec54`](https://github.com/npm/cli/commit/2b7ec54f52f9e8aee568ccb4e34ce4a5733af21a) [#7467](https://github.com/npm/cli/pull/7467) `template-oss@4.22.0` (@lukekarrys)

## [8.0.5](https://github.com/npm/cli/compare/libnpmaccess-v8.0.4...libnpmaccess-v8.0.5) (2024-04-30)

### Bug Fixes
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": "8.0.5",
"version": "8.0.6",
"description": "programmatic library for `npm access` commands",
"author": "GitHub Inc.",
"license": "ISC",
Expand Down

0 comments on commit 328f63c

Please sign in to comment.