-
Notifications
You must be signed in to change notification settings - Fork 12k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: 20.1.0-next.1
head repository: angular/angular-cli
compare: 20.1.0-next.2
- 13 commits
- 13 files changed
- 4 contributors
Commits on Jun 12, 2025
-
fix(@schematics/angular): include
main.server.ts
in `tsconfig.files……` when present Add logic to automatically include `main.server.ts` in the `files` array of the tsconfig when present during schematic execution. This ensures backwards compatibility for applications generated prior to version 19. Closes #30526
Configuration menu - View commit details
-
Copy full SHA for c437111 - Browse repository at this point
Copy the full SHA c437111View commit details -
fix(@schematics/angular): reset module
typeSeparator
when generatin……g applications The application schematic now invokes the module schematic with `typeSeparator` explicitly set to `undefined`. This ensures any legacy value from `angular.json` set by older versions of the Angular CLI is cleared during application generation and does not cause multiple files to be generated. Closes #30497
Configuration menu - View commit details
-
Copy full SHA for 4be58ee - Browse repository at this point
Copy the full SHA 4be58eeView commit details -
build: update github/codeql-action action to v3.29.0
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 1b09ce5 - Browse repository at this point
Copy the full SHA 1b09ce5View commit details -
build: update all non-major dependencies
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for ef742db - Browse repository at this point
Copy the full SHA ef742dbView commit details
Commits on Jun 13, 2025
-
fix(@angular/build): set scripts option output as classic script for …
…karma When using the `karma` builder, the generated output JavaScript file was unintentionally being marked as a module type script. This prevent the output file from providing equivalent behavior to that of an actual build. The `scripts` option outputs should be considered classic scripts to the browser.
Configuration menu - View commit details
-
Copy full SHA for 60a16a8 - Browse repository at this point
Copy the full SHA 60a16a8View commit details -
fix(@angular/build): include custom bundle name scripts with karma
When using the `karma` builder with custom "scripts" option entries that contain the `bundleName` suboption, the output files for these scripts will now correctly be injected into the test index HTML content. Previously only the default `scripts.js` output file would be used.
Configuration menu - View commit details
-
Copy full SHA for 049e688 - Browse repository at this point
Copy the full SHA 049e688View commit details
Commits on Jun 16, 2025
-
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 2f4eee6 - Browse repository at this point
Copy the full SHA 2f4eee6View commit details
Commits on Jun 17, 2025
-
fix(@angular/build): use an empty array as default value for vitest e…
…xclude Fixes #30543 Avoids the error `resolved.coverage.exclude is not iterable` while running `ng test`.
Configuration menu - View commit details
-
Copy full SHA for 130c650 - Browse repository at this point
Copy the full SHA 130c650View commit details -
fix(@angular/build): coverage reporter option
The coverage reporters option is `reporter`, see https://vitest.dev/config/#coverage-reporter
Configuration menu - View commit details
-
Copy full SHA for c19cd29 - Browse repository at this point
Copy the full SHA c19cd29View commit details -
fix(@angular/build): json and json-summary as vitest coverage reporters
They can be quite handy for analysis tools. See https://github.com/vitest-dev/vitest/blob/93f3200e452874ed4e2d018718bbbde7ebd28590/test/coverage-test/test/configuration-options.test-d.ts#L152 for all the current valid options
Configuration menu - View commit details
-
Copy full SHA for 2672f6e - Browse repository at this point
Copy the full SHA 2672f6eView commit details
Commits on Jun 18, 2025
-
fix(@angular/build): increase worker idle timeout
This is a workaround for piscinajs/piscina#816 Closes #30549
Configuration menu - View commit details
-
Copy full SHA for 1d76d0e - Browse repository at this point
Copy the full SHA 1d76d0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eaa726 - Browse repository at this point
Copy the full SHA 9eaa726View commit details -
Configuration menu - View commit details
-
Copy full SHA for a45ec9b - Browse repository at this point
Copy the full SHA a45ec9bView 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 20.1.0-next.1...20.1.0-next.2