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.0.0-pre.1 #5513

Merged
merged 2 commits into from
Sep 14, 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
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
".": "9.0.0-pre.0",
"workspaces/arborist": "6.0.0-pre.0",
"workspaces/libnpmaccess": "7.0.0-pre.0",
".": "9.0.0-pre.1",
"workspaces/arborist": "6.0.0-pre.1",
"workspaces/libnpmaccess": "7.0.0-pre.1",
"workspaces/libnpmdiff": "5.0.0-pre.0",
"workspaces/libnpmexec": "5.0.0-pre.0",
"workspaces/libnpmfund": "4.0.0-pre.0",
"workspaces/libnpmexec": "5.0.0-pre.1",
"workspaces/libnpmfund": "4.0.0-pre.1",
"workspaces/libnpmhook": "9.0.0-pre.0",
"workspaces/libnpmorg": "5.0.0-pre.0",
"workspaces/libnpmpack": "5.0.0-pre.0",
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -853,3 +853,4 @@ Kyle West <kyle-west@users.noreply.github.com>
Nathan Hughes <nathan@endor.ai>
Sandeep Meduru <73886592+sandeepmeduru@users.noreply.github.com>
Kid <44045911+kidonng@users.noreply.github.com>
Hugh Lilly <hughlilly@users.noreply.github.com>
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [9.0.0-pre.1](https://github.com/npm/cli/compare/v9.0.0-pre.0...v9.0.0-pre.1) (2022-09-14)

### ⚠️ BREAKING CHANGES

* renames most of the `npm access` subcommands
* the api for libnpmaccess is different now

### Features

* [`9c32c6c`](https://github.com/npm/cli/commit/9c32c6c8d6fc5bdfd6af685731fe26920d7e5446) rewrite: rewrite `npm access` (@wraithgar)
* [`854521b`](https://github.com/npm/cli/commit/854521baa49ef88ff9586ec2cc5f1fbaee7fa364) rewrite: Rewrite libnpmaccess (@wraithgar)

### Bug Fixes

* [`c3d7549`](https://github.com/npm/cli/commit/c3d75499cfd4e3601c6ca31621b2f693af466c4d) add tag to publish log message (@wraithgar)

### Documentation

* [`fd0eebe`](https://github.com/npm/cli/commit/fd0eebe4c2b55dd69972aff7de1b4db14ea6799a) update registry docs header (@hughlilly)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.0...arborist-v6.0.0-pre.1): `@npmcli/arborist@6.0.0-pre.1`
* [Workspace](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1): `libnpmaccess@7.0.0-pre.1`
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.0...libnpmexec-v5.0.0-pre.1): `libnpmexec@5.0.0-pre.1`
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.0...libnpmfund-v4.0.0-pre.1): `libnpmfund@4.0.0-pre.1`

## [9.0.0-pre.0](https://github.com/npm/cli/compare/v8.19.1...v9.0.0-pre.0) (2022-09-08)

### ⚠ BREAKING CHANGES
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
Expand All @@ -114,10 +114,10 @@
"init-package-json": "^3.0.2",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^7.0.0-pre.0",
"libnpmaccess": "^7.0.0-pre.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.0",
"libnpmfund": "^4.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"libnpmhook": "^9.0.0-pre.0",
"libnpmorg": "^5.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.0",
Expand Down Expand Up @@ -13856,7 +13856,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.0",
"version": "6.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -13914,7 +13914,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^9.0.1",
Expand Down Expand Up @@ -13953,10 +13953,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand Down Expand Up @@ -13984,10 +13984,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.0",
"version": "4.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.0"
"@npmcli/arborist": "^6.0.0-pre.1"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
Expand All @@ -79,10 +79,10 @@
"init-package-json": "^3.0.2",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^7.0.0-pre.0",
"libnpmaccess": "^7.0.0-pre.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.0",
"libnpmfund": "^4.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"libnpmhook": "^9.0.0-pre.0",
"libnpmorg": "^5.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [6.0.0-pre.1](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.0...arborist-v6.0.0-pre.1) (2022-09-14)

### Bug Fixes

* [`f3b0c43`](https://github.com/npm/cli/commit/f3b0c438d5b62b267f36c21d7b9fa57ae9507ef5) keep saveTypes separate for each `add` (@wraithgar)

## [6.0.0-pre.0](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v6.0.0-pre.0) (2022-09-08)

### ⚠ BREAKING CHANGES
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.0.0-pre.0",
"version": "6.0.0-pre.1",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
10 changes: 10 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [7.0.0-pre.1](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1) (2022-09-14)

### ⚠️ BREAKING CHANGES

* the api for libnpmaccess is different now

### Features

* [`854521b`](https://github.com/npm/cli/commit/854521baa49ef88ff9586ec2cc5f1fbaee7fa364) rewrite: Rewrite libnpmaccess (@wraithgar)

## [7.0.0-pre.0](https://github.com/npm/cli/compare/libnpmaccess-v6.0.4...libnpmaccess-v7.0.0-pre.0) (2022-09-08)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"description": "programmatic library for `npm access` commands",
"author": "GitHub Inc.",
"license": "ISC",
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.0-pre.1](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.0...libnpmexec-v5.0.0-pre.1) (2022-09-14)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.0...arborist-v6.0.0-pre.1): `@npmcli/arborist@6.0.0-pre.1`

## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmexec-v4.0.12...libnpmexec-v5.0.0-pre.0) (2022-09-08)

### ⚠ BREAKING CHANGES
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.0-pre.0",
"version": "5.0.0-pre.1",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -54,7 +54,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
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.0-pre.1](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.0...libnpmfund-v4.0.0-pre.1) (2022-09-14)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.0...arborist-v6.0.0-pre.1): `@npmcli/arborist@6.0.0-pre.1`

## [4.0.0-pre.0](https://github.com/npm/cli/compare/libnpmfund-v3.0.3...libnpmfund-v4.0.0-pre.0) (2022-09-08)

### ⚠ BREAKING CHANGES
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.0-pre.0",
"version": "4.0.0-pre.1",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.0"
"@npmcli/arborist": "^6.0.0-pre.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down