-
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: v21.1.0
head repository: angular/angular-cli
compare: v21.1.1
- 12 commits
- 24 files changed
- 3 contributors
Commits on Jan 15, 2026
-
build: update cross-repo angular dependencies
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for be73218 - Browse repository at this point
Copy the full SHA be73218View commit details
Commits on Jan 16, 2026
-
build: update bazel dependencies
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for ba9dcf9 - Browse repository at this point
Copy the full SHA ba9dcf9View commit details -
build: update github/codeql-action action to v4.31.10
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for ad75b55 - Browse repository at this point
Copy the full SHA ad75b55View commit details -
fix(@angular/build): prevent incorrect catch binding removal in downl…
…eveled for-await When `async-await` is disabled (e.g., in Zone.js applications) and the build target is ES2019 or higher, esbuild may incorrectly remove the catch binding of a downleveled `for await...of` loop during minification. This change explicitly disables the `optional-catch-binding` feature in esbuild when `async-await` support is disabled, forcing esbuild to retain the catch binding and avoiding the minification bug. A new integration test has been added to verify that the catch binding is preserved in the optimized output. (cherry picked from commit d87f243)
Configuration menu - View commit details
-
Copy full SHA for d1e596d - Browse repository at this point
Copy the full SHA d1e596dView commit details -
fix(@angular/build): allow application assets in workspace root
This commit refactors `normalizeAssetPatterns` to: 1. Allow asset paths located in the workspace root or project root, relaxing the previous strict requirement of being within the source root. 2. Determine the output path by calculating the relative path from the most specific root (source, project, or workspace) to the asset input. 3. Remove the unused `MissingAssetSourceRootException` class in favor of a standard `Error` with a clear message. This enables users to include workspace-level assets (like `LICENSE` or `README.md`) using the shorthand string syntax without errors. (cherry picked from commit b3de0de)
Configuration menu - View commit details
-
Copy full SHA for 1b7e330 - Browse repository at this point
Copy the full SHA 1b7e330View commit details
Commits on Jan 20, 2026
-
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 2e3fca7 - Browse repository at this point
Copy the full SHA 2e3fca7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ef098 - Browse repository at this point
Copy the full SHA 98ef098View commit details -
fix(@angular/cli): Remove nonexistent link from MCP response
(cherry picked from commit b351f90)
Configuration menu - View commit details
-
Copy full SHA for 151b695 - Browse repository at this point
Copy the full SHA 151b695View commit details
Commits on Jan 21, 2026
-
fix(@schematics/angular): remove special characters from jasmine-vite…
…st report filename This commit removes hyphens, colons, and periods from the ISO date string used in the jasmine-vitest report filename to ensure the resulting filename is more compact and file-system-friendly. (cherry picked from commit a60f8bc)
Configuration menu - View commit details
-
Copy full SHA for 361758c - Browse repository at this point
Copy the full SHA 361758cView commit details -
build: update pnpm to v10.28.1
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 4742aae - Browse repository at this point
Copy the full SHA 4742aaeView commit details -
fix(@schematics/angular): correct vscode MCP configuration for new pr…
…ojects Aligns `.vscode/mcp.json` with documentation: https://code.visualstudio.com/docs/copilot/customization/mcp-servers#_other-options-to-add-an-mcp-server (cherry picked from commit d288d9f)
Configuration menu - View commit details
-
Copy full SHA for 9da6d8f - Browse repository at this point
Copy the full SHA 9da6d8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d49ec17 - Browse repository at this point
Copy the full SHA d49ec17View 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 v21.1.0...v21.1.1