Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.release-please-manifest.json10
-rw-r--r--CHANGELOG.md27
-rw-r--r--package-lock.json2
-rw-r--r--package.json10
-rw-r--r--workspaces/arborist/CHANGELOG.md6
-rw-r--r--workspaces/arborist/package.json2
-rw-r--r--workspaces/libnpmaccess/CHANGELOG.md10
-rw-r--r--workspaces/libnpmaccess/package.json2
-rw-r--r--workspaces/libnpmexec/CHANGELOG.md6
-rw-r--r--workspaces/libnpmexec/package.json4
-rw-r--r--workspaces/libnpmfund/CHANGELOG.md6
-rw-r--r--workspaces/libnpmfund/package.json4
12 files changed, 72 insertions, 17 deletions
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index efdb054e9..78ed38ff8 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -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",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66f68b44f..855e602bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/package-lock.json b/package-lock.json
index e0a230473..9705d21a1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "npm",
- "version": "9.0.0-pre.0",
+ "version": "9.0.0-pre.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 2ff60e51f..048ec7ee9 100644
--- a/package.json
+++ b/package.json
@@ -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": [
@@ -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",
@@ -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",
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index 6afe93f2d..c96cf00e7 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -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
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index b8384e5f0..9c58bff58 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -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",
diff --git a/workspaces/libnpmaccess/CHANGELOG.md b/workspaces/libnpmaccess/CHANGELOG.md
index 8fd14a63f..4bfe6ce9e 100644
--- a/workspaces/libnpmaccess/CHANGELOG.md
+++ b/workspaces/libnpmaccess/CHANGELOG.md
@@ -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
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index 21d31f18a..93fa3bb97 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -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",
diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md
index 91fce3939..79486595a 100644
--- a/workspaces/libnpmexec/CHANGELOG.md
+++ b/workspaces/libnpmexec/CHANGELOG.md
@@ -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
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 3566779ac..39c185ee4 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
- "version": "5.0.0-pre.0",
+ "version": "5.0.0-pre.1",
"files": [
"bin/",
"lib/"
@@ -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",
diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md
index a2d26703e..e10f4b45b 100644
--- a/workspaces/libnpmfund/CHANGELOG.md
+++ b/workspaces/libnpmfund/CHANGELOG.md
@@ -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
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index c665fdeb1..271be4e68 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
- "version": "4.0.0-pre.0",
+ "version": "4.0.0-pre.1",
"main": "lib/index.js",
"files": [
"bin/",
@@ -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"