Skip to content

Commit

Permalink
chore: release 9.0.0-pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Sep 30, 2022
1 parent 45e43f1 commit b397774
Show file tree
Hide file tree
Showing 16 changed files with 153 additions and 44 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.2",
"workspaces/arborist": "6.0.0-pre.2",
".": "9.0.0-pre.3",
"workspaces/arborist": "6.0.0-pre.3",
"workspaces/libnpmaccess": "7.0.0-pre.1",
"workspaces/libnpmdiff": "5.0.0-pre.0",
"workspaces/libnpmexec": "5.0.0-pre.2",
"workspaces/libnpmfund": "4.0.0-pre.2",
"workspaces/libnpmdiff": "5.0.0-pre.1",
"workspaces/libnpmexec": "5.0.0-pre.3",
"workspaces/libnpmfund": "4.0.0-pre.3",
"workspaces/libnpmhook": "9.0.0-pre.0",
"workspaces/libnpmorg": "5.0.0-pre.0",
"workspaces/libnpmpack": "5.0.0-pre.0",
"workspaces/libnpmpublish": "7.0.0-pre.0",
"workspaces/libnpmpack": "5.0.0-pre.1",
"workspaces/libnpmpublish": "7.0.0-pre.1",
"workspaces/libnpmsearch": "6.0.0-pre.0",
"workspaces/libnpmteam": "5.0.0-pre.0",
"workspaces/libnpmversion": "4.0.0-pre.0"
Expand Down
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## [9.0.0-pre.3](/~https://github.com/npm/cli/compare/v9.0.0-pre.2...v9.0.0-pre.3) (2022-09-30)

### ⚠️ BREAKING CHANGES

* `npm pack` now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.
* `--timing` file changes:
- When run with the `--timing` flag, `npm` now writes timing data to a
file alongside the debug log data, respecting the `logs-dir` option and
falling back to `<CACHE>/_logs/` dir, instead of directly inside the
cache directory.
- The timing file data is no longer newline delimited JSON, and instead
each run will create a uniquely named `<ID>-timing.json` file, with the
`<ID>` portion being the same as the debug log.
- Finally, the data inside the file now has three top level keys,
`metadata`, `timers, and `unfinishedTimers` instead of everything being
a top level key.

### Features

* [`3ae796d`](/~https://github.com/npm/cli/commit/3ae796d937bd36a5b1b9fd6e9e8473b4f2ddc32d) implement new `npm-packlist` behavior (@lukekarrys)
* [`e64d69a`](/~https://github.com/npm/cli/commit/e64d69aedecc0943425605b3a6dc68aec3ad93aa) [#5581](/~https://github.com/npm/cli/pull/5581) write eresolve error files to the logs directory (@lukekarrys)
* [`3445da0`](/~https://github.com/npm/cli/commit/3445da0138f9eed9d73d2b3f5f451fcc1fa2e3fe) timings are now written alongside debug log files (@lukekarrys)

### Documentation

* [`f0e7584`](/~https://github.com/npm/cli/commit/f0e758494698d9dd8a58d07bf71c87608c36869e) [#5601](/~https://github.com/npm/cli/pull/5601) update docs/logging for new --access default (@wraithgar)

### Dependencies

* [`bc21552`](/~https://github.com/npm/cli/commit/bc2155247d00b7a868c414f4bc86993069b035f9) [#5603](/~https://github.com/npm/cli/pull/5603) `npm-package-arg@9.1.2`
* [Workspace](/~https://github.com/npm/cli/compare/arborist-v6.0.0-pre.2...arborist-v6.0.0-pre.3): `@npmcli/arborist@6.0.0-pre.3`
* [Workspace](/~https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.0...libnpmdiff-v5.0.0-pre.1): `libnpmdiff@5.0.0-pre.1`
* [Workspace](/~https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.2...libnpmexec-v5.0.0-pre.3): `libnpmexec@5.0.0-pre.3`
* [Workspace](/~https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.2...libnpmfund-v4.0.0-pre.3): `libnpmfund@4.0.0-pre.3`
* [Workspace](/~https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.0...libnpmpack-v5.0.0-pre.1): `libnpmpack@5.0.0-pre.1`
* [Workspace](/~https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.0...libnpmpublish-v7.0.0-pre.1): `libnpmpublish@7.0.0-pre.1`

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

### ⚠️ BREAKING CHANGES
Expand Down
38 changes: 19 additions & 19 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.2",
"version": "9.0.0-pre.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.2",
"version": "9.0.0-pre.3",
"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.2",
"@npmcli/arborist": "^6.0.0-pre.3",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
Expand All @@ -115,13 +115,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.0",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.3",
"libnpmfund": "^4.0.0-pre.3",
"libnpmhook": "^9.0.0-pre.0",
"libnpmorg": "^5.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.0",
"libnpmpublish": "^7.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.1",
"libnpmpublish": "^7.0.0-pre.1",
"libnpmsearch": "^6.0.0-pre.0",
"libnpmteam": "^5.0.0-pre.0",
"libnpmversion": "^4.0.0-pre.0",
Expand Down Expand Up @@ -13828,7 +13828,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.2",
"version": "6.0.0-pre.3",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -13903,10 +13903,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/arborist": "^6.0.0-pre.3",
"@npmcli/disparity-colors": "^2.0.0",
"@npmcli/installed-package-contents": "^1.0.7",
"binary-extensions": "^2.2.0",
Expand All @@ -13926,10 +13926,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.2",
"version": "5.0.0-pre.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/arborist": "^6.0.0-pre.3",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand Down Expand Up @@ -13957,10 +13957,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.2",
"version": "4.0.0-pre.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.2"
"@npmcli/arborist": "^6.0.0-pre.3"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand Down Expand Up @@ -14007,10 +14007,10 @@
}
},
"workspaces/libnpmpack": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/arborist": "^6.0.0-pre.3",
"@npmcli/run-script": "^4.1.3",
"npm-package-arg": "^9.0.1",
"pacote": "^14.0.0-pre.3"
Expand All @@ -14026,7 +14026,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"license": "ISC",
"dependencies": {
"normalize-package-data": "^4.0.0",
Expand All @@ -14038,7 +14038,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"libnpmpack": "^5.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.1",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
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.2",
"version": "9.0.0-pre.3",
"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.2",
"@npmcli/arborist": "^6.0.0-pre.3",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
Expand All @@ -80,13 +80,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.0",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.3",
"libnpmfund": "^4.0.0-pre.3",
"libnpmhook": "^9.0.0-pre.0",
"libnpmorg": "^5.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.0",
"libnpmpublish": "^7.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.1",
"libnpmpublish": "^7.0.0-pre.1",
"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.3](/~https://github.com/npm/cli/compare/arborist-v6.0.0-pre.2...arborist-v6.0.0-pre.3) (2022-09-30)

### ⚠️ BREAKING CHANGES

* `npm pack` now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

### Features

* [`3ae796d`](/~https://github.com/npm/cli/commit/3ae796d937bd36a5b1b9fd6e9e8473b4f2ddc32d) implement new `npm-packlist` behavior (@lukekarrys)

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

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

## [5.0.0-pre.1](/~https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.0...libnpmdiff-v5.0.0-pre.1) (2022-09-30)

### ⚠️ BREAKING CHANGES

* `npm pack` now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

### Features

* [`3ae796d`](/~https://github.com/npm/cli/commit/3ae796d937bd36a5b1b9fd6e9e8473b4f2ddc32d) implement new `npm-packlist` behavior (@lukekarrys)

### Dependencies

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

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

### ⚠ BREAKING CHANGES
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.0",
"version": "5.0.0-pre.1",
"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.2",
"@npmcli/arborist": "^6.0.0-pre.3",
"@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.3](/~https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.2...libnpmexec-v5.0.0-pre.3) (2022-09-30)

### ⚠️ BREAKING CHANGES

* `npm pack` now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

### Features

* [`3ae796d`](/~https://github.com/npm/cli/commit/3ae796d937bd36a5b1b9fd6e9e8473b4f2ddc32d) implement new `npm-packlist` behavior (@lukekarrys)

### Dependencies

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

## [5.0.0-pre.2](/~https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.1...libnpmexec-v5.0.0-pre.2) (2022-09-23)

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

### Dependencies

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

## [4.0.0-pre.2](/~https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.1...libnpmfund-v4.0.0-pre.2) (2022-09-23)

### 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.2",
"version": "4.0.0-pre.3",
"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.2"
"@npmcli/arborist": "^6.0.0-pre.3"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down
14 changes: 14 additions & 0 deletions workspaces/libnpmpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [5.0.0-pre.1](/~https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.0...libnpmpack-v5.0.0-pre.1) (2022-09-30)

### ⚠️ BREAKING CHANGES

* `npm pack` now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.

### Features

* [`3ae796d`](/~https://github.com/npm/cli/commit/3ae796d937bd36a5b1b9fd6e9e8473b4f2ddc32d) implement new `npm-packlist` behavior (@lukekarrys)

### Dependencies

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

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

### ⚠ BREAKING CHANGES
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.0",
"version": "5.0.0-pre.1",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"bugs": "/~https://github.com/npm/libnpmpack/issues",
"homepage": "https://npmjs.com/package/libnpmpack",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/arborist": "^6.0.0-pre.3",
"@npmcli/run-script": "^4.1.3",
"npm-package-arg": "^9.0.1",
"pacote": "^14.0.0-pre.3"
Expand Down
Loading

0 comments on commit b397774

Please sign in to comment.