-
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: 14.2.7
head repository: angular/angular-cli
compare: 14.2.11
- 17 commits
- 20 files changed
- 5 contributors
Commits on Nov 2, 2022
-
fix(@schematics/angular): guard schematics should include all guards …
…(CanMatch) The `CanMatch` guard was added in v14.1 but not added to the list of possible interfaces to implement. This commit adds `CanMatch` to the list of possible interfaces to implement. It has the same type imports as the CanLoad interface. (cherry picked from commit f837f6d)
Configuration menu - View commit details
-
Copy full SHA for 4b0ee8a - Browse repository at this point
Copy the full SHA 4b0ee8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f730aa - Browse repository at this point
Copy the full SHA 4f730aaView commit details
Commits on Nov 7, 2022
-
fix(@angular-devkit/build-angular): isolate zone.js usage when render…
…ing server bundles When generating an app-shell via the app-shell builder, the server application rendering will now take place within a Node.js Worker. Since the rendering requires the presence of Zone.js, this change allows for the Zone.js patching to be isolated from the remainder of the builder and Angular CLI code. This prevents Zone.js from persisting past the needed render operation. This also allows for a workaround to a Zone.js/Node.js v18 problem where the TypeScript dynamic import workaround involving the Function constructor to ensure a native dynamic import expression will cause a failure when running on Node.js v18.10. (cherry picked from commit 484cda5)
Configuration menu - View commit details
-
Copy full SHA for 12b2dc5 - Browse repository at this point
Copy the full SHA 12b2dc5View commit details
Commits on Nov 8, 2022
-
fix(@angular-devkit/architect): default to failure if no builder resu…
…lt is provided Currently, if an architect builder does not provide any results, the CLI will crash trying to access an error message property on the result. Instead architect will now provide a default failure result `{ success: false }` in the event that the builder exits prior to generating a result. Thrown errors continue to be propagated as before. (cherry picked from commit 774e83d)
Configuration menu - View commit details
-
Copy full SHA for e3e7877 - Browse repository at this point
Copy the full SHA e3e7877View commit details
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ac3d230 - Browse repository at this point
Copy the full SHA ac3d230View commit details
Commits on Nov 11, 2022
-
fix(@angular/cli): respect registry in RC when running update through…
… yarn This commit fixes an issue where when `ng update` was ran using `yarn` (`yarn ng update`) the registry was always being overridden to `https://registry.yarnpkg.com`. This is because yarn will set the `npm_config_registry` env variable to `https://registry.yarnpkg.com` even when an RC file is present with a different repository. (cherry picked from commit 0dcb199)
Configuration menu - View commit details
-
Copy full SHA for 7541e04 - Browse repository at this point
Copy the full SHA 7541e04View commit details
Commits on Nov 16, 2022
-
fix(@angular-devkit/build-angular): update
loader-utils
to3.2.1
`loader-utils` is vulnerable to Regular Expression Denial of Service (ReDoS) via url variable. See: GHSA-3rfm-jhwj-7488 Closes #24241
Configuration menu - View commit details
-
Copy full SHA for 21cea0b - Browse repository at this point
Copy the full SHA 21cea0bView commit details -
test(@angular/cli): update NPM range in npm-7 test
With the previous range NPM 9 was being installed which is not compatible with the version of node that Angular version 13 supports.
Configuration menu - View commit details
-
Copy full SHA for 87277d9 - Browse repository at this point
Copy the full SHA 87277d9View commit details -
test(@angular/cli): remove
node:assert
usage.`node:assert` is not available in Node.js version 14.15.5
Configuration menu - View commit details
-
Copy full SHA for f1fe0ea - Browse repository at this point
Copy the full SHA f1fe0eaView commit details
Commits on Nov 17, 2022
-
fix(@angular/cli): exclude
@angular/material@7.x
from ng add packag……e discovery `@angular/material@7.x` uses unbounded ranges for its framework peer dependencies. This can cause `ng add` to pick these versions of the package if the newer versions are not compatible since the peer dependency ranges would match any newer stable framework version. (cherry picked from commit 9260087) (cherry picked from commit 1a58436)
Configuration menu - View commit details
-
Copy full SHA for 6446091 - Browse repository at this point
Copy the full SHA 6446091View commit details -
fix(@angular/cli): exclude
@angular/localize@<10.0.0
from ng add pa… (#24152) * fix(@angular/cli): exclude `@angular/localize@<10.0.0` from ng add package discovery `@angular/localize@<10.0.0` has no peer dependencies. This can cause `ng add` to pick these versions of the package if the newer versions. See: https://app.circleci.com/pipelines/github/angular/angular-cli/27402/workflows/faa64532-541a-4bea-b599-3c53afe42019/jobs/364822 ``` Test Process error Error: Process exit error - "ng add @angular/localize --skip-confirmation": 1... STDOUT: STDERR: npm version 7.4.0 detected. When using npm 7 with the Angular CLI, npm version 7.5.6 or higher is recommended. - Determining package manager... ℹ Using package manager: npm - Searching for compatible package version... ✔ Found compatible package version: @angular/localize@10.0.0-next.7. - Loading package information from registry... ✔ Package information loaded. - Installing packages... ✔ Packages successfully installed. NOT SUPPORTED: keyword "id", use "$id" for schema ID ``` * fixup! fix(@angular/cli): exclude `@angular/localize@<10.0.0` from ng add package discovery Co-authored-by: Charles <19598772+clydin@users.noreply.github.com> Co-authored-by: Charles <19598772+clydin@users.noreply.github.com> (cherry picked from commit 65a0983) (cherry picked from commit 35e5f42)
Configuration menu - View commit details
-
Copy full SHA for 9ce386c - Browse repository at this point
Copy the full SHA 9ce386cView commit details -
test(@angular/cli): fix version specifier test
Remove `ng add @angular/localize@latest` test. This is currently failing as `@angular/localize@latest` does not support Node.js version 14.15
Configuration menu - View commit details
-
Copy full SHA for 9dcea09 - Browse repository at this point
Copy the full SHA 9dcea09View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d30d4 - Browse repository at this point
Copy the full SHA e9d30d4View commit details
Commits on Nov 18, 2022
-
ci: create daily_run_workflow for 14.2.x branch
This workflow is used by circle ci scheduled pipelines which is required to create a cron job when using dynamic configurations. See: https://circleci.com/docs/scheduled-pipelines/?utm_source=google&utm_medium=sem&utm_campaign=sem-google-dg--emea-en-dsa-maxConv-auth-nb&utm_term=g_-_c__dsa_&utm_content=&gclid=Cj0KCQiA1NebBhDDARIsAANiDD2Ja2WCBYtxifWx9d8uD2bEZzDjtO4mB2aq7fEtvoUKZZ8GeQbeNtgaAoW5EALw_wcB and https://app.circleci.com/settings/project/github/angular/angular-cli/triggers?return-to=https%3A%2F%2Fapp.circleci.com%2Fpipelines%2Fgithub%2Fangular%2Fangular-cli&triggerSource=&scheduledTriggerId=8e3e6898-fd55-41b1-a3e8-85c52981d941&success=true
Configuration menu - View commit details
-
Copy full SHA for 31e8a58 - Browse repository at this point
Copy the full SHA 31e8a58View commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6df825d - Browse repository at this point
Copy the full SHA 6df825dView commit details
Commits on Mar 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ddd33bf - Browse repository at this point
Copy the full SHA ddd33bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d177918 - Browse repository at this point
Copy the full SHA d177918View 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 14.2.7...14.2.11