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.6.0 #6217

Merged
merged 1 commit into from
Mar 2, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
".": "9.5.1",
"workspaces/arborist": "6.2.3",
".": "9.6.0",
"workspaces/arborist": "6.2.4",
"workspaces/libnpmaccess": "7.0.2",
"workspaces/libnpmdiff": "5.0.11",
"workspaces/libnpmexec": "5.0.11",
"workspaces/libnpmfund": "4.0.11",
"workspaces/libnpmdiff": "5.0.12",
"workspaces/libnpmexec": "5.0.12",
"workspaces/libnpmfund": "4.0.12",
"workspaces/libnpmhook": "9.0.3",
"workspaces/libnpmorg": "5.0.3",
"workspaces/libnpmpack": "5.0.11",
"workspaces/libnpmpack": "5.0.12",
"workspaces/libnpmpublish": "7.1.0",
"workspaces/libnpmsearch": "6.0.2",
"workspaces/libnpmteam": "5.0.3",
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -874,3 +874,4 @@ Brian DeHamer <bdehamer@github.com>
Santosh Heigrujam <heisantosh@github.com>
Rohan Mukherjee <roerohan@gmail.com>
Andreas Deininger <andreas@deininger.net>
Tuukka Hastrup <Tuukka.Hastrup@iki.fi>
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

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

### Features

* [`84fbaf2`](https://github.com/npm/cli/commit/84fbaf2bd809e56f396496dd5f4691a46dd548aa) [#6216](https://github.com/npm/cli/pull/6216) add preliminary fish shell completion (@wraithgar)

### Bug Fixes

* [`c4c8754`](https://github.com/npm/cli/commit/c4c8754f12e73007ef0f0f516c8e51e08858b2c6) audit: add signatures to completion (@wraithgar)
* [`fc46489`](https://github.com/npm/cli/commit/fc4648984c9fc4904d2b51597590015f8ca702fc) access: only complete once (@wraithgar)
* [`b43961a`](https://github.com/npm/cli/commit/b43961a9a3c0e5ea0314a241ba8ae9b7ea57cae7) cmd-list: alias only to real commands (@wraithgar)

### Documentation

* [`2695e1f`](https://github.com/npm/cli/commit/2695e1fb1384ad41fe6b99fdc570088978626dd8) [#6187](https://github.com/npm/cli/pull/6187) npm v9 creates package-lock.json v3 (#6187) (@tuukka)

### Dependencies

* [`71ae406`](https://github.com/npm/cli/commit/71ae4067bccef53aa99ccf8abbe9115daaae8e8c) [#6218](https://github.com/npm/cli/pull/6218) `@npmcli/installed-package-contents@2.0.2`
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.4): `@npmcli/arborist@6.2.4`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.12): `libnpmdiff@5.0.12`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.12): `libnpmexec@5.0.12`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.12): `libnpmfund@4.0.12`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.12): `libnpmpack@5.0.12`

## [9.5.1](https://github.com/npm/cli/compare/v9.5.0...v9.5.1) (2023-02-22)

### Documentation
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.5.1",
"version": "9.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.5.1",
"version": "9.6.0",
"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.3",
"@npmcli/arborist": "^6.2.4",
"@npmcli/config": "^6.1.3",
"@npmcli/map-workspaces": "^3.0.2",
"@npmcli/package-json": "^3.0.0",
Expand All @@ -107,12 +107,12 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.2",
"libnpmdiff": "^5.0.11",
"libnpmexec": "^5.0.11",
"libnpmfund": "^4.0.11",
"libnpmdiff": "^5.0.12",
"libnpmexec": "^5.0.12",
"libnpmfund": "^4.0.12",
"libnpmhook": "^9.0.3",
"libnpmorg": "^5.0.3",
"libnpmpack": "^5.0.11",
"libnpmpack": "^5.0.12",
"libnpmpublish": "^7.1.0",
"libnpmsearch": "^6.0.2",
"libnpmteam": "^5.0.3",
Expand Down Expand Up @@ -14954,7 +14954,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.2.3",
"version": "6.2.4",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -15050,10 +15050,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "5.0.11",
"version": "5.0.12",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.3",
"@npmcli/arborist": "^6.2.4",
"@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.11",
"version": "5.0.12",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.3",
"@npmcli/arborist": "^6.2.4",
"@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.11",
"version": "4.0.12",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.3"
"@npmcli/arborist": "^6.2.4"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down Expand Up @@ -15154,10 +15154,10 @@
}
},
"workspaces/libnpmpack": {
"version": "5.0.11",
"version": "5.0.12",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.3",
"@npmcli/arborist": "^6.2.4",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.1.0",
"pacote": "^15.0.8"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.5.1",
"version": "9.6.0",
"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.3",
"@npmcli/arborist": "^6.2.4",
"@npmcli/config": "^6.1.3",
"@npmcli/map-workspaces": "^3.0.2",
"@npmcli/package-json": "^3.0.0",
Expand All @@ -76,12 +76,12 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.2",
"libnpmdiff": "^5.0.11",
"libnpmexec": "^5.0.11",
"libnpmfund": "^4.0.11",
"libnpmdiff": "^5.0.12",
"libnpmexec": "^5.0.12",
"libnpmfund": "^4.0.12",
"libnpmhook": "^9.0.3",
"libnpmorg": "^5.0.3",
"libnpmpack": "^5.0.11",
"libnpmpack": "^5.0.12",
"libnpmpublish": "^7.1.0",
"libnpmsearch": "^6.0.2",
"libnpmteam": "^5.0.3",
Expand Down
10 changes: 10 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

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

### Bug Fixes

* [`962a12e`](https://github.com/npm/cli/commit/962a12e5017dc8e576fd819d785e45d4c8d9244d) [#6193](https://github.com/npm/cli/pull/6193) arborist: dependencies from registries with a peerDependency on a workspace (#6193) (@ixalon)

### Dependencies

* [`71ae406`](https://github.com/npm/cli/commit/71ae4067bccef53aa99ccf8abbe9115daaae8e8c) [#6218](https://github.com/npm/cli/pull/6218) `@npmcli/installed-package-contents@2.0.2`

## [6.2.3](https://github.com/npm/cli/compare/arborist-v6.2.2...arborist-v6.2.3) (2023-02-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.2.3",
"version": "6.2.4",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
7 changes: 7 additions & 0 deletions workspaces/libnpmdiff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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

### Dependencies

* [`71ae406`](https://github.com/npm/cli/commit/71ae4067bccef53aa99ccf8abbe9115daaae8e8c) [#6218](https://github.com/npm/cli/pull/6218) `@npmcli/installed-package-contents@2.0.2`
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.4): `@npmcli/arborist@6.2.4`

## [5.0.11](https://github.com/npm/cli/compare/libnpmdiff-v5.0.10...libnpmdiff-v5.0.11) (2023-02-22)

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

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

### Dependencies

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

## [5.0.11](https://github.com/npm/cli/compare/libnpmexec-v5.0.10...libnpmexec-v5.0.11) (2023-02-22)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "5.0.11",
"version": "5.0.12",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -60,7 +60,7 @@
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/arborist": "^6.2.3",
"@npmcli/arborist": "^6.2.4",
"@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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

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

### Dependencies

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

## [4.0.11](https://github.com/npm/cli/compare/libnpmfund-v4.0.10...libnpmfund-v4.0.11) (2023-02-22)

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

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

### Dependencies

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

## [5.0.11](https://github.com/npm/cli/compare/libnpmpack-v5.0.10...libnpmpack-v5.0.11) (2023-02-22)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "5.0.11",
"version": "5.0.12",
"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.3",
"@npmcli/arborist": "^6.2.4",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.1.0",
"pacote": "^15.0.8"
Expand Down