-
Notifications
You must be signed in to change notification settings - Fork 12k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: 15.1.1
head repository: angular/angular-cli
compare: 15.1.2
- 9 commits
- 15 files changed
- 4 contributors
Commits on Jan 13, 2023
-
build: update dependency ng-packagr to v15.1.1
(cherry picked from commit cbc3998)
Configuration menu - View commit details
-
Copy full SHA for 4b59499 - Browse repository at this point
Copy the full SHA 4b59499View commit details -
refactor(@angular-devkit/build-angular): remove direct import of i18n…
… worker code The i18n inlining worker code was previously imported in several locations to allow reuse of the options object used to configure the worker. To prevent the worker code from being used outside of an actual worker, the options object definition is now located in a separate file and imported in both the worker and any other files that need to use the inlining options. (cherry picked from commit d05eb00)
Configuration menu - View commit details
-
Copy full SHA for 9fa5f2c - Browse repository at this point
Copy the full SHA 9fa5f2cView commit details -
fix(@angular/cli): remove
--to
option from being required when usin…Configuration menu - View commit details
-
Copy full SHA for 5d9fd78 - Browse repository at this point
Copy the full SHA 5d9fd78View commit details -
build: update dev-infra packages
This is to address `error Couldn't find match for "6cdf0f2153298b828934373cc068b6a0f9dcf098" in "refs/heads/main" for "https://github.com/angular/dev-infra-private-build-tooling-builds.git".` and `error Couldn't find match for "301673f54ebe816bbcf13fe503de105c5e5a6a9c" in "refs/heads/main" for "https://github.com/angular/dev-infra-private-ng-dev-builds.git"` We also update the the stamping keys to match the changes in dev-infra. (cherry picked from commit 2a08e80)
Configuration menu - View commit details
-
Copy full SHA for b000481 - Browse repository at this point
Copy the full SHA b000481View commit details -
fix(@angular/cli): register schematic aliases when providing collecti…
…on name in `ng generate` Previously, schematic aliases were not registered when a collection name was provided to `ng generate`. Example: `ng generate c` where `c` is an alias for `component` would work, but `ng generate @schematics/angular:c` would fail. This commits fixes the schematic registration to handle the latter case. Closes #24518 (cherry picked from commit 3ebb195)
1Configuration menu - View commit details
-
Copy full SHA for 387472a - Browse repository at this point
Copy the full SHA 387472aView commit details
Commits on Jan 17, 2023
-
fix(@angular-devkit/build-angular): prevent hanging initial build dur…
…ing exception with esbuild When using the experimental esbuild-based browser application builder and an exception is thrown during the initial build, the process may hang indefinitely due to the Sass worker pool not shutting down fully. This does not happen for rebuilds after the initial. To remedy this situation, The initial build is now wrapped in a try block to ensure that a full shutdown of the Sass worker pool occurs. (cherry picked from commit c3447e3)
Configuration menu - View commit details
-
Copy full SHA for bf4639a - Browse repository at this point
Copy the full SHA bf4639aView commit details
Commits on Jan 18, 2023
-
refactor: only collect Node version if it's a standard version string
Any other kinds of Node version are collected as "other" to avoid pulling in an unbounded user input. (cherry picked from commit b5dcb29)
Configuration menu - View commit details
-
Copy full SHA for bc5555c - Browse repository at this point
Copy the full SHA bc5555cView commit details -
fix(@schematics/angular): replace existing `BrowserModule.withServerT…
…ransition` calls when running universal schematic This change fixes an issue where calling the universal schematic on an application with existing `BrowserModule.withServerTransition` will cause an additional `.withServerTransition` call to be added. With this change we now remove the previous `withServerTransition` call to avoid misconfiguration. Closes #24563 (cherry picked from commit c8a3b30)
Configuration menu - View commit details
-
Copy full SHA for 0f5fb7e - Browse repository at this point
Copy the full SHA 0f5fb7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b443b - Browse repository at this point
Copy the full SHA 97b443bView 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 15.1.1...15.1.2