-
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.2.10
head repository: angular/angular-cli
compare: v21.2.11
- 7 commits
- 13 files changed
- 3 contributors
Commits on May 7, 2026
-
fix(@angular/cli): robustly parse npm manifest from array
Update `parseNpmLikeManifest` to find the manifest with the highest version instead of assuming the last item in the array is the correct one. This makes the parsing robust against out-of-order results from `npm view` or similar commands without incurring performance penalties. This change ensures that the latest relevant version is always selected when a range is queried and multiple versions are returned, improving reliability in edge cases where registry output might not be sorted. (cherry picked from commit 7932caa)
Configuration menu - View commit details
-
Copy full SHA for bbd63b7 - Browse repository at this point
Copy the full SHA bbd63b7View commit details -
refactor(@angular/cli): add validation and logging to npm manifest pa…
…rsing Introduce a reusable `isValidManifest` type guard to ensure that parsed manifests contain both `name` and `version` strings. This applies to both single object responses and elements within an array response from the package manager. (cherry picked from commit db3c5d8)
Configuration menu - View commit details
-
Copy full SHA for f0f9b2d - Browse repository at this point
Copy the full SHA f0f9b2dView commit details -
build: update github/codeql-action action to v4.35.4
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 453ed5b - Browse repository at this point
Copy the full SHA 453ed5bView commit details -
build: update cross-repo angular dependencies
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for a7705fb - Browse repository at this point
Copy the full SHA a7705fbView commit details
Commits on May 12, 2026
-
fix(@angular/ssr): remove stateful flag from URL_PARAMETER_REGEXP
Removes the stateful `/g` flag from `URL_PARAMETER_REGEXP`. Previously, calling `.test()` on the global regular expression advanced its internal `lastIndex` property. This caused subsequent evaluations in the route extraction pipeline to silently fail to match, skipping `getPrerenderParams` for parameterized routes. Closes #33154 (cherry picked from commit 0fdcde5)
Configuration menu - View commit details
-
Copy full SHA for 7a116a8 - Browse repository at this point
Copy the full SHA 7a116a8View commit details
Commits on May 13, 2026
-
fix(@angular/ssr): allow all hosts in common engine rendering options…
… to prevent validation errors This is needed due to the angular/angular#68593
Configuration menu - View commit details
-
Copy full SHA for eafe1a7 - Browse repository at this point
Copy the full SHA eafe1a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00e3663 - Browse repository at this point
Copy the full SHA 00e3663View 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.2.10...v21.2.11