Angular developers should be aware of the recent updates to the @angular/compiler package, specifically the jump from version 19.0.4 to 19.0.5. Both versions maintain the same fundamental description as the Angular compiler library, crucial for transforming Angular templates and components into executable JavaScript code. The core dependencies remain consistent, relying on tslib version 2.3.0 or higher for essential TypeScript helper functions. Crucially, the peer dependency on @angular/core aligns with their respective versions, ensuring compatibility.
A key difference lies in the release date, with version 19.0.5 arriving on December 18, 2024, significantly later than version 19.0.4, released on December 12, 2024. This suggests that version 19.0.5 likely incorporates bug fixes, performance enhancements, or minor feature tweaks implemented after the 19.0.4 release. Interestingly, the dist information reveals identical fileCount (6) and unpackedSize (4291111) values for both versions, implying the changes might be concentrated within existing files rather than adding new ones. Developers should consult the official Angular changelog or release notes for a comprehensive understanding of the specific changes introduced in version 19.0.5 to determine if upgrading is necessary for their projects, especially if they encountered issues with the previous version.
The are not vulnerabilities for the version 19.0.5 of the package @angular/compiler