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:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-13 18:47:10 +0300
committerNathan Fritz <fritzy@github.com>2022-10-13 20:21:34 +0300
commit32336f6efe06bd52de1dc67c0f812d4705533ef2 (patch)
tree75818416ceb16f4c1c6ab91c264c9b6c8c52060b
parent9d7a6ffe0ac8740507ff2552ea763cb1649f7fb9 (diff)
-rw-r--r--.release-please-manifest.json6
-rw-r--r--AUTHORS2
-rw-r--r--CHANGELOG.md30
-rw-r--r--package-lock.json14
-rw-r--r--package.json6
-rw-r--r--workspaces/libnpmpack/CHANGELOG.md6
-rw-r--r--workspaces/libnpmpack/package.json2
-rw-r--r--workspaces/libnpmpublish/CHANGELOG.md6
-rw-r--r--workspaces/libnpmpublish/package.json4
9 files changed, 60 insertions, 16 deletions
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 53a1f52c1..a9c7cd90b 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,5 +1,5 @@
{
- ".": "9.0.0-pre.4",
+ ".": "9.0.0-pre.5",
"workspaces/arborist": "6.0.0-pre.4",
"workspaces/libnpmaccess": "7.0.0-pre.1",
"workspaces/libnpmdiff": "5.0.0-pre.2",
@@ -7,8 +7,8 @@
"workspaces/libnpmfund": "4.0.0-pre.4",
"workspaces/libnpmhook": "9.0.0-pre.0",
"workspaces/libnpmorg": "5.0.0-pre.0",
- "workspaces/libnpmpack": "5.0.0-pre.2",
- "workspaces/libnpmpublish": "7.0.0-pre.2",
+ "workspaces/libnpmpack": "5.0.0-pre.3",
+ "workspaces/libnpmpublish": "7.0.0-pre.3",
"workspaces/libnpmsearch": "6.0.0-pre.0",
"workspaces/libnpmteam": "5.0.0-pre.0",
"workspaces/libnpmversion": "4.0.0-pre.0"
diff --git a/AUTHORS b/AUTHORS
index 8a84d86f4..ae62ec888 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -860,3 +860,5 @@ Juan Heyns <juanheyns@gmail.com>
Michał Kurowski <michalkurowskix@gmail.com>
giovanniPepi <gtpepi@proton.me>
Winter <winter@winter.cafe>
+shalvah <diakon.ng@gmail.com>
+Albert 理斯特 <shuaizhexu@gmail.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ffd1653f..07b9fdbf9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,35 @@
# Changelog
+## [9.0.0-pre.5](https://github.com/npm/cli/compare/v9.0.0-pre.4...v9.0.0-pre.5) (2022-10-13)
+
+### ⚠️ BREAKING CHANGES
+
+* the presence of auth related settings that are not scoped to a specific registry found in a config file is no longer supported and will throw errors
+* the `node-version` and `npm-version` configs have been removed.
+* links generated from git urls will now use `HEAD` instead of `master` as the default ref
+
+### Features
+
+* [`a09e19d`](https://github.com/npm/cli/commit/a09e19d88f046e54e8d75343883635a1bd056310) [#5696](https://github.com/npm/cli/pull/5696) introduce the `npm config fix` command (@nlf)
+* [`d2963c6`](https://github.com/npm/cli/commit/d2963c67b992b9b3b9dd32f6f41cbbe4bcc580c8) explicitly validate config within the cli (@nlf)
+* [`a5fec08`](https://github.com/npm/cli/commit/a5fec08348add7e75fa2498e6a9efe608b20aa8b) rewrite docs generation (@lukekarrys)
+
+### Bug Fixes
+
+* [`a35c784`](https://github.com/npm/cli/commit/a35c784f8c25dce05b4173edd6c3f8e7913d7b50) [#5691](https://github.com/npm/cli/pull/5691) config: remove `node-version` and `npm-version` (@wraithgar)
+
+### Documentation
+
+* [`a8532eb`](https://github.com/npm/cli/commit/a8532eb39504584cef452152948e015cef8c010a) [#5661](https://github.com/npm/cli/pull/5661) typo missing parentheses (@hbrls)
+* [`542efdb`](https://github.com/npm/cli/commit/542efdb0a31f663cd899bc6d2ddad8fa88c20bc8) update `folders` page for modern npm (@shalvah)
+
+### Dependencies
+
+* [`cee3fd9`](https://github.com/npm/cli/commit/cee3fd9905c7eb0a5cb26a8c9c08c5db48becd15) `@npmcli/config@5.0.0`
+* [`2a740b1`](https://github.com/npm/cli/commit/2a740b14c3789d80825b1345f2e99765fcb90351) [#5692](https://github.com/npm/cli/pull/5692) `hosted-git-info@6.0.0`
+* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.2...libnpmpack-v5.0.0-pre.3): `libnpmpack@5.0.0-pre.3`
+* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.2...libnpmpublish-v7.0.0-pre.3): `libnpmpublish@7.0.0-pre.3`
+
## [9.0.0-pre.4](https://github.com/npm/cli/compare/v9.0.0-pre.3...v9.0.0-pre.4) (2022-10-05)
### Features
diff --git a/package-lock.json b/package-lock.json
index c6db183c8..367080a4a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "npm",
- "version": "9.0.0-pre.4",
+ "version": "9.0.0-pre.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
- "version": "9.0.0-pre.4",
+ "version": "9.0.0-pre.5",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
@@ -120,8 +120,8 @@
"libnpmfund": "^4.0.0-pre.4",
"libnpmhook": "^9.0.0-pre.0",
"libnpmorg": "^5.0.0-pre.0",
- "libnpmpack": "^5.0.0-pre.2",
- "libnpmpublish": "^7.0.0-pre.2",
+ "libnpmpack": "^5.0.0-pre.3",
+ "libnpmpublish": "^7.0.0-pre.3",
"libnpmsearch": "^6.0.0-pre.0",
"libnpmteam": "^5.0.0-pre.0",
"libnpmversion": "^4.0.0-pre.0",
@@ -13938,7 +13938,7 @@
}
},
"workspaces/libnpmpack": {
- "version": "5.0.0-pre.2",
+ "version": "5.0.0-pre.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.4",
@@ -13958,7 +13958,7 @@
}
},
"workspaces/libnpmpublish": {
- "version": "7.0.0-pre.2",
+ "version": "7.0.0-pre.3",
"license": "ISC",
"dependencies": {
"normalize-package-data": "^4.0.0",
@@ -13970,7 +13970,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.5.1",
- "libnpmpack": "^5.0.0-pre.2",
+ "libnpmpack": "^5.0.0-pre.3",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
diff --git a/package.json b/package.json
index 9deb62c8c..cbb5a6423 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "9.0.0-pre.4",
+ "version": "9.0.0-pre.5",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
@@ -86,8 +86,8 @@
"libnpmfund": "^4.0.0-pre.4",
"libnpmhook": "^9.0.0-pre.0",
"libnpmorg": "^5.0.0-pre.0",
- "libnpmpack": "^5.0.0-pre.2",
- "libnpmpublish": "^7.0.0-pre.2",
+ "libnpmpack": "^5.0.0-pre.3",
+ "libnpmpublish": "^7.0.0-pre.3",
"libnpmsearch": "^6.0.0-pre.0",
"libnpmteam": "^5.0.0-pre.0",
"libnpmversion": "^4.0.0-pre.0",
diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md
index 0bd62765a..99e31fb9a 100644
--- a/workspaces/libnpmpack/CHANGELOG.md
+++ b/workspaces/libnpmpack/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [5.0.0-pre.3](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.2...libnpmpack-v5.0.0-pre.3) (2022-10-13)
+
+### Bug Fixes
+
+* [`a990c3c`](https://github.com/npm/cli/commit/a990c3c9a0e67f0a8b6454213675e159fe49432d) [#5651](https://github.com/npm/cli/pull/5651) libnpmpack: obey ignoreScripts (@winterqt)
+
## [5.0.0-pre.2](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.1...libnpmpack-v5.0.0-pre.2) (2022-10-05)
### Bug Fixes
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 5f24312fd..e3aa720d4 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
- "version": "5.0.0-pre.2",
+ "version": "5.0.0-pre.3",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md
index 9a427ddbd..a435d8a7c 100644
--- a/workspaces/libnpmpublish/CHANGELOG.md
+++ b/workspaces/libnpmpublish/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [7.0.0-pre.3](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.2...libnpmpublish-v7.0.0-pre.3) (2022-10-13)
+
+### Dependencies
+
+* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.2...libnpmpack-v5.0.0-pre.3): `libnpmpack@5.0.0-pre.3`
+
## [7.0.0-pre.2](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.1...libnpmpublish-v7.0.0-pre.2) (2022-10-05)
### Dependencies
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index 1bb16def2..59af6693c 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpublish",
- "version": "7.0.0-pre.2",
+ "version": "7.0.0-pre.3",
"description": "Programmatic API for the bits behind npm publish and unpublish",
"author": "GitHub Inc.",
"main": "lib/index.js",
@@ -26,7 +26,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.5.1",
- "libnpmpack": "^5.0.0-pre.2",
+ "libnpmpack": "^5.0.0-pre.3",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"