You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* npm will no longer attempt to resolve the path to node via whichnode. process.execPath is already set by Node to the resolved real path of the node binary, so the lookup was redundant. Scripts that expected npm to override process.execPath with a PATH-resolved (potentially symlinked) node path may be affected.
6
+
* the --json output of `npm pack` and `npm publish` have changed. They are now always consistent, and in the same format.
7
+
* the `star`, `stars` and `unstar` commands have been removed
8
+
* The `npm adduser` command has been removed. Create and manage user accounts on the npm website, and use `npm login` to authenticate on the command line.
9
+
### Features
10
+
*[`738be10`](https://github.com/npm/cli/commit/738be10651522e94038f1eff0da12f15b10438ea)[#9196](https://github.com/npm/cli/pull/9196) remove star commands (#9196) (@wraithgar)
11
+
*[`db7c1f8`](https://github.com/npm/cli/commit/db7c1f887eb1c1cb281ea7c9f6d84fba8f10d44d)[#9163](https://github.com/npm/cli/pull/9163) add `u` as alias for `update` command (#9163) (@Ausoj)
12
+
*[`45e44dd`](https://github.com/npm/cli/commit/45e44dd7ac2a3af815684ece3bdc99ada2f317f7)[#9228](https://github.com/npm/cli/pull/9228) adds a backport script (@owlstronaut)
13
+
### Bug Fixes
14
+
*[`4ef5b6e`](https://github.com/npm/cli/commit/4ef5b6e0439297048dee92729b5c93529ad39488)[#9039](https://github.com/npm/cli/pull/9039) stop resolving node path via whichnode (@owlstronaut)
15
+
*[`2e9b26e`](https://github.com/npm/cli/commit/2e9b26eff18114b2fe34ea7c8159500b5eafb98e)[#9247](https://github.com/npm/cli/pull/9247) sync json output of pack and publish (#9247) (@wraithgar)
*[`8131de4`](https://github.com/npm/cli/commit/8131de4453af45a351fd610a660a1d60724ef74f)[#9239](https://github.com/npm/cli/pull/9239) add action permission for backport workflow (@owlstronaut)
28
+
*[`6df5f91`](https://github.com/npm/cli/commit/6df5f918a350e30d865a647cbbbe0a8e713d0189)[#9232](https://github.com/npm/cli/pull/9232) backports can trigger CI (@owlstronaut)
29
+
*[`07552f5`](https://github.com/npm/cli/commit/07552f58111dea3aa563693ea103342fb625d47b)[#9224](https://github.com/npm/cli/pull/9224) don't run npm update in CI (@owlstronaut)
0 commit comments