-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: 19.2.13
head repository: angular/angular-cli
compare: 19.2.14
- 7 commits
- 8 files changed
- 3 contributors
Commits on May 21, 2025
-
fix(@angular/build): HMR requires AOT do not show HMR enabled when us…
…ing JIT Currently, the HMR (Hot Module Replacement) functionality in `@angular/build` requires AOT compilation to be enabled. However, when using JIT compilation, a message indicating that HMR is enabled is incorrectly displayed.
Configuration menu - View commit details
-
Copy full SHA for a3504fd - Browse repository at this point
Copy the full SHA a3504fdView commit details -
fix(@angular/build): include full metadata for AOT unit-testing
Include class metadata and JIT information in code built for development and/or test usage. All non-optimized builds will now contain this metadata (`optimization.scripts` is false). The Angular TestBed APIs require additional metadata for the Angular aspects of the application such as Components, Modules, Pipes, etc. TestBed may also leverage JIT capabilities during testing (e.g., overrideComponent). To support all these TestBed usage scenarios both the underlying `setClassMetadata` and `setNgModuleScope` class augmentation functions are now emitted when test metadata inclusion is enabled. (cherry picked from commit 578525e)
Configuration menu - View commit details
-
Copy full SHA for 5ce9f96 - Browse repository at this point
Copy the full SHA 5ce9f96View commit details
Commits on May 22, 2025
-
refactor(@angular/build): use new HMR documentation URL for console m…
…essage The https://angular.dev/hmr URL is now used in the HMR enabled console message for the development server. The message text has also been shortened as the information is available at the aforementioned documentation location.
Configuration menu - View commit details
-
Copy full SHA for 5c86b80 - Browse repository at this point
Copy the full SHA 5c86b80View commit details -
refactor(@angular/build): update
ensureWorkerPool
to do an early exitThe avoid unnecessary logic to be executed for every call to `transformFile`. (cherry picked from commit eed60d1)
Configuration menu - View commit details
-
Copy full SHA for 33aee37 - Browse repository at this point
Copy the full SHA 33aee37View commit details
Commits on May 23, 2025
-
build: correctly replace
BUILD_SCM_HASH-PLACEHOLDER
with `BUILD_SCM……_ABBREV_HASH` Correctly replace `BUILD_SCM_HASH-PLACEHOLDER` with `BUILD_SCM_ABBREV_HASH` by enclosing it in `{}` for proper interpolation. Example of the issue: https://github.com/angular/angular-build-builds/blob/cac2e58892c99256d3a1f0abeb274f116edd5a26/package.json#L26 (cherry picked from commit c4efd74)
Configuration menu - View commit details
-
Copy full SHA for cf4e676 - Browse repository at this point
Copy the full SHA cf4e676View commit details
Commits on May 26, 2025
-
build: preserve
peerDependenciesMeta
in snapshotsAddresses an issue where publishing snapshot builds would replace the value with the package SHAs in `peerDependenciesMeta`. See: https://github.com/angular/angular-build-builds/blob/d4d0f1ca0932bd4fe2df4cc2da10d132789dcd8f/package.json#L89 (cherry picked from commit 697d7e6)
Configuration menu - View commit details
-
Copy full SHA for 3ffd43a - Browse repository at this point
Copy the full SHA 3ffd43aView commit details
Commits on May 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d110379 - Browse repository at this point
Copy the full SHA d110379View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 19.2.13...19.2.14