Andrew Kushnir

Results 29 issues of Andrew Kushnir

Zone.js 0.15.0 had a breaking change, so it doesn't replace 0.14.x version for patch branches. We extend allowed versions for 18.2.x to support cases when developers may need to update...

area: build & ci
state: blocked
action: review
target: patch

This commit updates PullApprove config: - Removes Dylan - Adds Alex to the `fw-forms` group - Adds Charles to the `fw-language-service` group ## PR Type What kind of change does...

action: merge
area: build & ci
merge: caretaker note
target: minor

This PR updates scripts within `packages/compiler` and `packages/compiler-cli` to relative imports as a prep work to the upcoming infra updates. ## Does this PR introduce a breaking change? - [...

action: review
target: patch
area: compiler

This commit updates scripts within `packages/common` to relative imports as a prep work to the upcoming infra updates. ## Does this PR introduce a breaking change? - [ ] Yes...

action: review
area: common
target: patch

This commit updates scripts within `packages/forms` to relative imports as a prep work to the upcoming infra updates. ## Does this PR introduce a breaking change? - [ ] Yes...

action: review
area: forms
target: patch

This PR extracts integration tests from the `test` CI job into a separate GH action, which allows to run more tests in parallel and thus reduce the time it takes...

area: build & ci
action: review
area: core
target: patch

This commit updates scripts within `packages/router` to relative imports as a prep work to the upcoming infra updates. ## Does this PR introduce a breaking change? - [ ] Yes...

action: review
area: router
target: patch

This commit updates runtime logic to produce an error when there are some `@defer` blocks with `hydrate` triggers, but the incremental hydration is not enabled via `withIncrementalHydration()`. Previously the check...

action: merge
area: core
target: patch
core: incremental hydration

### Which @angular/* package(s) are the source of the bug? compiler ### Is this a regression? No ### Description When using escaped quotes in ternaries in template expressions, Angular parser...

area: compiler
P3
compiler: parser
ai