Angular's compiler library, @angular/compiler, has a new release: version 16.2.2, succeeding the previous stable version 16.2.1. Both versions share the same core description, acting as the Angular compiler library and maintaining a dependency on tslib version 2.3.0 or higher. They are also peer-dependent on @angular/core, aligning versions to ensure compatibility within the Angular ecosystem. Key differences emerge when examining the release specifics. Version 16.2.2 was released on August 23, 2023, while 16.2.1 was released a week prior, on August 16, 2023.
Developers should note the slight increase in unpacked size with the newer version, 8093297 bytes compared to 8090991 bytes of the older version, this might indicate bug fixes or minor feature enhancements included. The file count remains identical at 168. For developers using @angular/compiler in their projects, upgrading to 16.2.2 ensures they are utilizing the most recent iteration of the compiler. This upgrade could includes performance improvements, bug fixes, or potentially new features aimed at enhancing the compilation process. Always test your app suite when upgrading a compiler version.
The are not vulnerabilities for the version 16.2.2 of the package @angular/compiler