Minor Changes
-
Side effects cache is not an experimental feature anymore.
Side effects cache is saved separately for packages with different dependencies. So if
foo
hasbar
in the dependencies, then a separate cache will be created each timefoo
is installed with a different version ofbar
#4238.
Patch Changes
- Update command should work when there is a dependency with emty version in
devDependencies
#4196. - Side effects cache should work in a workspace.