Skip to content

Commit e5811d3

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.0.0-pre.1
1 parent f3ac7b7 commit e5811d3

18 files changed

+131
-47
lines changed

.release-please-manifest.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
".": "11.0.0-pre.0",
3-
"workspaces/arborist": "9.0.0-pre.0",
2+
".": "11.0.0-pre.1",
3+
"workspaces/arborist": "9.0.0-pre.1",
44
"workspaces/libnpmaccess": "10.0.0-pre.0",
5-
"workspaces/libnpmdiff": "8.0.0-pre.0",
6-
"workspaces/libnpmexec": "10.0.0-pre.0",
7-
"workspaces/libnpmfund": "7.0.0-pre.0",
8-
"workspaces/libnpmorg": "8.0.0-pre.0",
9-
"workspaces/libnpmpack": "9.0.0-pre.0",
5+
"workspaces/libnpmdiff": "8.0.0-pre.1",
6+
"workspaces/libnpmexec": "10.0.0-pre.1",
7+
"workspaces/libnpmfund": "7.0.0-pre.1",
8+
"workspaces/libnpmorg": "8.0.0-pre.1",
9+
"workspaces/libnpmpack": "9.0.0-pre.1",
1010
"workspaces/libnpmpublish": "11.0.0-pre.0",
1111
"workspaces/libnpmsearch": "9.0.0-pre.0",
1212
"workspaces/libnpmteam": "8.0.0-pre.0",
1313
"workspaces/libnpmversion": "8.0.0-pre.0",
14-
"workspaces/config": "10.0.0-pre.0"
14+
"workspaces/config": "10.0.0-pre.1"
1515
}

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [11.0.0-pre.1](https://github.com/npm/cli/compare/v11.0.0-pre.0...v11.0.0-pre.1) (2024-12-06)
4+
### ⚠️ BREAKING CHANGES
5+
* Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags.
6+
* `npm init` now has a `type` prompt, and sorts the entries the created packages differently
7+
* `bun.lockb` files are now included in the strict ignore list during packing
8+
### Features
9+
* [`f3ac7b7`](https://github.com/npm/cli/commit/f3ac7b7460e1d9e1f9d3d8056317e36bb9813d5d) [#7939](https://github.com/npm/cli/pull/7939) no implicit latest tag on publish when latest > version (#7939) (@reggi, @ljharb)
10+
### Bug Fixes
11+
* [`e362c6d`](https://github.com/npm/cli/commit/e362c6d3a6c8bc0221b8c8a6c3dd623da9e6ae04) [#7944](https://github.com/npm/cli/pull/7944) prefix: remove duplicate -g from usage output (#7944) (@wraithgar)
12+
### Documentation
13+
* [`2af31dd`](https://github.com/npm/cli/commit/2af31dd30f4c226f43ce7295cd0b5fbb3f3cb2a6) [#7947](https://github.com/npm/cli/pull/7947) change certfile to cafile (#7947) (@wraithgar)
14+
* [`1be8e95`](https://github.com/npm/cli/commit/1be8e9500826e7aef041976fd908658f473caf23) [#7945](https://github.com/npm/cli/pull/7945) update ignore rules (@wraithgar)
15+
### Dependencies
16+
* [`bc9b14d`](https://github.com/npm/cli/commit/bc9b14dc35378262c36ef5f59f96455b21a430cc) [#7955](https://github.com/npm/cli/pull/7955) `@npmcli/[email protected]`
17+
* [`fecfcf4`](https://github.com/npm/cli/commit/fecfcf4987e30cc5ed04b0b77ccc9eb30c2b5c8f) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
18+
* [`8905037`](https://github.com/npm/cli/commit/890503767c733a1eacfdd562b01eb37ac253906c) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
19+
* [`ac8eb39`](https://github.com/npm/cli/commit/ac8eb390b0e0a21346fcdc5476ee0b884278b3a9) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
20+
* [`c0bcc2a`](https://github.com/npm/cli/commit/c0bcc2a860fec5c86234dec44f5474364c25aefc) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
21+
* [`d463a6f`](https://github.com/npm/cli/commit/d463a6f071da79b7a2151eeeea8a6f6cceea182f) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
22+
* [`b87ba24`](https://github.com/npm/cli/commit/b87ba2402ab86532d54b7b4e09b38582c0f11a5e) [#7945](https://github.com/npm/cli/pull/7945) `@npmcli/[email protected]`
23+
* [`4bf1901`](https://github.com/npm/cli/commit/4bf1901f6dc57748d851ebe82262e9bef85a4ba7) [#7945](https://github.com/npm/cli/pull/7945) `@npmcli/[email protected]`
24+
* [`ca84b22`](https://github.com/npm/cli/commit/ca84b22a18806495c37ef6ee2aecd42a1c7bb7f6) [#7945](https://github.com/npm/cli/pull/7945) `[email protected]`
25+
* [`4906f3d`](https://github.com/npm/cli/commit/4906f3ddf05c97f6e9832617a22c7ae228b46985) [#7945](https://github.com/npm/cli/pull/7945) `[email protected]`
26+
### Chores
27+
* [`cfdf214`](https://github.com/npm/cli/commit/cfdf2147b5bfd80c7478486d07cb085de6fb8c4c) [#7943](https://github.com/npm/cli/pull/7943) fork changelog (#7943) (@wraithgar)
28+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre.1): `@npmcli/[email protected]`
29+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.0.0-pre.1): `@npmcli/[email protected]`
30+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.0-pre.1): `[email protected]`
31+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.0.0-pre.1): `[email protected]`
32+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.0-pre.1): `[email protected]`
33+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v8.0.0-pre.1): `[email protected]`
34+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.0-pre.1): `[email protected]`
35+
336
## [11.0.0-pre.0](https://github.com/npm/cli/compare/v10.9.0...v11.0.0-pre.0) (2024-11-26)
437
### ⚠️ BREAKING CHANGES
538
* When publishing a package with a pre-release version, you must explicitly specify a tag.

package-lock.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.0.0-pre.0",
3+
"version": "11.0.0-pre.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.0.0-pre.0",
9+
"version": "11.0.0-pre.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -85,8 +85,8 @@
8585
],
8686
"dependencies": {
8787
"@isaacs/string-locale-compare": "^1.1.0",
88-
"@npmcli/arborist": "^9.0.0-pre.0",
89-
"@npmcli/config": "^10.0.0-pre.0",
88+
"@npmcli/arborist": "^9.0.0-pre.1",
89+
"@npmcli/config": "^10.0.0-pre.1",
9090
"@npmcli/fs": "^4.0.0",
9191
"@npmcli/map-workspaces": "^4.0.2",
9292
"@npmcli/package-json": "^6.1.0",
@@ -110,11 +110,11 @@
110110
"is-cidr": "^5.1.0",
111111
"json-parse-even-better-errors": "^4.0.0",
112112
"libnpmaccess": "^10.0.0-pre.0",
113-
"libnpmdiff": "^8.0.0-pre.0",
114-
"libnpmexec": "^10.0.0-pre.0",
115-
"libnpmfund": "^7.0.0-pre.0",
116-
"libnpmorg": "^8.0.0-pre.0",
117-
"libnpmpack": "^9.0.0-pre.0",
113+
"libnpmdiff": "^8.0.0-pre.1",
114+
"libnpmexec": "^10.0.0-pre.1",
115+
"libnpmfund": "^7.0.0-pre.1",
116+
"libnpmorg": "^8.0.0-pre.1",
117+
"libnpmpack": "^9.0.0-pre.1",
118118
"libnpmpublish": "^11.0.0-pre.0",
119119
"libnpmsearch": "^9.0.0-pre.0",
120120
"libnpmteam": "^8.0.0-pre.0",
@@ -18366,7 +18366,7 @@
1836618366
},
1836718367
"workspaces/arborist": {
1836818368
"name": "@npmcli/arborist",
18369-
"version": "9.0.0-pre.0",
18369+
"version": "9.0.0-pre.1",
1837018370
"license": "ISC",
1837118371
"dependencies": {
1837218372
"@isaacs/string-locale-compare": "^1.1.0",
@@ -18424,7 +18424,7 @@
1842418424
},
1842518425
"workspaces/config": {
1842618426
"name": "@npmcli/config",
18427-
"version": "10.0.0-pre.0",
18427+
"version": "10.0.0-pre.1",
1842818428
"license": "ISC",
1842918429
"dependencies": {
1843018430
"@npmcli/map-workspaces": "^4.0.1",
@@ -18464,10 +18464,10 @@
1846418464
}
1846518465
},
1846618466
"workspaces/libnpmdiff": {
18467-
"version": "8.0.0-pre.0",
18467+
"version": "8.0.0-pre.1",
1846818468
"license": "ISC",
1846918469
"dependencies": {
18470-
"@npmcli/arborist": "^9.0.0-pre.0",
18470+
"@npmcli/arborist": "^9.0.0-pre.1",
1847118471
"@npmcli/installed-package-contents": "^3.0.0",
1847218472
"binary-extensions": "^3.0.0",
1847318473
"diff": "^7.0.0",
@@ -18486,10 +18486,10 @@
1848618486
}
1848718487
},
1848818488
"workspaces/libnpmexec": {
18489-
"version": "10.0.0-pre.0",
18489+
"version": "10.0.0-pre.1",
1849018490
"license": "ISC",
1849118491
"dependencies": {
18492-
"@npmcli/arborist": "^9.0.0-pre.0",
18492+
"@npmcli/arborist": "^9.0.0-pre.1",
1849318493
"@npmcli/run-script": "^9.0.1",
1849418494
"ci-info": "^4.0.0",
1849518495
"npm-package-arg": "^12.0.0",
@@ -18515,10 +18515,10 @@
1851518515
}
1851618516
},
1851718517
"workspaces/libnpmfund": {
18518-
"version": "7.0.0-pre.0",
18518+
"version": "7.0.0-pre.1",
1851918519
"license": "ISC",
1852018520
"dependencies": {
18521-
"@npmcli/arborist": "^9.0.0-pre.0"
18521+
"@npmcli/arborist": "^9.0.0-pre.1"
1852218522
},
1852318523
"devDependencies": {
1852418524
"@npmcli/eslint-config": "^5.0.1",
@@ -18530,7 +18530,7 @@
1853018530
}
1853118531
},
1853218532
"workspaces/libnpmorg": {
18533-
"version": "8.0.0-pre.0",
18533+
"version": "8.0.0-pre.1",
1853418534
"license": "ISC",
1853518535
"dependencies": {
1853618536
"aproba": "^2.0.0",
@@ -18548,10 +18548,10 @@
1854818548
}
1854918549
},
1855018550
"workspaces/libnpmpack": {
18551-
"version": "9.0.0-pre.0",
18551+
"version": "9.0.0-pre.1",
1855218552
"license": "ISC",
1855318553
"dependencies": {
18554-
"@npmcli/arborist": "^9.0.0-pre.0",
18554+
"@npmcli/arborist": "^9.0.0-pre.1",
1855518555
"@npmcli/run-script": "^9.0.1",
1855618556
"npm-package-arg": "^12.0.0",
1855718557
"pacote": "^21.0.0"

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.0.0-pre.0",
2+
"version": "11.0.0-pre.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -52,8 +52,8 @@
5252
},
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
55-
"@npmcli/arborist": "^9.0.0-pre.0",
56-
"@npmcli/config": "^10.0.0-pre.0",
55+
"@npmcli/arborist": "^9.0.0-pre.1",
56+
"@npmcli/config": "^10.0.0-pre.1",
5757
"@npmcli/fs": "^4.0.0",
5858
"@npmcli/map-workspaces": "^4.0.2",
5959
"@npmcli/package-json": "^6.1.0",
@@ -77,11 +77,11 @@
7777
"is-cidr": "^5.1.0",
7878
"json-parse-even-better-errors": "^4.0.0",
7979
"libnpmaccess": "^10.0.0-pre.0",
80-
"libnpmdiff": "^8.0.0-pre.0",
81-
"libnpmexec": "^10.0.0-pre.0",
82-
"libnpmfund": "^7.0.0-pre.0",
83-
"libnpmorg": "^8.0.0-pre.0",
84-
"libnpmpack": "^9.0.0-pre.0",
80+
"libnpmdiff": "^8.0.0-pre.1",
81+
"libnpmexec": "^10.0.0-pre.1",
82+
"libnpmfund": "^7.0.0-pre.1",
83+
"libnpmorg": "^8.0.0-pre.1",
84+
"libnpmpack": "^9.0.0-pre.1",
8585
"libnpmpublish": "^11.0.0-pre.0",
8686
"libnpmsearch": "^9.0.0-pre.0",
8787
"libnpmteam": "^8.0.0-pre.0",

workspaces/arborist/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [9.0.0-pre.1](https://github.com/npm/cli/compare/arborist-v9.0.0-pre.0...arborist-v9.0.0-pre.1) (2024-12-06)
4+
### ⚠️ BREAKING CHANGES
5+
* Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags.
6+
* `bun.lockb` files are now included in the strict ignore list during packing
7+
### Features
8+
* [`f3ac7b7`](https://github.com/npm/cli/commit/f3ac7b7460e1d9e1f9d3d8056317e36bb9813d5d) [#7939](https://github.com/npm/cli/pull/7939) no implicit latest tag on publish when latest > version (#7939) (@reggi, @ljharb)
9+
### Dependencies
10+
* [`c0bcc2a`](https://github.com/npm/cli/commit/c0bcc2a860fec5c86234dec44f5474364c25aefc) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
11+
* [`4bf1901`](https://github.com/npm/cli/commit/4bf1901f6dc57748d851ebe82262e9bef85a4ba7) [#7945](https://github.com/npm/cli/pull/7945) `@npmcli/[email protected]`
12+
* [`ca84b22`](https://github.com/npm/cli/commit/ca84b22a18806495c37ef6ee2aecd42a1c7bb7f6) [#7945](https://github.com/npm/cli/pull/7945) `[email protected]`
13+
314
## [9.0.0-pre.0](https://github.com/npm/cli/compare/arborist-v8.0.0...arborist-v9.0.0-pre.0) (2024-11-26)
415
### ⚠️ BREAKING CHANGES
516
* `--ignore-scripts` now applies to all lifecycle scripts, include `prepare`

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "9.0.0-pre.0",
3+
"version": "9.0.0-pre.1",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [10.0.0-pre.1](https://github.com/npm/cli/compare/config-v10.0.0-pre.0...config-v10.0.0-pre.1) (2024-12-06)
4+
### Documentation
5+
* [`2af31dd`](https://github.com/npm/cli/commit/2af31dd30f4c226f43ce7295cd0b5fbb3f3cb2a6) [#7947](https://github.com/npm/cli/pull/7947) change certfile to cafile (#7947) (@wraithgar)
6+
### Dependencies
7+
* [`c0bcc2a`](https://github.com/npm/cli/commit/c0bcc2a860fec5c86234dec44f5474364c25aefc) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
8+
39
## [10.0.0-pre.0](https://github.com/npm/cli/compare/config-v9.0.0...config-v10.0.0-pre.0) (2024-11-26)
410
### ⚠️ BREAKING CHANGES
511
* @npmcli/config now supports node `^20.17.0 || >=22.9.0`

workspaces/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "10.0.0-pre.0",
3+
"version": "10.0.0-pre.1",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmdiff/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.4): `@npmcli/[email protected]`
66

7+
## [8.0.0-pre.1](https://github.com/npm/cli/compare/libnpmdiff-v8.0.0-pre.0...libnpmdiff-v8.0.0-pre.1) (2024-12-06)
8+
### ⚠️ BREAKING CHANGES
9+
* `bun.lockb` files are now included in the strict ignore list during packing
10+
### Dependencies
11+
* [`ac8eb39`](https://github.com/npm/cli/commit/ac8eb390b0e0a21346fcdc5476ee0b884278b3a9) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
12+
* [`c0bcc2a`](https://github.com/npm/cli/commit/c0bcc2a860fec5c86234dec44f5474364c25aefc) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
13+
* [`ca84b22`](https://github.com/npm/cli/commit/ca84b22a18806495c37ef6ee2aecd42a1c7bb7f6) [#7945](https://github.com/npm/cli/pull/7945) `[email protected]`
14+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre.1): `@npmcli/[email protected]`
15+
716
## [8.0.0-pre.0](https://github.com/npm/cli/compare/libnpmdiff-v7.0.0...libnpmdiff-v8.0.0-pre.0) (2024-11-26)
817
### ⚠️ BREAKING CHANGES
918
* libnpmdiff now supports node `^20.17.0 || >=22.9.0`

workspaces/libnpmdiff/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "8.0.0-pre.0",
3+
"version": "8.0.0-pre.1",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -47,7 +47,7 @@
4747
"tap": "^16.3.8"
4848
},
4949
"dependencies": {
50-
"@npmcli/arborist": "^9.0.0-pre.0",
50+
"@npmcli/arborist": "^9.0.0-pre.1",
5151
"@npmcli/installed-package-contents": "^3.0.0",
5252
"binary-extensions": "^3.0.0",
5353
"diff": "^7.0.0",

workspaces/libnpmexec/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [10.0.0-pre.1](https://github.com/npm/cli/compare/libnpmexec-v10.0.0-pre.0...libnpmexec-v10.0.0-pre.1) (2024-12-06)
4+
### ⚠️ BREAKING CHANGES
5+
* `bun.lockb` files are now included in the strict ignore list during packing
6+
### Dependencies
7+
* [`c0bcc2a`](https://github.com/npm/cli/commit/c0bcc2a860fec5c86234dec44f5474364c25aefc) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
8+
* [`ca84b22`](https://github.com/npm/cli/commit/ca84b22a18806495c37ef6ee2aecd42a1c7bb7f6) [#7945](https://github.com/npm/cli/pull/7945) `[email protected]`
9+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre.1): `@npmcli/[email protected]`
10+
311
## [10.0.0-pre.0](https://github.com/npm/cli/compare/libnpmexec-v9.0.0...libnpmexec-v10.0.0-pre.0) (2024-11-26)
412
### ⚠️ BREAKING CHANGES
513
* libnpmexec now supports node `^20.17.0 || >=22.9.0`

workspaces/libnpmexec/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "10.0.0-pre.0",
3+
"version": "10.0.0-pre.1",
44
"files": [
55
"bin/",
66
"lib/"
@@ -60,7 +60,7 @@
6060
"tap": "^16.3.8"
6161
},
6262
"dependencies": {
63-
"@npmcli/arborist": "^9.0.0-pre.0",
63+
"@npmcli/arborist": "^9.0.0-pre.1",
6464
"@npmcli/run-script": "^9.0.1",
6565
"ci-info": "^4.0.0",
6666
"npm-package-arg": "^12.0.0",

workspaces/libnpmfund/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.4): `@npmcli/[email protected]`
1010

11+
### Dependencies
12+
13+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre.1): `@npmcli/[email protected]`
14+
1115
## [7.0.0-pre.0](https://github.com/npm/cli/compare/libnpmfund-v6.0.0...libnpmfund-v7.0.0-pre.0) (2024-11-26)
1216
### ⚠️ BREAKING CHANGES
1317
* libnpmfund now supports node `^20.17.0 || >=22.9.0`

workspaces/libnpmfund/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "7.0.0-pre.0",
3+
"version": "7.0.0-pre.1",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -46,7 +46,7 @@
4646
"tap": "^16.3.8"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^9.0.0-pre.0"
49+
"@npmcli/arborist": "^9.0.0-pre.1"
5050
},
5151
"engines": {
5252
"node": "^20.17.0 || >=22.9.0"

workspaces/libnpmorg/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [8.0.0-pre.1](https://github.com/npm/cli/compare/libnpmorg-v8.0.0-pre.0...libnpmorg-v8.0.0-pre.1) (2024-12-06)
4+
### ⚠️ BREAKING CHANGES
5+
* Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags.
6+
### Features
7+
* [`f3ac7b7`](https://github.com/npm/cli/commit/f3ac7b7460e1d9e1f9d3d8056317e36bb9813d5d) [#7939](https://github.com/npm/cli/pull/7939) no implicit latest tag on publish when latest > version (#7939) (@reggi, @ljharb)
8+
39
## [8.0.0-pre.0](https://github.com/npm/cli/compare/libnpmorg-v7.0.0...libnpmorg-v8.0.0-pre.0) (2024-11-26)
410
### ⚠️ BREAKING CHANGES
511
* libnpmorg now supports node `^20.17.0 || >=22.9.0`

workspaces/libnpmorg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmorg",
3-
"version": "8.0.0-pre.0",
3+
"version": "8.0.0-pre.1",
44
"description": "Programmatic api for `npm org` commands",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

workspaces/libnpmpack/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.4): `@npmcli/[email protected]`
66

7+
## [9.0.0-pre.1](https://github.com/npm/cli/compare/libnpmpack-v9.0.0-pre.0...libnpmpack-v9.0.0-pre.1) (2024-12-06)
8+
### ⚠️ BREAKING CHANGES
9+
* `bun.lockb` files are now included in the strict ignore list during packing
10+
### Dependencies
11+
* [`ca84b22`](https://github.com/npm/cli/commit/ca84b22a18806495c37ef6ee2aecd42a1c7bb7f6) [#7945](https://github.com/npm/cli/pull/7945) `[email protected]`
12+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre.1): `@npmcli/[email protected]`
13+
714
## [9.0.0-pre.0](https://github.com/npm/cli/compare/libnpmpack-v8.0.0...libnpmpack-v9.0.0-pre.0) (2024-11-26)
815
### ⚠️ BREAKING CHANGES
916
* libnpmpack now supports node `^20.17.0 || >=22.9.0`

0 commit comments

Comments
 (0)