The @angular/common package, a crucial part of the Angular framework providing essential directives and services for building web applications, saw a release of version 11.1.1 shortly after its predecessor, version 11.1.0. Both versions share a common foundation, relying on tslib for TypeScript helper functions.
A key difference lies in their peer dependencies. Version 11.1.0 of @angular/common is designed to work with @angular/core version 11.1.0, while version 11.1.1 requires, as its peer dependency, @angular/core version 11.1.1. This signals that developers upgrading from Angular 11.1.0 will need to update both @angular/common and @angular/core together to ensure compatibility and stability. Although both versions keep the same unpackedSize and number of files, version 11.1.1 has a slightly newer release date being unveiled a week after than the previous version.
For developers utilizing @angular/common, this indicates the importance of maintaining synchronized updates across core Angular packages. While both versions offer the same common directives and services, developers may see small bug fixes or new functionalities related to the new @angular/core peer dependency. The upgrade to 11.1.1 likely addressed specific issues or refinements tied to the core framework. Developers should always consult the official Angular changelog and release notes to understand the specific changes introduced in version 11.1.1 and assess their impact on existing applications.
The are not vulnerabilities for the version 11.1.1 of the package @angular/common