Angular developers should take note of the recent updates to the @angular/compiler package. Version 16.2.11, released on October 25, 2023, succeeds version 16.2.10, released on October 18, 2023. Both versions share the same core description as the Angular compiler library, licensed under MIT. They also maintain identical dependencies on tslib (version ^2.3.0) and consistent repository information, pointing to the Angular GitHub repository. Both versions bundle 168 files in the distribution tarball, resulting in an unpacked size of 8,093,327 bytes.
The key difference lies within the peer dependency specification. While version 16.2.10 requires @angular/core version 16.2.10, the newer version 16.2.11 correspondingly mandates @angular/core version 16.2.11.
This update suggests a synchronization between the @angular/compiler and @angular/core packages. Developers upgrading to @angular/compiler version 16.2.11 must also upgrade their @angular/core dependency to version 16.2.11 to ensure compatibility and avoid potential issues. The relatively short time between the release dates highlights Angular's commitment to frequent updates and improvements. While the changelog details are not included in the provided metadata, the tight coupling with @angular/core suggests that the update likely addresses bug fixes, performance improvements, or features directly related to the core framework. Stay up-to-date for optimal performance and stability in your Angular applications.
The are not vulnerabilities for the version 16.2.11 of the package @angular/compiler