-
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: 2c0cafa
head repository: angular/angular-cli
compare: 279b1ad
- 19 commits
- 30 files changed
- 7 contributors
Commits on Nov 7, 2025
-
refactor: fix several typos (#31716)
This commit fixes a number of typos in tests. (cherry picked from commit a8465d4)
Configuration menu - View commit details
-
Copy full SHA for 7c11e07 - Browse repository at this point
Copy the full SHA 7c11e07View commit details -
build: migrate license file handling to
write_source_fileMigrate the handling of THIRD_PARTY_LICENSES.txt.golden in the SSR npm package from using `bazel_skylib`'s `diff_test` and `write_file` rules to `aspect_bazel_lib`'s `write_source_file` rule. This simplifies the Bazel configuration for managing the golden license file. (cherry picked from commit eca8236)
Configuration menu - View commit details
-
Copy full SHA for 6fbd106 - Browse repository at this point
Copy the full SHA 6fbd106View commit details -
fix(@angular/build): do not remove
@angular/localizewhen having ex……ternal packages (#31721) The current bundle logic removes the `@angular/localize` polyfill if i18n inline is active. However, i18n inlining is not applied on external packages (e.g. during `ng serve` for prebundled dependencies) This causes an issue at runtime execution of the packages which are external and depend on localization. With this change the `@angular/localize` polyfill is retained when external packages is truthy. (cherry picked from commit 38c2200)
Configuration menu - View commit details
-
Copy full SHA for b3908f6 - Browse repository at this point
Copy the full SHA b3908f6View commit details
Commits on Nov 10, 2025
-
fix(@schematics/angular): correct
tsconfig.spec.jsoninclude for sp……ec files Updates the files in both application and library schematics to specifically include instead of . This ensures that only test specification files are processed for testing, preventing unintended inclusion of other TypeScript files. (cherry picked from commit 5b0afb3)
Configuration menu - View commit details
-
Copy full SHA for c854a71 - Browse repository at this point
Copy the full SHA c854a71View commit details
Commits on Nov 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 904ef7a - Browse repository at this point
Copy the full SHA 904ef7aView commit details
Commits on Nov 13, 2025
-
fix(@angular/build): ensure
ɵgetOrCreateAngularServerAppis always ……defined after errors Addresses an issue where could become `ɵgetOrCreateAngularServerApp` undefined after an error, leading to subsequent rendering failures. This change modifies the HMR process to include a timestamp when loading. This ensures the server application is always re-evaluated, preventing stale application states. Closes #31671
Configuration menu - View commit details
-
Copy full SHA for 8053f2d - Browse repository at this point
Copy the full SHA 8053f2dView commit details
Commits on Nov 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4dfc314 - Browse repository at this point
Copy the full SHA 4dfc314View commit details
Commits on Nov 21, 2025
-
fix(@angular/ssr): prevent redirect loop with encoded query parameters
Configuration menu - View commit details
-
Copy full SHA for 1abe68a - Browse repository at this point
Copy the full SHA 1abe68aView commit details -
fix(@angular/build): ensure correct URL joining for prerender routes
This commit addresses an issue where prerendering with i18n and a `routesFile` could lead to infinite redirect loops or failure to prerender `index.html`. The previous `urlJoin` utility was replaced with more robust URL manipulation functions (`joinUrlParts`, `addTrailingSlash`, `stripLeadingSlash`) to ensure that paths are correctly constructed, especially when dealing with base hrefs and locale subpaths. This ensures that routes from the `routesFile` are correctly joined with the base href, preventing malformed URLs that cause the redirection issues. Closes #31877 (cherry picked from commit 0fe572e)
Configuration menu - View commit details
-
Copy full SHA for 25bb7e6 - Browse repository at this point
Copy the full SHA 25bb7e6View commit details
Commits on Nov 24, 2025
-
fix(@angular/ssr): handle
X-Forwarded-PrefixandAPP_BASE_HREFin…Configuration menu - View commit details
-
Copy full SHA for cceb862 - Browse repository at this point
Copy the full SHA cceb862View commit details
Commits on Nov 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d4ca7b7 - Browse repository at this point
Copy the full SHA d4ca7b7View commit details
Commits on Dec 3, 2025
-
fix(@angular/cli): update
@modelcontextprotocol/sdkto v1.24.0Also updates `zod` to v4.1.13.
Configuration menu - View commit details
-
Copy full SHA for cfbb616 - Browse repository at this point
Copy the full SHA cfbb616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948869d - Browse repository at this point
Copy the full SHA 948869dView commit details
Commits on Jan 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 66140c8 - Browse repository at this point
Copy the full SHA 66140c8View commit details -
fix(@angular/cli): update dependency @modelcontextprotocol/sdk to v1.…
…25.2 This is a port of PR #32227 to the 20.3.x branch.
Configuration menu - View commit details
-
Copy full SHA for ff36649 - Browse repository at this point
Copy the full SHA ff36649View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4963d9c - Browse repository at this point
Copy the full SHA 4963d9cView commit details
Commits on Jan 12, 2026
-
fix(@angular-devkit/build-angular): update webpack to version 5.104.1
This fixes a performance regression. See: #31350 (comment)
Configuration menu - View commit details
-
Copy full SHA for ffc72cb - Browse repository at this point
Copy the full SHA ffc72cbView commit details
Commits on Jan 21, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 795d654 - Browse repository at this point
Copy the full SHA 795d654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 279b1ad - Browse repository at this point
Copy the full SHA 279b1adView 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 2c0cafa...279b1ad