Skip to content

Commit 8c272ff

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.0.0-pre.3
1 parent f0e7584 commit 8c272ff

6 files changed

Lines changed: 53 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "9.0.0-pre.2",
2+
".": "9.0.0-pre.3",
33
"workspaces/arborist": "6.0.0-pre.2",
44
"workspaces/libnpmaccess": "7.0.0-pre.1",
55
"workspaces/libnpmdiff": "5.0.0-pre.0",
@@ -8,7 +8,7 @@
88
"workspaces/libnpmhook": "9.0.0-pre.0",
99
"workspaces/libnpmorg": "5.0.0-pre.0",
1010
"workspaces/libnpmpack": "5.0.0-pre.0",
11-
"workspaces/libnpmpublish": "7.0.0-pre.0",
11+
"workspaces/libnpmpublish": "7.0.0-pre.1",
1212
"workspaces/libnpmsearch": "6.0.0-pre.0",
1313
"workspaces/libnpmteam": "5.0.0-pre.0",
1414
"workspaces/libnpmversion": "4.0.0-pre.0"

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [9.0.0-pre.3](https://github.com/npm/cli/compare/v9.0.0-pre.2...v9.0.0-pre.3) (2022-09-29)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* `--timing` file changes:
8+
- When run with the `--timing` flag, `npm` now writes timing data to a
9+
file alongside the debug log data, respecting the `logs-dir` option and
10+
falling back to `<CACHE>/_logs/` dir, instead of directly inside the
11+
cache directory.
12+
- The timing file data is no longer newline delimited JSON, and instead
13+
each run will create a uniquely named `<ID>-timing.json` file, with the
14+
`<ID>` portion being the same as the debug log.
15+
- Finally, the data inside the file now has three top level keys,
16+
`metadata`, `timers, and `unfinishedTimers` instead of everything being
17+
a top level key.
18+
19+
### Features
20+
21+
* [`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)
22+
* [`3445da0`](https://github.com/npm/cli/commit/3445da0138f9eed9d73d2b3f5f451fcc1fa2e3fe) timings are now written alongside debug log files (@lukekarrys)
23+
24+
### Documentation
25+
26+
* [`f0e7584`](https://github.com/npm/cli/commit/f0e758494698d9dd8a58d07bf71c87608c36869e) [#5601](https://github.com/npm/cli/pull/5601) update docs/logging for new --access default (@wraithgar)
27+
28+
### Dependencies
29+
30+
* [`bc21552`](https://github.com/npm/cli/commit/bc2155247d00b7a868c414f4bc86993069b035f9) [#5603](https://github.com/npm/cli/pull/5603) `npm-package-arg@9.1.2`
31+
* [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`
32+
333
## [9.0.0-pre.2](https://github.com/npm/cli/compare/v9.0.0-pre.1...v9.0.0-pre.2) (2022-09-23)
434

535
### ⚠️ BREAKING CHANGES

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.0.0-pre.2",
3+
"version": "9.0.0-pre.3",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.0.0-pre.2",
9+
"version": "9.0.0-pre.3",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -121,7 +121,7 @@
121121
"libnpmhook": "^9.0.0-pre.0",
122122
"libnpmorg": "^5.0.0-pre.0",
123123
"libnpmpack": "^5.0.0-pre.0",
124-
"libnpmpublish": "^7.0.0-pre.0",
124+
"libnpmpublish": "^7.0.0-pre.1",
125125
"libnpmsearch": "^6.0.0-pre.0",
126126
"libnpmteam": "^5.0.0-pre.0",
127127
"libnpmversion": "^4.0.0-pre.0",
@@ -14060,7 +14060,7 @@
1406014060
}
1406114061
},
1406214062
"workspaces/libnpmpublish": {
14063-
"version": "7.0.0-pre.0",
14063+
"version": "7.0.0-pre.1",
1406414064
"license": "ISC",
1406514065
"dependencies": {
1406614066
"normalize-package-data": "^4.0.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.0.0-pre.2",
2+
"version": "9.0.0-pre.3",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -86,7 +86,7 @@
8686
"libnpmhook": "^9.0.0-pre.0",
8787
"libnpmorg": "^5.0.0-pre.0",
8888
"libnpmpack": "^5.0.0-pre.0",
89-
"libnpmpublish": "^7.0.0-pre.0",
89+
"libnpmpublish": "^7.0.0-pre.1",
9090
"libnpmsearch": "^6.0.0-pre.0",
9191
"libnpmteam": "^5.0.0-pre.0",
9292
"libnpmversion": "^4.0.0-pre.0",

workspaces/libnpmpublish/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [7.0.0-pre.1](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.0...libnpmpublish-v7.0.0-pre.1) (2022-09-29)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* The default value of `access` is now `public`
8+
9+
### Features
10+
11+
* [`525654e`](https://github.com/npm/cli/commit/525654e957a80c7f47472e18240e3c8d94e0568f) default access to `public` (@wraithgar)
12+
13+
### Documentation
14+
15+
* [`f0e7584`](https://github.com/npm/cli/commit/f0e758494698d9dd8a58d07bf71c87608c36869e) [#5601](https://github.com/npm/cli/pull/5601) update docs/logging for new --access default (@wraithgar)
16+
317
## [7.0.0-pre.0](https://github.com/npm/cli/compare/libnpmpublish-v6.0.5...libnpmpublish-v7.0.0-pre.0) (2022-09-08)
418

519
### ⚠ BREAKING CHANGES

workspaces/libnpmpublish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpublish",
3-
"version": "7.0.0-pre.0",
3+
"version": "7.0.0-pre.1",
44
"description": "Programmatic API for the bits behind npm publish and unpublish",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)