Skip to content

Commit

Permalink
chore: release 9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fritzy committed Nov 30, 2022
1 parent ea948dc commit 34db562
Show file tree
Hide file tree
Showing 17 changed files with 106 additions and 44 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
@@ -1,14 +1,14 @@
{
".": "9.1.2",
"workspaces/arborist": "6.1.3",
".": "9.1.3",
"workspaces/arborist": "6.1.4",
"workspaces/libnpmaccess": "7.0.0",
"workspaces/libnpmdiff": "5.0.4",
"workspaces/libnpmexec": "5.0.4",
"workspaces/libnpmfund": "4.0.4",
"workspaces/libnpmdiff": "5.0.5",
"workspaces/libnpmexec": "5.0.5",
"workspaces/libnpmfund": "4.0.5",
"workspaces/libnpmhook": "9.0.0",
"workspaces/libnpmorg": "5.0.0",
"workspaces/libnpmpack": "5.0.4",
"workspaces/libnpmpublish": "7.0.4",
"workspaces/libnpmpack": "5.0.5",
"workspaces/libnpmpublish": "7.0.5",
"workspaces/libnpmsearch": "6.0.0",
"workspaces/libnpmteam": "5.0.0",
"workspaces/libnpmversion": "4.0.1",
Expand Down
3 changes: 3 additions & 0 deletions AUTHORS
Expand Up @@ -864,3 +864,6 @@ shalvah <diakon.ng@gmail.com>
Albert 理斯特 <shuaizhexu@gmail.com>
Gennadiy Gashev <63790536+gennadiygashev@users.noreply.github.com>
Andrew Dawes <andrewsdawes@gmail.com>
sosoba <slawomir.osoba@coig.pl>
Aron <aron@master.co>
HenryNguyen5 <6404866+HenryNguyen5@users.noreply.github.com>
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,28 @@
# Changelog

## [9.1.3](https://github.com/npm/cli/compare/v9.1.2...v9.1.3) (2022-11-30)

### Bug Fixes

* [`ffbdea2`](https://github.com/npm/cli/commit/ffbdea286a08eeaf40ab83eea5bfe0602dc6bbcd) [#5894](https://github.com/npm/cli/pull/5894) npm pack filename on scoped packages (#5894) (@HenryNguyen5)
* [`c26d708`](https://github.com/npm/cli/commit/c26d708428a96da530092759b5ff6d67c7282348) [#5884](https://github.com/npm/cli/pull/5884) validate username at get-identity (#5884) (@sosoba, @nlf)

### Documentation

* [`ea948dc`](https://github.com/npm/cli/commit/ea948dceac5cfeef437c97874ab26c3275e75766) [#5881](https://github.com/npm/cli/pull/5881) update description of npm exec (#5881) (@styfle, @wraithgar)
* [`40f2c21`](https://github.com/npm/cli/commit/40f2c213d75a252665311b4f8775d297390aeb70) [#5865](https://github.com/npm/cli/pull/5865) ci-info url (#5865) (@wraithgar)
* [`681a45b`](https://github.com/npm/cli/commit/681a45bb48acd57aa64cb3241ea4915f5a12e029) [#5875](https://github.com/npm/cli/pull/5875) run the comand for directory workspaces (#5875) (@1aron)
* [`681a45b`](https://github.com/npm/cli/commit/681a45bb48acd57aa64cb3241ea4915f5a12e029) [#5875](https://github.com/npm/cli/pull/5875) add workspace directory example (#5875) (@1aron)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.3...arborist-v6.1.4): `@npmcli/arborist@6.1.4`
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.4...libnpmdiff-v5.0.5): `libnpmdiff@5.0.5`
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.4...libnpmexec-v5.0.5): `libnpmexec@5.0.5`
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.4...libnpmfund-v4.0.5): `libnpmfund@4.0.5`
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.4...libnpmpack-v5.0.5): `libnpmpack@5.0.5`
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.4...libnpmpublish-v7.0.5): `libnpmpublish@7.0.5`

## [9.1.2](https://github.com/npm/cli/compare/v9.1.1...v9.1.2) (2022-11-16)

### Bug Fixes
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.1.2",
"version": "9.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.1.2",
"version": "9.1.3",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -86,7 +86,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.1.3",
"@npmcli/arborist": "^6.1.4",
"@npmcli/config": "^6.1.0",
"@npmcli/map-workspaces": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
Expand All @@ -109,13 +109,13 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.0",
"libnpmdiff": "^5.0.4",
"libnpmexec": "^5.0.4",
"libnpmfund": "^4.0.4",
"libnpmdiff": "^5.0.5",
"libnpmexec": "^5.0.5",
"libnpmfund": "^4.0.5",
"libnpmhook": "^9.0.0",
"libnpmorg": "^5.0.0",
"libnpmpack": "^5.0.4",
"libnpmpublish": "^7.0.4",
"libnpmpack": "^5.0.5",
"libnpmpublish": "^7.0.5",
"libnpmsearch": "^6.0.0",
"libnpmteam": "^5.0.0",
"libnpmversion": "^4.0.1",
Expand Down Expand Up @@ -14983,7 +14983,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.1.3",
"version": "6.1.4",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -15077,10 +15077,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "5.0.4",
"version": "5.0.5",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.1.3",
"@npmcli/arborist": "^6.1.4",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.0",
"binary-extensions": "^2.2.0",
Expand All @@ -15100,10 +15100,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.4",
"version": "5.0.5",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.1.3",
"@npmcli/arborist": "^6.1.4",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
"ci-info": "^3.6.1",
Expand Down Expand Up @@ -15132,10 +15132,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.4",
"version": "4.0.5",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.1.3"
"@npmcli/arborist": "^6.1.4"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down Expand Up @@ -15182,10 +15182,10 @@
}
},
"workspaces/libnpmpack": {
"version": "5.0.4",
"version": "5.0.5",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.1.3",
"@npmcli/arborist": "^6.1.4",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.2"
Expand All @@ -15202,7 +15202,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "7.0.4",
"version": "7.0.5",
"license": "ISC",
"dependencies": {
"normalize-package-data": "^5.0.0",
Expand All @@ -15214,7 +15214,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.10.0",
"libnpmpack": "^5.0.4",
"libnpmpack": "^5.0.5",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand Down
14 changes: 7 additions & 7 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "9.1.2",
"version": "9.1.3",
"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.1.3",
"@npmcli/arborist": "^6.1.4",
"@npmcli/config": "^6.1.0",
"@npmcli/map-workspaces": "^3.0.0",
"@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.0",
"libnpmdiff": "^5.0.4",
"libnpmexec": "^5.0.4",
"libnpmfund": "^4.0.4",
"libnpmdiff": "^5.0.5",
"libnpmexec": "^5.0.5",
"libnpmfund": "^4.0.5",
"libnpmhook": "^9.0.0",
"libnpmorg": "^5.0.0",
"libnpmpack": "^5.0.4",
"libnpmpublish": "^7.0.4",
"libnpmpack": "^5.0.5",
"libnpmpublish": "^7.0.5",
"libnpmsearch": "^6.0.0",
"libnpmteam": "^5.0.0",
"libnpmversion": "^4.0.1",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [6.1.4](https://github.com/npm/cli/compare/arborist-v6.1.3...arborist-v6.1.4) (2022-11-30)

### Bug Fixes

* [`80c6c4a`](https://github.com/npm/cli/commit/80c6c4a5111ab1779256a779a2cba41eb2c8675f) [#5907](https://github.com/npm/cli/pull/5907) do not reset hidden lockfile data before saving (#5907) (@nlf)

## [6.1.3](https://github.com/npm/cli/compare/arborist-v6.1.2...arborist-v6.1.3) (2022-11-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.1.3",
"version": "6.1.4",
"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.5](https://github.com/npm/cli/compare/libnpmdiff-v5.0.4...libnpmdiff-v5.0.5) (2022-11-30)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.3...arborist-v6.1.4): `@npmcli/arborist@6.1.4`

## [5.0.4](https://github.com/npm/cli/compare/libnpmdiff-v5.0.3...libnpmdiff-v5.0.4) (2022-11-16)

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

## [5.0.5](https://github.com/npm/cli/compare/libnpmexec-v5.0.4...libnpmexec-v5.0.5) (2022-11-30)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.3...arborist-v6.1.4): `@npmcli/arborist@6.1.4`

## [5.0.4](https://github.com/npm/cli/compare/libnpmexec-v5.0.3...libnpmexec-v5.0.4) (2022-11-16)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "5.0.4",
"version": "5.0.5",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -61,7 +61,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^6.1.3",
"@npmcli/arborist": "^6.1.4",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
"ci-info": "^3.6.1",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmfund/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [4.0.5](https://github.com/npm/cli/compare/libnpmfund-v4.0.4...libnpmfund-v4.0.5) (2022-11-30)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.3...arborist-v6.1.4): `@npmcli/arborist@6.1.4`

## [4.0.4](https://github.com/npm/cli/compare/libnpmfund-v4.0.3...libnpmfund-v4.0.4) (2022-11-16)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
"version": "4.0.4",
"version": "4.0.5",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^6.1.3"
"@npmcli/arborist": "^6.1.4"
},
"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.5](https://github.com/npm/cli/compare/libnpmpack-v5.0.4...libnpmpack-v5.0.5) (2022-11-30)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.3...arborist-v6.1.4): `@npmcli/arborist@6.1.4`

## [5.0.4](https://github.com/npm/cli/compare/libnpmpack-v5.0.3...libnpmpack-v5.0.4) (2022-11-16)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "5.0.4",
"version": "5.0.5",
"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.1.3",
"@npmcli/arborist": "^6.1.4",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.2"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmpublish/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [7.0.5](https://github.com/npm/cli/compare/libnpmpublish-v7.0.4...libnpmpublish-v7.0.5) (2022-11-30)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.4...libnpmpack-v5.0.5): `libnpmpack@5.0.5`

## [7.0.4](https://github.com/npm/cli/compare/libnpmpublish-v7.0.3...libnpmpublish-v7.0.4) (2022-11-16)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpublish/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpublish",
"version": "7.0.4",
"version": "7.0.5",
"description": "Programmatic API for the bits behind npm publish and unpublish",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.10.0",
"libnpmpack": "^5.0.4",
"libnpmpack": "^5.0.5",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand Down

0 comments on commit 34db562

Please sign in to comment.