Skip to content

Commit

Permalink
chore: release 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Nov 2, 2022
1 parent 1f5382d commit b02dc30
Show file tree
Hide file tree
Showing 21 changed files with 154 additions and 54 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
@@ -1,16 +1,16 @@
{
".": "9.0.1",
"workspaces/arborist": "6.1.0",
".": "9.1.0",
"workspaces/arborist": "6.1.1",
"workspaces/libnpmaccess": "7.0.0",
"workspaces/libnpmdiff": "5.0.1",
"workspaces/libnpmexec": "5.0.1",
"workspaces/libnpmfund": "4.0.1",
"workspaces/libnpmdiff": "5.0.2",
"workspaces/libnpmexec": "5.0.2",
"workspaces/libnpmfund": "4.0.2",
"workspaces/libnpmhook": "9.0.0",
"workspaces/libnpmorg": "5.0.0",
"workspaces/libnpmpack": "5.0.1",
"workspaces/libnpmpublish": "7.0.1",
"workspaces/libnpmpack": "5.0.2",
"workspaces/libnpmpublish": "7.0.2",
"workspaces/libnpmsearch": "6.0.0",
"workspaces/libnpmteam": "5.0.0",
"workspaces/libnpmversion": "4.0.0",
"workspaces/config": "6.0.1"
"workspaces/libnpmversion": "4.0.1",
"workspaces/config": "6.1.0"
}
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -863,3 +863,4 @@ Winter <winter@winter.cafe>
shalvah <diakon.ng@gmail.com>
Albert 理斯特 <shuaizhexu@gmail.com>
Gennadiy Gashev <63790536+gennadiygashev@users.noreply.github.com>
Andrew Dawes <andrewsdawes@gmail.com>
31 changes: 31 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,36 @@
# Changelog

## [9.1.0](https://github.com/npm/cli/compare/v9.0.1...v9.1.0) (2022-11-02)

### Features

* [`706b3d3`](https://github.com/npm/cli/commit/706b3d3f227de43a095263926d2eef2b4e4cf2a9) [#5779](https://github.com/npm/cli/pull/5779) set --no-audit when installing outside of a project (like --global) (@fritzy)

### Bug Fixes

* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys)
* [`8fd614a`](https://github.com/npm/cli/commit/8fd614af5d6de970a6bbcffc538564d2a809411a) use promiseSpawn.open instead of opener (@nlf)
* [`41843ad`](https://github.com/npm/cli/commit/41843ad8a20bd20aacad2bb37fe473f2e76d5306) use an absolute path to notepad.exe by default, correct docs (@nlf)
* [`0c5834e`](https://github.com/npm/cli/commit/0c5834ed635833ef49fe10cc888025a5debebe21) [#5758](https://github.com/npm/cli/pull/5758) use hosted-git-info to parse registry urls (#5758) (@lukekarrys)

### Documentation

* [`ce6745c`](https://github.com/npm/cli/commit/ce6745c806d721f5e3c455a65fd44bfe03e9d2ae) [#5763](https://github.com/npm/cli/pull/5763) fixed some typos (#5763) (@AndrewDawes)

### Dependencies

* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0`
* [`205e2fd`](https://github.com/npm/cli/commit/205e2fdde91f4f21d92ccf0bf9e1ab9ab3053167) `pacote@15.0.6`
* [`ac25863`](https://github.com/npm/cli/commit/ac25863a33b75620ac9edf4057bfb9409028636a) remove opener, `@npmcli/promise-spawn@6.0.1`, `@npmcli/run-script@5.1.1`, `@npmcli/git@4.0.3`, `pacote@15.0.5`, `which@3.0.0`
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`
* [Workspace](https://github.com/npm/cli/compare/config-v6.0.1...config-v6.1.0): `@npmcli/config@6.1.0`
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2): `libnpmdiff@5.0.2`
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2): `libnpmexec@5.0.2`
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.1...libnpmfund-v4.0.2): `libnpmfund@4.0.2`
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.1...libnpmpack-v5.0.2): `libnpmpack@5.0.2`
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.1...libnpmpublish-v7.0.2): `libnpmpublish@7.0.2`
* [Workspace](https://github.com/npm/cli/compare/libnpmversion-v4.0.0...libnpmversion-v4.0.1): `libnpmversion@4.0.1`

## [9.0.1](https://github.com/npm/cli/compare/v9.0.0...v9.0.1) (2022-10-26)

### Documentation
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.0.1",
"version": "9.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.1",
"version": "9.1.0",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -86,9 +86,9 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.1.0",
"@npmcli/arborist": "^6.1.1",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/config": "^6.0.1",
"@npmcli/config": "^6.1.0",
"@npmcli/map-workspaces": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
"@npmcli/run-script": "^6.0.0",
Expand All @@ -109,16 +109,16 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.0",
"libnpmdiff": "^5.0.1",
"libnpmexec": "^5.0.1",
"libnpmfund": "^4.0.1",
"libnpmdiff": "^5.0.2",
"libnpmexec": "^5.0.2",
"libnpmfund": "^4.0.2",
"libnpmhook": "^9.0.0",
"libnpmorg": "^5.0.0",
"libnpmpack": "^5.0.1",
"libnpmpublish": "^7.0.1",
"libnpmpack": "^5.0.2",
"libnpmpublish": "^7.0.2",
"libnpmsearch": "^6.0.0",
"libnpmteam": "^5.0.0",
"libnpmversion": "^4.0.0",
"libnpmversion": "^4.0.1",
"make-fetch-happen": "^11.0.1",
"minimatch": "^5.1.0",
"minipass": "^3.1.6",
Expand Down Expand Up @@ -13962,7 +13962,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.1.0",
"version": "6.1.1",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -14019,7 +14019,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "6.0.1",
"version": "6.1.0",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^3.0.0",
Expand Down Expand Up @@ -14057,10 +14057,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "5.0.1",
"version": "5.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.1.0",
"@npmcli/arborist": "^6.1.1",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.0",
"binary-extensions": "^2.2.0",
Expand All @@ -14080,10 +14080,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.1",
"version": "5.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.1.0",
"@npmcli/arborist": "^6.1.1",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
Expand All @@ -14109,10 +14109,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.1",
"version": "4.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.1.0"
"@npmcli/arborist": "^6.1.1"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down Expand Up @@ -14159,10 +14159,10 @@
}
},
"workspaces/libnpmpack": {
"version": "5.0.1",
"version": "5.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.1.0",
"@npmcli/arborist": "^6.1.1",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.2"
Expand All @@ -14179,7 +14179,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "7.0.1",
"version": "7.0.2",
"license": "ISC",
"dependencies": {
"normalize-package-data": "^5.0.0",
Expand All @@ -14191,7 +14191,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.8.0",
"libnpmpack": "^5.0.1",
"libnpmpack": "^5.0.2",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand Down Expand Up @@ -14234,7 +14234,7 @@
}
},
"workspaces/libnpmversion": {
"version": "4.0.0",
"version": "4.0.1",
"license": "ISC",
"dependencies": {
"@npmcli/git": "^4.0.1",
Expand Down
18 changes: 9 additions & 9 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "9.0.1",
"version": "9.1.0",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -56,9 +56,9 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.1.0",
"@npmcli/arborist": "^6.1.1",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/config": "^6.0.1",
"@npmcli/config": "^6.1.0",
"@npmcli/map-workspaces": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
"@npmcli/run-script": "^6.0.0",
Expand All @@ -79,16 +79,16 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.0",
"libnpmdiff": "^5.0.1",
"libnpmexec": "^5.0.1",
"libnpmfund": "^4.0.1",
"libnpmdiff": "^5.0.2",
"libnpmexec": "^5.0.2",
"libnpmfund": "^4.0.2",
"libnpmhook": "^9.0.0",
"libnpmorg": "^5.0.0",
"libnpmpack": "^5.0.1",
"libnpmpublish": "^7.0.1",
"libnpmpack": "^5.0.2",
"libnpmpublish": "^7.0.2",
"libnpmsearch": "^6.0.0",
"libnpmteam": "^5.0.0",
"libnpmversion": "^4.0.0",
"libnpmversion": "^4.0.1",
"make-fetch-happen": "^11.0.1",
"minimatch": "^5.1.0",
"minipass": "^3.1.6",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [6.1.1](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1) (2022-11-02)

### Bug Fixes

* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys)
* [`0c5834e`](https://github.com/npm/cli/commit/0c5834ed635833ef49fe10cc888025a5debebe21) [#5758](https://github.com/npm/cli/pull/5758) use hosted-git-info to parse registry urls (#5758) (@lukekarrys)

### Dependencies

* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0`

## [6.1.0](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0) (2022-10-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.1.0",
"version": "6.1.1",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
7 changes: 7 additions & 0 deletions workspaces/config/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [6.1.0](https://github.com/npm/cli/compare/config-v6.0.1...config-v6.1.0) (2022-11-02)

### Features

* [`706b3d3`](https://github.com/npm/cli/commit/706b3d3f227de43a095263926d2eef2b4e4cf2a9) [#5779](https://github.com/npm/cli/pull/5779) set --no-audit when installing outside of a project (like --global) (@fritzy)
* [`586e78d`](https://github.com/npm/cli/commit/586e78d59c3dad29e8e886a4764d2eb8021d11d1) empty commit to trigger all workspace releases (@lukekarrys)

## [6.0.1](https://github.com/npm/config/compare/v6.0.0...v6.0.1) (2022-10-17)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion workspaces/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/config",
"version": "6.0.1",
"version": "6.1.0",
"files": [
"bin/",
"lib/"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmdiff/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [5.0.2](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2) (2022-11-02)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`

## [5.0.1](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0...libnpmdiff-v5.0.1) (2022-10-26)

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

## [5.0.2](https://github.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2) (2022-11-02)

### Bug Fixes

* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys)

### Dependencies

* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0`
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`

## [5.0.1](https://github.com/npm/cli/compare/libnpmexec-v5.0.0...libnpmexec-v5.0.1) (2022-10-26)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "5.0.1",
"version": "5.0.2",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -58,7 +58,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^6.1.0",
"@npmcli/arborist": "^6.1.1",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmfund/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [4.0.2](https://github.com/npm/cli/compare/libnpmfund-v4.0.1...libnpmfund-v4.0.2) (2022-11-02)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`

## [4.0.1](https://github.com/npm/cli/compare/libnpmfund-v4.0.0...libnpmfund-v4.0.1) (2022-10-26)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
"version": "4.0.1",
"version": "4.0.2",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^6.1.0"
"@npmcli/arborist": "^6.1.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down

0 comments on commit b02dc30

Please sign in to comment.