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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Yarn now accepts sponsorships! Please give a look at our [OpenCollective](https:
19
19
- The network settings configuration option has been renamed from `caFilePath` to `httpsCaFilePath`.
20
20
- Set `nmMode` to `hardlinks-local` by default.
21
21
-`yarn workspaces foreach` now automatically enables the `-v,--verbose` flag in interactive terminal environments.
22
+
-`yarn npm audit` no longer takes into account publish registries. Use [`npmAuditRegistry`](https://yarnpkg.com/configuration/yarnrc#npmAuditRegistry) instead.
22
23
23
24
### **API Changes**
24
25
@@ -38,6 +39,8 @@ The following changes only affect people writing Yarn plugins:
38
39
39
40
-`renderForm`'s `options` argument is now required to enforce that custom streams are always specified.
40
41
42
+
-`npmConfigUtils.getAuditRegistry` no longer takes a `Manifest` as its first argument.
43
+
41
44
### Installs
42
45
43
46
- The `pnpm` linker avoids creating symlinks that lead to loops on the file system, by moving them higher up in the directory structure.
0 commit comments