Skip to content

Commit

Permalink
chore: release 9.0.0-pre.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 18, 2022
1 parent 38dc7f6 commit bb55670
Show file tree
Hide file tree
Showing 16 changed files with 95 additions and 26 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
".": "9.0.0-pre.5",
"workspaces/arborist": "6.0.0-pre.4",
".": "9.0.0-pre.6",
"workspaces/arborist": "6.0.0-pre.5",
"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/libnpmdiff": "5.0.0-pre.3",
"workspaces/libnpmexec": "5.0.0-pre.5",
"workspaces/libnpmfund": "4.0.0-pre.5",
"workspaces/libnpmhook": "9.0.0-pre.0",
"workspaces/libnpmorg": "5.0.0-pre.0",
"workspaces/libnpmpack": "5.0.0-pre.3",
"workspaces/libnpmpublish": "7.0.0-pre.3",
"workspaces/libnpmpack": "5.0.0-pre.4",
"workspaces/libnpmpublish": "7.0.0-pre.4",
"workspaces/libnpmsearch": "6.0.0-pre.0",
"workspaces/libnpmteam": "5.0.0-pre.0",
"workspaces/libnpmversion": "4.0.0-pre.0"
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [9.0.0-pre.6](https://github.com/npm/cli/compare/v9.0.0-pre.5...v9.0.0-pre.6) (2022-10-18)

### ⚠️ BREAKING CHANGES

* this package no longer attempts to change file ownership automatically
* this package no longer attempts to change file ownership automatically

### Features

* [`58065bc`](https://github.com/npm/cli/commit/58065bc679e6968742b5b15fa2fb82dd9e8ae988) [#5704](https://github.com/npm/cli/pull/5704) do not alter file ownership (@nlf)
* [`475e9b6`](https://github.com/npm/cli/commit/475e9b6c0c978a104dd2ee47bde22b0a031a95f9) [#5703](https://github.com/npm/cli/pull/5703) do not alter file ownership (@nlf)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/arborist@6.0.0-pre.5`
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.2...libnpmdiff-v5.0.0-pre.3): `libnpmdiff@5.0.0-pre.3`
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.4...libnpmexec-v5.0.0-pre.5): `libnpmexec@5.0.0-pre.5`
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.4...libnpmfund-v4.0.0-pre.5): `libnpmfund@4.0.0-pre.5`
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.3...libnpmpack-v5.0.0-pre.4): `libnpmpack@5.0.0-pre.4`
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.3...libnpmpublish-v7.0.0-pre.4): `libnpmpublish@7.0.0-pre.4`

## [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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm",
"version": "9.0.0-pre.5",
"version": "9.0.0-pre.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.0-pre.5",
"version": "9.0.0-pre.6",
"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.4",
"@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/config": "^5.0.0",
"@npmcli/fs": "^2.1.0",
Expand All @@ -81,13 +81,13 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^7.0.0-pre.1",
"libnpmdiff": "^5.0.0-pre.2",
"libnpmexec": "^5.0.0-pre.4",
"libnpmfund": "^4.0.0-pre.4",
"libnpmdiff": "^5.0.0-pre.3",
"libnpmexec": "^5.0.0-pre.5",
"libnpmfund": "^4.0.0-pre.5",
"libnpmhook": "^9.0.0-pre.0",
"libnpmorg": "^5.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.3",
"libnpmpublish": "^7.0.0-pre.3",
"libnpmpack": "^5.0.0-pre.4",
"libnpmpublish": "^7.0.0-pre.4",
"libnpmsearch": "^6.0.0-pre.0",
"libnpmteam": "^5.0.0-pre.0",
"libnpmversion": "^4.0.0-pre.0",
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.0.0-pre.5](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5) (2022-10-18)

### ⚠️ BREAKING CHANGES

* this package no longer attempts to change file ownership automatically

### Features

* [`475e9b6`](https://github.com/npm/cli/commit/475e9b6c0c978a104dd2ee47bde22b0a031a95f9) [#5703](https://github.com/npm/cli/pull/5703) do not alter file ownership (@nlf)

## [6.0.0-pre.4](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.3...arborist-v6.0.0-pre.4) (2022-10-05)

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

## [5.0.0-pre.3](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.2...libnpmdiff-v5.0.0-pre.3) (2022-10-18)

### Dependencies

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

## [5.0.0-pre.2](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.1...libnpmdiff-v5.0.0-pre.2) (2022-10-05)

### 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.0-pre.2",
"version": "5.0.0-pre.3",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.4",
"@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/disparity-colors": "^2.0.0",
"@npmcli/installed-package-contents": "^1.0.7",
"binary-extensions": "^2.2.0",
Expand Down
14 changes: 14 additions & 0 deletions workspaces/libnpmexec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [5.0.0-pre.5](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.4...libnpmexec-v5.0.0-pre.5) (2022-10-18)

### ⚠️ BREAKING CHANGES

* this package no longer attempts to change file ownership automatically

### Features

* [`58065bc`](https://github.com/npm/cli/commit/58065bc679e6968742b5b15fa2fb82dd9e8ae988) [#5704](https://github.com/npm/cli/pull/5704) do not alter file ownership (@nlf)

### Dependencies

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

## [5.0.0-pre.4](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.3...libnpmexec-v5.0.0-pre.4) (2022-10-05)

### 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.0-pre.4",
"version": "5.0.0-pre.5",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -58,7 +58,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.4",
"@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/ci-detect": "^3.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.5](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.4...libnpmfund-v4.0.0-pre.5) (2022-10-18)

### Dependencies

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

## [4.0.0-pre.4](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.3...libnpmfund-v4.0.0-pre.4) (2022-10-05)

### 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.0-pre.4",
"version": "4.0.0-pre.5",
"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.4"
"@npmcli/arborist": "^6.0.0-pre.5"
},
"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.0-pre.4](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.3...libnpmpack-v5.0.0-pre.4) (2022-10-18)

### Dependencies

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

## [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
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.0-pre.3",
"version": "5.0.0-pre.4",
"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.0.0-pre.4",
"@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/run-script": "^4.1.3",
"npm-package-arg": "^9.0.1",
"pacote": "^14.0.0"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmpublish/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [7.0.0-pre.4](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.3...libnpmpublish-v7.0.0-pre.4) (2022-10-18)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.3...libnpmpack-v5.0.0-pre.4): `libnpmpack@5.0.0-pre.4`

## [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
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpublish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmpublish",
"version": "7.0.0-pre.3",
"version": "7.0.0-pre.4",
"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": "^4.0.0",
"@npmcli/template-oss": "4.6.1",
"libnpmpack": "^5.0.0-pre.3",
"libnpmpack": "^5.0.0-pre.4",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand Down

0 comments on commit bb55670

Please sign in to comment.