|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [9.0.0-pre.0](https://github.com/forking-repos/cli/compare/v8.19.1...v9.0.0-pre.0) (2022-09-10) |
| 4 | + |
| 5 | +### ⚠ BREAKING CHANGES |
| 6 | + |
| 7 | +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` |
| 8 | +* this removes the `npm birthday` command |
| 9 | +* this removes `npm set-script` |
| 10 | +* this changes the default value of `install-links` to true |
| 11 | +* this removes the `npm bin` command |
| 12 | +* `npm` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` |
| 13 | + |
| 14 | +### Features |
| 15 | + |
| 16 | + * [`e95017a`](https://github.com/forking-repos/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) |
| 17 | + * [`49bbb2f`](https://github.com/forking-repos/cli/commit/49bbb2fb9d56e02d94da652befaa3d445283090b) [#5455](https://github.com/npm/cli/pull/5455) feat: remove `npm birthday` (@wraithgar) |
| 18 | + * [`926f0ad`](https://github.com/forking-repos/cli/commit/926f0adbd71949c905932a241a245b78c85ef643) [#5456](https://github.com/npm/cli/pull/5456) feat: remove `npm set-script` (@wraithgar) |
| 19 | + * [`2a8c2fc`](https://github.com/forking-repos/cli/commit/2a8c2fcd124ce7d4b23a6c26552d097c6501ac74) [#5458](https://github.com/npm/cli/pull/5458) feat: default `install-links` to true (@wraithgar) |
| 20 | + * [`2e92800`](https://github.com/forking-repos/cli/commit/2e9280072f9852466fa0944d3a0fdb0c8af156a9) [#5459](https://github.com/npm/cli/pull/5459) feat: remove `npm bin` (@wraithgar) |
| 21 | + * [`457d388`](https://github.com/forking-repos/cli/commit/457d388c9a70b4bc6c2421f576c79fb7524ff259) [#5475](https://github.com/npm/cli/pull/5475) feat: update supported node engines in package.json (@wraithgar) |
| 22 | + * [`d94a9f5`](https://github.com/forking-repos/cli/commit/d94a9f56cce1de32bfd87f841d7678e8394d8ea6) [#5347](https://github.com/npm/cli/pull/5347) feat: add deprecation warnings to access commands (@wraithgar) |
| 23 | + |
| 24 | +### Bug Fixes |
| 25 | + |
| 26 | + * [`41481f8`](https://github.com/forking-repos/cli/commit/41481f8bc1de0fb92a2d6aab3d4a43292d1a1db7) [#5475](https://github.com/npm/cli/pull/5475) fix: attempt more graceful failure in older node versions (@wraithgar) |
| 27 | + * [`d60b43f`](https://github.com/forking-repos/cli/commit/d60b43f3825452dd8b9b5879c287df232c9a8dc8) [#5438](https://github.com/npm/cli/pull/5438) fix: Turn off progress bar when using web based authorization (@sandeepmeduru) |
| 28 | + * [`bd2ae5d`](https://github.com/forking-repos/cli/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) [#5323](https://github.com/npm/cli/pull/5323) fix: linting (@wraithgar) |
| 29 | + |
| 30 | +### Documentation |
| 31 | + |
| 32 | + * [`7fc2b6f`](https://github.com/forking-repos/cli/commit/7fc2b6f3cc157c8727da9e480f1f552eae2451e2) [#5468](https://github.com/npm/cli/pull/5468) docs: remove duplicate description for `prepare` script (@kidonng) |
| 33 | + * [`285b39f`](https://github.com/forking-repos/cli/commit/285b39f8d6915823fb424cca7161a0b445b86bd3) [#5324](https://github.com/npm/cli/pull/5324) docs: add documentation for expanded :semver selector (@nlf) |
| 34 | + * [`3569094`](https://github.com/forking-repos/cli/commit/356909424f60a26d90faf25594085e79e93f09d5) [#5321](https://github.com/npm/cli/pull/5321) docs: fix link to dependency selectors page (@hghmn) |
| 35 | + * [`414667a`](https://github.com/forking-repos/cli/commit/414667a1e6d7d7a3ab0cb64704c3aa696eae8715) [#5328](https://github.com/npm/cli/pull/5328) docs(dependency-selectors): fix Arborist example in docs (@kyle-west) |
| 36 | + |
| 37 | +### Dependencies |
| 38 | + |
| 39 | + * [`1286f03`](https://github.com/forking-repos/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]` |
| 40 | + * [`d7e9a8e`](https://github.com/forking-repos/cli/commit/d7e9a8ed5b7c1f9ca8d34e86388a134b2f48fc15) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]` |
| 41 | + * [`2c4e387`](https://github.com/forking-repos/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]` |
| 42 | + * [`e401a81`](https://github.com/forking-repos/cli/commit/e401a81c784556393bad57283337283a46bd57c5) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]` |
| 43 | + * [`f4205e5`](https://github.com/forking-repos/cli/commit/f4205e57d6c4ee5f2ff7d21ffc116ffc420d191e) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]` |
| 44 | + * [`8f7abbe`](https://github.com/forking-repos/cli/commit/8f7abbe4c3ceba451eb422c6328d623e7c8eeed5) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]` |
| 45 | + * [`b12ac01`](https://github.com/forking-repos/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]` |
| 46 | + * [`7fbf6f7`](https://github.com/forking-repos/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]` |
| 47 | + * [`7c7f656`](https://github.com/forking-repos/cli/commit/7c7f65629c3dd4fe7fd8254ac38914cf52ad31c2) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]` |
| 48 | + * [`26d2e55`](https://github.com/forking-repos/cli/commit/26d2e551b250972caa550d56127810648a1663a1) [#5381](https://github.com/npm/cli/pull/5381) deps: `@npmcli/[email protected]` |
| 49 | + * [`a79ee00`](https://github.com/forking-repos/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]` |
| 50 | + * [`2561822`](https://github.com/forking-repos/cli/commit/25618229b7698aa8abbfcd2ef32024809f05a1a1) [#5378](https://github.com/npm/cli/pull/5378) deps: `@npmcli/[email protected]` |
| 51 | + * [`8ab12dc`](https://github.com/forking-repos/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/[email protected]` |
| 52 | +* The following workspace dependencies were updated |
| 53 | + * dependencies |
| 54 | + * @npmcli/arborist bumped from ^5.6.1 to ^6.0.0-pre.0 |
| 55 | + * libnpmaccess bumped from ^6.0.4 to ^7.0.0-pre.0 |
| 56 | + * libnpmdiff bumped from ^4.0.5 to ^5.0.0-pre.0 |
| 57 | + * libnpmexec bumped from ^4.0.12 to ^5.0.0-pre.0 |
| 58 | + * libnpmfund bumped from ^3.0.3 to ^4.0.0-pre.0 |
| 59 | + * libnpmhook bumped from ^8.0.4 to ^9.0.0-pre.0 |
| 60 | + * libnpmorg bumped from ^4.0.4 to ^5.0.0-pre.0 |
| 61 | + * libnpmpack bumped from ^4.1.3 to ^5.0.0-pre.0 |
| 62 | + * libnpmpublish bumped from ^6.0.5 to ^7.0.0-pre.0 |
| 63 | + * libnpmsearch bumped from ^5.0.4 to ^6.0.0-pre.0 |
| 64 | + * libnpmteam bumped from ^4.0.4 to ^5.0.0-pre.0 |
| 65 | + * libnpmversion bumped from ^3.0.7 to ^4.0.0-pre.0 |
| 66 | + |
3 | 67 | ## [8.19.1](https://github.com/npm/cli/compare/v8.19.0...v8.19.1) (2022-09-01) |
4 | 68 |
|
5 | 69 | ### Bug Fixes |
|
0 commit comments