Angular developers should be aware of a minor update within the @angular/common package, moving from version 10.1.0 to 10.1.1. Both versions provide essential directives and services crucial for building Angular applications. While the core functionality remains consistent, a key difference lies in the peer dependency: @angular/core. Version 10.1.0 requires @angular/core version 10.1.0, while 10.1.1 mandates @angular/core version 10.1.1. This means that upgrading to @angular/common version 10.1.1 necessitates ensuring your project also uses @angular/core version 10.1.1 to avoid version conflicts. The dependency on tslib remains the same (version ^2.0.0) in both versions. File count and unpacked size are identical suggesting no significant code change.
The change offers improvements on @angular/core package but no new features specifically implemented inside this package. Upgrading ensures compatibility and benefits from any underlying fixes or performance enhancements included in the corresponding @angular/core release. You can upgrade it using npm update @angular/common @angular/core or yarn upgrade @angular/common @angular/core.
The release date also indicates a quick follow-up after 10.1.0, potentially addressing bugs or refinements discovered shortly after the initial release.
The are not vulnerabilities for the version 10.1.1 of the package @angular/common