-
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.2
head repository: angular/angular-cli
compare: 15.1.3
- 9 commits
- 13 files changed
- 3 contributors
Commits on Jan 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3661b30 - Browse repository at this point
Copy the full SHA 3661b30View commit details
Commits on Jan 19, 2023
-
fix(@angular/cli): handle extended schematics when retrieving aliases
Previously base collections where not being taken into account and the recent changes caused an exception ``` An unhandled exception occurred: Cannot destructure property 'aliases' of 'collection.description.schematics[schematicName]' as it is undefined. ``` See: https://angular-team.slack.com/archives/CHEEH2LCA/p1674122139247359 (cherry picked from commit b5737ef)
Configuration menu - View commit details
-
Copy full SHA for de15ec5 - Browse repository at this point
Copy the full SHA de15ec5View commit details -
fix(@angular-devkit/build-angular): avoid undefined module path for S…
…ass imports in esbuild When using Sass with the experimental esbuild-based browser application builder, bare imports without a path segment that were available via included paths but also happen to be a node module could cause an exception. An example of such an import would be `@import "globals";`. The deep import node module logic would previously attempt to join an undefined path segment to the resolved path for the `globals` package which would raise a argument type exception. This case has now been fixed by only joining if there is actually a path segment present such as `@import "globals/x"`. With this fix in place, the node module case can then continue and if no stylesheet is found, the include paths will then be searched. (cherry picked from commit d19f260)
Configuration menu - View commit details
-
Copy full SHA for f31bf30 - Browse repository at this point
Copy the full SHA f31bf30View commit details -
fix(@angular-devkit/core): handle number like strings in workspace wr…
Configuration menu - View commit details
-
Copy full SHA for 9de9920 - Browse repository at this point
Copy the full SHA 9de9920View commit details
Commits on Jan 20, 2023
-
fix(@angular-devkit/build-angular): update browserslist config to inc…
…lude last 2 Chrome versions angular/angular#48669 added support for the last 2 Chrome versions (cherry picked from commit 97907ad)
Configuration menu - View commit details
-
Copy full SHA for c152a4a - Browse repository at this point
Copy the full SHA c152a4aView commit details -
fix(@schematics/angular): update browserslist config to include last …
…2 Chrome version angular/angular#48669 added support for the last 2 Chrome versions (cherry picked from commit 7b0c1ce)
Configuration menu - View commit details
-
Copy full SHA for 2c04f4a - Browse repository at this point
Copy the full SHA 2c04f4aView commit details
Commits on Jan 24, 2023
-
docs(@angular/cli): minor updates to
ng run
descriptionMinor improvements of `ng run` docs (cherry picked from commit 89ab299)
Configuration menu - View commit details
-
Copy full SHA for e293cb1 - Browse repository at this point
Copy the full SHA e293cb1View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c459c3 - Browse repository at this point
Copy the full SHA 3c459c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27ce5d - Browse repository at this point
Copy the full SHA b27ce5dView 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.2...15.1.3