Skip to content

Commit

Permalink
chore: release 9.0.0-pre.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fritzy committed Oct 13, 2022
1 parent 9d7a6ff commit 32336f6
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
@@ -1,14 +1,14 @@
{
".": "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",
"workspaces/libnpmexec": "5.0.0-pre.4",
"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"
Expand Down
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -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>
30 changes: 30 additions & 0 deletions 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
Expand Down
14 changes: 7 additions & 7 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions 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": [
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
6 changes: 6 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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"
Expand Down

0 comments on commit 32336f6

Please sign in to comment.