Skip to content

Commit

Permalink
chore: release 9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Mar 8, 2023
1 parent e455e3f commit cea05c6
Show file tree
Hide file tree
Showing 17 changed files with 95 additions and 42 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
@@ -1,14 +1,14 @@
{
".": "9.6.0",
"workspaces/arborist": "6.2.4",
".": "9.6.1",
"workspaces/arborist": "6.2.5",
"workspaces/libnpmaccess": "7.0.2",
"workspaces/libnpmdiff": "5.0.12",
"workspaces/libnpmexec": "5.0.12",
"workspaces/libnpmfund": "4.0.12",
"workspaces/libnpmdiff": "5.0.13",
"workspaces/libnpmexec": "5.0.13",
"workspaces/libnpmfund": "4.0.13",
"workspaces/libnpmhook": "9.0.3",
"workspaces/libnpmorg": "5.0.3",
"workspaces/libnpmpack": "5.0.12",
"workspaces/libnpmpublish": "7.1.0",
"workspaces/libnpmpack": "5.0.13",
"workspaces/libnpmpublish": "7.1.1",
"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 @@ -875,3 +875,4 @@ Santosh Heigrujam <heisantosh@github.com>
Rohan Mukherjee <roerohan@gmail.com>
Andreas Deininger <andreas@deininger.net>
Tuukka Hastrup <Tuukka.Hastrup@iki.fi>
David Tanner <darthtanner@gmail.com>
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## [9.6.1](https://github.com/npm/cli/compare/v9.6.0...v9.6.1) (2023-03-08)

### Bug Fixes

* [`e455e3f`](https://github.com/npm/cli/commit/e455e3f6a5d0aa2c53cc24064557ec592706ca2c) [#6211](https://github.com/npm/cli/pull/6211) send options with grant/revoke requests (#6211) (@DavidTanner)
* [`e4de224`](https://github.com/npm/cli/commit/e4de22480a21591f0c9ba755c8464a9e1f0413c9) [#6220](https://github.com/npm/cli/pull/6220) clean uri from audit error (#6220) (@wraithgar)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.5): `@npmcli/arborist@6.2.5`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.13): `libnpmdiff@5.0.13`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.13): `libnpmexec@5.0.13`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.13): `libnpmfund@4.0.13`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.13): `libnpmpack@5.0.13`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.1.1): `libnpmpublish@7.1.1`

## [9.6.0](https://github.com/npm/cli/compare/v9.5.1...v9.6.0) (2023-03-02)

### Features
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.6.0",
"version": "9.6.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.6.0",
"version": "9.6.1",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -84,7 +84,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.2.4",
"@npmcli/arborist": "^6.2.5",
"@npmcli/config": "^6.1.3",
"@npmcli/map-workspaces": "^3.0.2",
"@npmcli/package-json": "^3.0.0",
Expand All @@ -107,13 +107,13 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.2",
"libnpmdiff": "^5.0.12",
"libnpmexec": "^5.0.12",
"libnpmfund": "^4.0.12",
"libnpmdiff": "^5.0.13",
"libnpmexec": "^5.0.13",
"libnpmfund": "^4.0.13",
"libnpmhook": "^9.0.3",
"libnpmorg": "^5.0.3",
"libnpmpack": "^5.0.12",
"libnpmpublish": "^7.1.0",
"libnpmpack": "^5.0.13",
"libnpmpublish": "^7.1.1",
"libnpmsearch": "^6.0.2",
"libnpmteam": "^5.0.3",
"libnpmversion": "^4.0.2",
Expand Down Expand Up @@ -14954,7 +14954,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.2.4",
"version": "6.2.5",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -15050,10 +15050,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "5.0.12",
"version": "5.0.13",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.4",
"@npmcli/arborist": "^6.2.5",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.2",
"binary-extensions": "^2.2.0",
Expand All @@ -15073,10 +15073,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.12",
"version": "5.0.13",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.4",
"@npmcli/arborist": "^6.2.5",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
"ci-info": "^3.7.1",
Expand Down Expand Up @@ -15104,10 +15104,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.12",
"version": "4.0.13",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.4"
"@npmcli/arborist": "^6.2.5"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down Expand Up @@ -15154,10 +15154,10 @@
}
},
"workspaces/libnpmpack": {
"version": "5.0.12",
"version": "5.0.13",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.4",
"@npmcli/arborist": "^6.2.5",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.1.0",
"pacote": "^15.0.8"
Expand All @@ -15174,7 +15174,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "7.1.0",
"version": "7.1.1",
"license": "ISC",
"dependencies": {
"ci-info": "^3.6.1",
Expand Down
14 changes: 7 additions & 7 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "9.6.0",
"version": "9.6.1",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.2.4",
"@npmcli/arborist": "^6.2.5",
"@npmcli/config": "^6.1.3",
"@npmcli/map-workspaces": "^3.0.2",
"@npmcli/package-json": "^3.0.0",
Expand All @@ -76,13 +76,13 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.2",
"libnpmdiff": "^5.0.12",
"libnpmexec": "^5.0.12",
"libnpmfund": "^4.0.12",
"libnpmdiff": "^5.0.13",
"libnpmexec": "^5.0.13",
"libnpmfund": "^4.0.13",
"libnpmhook": "^9.0.3",
"libnpmorg": "^5.0.3",
"libnpmpack": "^5.0.12",
"libnpmpublish": "^7.1.0",
"libnpmpack": "^5.0.13",
"libnpmpublish": "^7.1.1",
"libnpmsearch": "^6.0.2",
"libnpmteam": "^5.0.3",
"libnpmversion": "^4.0.2",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [6.2.5](https://github.com/npm/cli/compare/arborist-v6.2.4...arborist-v6.2.5) (2023-03-08)

### Bug Fixes

* [`8a78c6f`](https://github.com/npm/cli/commit/8a78c6fc400e9b9ca4068c61c8374a86dec7f2d1) [#6222](https://github.com/npm/cli/pull/6222) only add directories we made to _sparseTreeRoots (#6222) (@nlf)

## [6.2.4](https://github.com/npm/cli/compare/arborist-v6.2.3...arborist-v6.2.4) (2023-03-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.2.4",
"version": "6.2.5",
"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.13](https://github.com/npm/cli/compare/libnpmdiff-v5.0.12...libnpmdiff-v5.0.13) (2023-03-08)

### Dependencies

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

## [5.0.12](https://github.com/npm/cli/compare/libnpmdiff-v5.0.11...libnpmdiff-v5.0.12) (2023-03-02)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
"version": "5.0.12",
"version": "5.0.13",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/arborist": "^6.2.4",
"@npmcli/arborist": "^6.2.5",
"@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

## [5.0.13](https://github.com/npm/cli/compare/libnpmexec-v5.0.12...libnpmexec-v5.0.13) (2023-03-08)

### Dependencies

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

## [5.0.12](https://github.com/npm/cli/compare/libnpmexec-v5.0.11...libnpmexec-v5.0.12) (2023-03-02)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "5.0.12",
"version": "5.0.13",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -60,7 +60,7 @@
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/arborist": "^6.2.4",
"@npmcli/arborist": "^6.2.5",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
"ci-info": "^3.7.1",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmfund/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [4.0.13](https://github.com/npm/cli/compare/libnpmfund-v4.0.12...libnpmfund-v4.0.13) (2023-03-08)

### Dependencies

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

## [4.0.12](https://github.com/npm/cli/compare/libnpmfund-v4.0.11...libnpmfund-v4.0.12) (2023-03-02)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
"version": "4.0.12",
"version": "4.0.13",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -45,7 +45,7 @@
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/arborist": "^6.2.4"
"@npmcli/arborist": "^6.2.5"
},
"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.13](https://github.com/npm/cli/compare/libnpmpack-v5.0.12...libnpmpack-v5.0.13) (2023-03-08)

### Dependencies

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

## [5.0.12](https://github.com/npm/cli/compare/libnpmpack-v5.0.11...libnpmpack-v5.0.12) (2023-03-02)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "5.0.12",
"version": "5.0.13",
"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.4",
"@npmcli/arborist": "^6.2.5",
"@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.1.1](https://github.com/npm/cli/compare/libnpmpublish-v7.1.0...libnpmpublish-v7.1.1) (2023-03-08)

### Bug Fixes

* [`26cbe99`](https://github.com/npm/cli/commit/26cbe9912a1b5f6c16bbc5121435037ef691b6c3) [#6226](https://github.com/npm/cli/pull/6226) improve permission error for provenance (#6226) (@bdehamer)

## [7.1.0](https://github.com/npm/cli/compare/libnpmpublish-v7.0.8...libnpmpublish-v7.1.0) (2023-02-14)

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

0 comments on commit cea05c6

Please sign in to comment.