|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [9.3.0](https://github.com/npm/cli/compare/v9.2.0...v9.3.0) (2023-01-12) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +* [`753b98e`](https://github.com/npm/cli/commit/753b98ef49e0410642cbfb1adbe06e7417e22d82) [#5261](https://github.com/npm/cli/pull/5261) rootless workspace init provides suggestion (@fritzy) |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +* [`cf175fb`](https://github.com/npm/cli/commit/cf175fb2a7faffa6664874a9e8bea52dbbb1b0e2) [#6044](https://github.com/npm/cli/pull/6044) default auth-type to legacy if otp is configured (#6044) (@wraithgar) |
| 12 | +* [`2383deb`](https://github.com/npm/cli/commit/2383deb9723593365cf748238f3b2388e7aaf6f5) [#6037](https://github.com/npm/cli/pull/6037) clean urls from arborist, owner, and ping commands (#6037) (@lukekarrys) |
| 13 | +* [`69f5ff8`](https://github.com/npm/cli/commit/69f5ff863fccf91935b1f62b514fd2621b761903) view: convert command to use output instead of console (@lukekarrys) |
| 14 | +* [`dc52222`](https://github.com/npm/cli/commit/dc52222123245d3faf2afa444d0223deb25e35b6) init: write package.json workspaces paths with / separators (@lukekarrys) |
| 15 | +* [`31af1aa`](https://github.com/npm/cli/commit/31af1aaa9f6427bd61d752d54801d873c6242af8) refactor `help` to use `@npmcli/promise-spawn` (@lukekarrys) |
| 16 | +* [`669ef94`](https://github.com/npm/cli/commit/669ef9476cac4679322bec69e7a55ff5992cf827) fund: correctly parse and use `which` config (@lukekarrys) |
| 17 | +* [`72e6d6f`](https://github.com/npm/cli/commit/72e6d6f638db03dbe3c965be79ce05cb6fda12fc) generate workspace support for docs pages (@lukekarrys) |
| 18 | +* [`450e50f`](https://github.com/npm/cli/commit/450e50fa555bfef869735b0195fe0a451e94eb3d) evaluate configs in command class (@lukekarrys) |
| 19 | +* [`28ec922`](https://github.com/npm/cli/commit/28ec922e18c7178e840fd28cbbf78f56f0a7a653) [#5946](https://github.com/npm/cli/pull/5946) replace rimraf with fs.rm (@lukekarrys) |
| 20 | + |
| 21 | +### Documentation |
| 22 | + |
| 23 | +* [`f0038e5`](https://github.com/npm/cli/commit/f0038e5b7492a899da26fafd5f781291961ef427) [#6048](https://github.com/npm/cli/pull/6048) missing backtick in synopsis of npm init (#5837) (#6048) (@Peallyz) |
| 24 | +* [`ca8ff00`](https://github.com/npm/cli/commit/ca8ff007d7abba1f3ae6646668ee840afa1191b6) [#6045](https://github.com/npm/cli/pull/6045) update outdated file path to definitions.js (@ericmutta) |
| 25 | +* [`fe9debd`](https://github.com/npm/cli/commit/fe9debd7925c8e6d05d53f49f516fec8aede8890) [#6038](https://github.com/npm/cli/pull/6038) fix typos in definitions.js (#6038) (@lukekarrys, @ericmutta) |
| 26 | +* [`fa27aca`](https://github.com/npm/cli/commit/fa27acaa72002c5cc80f59401dbd0ba817cda404) [#6018](https://github.com/npm/cli/pull/6018) fix typo in removal.md (@ericmutta) |
| 27 | +* [`82f69d9`](https://github.com/npm/cli/commit/82f69d90d58da8cc2a53570bfe2a1a9cc2574f0d) [#6026](https://github.com/npm/cli/pull/6026) fix typo in registry.md (@ericmutta) |
| 28 | + |
| 29 | +### Dependencies |
| 30 | + |
| 31 | +* [`ec09474`](https://github.com/npm/cli/commit/ec09474b371b0706d0d55a4968cf6ae545423568) [#5945](https://github.com/npm/cli/pull/5945) `[email protected]` |
| 32 | +* [Workspace ](https://github.com/npm/cli/releases/tag/arborist-v6.1.6): `@npmcli/[email protected]` |
| 33 | +* [Workspace ](https://github.com/npm/cli/releases/tag/config-v6.1.1): `@npmcli/[email protected]` |
| 34 | +* [Workspace ](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.7): `[email protected]` |
| 35 | +* [Workspace ](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.7): `[email protected]` |
| 36 | +* [Workspace ](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.7): `[email protected]` |
| 37 | +* [Workspace ](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.7): `[email protected]` |
| 38 | + |
3 | 39 | ## [9.2.0](https://github.com/npm/cli/compare/v9.1.3...v9.2.0) (2022-12-07)
|
4 | 40 |
|
5 | 41 | ### Features
|
|
0 commit comments