Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @angular/compiler-cli (17.3.1 → 17.3.2) · Repo · Changelog
Release Notes
17.3.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 49 commits:
release: cut the v17.3.2 release
fix(migrations): account for variables in imports initializer (#55081)
refactor(compiler-cli): support ignoring specific doc entries during extraction (#55053)
refactor(core): improve API documentation for query initializer APIs (#55053)
refactor(core): improve API documentation for `output` (#55053)
refactor(core): improve API documentation for `model` (#55053)
refactor(core): improve API documentation for `input` after angular.dev support (#55053)
refactor(docs-infra): support initializer API functions (#55053)
refactor(compiler-cli): support extracting initializer API functions (#55053)
fix(core): establish proper injector resolution order for `@defer` blocks (#55079)
refactor(devtools): prevent exeception on state serializer (#55061)
refactor(compiler-cli): improve error message for uncaught `FatalDiagnosticError` (#55070)
fix(compiler-cli): report errors when initializer APIs are used on private fields (#55070)
refactor(compiler-cli): support enforcing field access for initializer APIs (#55070)
refactor(compiler-cli): reflection should inspect ES private fields and visibility (#55070)
refactor(compiler-cli): expand type of initializer parsing function (#55070)
docs: link to http security now at best-practices/security (#55060)
docs: explain difference between @placeholder and @loading (#54779)
docs(docs-infra): replace link by HTTPsecurity tab (#55029)
fix(zone.js): should not clear onhandler when remove capture listener (#54602)
refactor(compiler-cli): properly preserve file overview comments (#54983)
test(compiler-cli): add tests to verify import generation in TCB files/blocks (#54983)
refactor(compiler-cli): rename `ImportManagerV2` to `ImportManager` (#54983)
refactor(compiler-cli): delete old unused `ImportManager` (#54983)
test(compiler-cli): enable incremental re-use type checking with signal inputs (#54983)
refactor(compiler-cli): switch jit transforms to use new import manager (#54983)
refactor(compiler-cli): update type check generation code to use new import manager (#54983)
refactor(compiler-cli): use new import manager for ngtsc transforms (#54983)
refactor(compiler-cli): update `ImportGenerator` abstraction for new manager (#54983)
refactor(compiler-cli): introduce new implementation of `ImportManager` (#54983)
fix(router): RouterLinkActive will always remove active classes when links are not active (#54982)
docs: update compat table with 17.3 (#54882)
docs: reduce confusion on tutorial intro and reorder how resources are introduced (#55051)
release: bump Angular DevTools version to 1.0.12 (#55056)
[17.3.x]: build: follow-up fixes for AIO lighthouse checks (#55065)
ci: fix build failures in patch branch (#55064)
fix(devtools): issue where backendReady race condition causes Angular not detected error (#54805)
Revert "Revert "refactor(devtools): implement multiframe support in devtools page (#53934)" (#54629)" (#54805)
Revert "Revert "refactor(devtools): implement iframe support for Angular DevTools' browser code (#53934)" (#54629)" (#54805)
Revert "fix(http): exclude caching for authenticated HTTP requests (#54746)" (#55033)
refactor(common): request low quality placeholder images (#54899)
fix(http): manage different body types for caching POST requests (#54980)
docs: unescape html entities (#55016)
test(zone.js): fix zone.js test listener removal (#55017)
refactor(http): use nullish coalescing operator in HttpRequest.clone() (#54939)
fix(http): include transferCache when cloning HttpRequest (#54939)
ci: change label set by renovate to be merge ready immediately (#54947)
fix(compiler): invoke method-based tracking function with context (#54960)
ci: temporarily disable failing test (#54970)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands