Skip to content

Commit

Permalink
chore: release 9.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Jul 5, 2023
1 parent 67459e7 commit e41d498
Show file tree
Hide file tree
Showing 17 changed files with 105 additions and 42 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
@@ -1,14 +1,14 @@
{
".": "9.7.2",
"workspaces/arborist": "6.2.10",
".": "9.8.0",
"workspaces/arborist": "6.3.0",
"workspaces/libnpmaccess": "7.0.2",
"workspaces/libnpmdiff": "5.0.18",
"workspaces/libnpmexec": "6.0.1",
"workspaces/libnpmfund": "4.0.18",
"workspaces/libnpmdiff": "5.0.19",
"workspaces/libnpmexec": "6.0.2",
"workspaces/libnpmfund": "4.0.19",
"workspaces/libnpmhook": "9.0.3",
"workspaces/libnpmorg": "5.0.4",
"workspaces/libnpmpack": "5.0.18",
"workspaces/libnpmpublish": "7.4.0",
"workspaces/libnpmpack": "5.0.19",
"workspaces/libnpmpublish": "7.5.0",
"workspaces/libnpmsearch": "6.0.2",
"workspaces/libnpmteam": "5.0.3",
"workspaces/libnpmversion": "4.0.2",
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -887,3 +887,4 @@ Michaël Bitard <bitard.michael@gmail.com>
may <63159454+m4rch3n1ng@users.noreply.github.com>
Rayyan Ul Haq <31252332+Rayyan98@users.noreply.github.com>
DaviDevMod <98312056+DaviDevMod@users.noreply.github.com>
Mike Ribbons <mribbons@gmail.com>
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## [9.8.0](https://github.com/npm/cli/compare/v9.7.2...v9.8.0) (2023-07-05)

### Features

* [`67459e7`](https://github.com/npm/cli/commit/67459e7b56a5e8d2b4f8eb3a0487183013c63b99) [#6626](https://github.com/npm/cli/pull/6626) add `pkg fix` subcommand (@wraithgar)
* [`89b2741`](https://github.com/npm/cli/commit/89b27413952ca454f715fee314d37e26f371444d) [#6548](https://github.com/npm/cli/pull/6548) add ps1 scripts (#6548) (@mribbons, @lukekarrys)

### Dependencies

* [`b252164`](https://github.com/npm/cli/commit/b252164dd5c866bf2d25c96836ad829d4d6909ee) [#6626](https://github.com/npm/cli/pull/6626) `@npmcli/package-json@4.0.0`
* [`9238682`](https://github.com/npm/cli/commit/92386822ddf0a849fd2c269b1f5ee9ee47082da0) [#6623](https://github.com/npm/cli/pull/6623) `sigstore@1.7.0` (#6623)
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.0): `@npmcli/arborist@6.3.0`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.19): `libnpmdiff@5.0.19`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v6.0.2): `libnpmexec@6.0.2`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.19): `libnpmfund@4.0.19`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.19): `libnpmpack@5.0.19`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.5.0): `libnpmpublish@7.5.0`

## [9.7.2](https://github.com/npm/cli/compare/v9.7.1...v9.7.2) (2023-06-21)

### Bug Fixes
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.7.2",
"version": "9.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.7.2",
"version": "9.8.0",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -85,7 +85,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.2.10",
"@npmcli/arborist": "^6.3.0",
"@npmcli/config": "^6.2.1",
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^4.0.0",
Expand All @@ -108,13 +108,13 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.2",
"libnpmdiff": "^5.0.18",
"libnpmexec": "^6.0.1",
"libnpmfund": "^4.0.18",
"libnpmdiff": "^5.0.19",
"libnpmexec": "^6.0.2",
"libnpmfund": "^4.0.19",
"libnpmhook": "^9.0.3",
"libnpmorg": "^5.0.4",
"libnpmpack": "^5.0.18",
"libnpmpublish": "^7.4.0",
"libnpmpack": "^5.0.19",
"libnpmpublish": "^7.5.0",
"libnpmsearch": "^6.0.2",
"libnpmteam": "^5.0.3",
"libnpmversion": "^4.0.2",
Expand Down Expand Up @@ -15596,7 +15596,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.2.10",
"version": "6.3.0",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -15693,10 +15693,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "5.0.18",
"version": "5.0.19",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.10",
"@npmcli/arborist": "^6.3.0",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.2",
"binary-extensions": "^2.2.0",
Expand All @@ -15716,10 +15716,10 @@
}
},
"workspaces/libnpmexec": {
"version": "6.0.1",
"version": "6.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.10",
"@npmcli/arborist": "^6.3.0",
"@npmcli/run-script": "^6.0.0",
"ci-info": "^3.7.1",
"npm-package-arg": "^10.1.0",
Expand All @@ -15746,10 +15746,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.18",
"version": "4.0.19",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.10"
"@npmcli/arborist": "^6.3.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down Expand Up @@ -15796,10 +15796,10 @@
}
},
"workspaces/libnpmpack": {
"version": "5.0.18",
"version": "5.0.19",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.10",
"@npmcli/arborist": "^6.3.0",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.1.0",
"pacote": "^15.0.8"
Expand All @@ -15816,7 +15816,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "7.4.0",
"version": "7.5.0",
"license": "ISC",
"dependencies": {
"ci-info": "^3.6.1",
Expand Down
14 changes: 7 additions & 7 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "9.7.2",
"version": "9.8.0",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.2.10",
"@npmcli/arborist": "^6.3.0",
"@npmcli/config": "^6.2.1",
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^4.0.0",
Expand All @@ -75,13 +75,13 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.2",
"libnpmdiff": "^5.0.18",
"libnpmexec": "^6.0.1",
"libnpmfund": "^4.0.18",
"libnpmdiff": "^5.0.19",
"libnpmexec": "^6.0.2",
"libnpmfund": "^4.0.19",
"libnpmhook": "^9.0.3",
"libnpmorg": "^5.0.4",
"libnpmpack": "^5.0.18",
"libnpmpublish": "^7.4.0",
"libnpmpack": "^5.0.19",
"libnpmpublish": "^7.5.0",
"libnpmsearch": "^6.0.2",
"libnpmteam": "^5.0.3",
"libnpmversion": "^4.0.2",
Expand Down
14 changes: 14 additions & 0 deletions workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

## [6.3.0](https://github.com/npm/cli/compare/arborist-v6.2.10...arborist-v6.3.0) (2023-07-05)

### Features

* [`67459e7`](https://github.com/npm/cli/commit/67459e7b56a5e8d2b4f8eb3a0487183013c63b99) [#6626](https://github.com/npm/cli/pull/6626) add `pkg fix` subcommand (@wraithgar)

### Bug Fixes

* [`c61e037`](https://github.com/npm/cli/commit/c61e0376408240590bfc712fe9fdadd7dc9a48bc) [#6626](https://github.com/npm/cli/pull/6626) use new load/create syntax for package-json (@wraithgar)

### Dependencies

* [`b252164`](https://github.com/npm/cli/commit/b252164dd5c866bf2d25c96836ad829d4d6909ee) [#6626](https://github.com/npm/cli/pull/6626) `@npmcli/package-json@4.0.0`

## [6.2.10](https://github.com/npm/cli/compare/arborist-v6.2.9...arborist-v6.2.10) (2023-06-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.2.10",
"version": "6.3.0",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmdiff/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [5.0.19](https://github.com/npm/cli/compare/libnpmdiff-v5.0.18...libnpmdiff-v5.0.19) (2023-07-05)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.0): `@npmcli/arborist@6.3.0`

## [5.0.18](https://github.com/npm/cli/compare/libnpmdiff-v5.0.17...libnpmdiff-v5.0.18) (2023-06-21)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
"version": "5.0.18",
"version": "5.0.19",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/arborist": "^6.2.10",
"@npmcli/arborist": "^6.3.0",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.2",
"binary-extensions": "^2.2.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [6.0.2](https://github.com/npm/cli/compare/libnpmexec-v6.0.1...libnpmexec-v6.0.2) (2023-07-05)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.0): `@npmcli/arborist@6.3.0`

## [6.0.1](https://github.com/npm/cli/compare/libnpmexec-v6.0.0...libnpmexec-v6.0.1) (2023-06-21)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "6.0.1",
"version": "6.0.2",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -59,7 +59,7 @@
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/arborist": "^6.2.10",
"@npmcli/arborist": "^6.3.0",
"@npmcli/run-script": "^6.0.0",
"ci-info": "^3.7.1",
"npm-package-arg": "^10.1.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmfund/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [4.0.19](https://github.com/npm/cli/compare/libnpmfund-v4.0.18...libnpmfund-v4.0.19) (2023-07-05)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.0): `@npmcli/arborist@6.3.0`

## [4.0.18](https://github.com/npm/cli/compare/libnpmfund-v4.0.17...libnpmfund-v4.0.18) (2023-06-21)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
"version": "4.0.18",
"version": "4.0.19",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -45,7 +45,7 @@
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/arborist": "^6.2.10"
"@npmcli/arborist": "^6.3.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmpack/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [5.0.19](https://github.com/npm/cli/compare/libnpmpack-v5.0.18...libnpmpack-v5.0.19) (2023-07-05)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.3.0): `@npmcli/arborist@6.3.0`

## [5.0.18](https://github.com/npm/cli/compare/libnpmpack-v5.0.17...libnpmpack-v5.0.18) (2023-06-21)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "5.0.18",
"version": "5.0.19",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"bugs": "https://github.com/npm/libnpmpack/issues",
"homepage": "https://npmjs.com/package/libnpmpack",
"dependencies": {
"@npmcli/arborist": "^6.2.10",
"@npmcli/arborist": "^6.3.0",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.1.0",
"pacote": "^15.0.8"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmpublish/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [7.5.0](https://github.com/npm/cli/compare/libnpmpublish-v7.4.0...libnpmpublish-v7.5.0) (2023-07-05)

### Features

* [`5baf6a2`](https://github.com/npm/cli/commit/5baf6a2c6274d9838556617e9ff5b66fe87ede51) [#6613](https://github.com/npm/cli/pull/6613) SLSA 1.0 provenance statement (#6613) (@bdehamer)

## [7.4.0](https://github.com/npm/cli/compare/libnpmpublish-v7.3.0...libnpmpublish-v7.4.0) (2023-06-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmpublish/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpublish",
"version": "7.4.0",
"version": "7.5.0",
"description": "Programmatic API for the bits behind npm publish and unpublish",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down

0 comments on commit e41d498

Please sign in to comment.