-
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: 20.0.5
head repository: angular/angular-cli
compare: 20.0.6
- 7 commits
- 10 files changed
- 5 contributors
Commits on Jul 2, 2025
-
test: raise timeout of
//packages/ngtools/webpack:test
This seems to be timing out occasionally in CI. (cherry picked from commit d96a093)
Configuration menu - View commit details
-
Copy full SHA for 41e28ff - Browse repository at this point
Copy the full SHA 41e28ffView commit details
Commits on Jul 3, 2025
-
fix(@angular/build): correctly remap Angular diagnostics
The esbuild builder has some logic that re-map diagnostics coming from the compiler, depending on their `source` and `code`. Currently this is incorrect, because it assumed that a value of `ngtsc` for `source` always means that the error is from the Angular compiler, but what it actually means is that it comes from an Angular template diagnostics. Furthermore, we can't rely on a `source` always being defined. These changes align the logic to a similar one we already have in the compiler where we assume the diagnostic comes from Angular if it starts with `-99`. (cherry picked from commit 1cde40e)
Configuration menu - View commit details
-
Copy full SHA for 0836ad2 - Browse repository at this point
Copy the full SHA 0836ad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2da16 - Browse repository at this point
Copy the full SHA 1a2da16View commit details -
fix(@schematics/angular): remove constructor from service template
Now that the style guide recommends to use `inject()`, having a constructor in a service is not really useful. (cherry picked from commit cefea43)
Configuration menu - View commit details
-
Copy full SHA for 5542445 - Browse repository at this point
Copy the full SHA 5542445View commit details
Commits on Jul 4, 2025
-
build: update bazel commands to use pnpm
`yarn` is no longer used. (cherry picked from commit cad1594)
Configuration menu - View commit details
-
Copy full SHA for 4e021e2 - Browse repository at this point
Copy the full SHA 4e021e2View commit details
Commits on Jul 9, 2025
-
fix(@angular/build): exclude
@vitest/browser/context
from esbuild b……undling Bundling this module causes unit tests to fail with `@vitest/browser/context can be imported only inside the Browser Mode. Your test is running in browser pool. Make sure your regular tests are excluded from the "test.include" glob pattern.`, This is because `@vitest/browser/context` is a virtual mode in vite and the package on NPM is dummy that is used for static analysis. Closes: #30677 (cherry picked from commit 9e292f1)
Configuration menu - View commit details
-
Copy full SHA for c475e54 - Browse repository at this point
Copy the full SHA c475e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82cf0cb - Browse repository at this point
Copy the full SHA 82cf0cbView 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.5...20.0.6