Skip to content

Commit 1d63c4d

Browse files
authored
Merge branch 'main' into reggi/release-11
2 parents c4265a6 + 110d75c commit 1d63c4d

File tree

7 files changed

+235
-105
lines changed

7 files changed

+235
-105
lines changed

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@npmcli/eslint-config": "^5.0.0",
34-
"@npmcli/template-oss": "4.23.5",
34+
"@npmcli/template-oss": "4.23.6",
3535
"tap": "^21.0.0"
3636
},
3737
"author": "GitHub Inc.",
@@ -40,7 +40,7 @@
4040
},
4141
"templateOSS": {
4242
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
43-
"version": "4.23.5",
43+
"version": "4.23.6",
4444
"content": "./scripts/template-oss"
4545
},
4646
"files": [

content/cli/v10/using-npm/changelog.mdx

Lines changed: 80 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,86 @@ redirect_from:
1515
- /using-npm/changelog
1616
---
1717

18-
## [10.9.2](https://github.com/npm/cli/compare/v10.9.1...v10.9.2) (2024-12-04)
18+
## [11.0.0](https://github.com/npm/cli/compare/v11.0.0-pre.1...v11.0.0) (2024-12-16)
19+
20+
### Documentation
21+
22+
- [`8a911da`](https://github.com/npm/cli/commit/8a911da452b9785bcd051778570beeb2d8b27421) [#7963](https://github.com/npm/cli/pull/7963) ls: removed design change pending section note (#7963) (@milaninfy)
23+
24+
### Dependencies
25+
26+
- [`5319e48`](https://github.com/npm/cli/commit/5319e48a5a91768dccdfe728392dc2040e7ce27e) [#7973](https://github.com/npm/cli/pull/7973) remove unnecessary sprintf-js files in node_modules (#7973)
27+
- [`d369c77`](https://github.com/npm/cli/commit/d369c7716d753580da708723a2a4f8b3be767cb1) [#7976](https://github.com/npm/cli/pull/7976) `[email protected]`
28+
- [`3b2951a`](https://github.com/npm/cli/commit/3b2951a3ba1521b9866d9b33960aa3307d4f31dd) [#7976](https://github.com/npm/cli/pull/7976) `[email protected]`
29+
- [`a598b7b`](https://github.com/npm/cli/commit/a598b7bd3de2b02bd14a3fa2f49c14a5ca50a43e) [#7976](https://github.com/npm/cli/pull/7976) `[email protected]`
30+
- [`52bcaf6`](https://github.com/npm/cli/commit/52bcaf6464f44b30137ee3d3fe79322c1b1646ef) [#7976](https://github.com/npm/cli/pull/7976) `[email protected]`
31+
- [`aabf345`](https://github.com/npm/cli/commit/aabf345a524f8aba7e0f45c0d4b8c86d5160d0cc) [#7976](https://github.com/npm/cli/pull/7976) `[email protected]`
32+
- [`28e8761`](https://github.com/npm/cli/commit/28e876135411cd9a93dbdd74906869c54286d7bc) [#7976](https://github.com/npm/cli/pull/7976) `[email protected]`
33+
34+
### Chores
35+
36+
- [`ecd7190`](https://github.com/npm/cli/commit/ecd719026860d464557223b212acec4347477128) [#7976](https://github.com/npm/cli/pull/7976) dev dependency updates (@wraithgar)
37+
- [`a07f4e0`](https://github.com/npm/cli/commit/a07f4e0d921f640be6aa87736debd550ec478f89) [#7976](https://github.com/npm/cli/pull/7976) `@npmcli/[email protected]` (@wraithgar)
38+
- [`687ab12`](https://github.com/npm/cli/commit/687ab12eb5ea0ee1017101f3a83d42fd76299627) [#7970](https://github.com/npm/cli/pull/7970) remove pre-release mode from npm 11 and workspaces (#7970) (@wraithgar)
39+
- [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0): `@npmcli/[email protected]`
40+
- [workspace](https://github.com/npm/cli/releases/tag/config-v10.0.0): `@npmcli/[email protected]`
41+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v10.0.0): `[email protected]`
42+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.0): `[email protected]`
43+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.0.0): `[email protected]`
44+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.0): `[email protected]`
45+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v8.0.0): `[email protected]`
46+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.0): `[email protected]`
47+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v11.0.0): `[email protected]`
48+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v9.0.0): `[email protected]`
49+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v8.0.0): `[email protected]`
50+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v8.0.0): `[email protected]`
51+
52+
## [11.0.0-pre.1](https://github.com/npm/cli/compare/v11.0.0-pre.0...v11.0.0-pre.1) (2024-12-06)
53+
54+
### ⚠️ BREAKING CHANGES
55+
56+
- 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.
57+
- `npm init` now has a `type` prompt, and sorts the entries the created packages differently
58+
- `bun.lockb` files are now included in the strict ignore list during packing
59+
60+
### Features
61+
62+
- [`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)
63+
64+
### Bug Fixes
65+
66+
- [`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)
67+
68+
### Documentation
69+
70+
- [`2af31dd`](https://github.com/npm/cli/commit/2af31dd30f4c226f43ce7295cd0b5fbb3f3cb2a6) [#7947](https://github.com/npm/cli/pull/7947) change certfile to cafile (#7947) (@wraithgar)
71+
- [`1be8e95`](https://github.com/npm/cli/commit/1be8e9500826e7aef041976fd908658f473caf23) [#7945](https://github.com/npm/cli/pull/7945) update ignore rules (@wraithgar)
72+
73+
### Dependencies
74+
75+
- [`bc9b14d`](https://github.com/npm/cli/commit/bc9b14dc35378262c36ef5f59f96455b21a430cc) [#7955](https://github.com/npm/cli/pull/7955) `@npmcli/[email protected]`
76+
- [`fecfcf4`](https://github.com/npm/cli/commit/fecfcf4987e30cc5ed04b0b77ccc9eb30c2b5c8f) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
77+
- [`8905037`](https://github.com/npm/cli/commit/890503767c733a1eacfdd562b01eb37ac253906c) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
78+
- [`ac8eb39`](https://github.com/npm/cli/commit/ac8eb390b0e0a21346fcdc5476ee0b884278b3a9) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
79+
- [`c0bcc2a`](https://github.com/npm/cli/commit/c0bcc2a860fec5c86234dec44f5474364c25aefc) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
80+
- [`d463a6f`](https://github.com/npm/cli/commit/d463a6f071da79b7a2151eeeea8a6f6cceea182f) [#7955](https://github.com/npm/cli/pull/7955) `[email protected]`
81+
- [`b87ba24`](https://github.com/npm/cli/commit/b87ba2402ab86532d54b7b4e09b38582c0f11a5e) [#7945](https://github.com/npm/cli/pull/7945) `@npmcli/[email protected]`
82+
- [`4bf1901`](https://github.com/npm/cli/commit/4bf1901f6dc57748d851ebe82262e9bef85a4ba7) [#7945](https://github.com/npm/cli/pull/7945) `@npmcli/[email protected]`
83+
- [`ca84b22`](https://github.com/npm/cli/commit/ca84b22a18806495c37ef6ee2aecd42a1c7bb7f6) [#7945](https://github.com/npm/cli/pull/7945) `[email protected]`
84+
- [`4906f3d`](https://github.com/npm/cli/commit/4906f3ddf05c97f6e9832617a22c7ae228b46985) [#7945](https://github.com/npm/cli/pull/7945) `[email protected]`
85+
86+
### Chores
87+
88+
- [`cfdf214`](https://github.com/npm/cli/commit/cfdf2147b5bfd80c7478486d07cb085de6fb8c4c) [#7943](https://github.com/npm/cli/pull/7943) fork changelog (#7943) (@wraithgar)
89+
- [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre.1): `@npmcli/[email protected]`
90+
- [workspace](https://github.com/npm/cli/releases/tag/config-v10.0.0-pre.1): `@npmcli/[email protected]`
91+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.0-pre.1): `[email protected]`
92+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.0.0-pre.1): `[email protected]`
93+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.0-pre.1): `[email protected]`
94+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v8.0.0-pre.1): `[email protected]`
95+
- [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.0-pre.1): `[email protected]`
96+
97+
## [11.0.0-pre.0](https://github.com/npm/cli/compare/v10.9.0...v11.0.0-pre.0) (2024-11-26)
1998

2099
### Dependencies
21100

content/cli/v9/commands/npm-ls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
3636
Positional arguments are `name@version-range` identifiers, which will limit the results to only the paths to the packages named. Note that nested packages will _also_ show the paths to the specified packages. For example, running `npm ls promzard` in npm's source tree will show:
3737

3838
```bash
39-
[email protected].3 /path/to/npm
39+
[email protected].4 /path/to/npm
4040
4141
4242
```

content/cli/v9/commands/npm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note: This command is unaware of workspaces.
2323

2424
### Version
2525

26-
9.9.3
26+
9.9.4
2727

2828
### Description
2929

content/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@
10541054
- title: Changelog
10551055
url: /cli/v8/using-npm/changelog
10561056
description: Changelog notes for each version
1057-
- title: Version 9.9.3
1057+
- title: Version 9.9.4
10581058
shortName: v9
10591059
url: /cli/v9
10601060
default: false

0 commit comments

Comments
 (0)