Skip to content

Commit 79b33be

Browse files
chore: release 9.8.2
1 parent 1ddf976 commit 79b33be

14 files changed

+70
-22
lines changed

.release-please-manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
".": "9.8.1",
3-
"workspaces/arborist": "6.3.0",
2+
".": "9.8.2",
3+
"workspaces/arborist": "6.3.1",
44
"workspaces/libnpmaccess": "7.0.2",
5-
"workspaces/libnpmdiff": "5.0.19",
6-
"workspaces/libnpmexec": "6.0.3",
7-
"workspaces/libnpmfund": "4.0.19",
5+
"workspaces/libnpmdiff": "5.0.20",
6+
"workspaces/libnpmexec": "6.0.4",
7+
"workspaces/libnpmfund": "4.0.20",
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.4",
10-
"workspaces/libnpmpack": "5.0.19",
10+
"workspaces/libnpmpack": "5.0.20",
1111
"workspaces/libnpmpublish": "7.5.0",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [9.8.2](https://github.com/npm/cli/compare/v9.8.1...v9.8.2) (2023-09-01)
4+
5+
### Documentation
6+
7+
* [`9750720`](https://github.com/npm/cli/commit/975072058e0fcec25074d73514cd50ea180b54fe) [#6694](https://github.com/npm/cli/pull/6694) fix example path (#6694) (@fvilers)
8+
9+
### Dependencies
10+
11+
* [`588a245`](https://github.com/npm/cli/commit/588a245191c4bf37f43a919809c54c205547811b) [#6756](https://github.com/npm/cli/pull/6756) `npm-pick-manifest@8.0.2`
12+
* [`a76b1df`](https://github.com/npm/cli/commit/a76b1df3a78231cac910a68b2f188b17c9a6c623) [#6708](https://github.com/npm/cli/pull/6708) `sigstore@1.9.0`
13+
* [`95b5ab0`](https://github.com/npm/cli/commit/95b5ab06785bd047b08ac0a84b986115774ead0f) [#6708](https://github.com/npm/cli/pull/6708) `npm-install-checks@6.2.0`
14+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.1): `@npmcli/arborist@6.3.1`
15+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.20): `libnpmdiff@5.0.20`
16+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v6.0.4): `libnpmexec@6.0.4`
17+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.20): `libnpmfund@4.0.20`
18+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.20): `libnpmpack@5.0.20`
19+
320
## [9.8.1](https://github.com/npm/cli/compare/v9.8.0...v9.8.1) (2023-07-18)
421

522
### Bug Fixes

package-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm",
3-
"version": "9.8.1",
3+
"version": "9.8.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.8.1",
2+
"version": "9.8.2",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
55-
"@npmcli/arborist": "^6.3.0",
55+
"@npmcli/arborist": "^6.3.1",
5656
"@npmcli/config": "^6.2.1",
5757
"@npmcli/fs": "^3.1.0",
5858
"@npmcli/map-workspaces": "^3.0.4",
@@ -77,12 +77,12 @@
7777
"is-cidr": "^4.0.2",
7878
"json-parse-even-better-errors": "^3.0.0",
7979
"libnpmaccess": "^7.0.2",
80-
"libnpmdiff": "^5.0.19",
81-
"libnpmexec": "^6.0.3",
82-
"libnpmfund": "^4.0.19",
80+
"libnpmdiff": "^5.0.20",
81+
"libnpmexec": "^6.0.4",
82+
"libnpmfund": "^4.0.20",
8383
"libnpmhook": "^9.0.3",
8484
"libnpmorg": "^5.0.4",
85-
"libnpmpack": "^5.0.19",
85+
"libnpmpack": "^5.0.20",
8686
"libnpmpublish": "^7.5.0",
8787
"libnpmsearch": "^6.0.2",
8888
"libnpmteam": "^5.0.3",

workspaces/arborist/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.3.1](https://github.com/npm/cli/compare/arborist-v6.3.0...arborist-v6.3.1) (2023-09-01)
4+
5+
### Dependencies
6+
7+
* [`588a245`](https://github.com/npm/cli/commit/588a245191c4bf37f43a919809c54c205547811b) [#6756](https://github.com/npm/cli/pull/6756) `npm-pick-manifest@8.0.2`
8+
* [`95b5ab0`](https://github.com/npm/cli/commit/95b5ab06785bd047b08ac0a84b986115774ead0f) [#6708](https://github.com/npm/cli/pull/6708) `npm-install-checks@6.2.0`
9+
310
## [6.3.0](https://github.com/npm/cli/compare/arborist-v6.2.10...arborist-v6.3.0) (2023-07-05)
411

512
### Features

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/libnpmdiff/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.0.20](https://github.com/npm/cli/compare/libnpmdiff-v5.0.19...libnpmdiff-v5.0.20) (2023-09-01)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.1): `@npmcli/arborist@6.3.1`
8+
39
## [5.0.19](https://github.com/npm/cli/compare/libnpmdiff-v5.0.18...libnpmdiff-v5.0.19) (2023-07-05)
410

511
### Dependencies

workspaces/libnpmdiff/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "5.0.19",
3+
"version": "5.0.20",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -46,7 +46,7 @@
4646
"tap": "^16.3.4"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^6.3.0",
49+
"@npmcli/arborist": "^6.3.1",
5050
"@npmcli/disparity-colors": "^3.0.0",
5151
"@npmcli/installed-package-contents": "^2.0.2",
5252
"binary-extensions": "^2.2.0",

workspaces/libnpmexec/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.0.4](https://github.com/npm/cli/compare/libnpmexec-v6.0.3...libnpmexec-v6.0.4) (2023-09-01)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.1): `@npmcli/arborist@6.3.1`
8+
39
## [6.0.3](https://github.com/npm/cli/compare/libnpmexec-v6.0.2...libnpmexec-v6.0.3) (2023-07-18)
410

511
### Bug Fixes

workspaces/libnpmexec/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"files": [
55
"bin/",
66
"lib/"
@@ -59,7 +59,7 @@
5959
"tap": "^16.3.4"
6060
},
6161
"dependencies": {
62-
"@npmcli/arborist": "^6.3.0",
62+
"@npmcli/arborist": "^6.3.1",
6363
"@npmcli/run-script": "^6.0.0",
6464
"ci-info": "^3.7.1",
6565
"npm-package-arg": "^10.1.0",

workspaces/libnpmfund/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [4.0.20](https://github.com/npm/cli/compare/libnpmfund-v4.0.19...libnpmfund-v4.0.20) (2023-09-01)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.1): `@npmcli/arborist@6.3.1`
8+
39
## [4.0.19](https://github.com/npm/cli/compare/libnpmfund-v4.0.18...libnpmfund-v4.0.19) (2023-07-05)
410

511
### Dependencies

workspaces/libnpmfund/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "4.0.19",
3+
"version": "4.0.20",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -45,7 +45,7 @@
4545
"tap": "^16.3.4"
4646
},
4747
"dependencies": {
48-
"@npmcli/arborist": "^6.3.0"
48+
"@npmcli/arborist": "^6.3.1"
4949
},
5050
"engines": {
5151
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

workspaces/libnpmpack/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.0.20](https://github.com/npm/cli/compare/libnpmpack-v5.0.19...libnpmpack-v5.0.20) (2023-09-01)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.1): `@npmcli/arborist@6.3.1`
8+
39
## [5.0.19](https://github.com/npm/cli/compare/libnpmpack-v5.0.18...libnpmpack-v5.0.19) (2023-07-05)
410

511
### Dependencies

workspaces/libnpmpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "5.0.19",
3+
"version": "5.0.20",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
@@ -36,7 +36,7 @@
3636
"bugs": "https://github.com/npm/libnpmpack/issues",
3737
"homepage": "https://npmjs.com/package/libnpmpack",
3838
"dependencies": {
39-
"@npmcli/arborist": "^6.3.0",
39+
"@npmcli/arborist": "^6.3.1",
4040
"@npmcli/run-script": "^6.0.0",
4141
"npm-package-arg": "^10.1.0",
4242
"pacote": "^15.0.8"

0 commit comments

Comments
 (0)