-
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.0.1
head repository: angular/angular-cli
compare: 20.0.2
- 9 commits
- 30 files changed
- 5 contributors
Commits on Jun 5, 2025
-
build: simplify unit test target names
Renamed unit test targets for easier execution without needing to inspect build files. (cherry picked from commit 610a367)
Configuration menu - View commit details
-
Copy full SHA for d513e58 - Browse repository at this point
Copy the full SHA d513e58View commit details -
build: simplify unit test target names
Renamed unit test targets for easier execution without needing to inspect build files. (cherry picked from commit d2fa8ac)
Configuration menu - View commit details
-
Copy full SHA for 19dc7dd - Browse repository at this point
Copy the full SHA 19dc7ddView commit details -
fix(@schematics/angular): correctly detect modules using new file ext…
…ension format Previously, some internal methods failed to locate modules when using the `-module.ts` filename pattern instead of the legacy `.module.ts`. This update ensures proper detection with the new format. (cherry picked from commit 0b7d48c)
Configuration menu - View commit details
-
Copy full SHA for cb258a3 - Browse repository at this point
Copy the full SHA cb258a3View commit details -
build: improve globbing of jasmine test files
This doesn't seem to surface here, but in the framework and in the COMP repo, the glob wasn't catching all files because it wasn't escpaed— so didn't actually get picked up by Jasmine, but was expanded by Bash. This improves this and makes this logic more future-proof. (cherry picked from commit 1a235e0)
Configuration menu - View commit details
-
Copy full SHA for 1db861c - Browse repository at this point
Copy the full SHA 1db861cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa25385 - Browse repository at this point
Copy the full SHA fa25385View commit details
Commits on Jun 9, 2025
-
ci: use new pull-request-labeling action
Use the pull-request-labeling action which replaced the commit-message-based-labeling action.
Configuration menu - View commit details
-
Copy full SHA for 631ac7e - Browse repository at this point
Copy the full SHA 631ac7eView commit details
Commits on Jun 10, 2025
-
fix(@angular/build): do not consider internal Angular files as extern…
…al imports When using the `application` build system with i18n enabled, the development server may unintentionally attempt to optimize virtual internal files for the locale data. These virtual files are now excluded from the list of external imports. (cherry picked from commit e36cbba)
Configuration menu - View commit details
-
Copy full SHA for 424f1cb - Browse repository at this point
Copy the full SHA 424f1cbView commit details -
fix(@schematics/angular): add
less
as a devDependency when selected…Configuration menu - View commit details
-
Copy full SHA for bf64a0f - Browse repository at this point
Copy the full SHA bf64a0fView commit details
Commits on Jun 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e89245d - Browse repository at this point
Copy the full SHA e89245dView 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.0.1...20.0.2