Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 9.1.0 #5783

Merged
merged 1 commit into from Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>
38 changes: 38 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,43 @@
# 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

* [`b89c19e`](https://github.com/npm/cli/commit/b89c19e9a7674b0bd9d336c14dee1bf381843648) [#5795](https://github.com/npm/cli/pull/5795) `cli-table3@0.6.3`
* [`6b6dfca`](https://github.com/npm/cli/commit/6b6dfca191cb8f7871f755b926fd5ae223ba697a) `fastest-levenshtein@1.0.16`
* [`9972ed1`](https://github.com/npm/cli/commit/9972ed1423d7a4f7ca03a34f5aa69321b81850fd) `@npmcli/ci-detect@3.0.1`
* [`024e612`](https://github.com/npm/cli/commit/024e612f55fc9906b49065dbabbee8b8261eb4eb) `abbrev@2.0.0`
* [`66f9bcd`](https://github.com/npm/cli/commit/66f9bcd10b8d8cb635593c526727056581c7955d) `nopt@7.0.0`
* [`5730d17`](https://github.com/npm/cli/commit/5730d17198e066077cb3ea6f78753746afc13603) `tar@6.1.12`
* [`2fef570`](https://github.com/npm/cli/commit/2fef570caf00bd92a3a4cf0b2bc4ce56fd8bd594) `node-gyp@9.3.0`
* [`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.1",
"@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 @@ -14003,7 +14003,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 @@ -14060,7 +14060,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 @@ -14098,10 +14098,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 @@ -14121,10 +14121,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.1",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
Expand All @@ -14150,10 +14150,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 @@ -14200,10 +14200,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 @@ -14220,7 +14220,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "7.0.1",
"version": "7.0.2",
"license": "ISC",
"dependencies": {
"normalize-package-data": "^5.0.0",
Expand All @@ -14232,7 +14232,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 @@ -14275,7 +14275,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.1",
"@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
13 changes: 13 additions & 0 deletions workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,18 @@
# 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

* [`b89c19e`](https://github.com/npm/cli/commit/b89c19e9a7674b0bd9d336c14dee1bf381843648) [#5795](https://github.com/npm/cli/pull/5795) `cli-table3@0.6.3`
* [`66f9bcd`](https://github.com/npm/cli/commit/66f9bcd10b8d8cb635593c526727056581c7955d) `nopt@7.0.0`
* [`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
12 changes: 12 additions & 0 deletions workspaces/config/CHANGELOG.md
@@ -1,5 +1,17 @@
# 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)

### Dependencies

* [`b89c19e`](https://github.com/npm/cli/commit/b89c19e9a7674b0bd9d336c14dee1bf381843648) [#5795](https://github.com/npm/cli/pull/5795) `cli-table3@0.6.3`
* [`66f9bcd`](https://github.com/npm/cli/commit/66f9bcd10b8d8cb635593c526727056581c7955d) `nopt@7.0.0`

## [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
13 changes: 13 additions & 0 deletions workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,18 @@
# 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

* [`b89c19e`](https://github.com/npm/cli/commit/b89c19e9a7674b0bd9d336c14dee1bf381843648) [#5795](https://github.com/npm/cli/pull/5795) `cli-table3@0.6.3`
* [`9972ed1`](https://github.com/npm/cli/commit/9972ed1423d7a4f7ca03a34f5aa69321b81850fd) `@npmcli/ci-detect@3.0.1`
* [`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.1",
"@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