This PR contains the following updates:
Release Notes
angular/angular (@angular/animations)
Compare Source
Compare Source
common
| Commit |
Type |
Description |
| 2c876b4fc5 |
fix |
avoid injecting ApplicationRef in FetchBackend (#61649) |
service-worker
| Commit |
Type |
Description |
| b15bddfa04 |
fix |
do not register service worker if app is destroyed before it is ready to register (#61101) |
Compare Source
common
compiler
| Commit |
Type |
Description |
| 44bb328eae |
fix |
avoid conflicts between HMR code and local symbols (#61550) |
compiler-cli
core
platform-server
Compare Source
Compare Source
common
| Commit |
Type |
Description |
| 89056a0356 |
fix |
cleanup updateLatestValue if view is destroyed before promise resolves (#61064) |
core
| Commit |
Type |
Description |
| 4623b61448 |
fix |
missing useExisting providers throwing for optional calls (#61152) |
| 400dbc5b89 |
fix |
properly handle app stabilization with defer blocks (#61056) |
platform-server
| Commit |
Type |
Description |
| a6f0d5bc20 |
fix |
less aggressive ngServerMode cleanup (#61106) |
Compare Source
core
| Commit |
Type |
Description |
| 946b844e0d |
fix |
async EventEmitter error should not prevent stability (#61028) |
| dbb87026ca |
fix |
call DestroyRef on destroy callback if view is destroyed [patch] (#61061) |
| 2e140a136a |
fix |
prevent stash listener conflicts [patch] (#61063) |
Compare Source
forms
| Commit |
Type |
Description |
| ea4a211216 |
fix |
make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) |
Compare Source
common
| Commit |
Type |
Description |
| 37ab6814f5 |
fix |
issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883) |
core
| Commit |
Type |
Description |
| b144126612 |
fix |
inject migration: replace param with this. (#60713) |
http
| Commit |
Type |
Description |
| d39e09da41 |
fix |
Include HTTP status code and headers when HTTP requests errored in httpResource (#60802) |
Compare Source
compiler
compiler-cli
| Commit |
Type |
Description |
| fc946c5f72 |
fix |
ensure HMR works with different output module type (#60797) |
core
language-service
Compare Source
animations
| Commit |
Type |
Description |
| fa48f98d9f |
fix |
add missing peer dependency on @angular/common (#60660) |
compiler
| Commit |
Type |
Description |
| ca5aa4d55b |
fix |
throw for invalid "as" expression in if block (#60580) |
compiler-cli
| Commit |
Type |
Description |
| f4c4b10ea8 |
fix |
Produce fatal diagnostic on duplicate decorated properties (#60376) |
| 22a0e54ac4 |
fix |
support relative imports to symbols outside rootDir (#60555) |
core
language-service
| Commit |
Type |
Description |
| 0e9e0348dd |
fix |
Update adapter to log instead of throw errors (#60651) |
migrations
| Commit |
Type |
Description |
| 15f53f035b |
fix |
handle shorthand assignments in super call (#60602) |
| 4b161e6234 |
fix |
inject migration not handling super parameter referenced via this (#60602) |
router
service-worker
| Commit |
Type |
Description |
| 7cd89ad2c6 |
fix |
assign initializing client's app version, when a request is for worker script (#58131) |
Compare Source
core
localize
platform-browser
| Commit |
Type |
Description |
| 8e8ccc79279 |
fix |
ensure platformBrowserTesting includes platformBrowser providers (#60480) |
Compare Source
compiler-cli
| Commit |
Type |
Description |
| aa8ea7a5b2 |
fix |
report more accurate diagnostic for invalid import (#60455) |
core
platform-browser-dynamic
| Commit |
Type |
Description |
| 1e06c8e8b6 |
fix |
ensure compiler is loaded before @angular/common (#60458) |
upgrade
| Commit |
Type |
Description |
| 9e1a1030c8 |
fix |
handle output emitters when downgrading a component (#60369) |
Compare Source
common
| Commit |
Type |
Description |
| 90a16a1088 |
fix |
support equality function in httpResource (#60026) |
compiler
compiler-cli
| Commit |
Type |
Description |
| 23ca88522b |
fix |
handle transformed classes when generating HMR code (#60298) |
core
| Commit |
Type |
Description |
| 6dc41265fd |
fix |
check whether application is destroyed before initializing event replay (#59789) |
| bb12b30d52 |
fix |
ensures immediate trigger fires properly with lazy loaded routes (#60203) |
| b144dd946e |
fix |
fix removal of a container reference used in the component file (#60210) |
platform-server
| Commit |
Type |
Description |
| 15c42969fc |
fix |
add missing peer dependency for rxjs (#60308) |
router
angular/angular (@angular/common)
Compare Source
Compare Source
common
| Commit |
Type |
Description |
| 2c876b4fc5 |
fix |
avoid injecting ApplicationRef in FetchBackend (#61649) |
service-worker
| Commit |
Type |
Description |
| b15bddfa04 |
fix |
do not register service worker if app is destroyed before it is ready to register (#61101) |
Compare Source
common
compiler
| Commit |
Type |
Description |
| 44bb328eae |
fix |
avoid conflicts between HMR code and local symbols (#61550) |
compiler-cli
core
platform-server
Compare Source
Compare Source
common
| Commit |
Type |
Description |
| 89056a0356 |
fix |
cleanup updateLatestValue if view is destroyed before promise resolves (#61064) |
core
| Commit |
Type |
Description |
| 4623b61448 |
fix |
missing useExisting providers throwing for optional calls (#61152) |
| 400dbc5b89 |
fix |
properly handle app stabilization with defer blocks (#61056) |
platform-server
| Commit |
Type |
Description |
| a6f0d5bc20 |
fix |
less aggressive ngServerMode cleanup (#61106) |
Compare Source
core
| Commit |
Type |
Description |
| 946b844e0d |
fix |
async EventEmitter error should not prevent stability (#61028) |
| dbb87026ca |
fix |
call DestroyRef on destroy callback if view is destroyed [patch] (#61061) |
| 2e140a136a |
fix |
prevent stash listener conflicts [patch] (#61063) |
Compare Source
forms
| Commit |
Type |
Description |
| ea4a211216 |
fix |
make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) |
Compare Source
common
| Commit |
Type |
Description |
| 37ab6814f5 |
fix |
issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883) |
core
| Commit |
Type |
Description |
| b144126612 |
fix |
inject migration: replace param with this. (#60713) |
http
| Commit |
Type |
Description |
| d39e09da41 |
fix |
Include HTTP status code and headers when HTTP requests errored in httpResource (#60802) |
Compare Source
compiler
compiler-cli
| Commit |
Type |
Description |
| fc946c5f72 |
fix |
ensure HMR works with different output module type (#60797) |
core
language-service
Compare Source
animations
| Commit |
Type |
Description |
| fa48f98d9f |
fix |
add missing peer dependency on @angular/common (#60660) |
compiler
| Commit |
Type |
Description |
| ca5aa4d55b |
fix |
throw for invalid "as" expression in if block (#60580) |
compiler-cli
| Commit |
Type |
Description |
| f4c4b10ea8 |
fix |
Produce fatal diagnostic on duplicate decorated properties (#60376) |
| 22a0e54ac4 |
fix |
support relative imports to symbols outside rootDir (#60555) |
core
language-service
| Commit |
Type |
Description |
| 0e9e0348dd |
fix |
Update adapter to log instead of throw errors (#60651) |
migrations
| Commit |
Type |
Description |
| 15f53f035b |
fix |
handle shorthand assignments in super call (#60602) |
| 4b161e6234 |
fix |
inject migration not handling super parameter referenced via this (#60602) |
router
service-worker
| Commit |
Type |
Description |
| 7cd89ad2c6 |
fix |
assign initializing client's app version, when a request is for worker script (#58131) |
Compare Source
core
localize
platform-browser
| Commit |
Type |
Description |
| 8e8ccc79279 |
fix |
ensure platformBrowserTesting includes platformBrowser providers (#60480) |
Compare Source
compiler-cli
| Commit |
Type |
Description |
| aa8ea7a5b2 |
fix |
report more accurate diagnostic for invalid import (#60455) |
core
platform-browser-dynamic
| Commit |
Type |
Description |
| 1e06c8e8b6 |
fix |
ensure compiler is loaded before @angular/common (#60458) |
upgrade
| Commit |
Type |
Description |
| 9e1a1030c8 |
fix |
handle output emitters when downgrading a component (#60369) |
Compare Source
common
| Commit |
Type |
Description |
| 90a16a1088 |
fix |
support equality function in httpResource (#60026) |
compiler
compiler-cli
| Commit |
Type |
Description |
| 23ca88522b |
fix |
handle transformed classes when generating HMR code (#60298) |
core
| Commit |
Type |
Description |
| 6dc41265fd |
fix |
check whether application is destroyed before initializing event replay (#59789) |
| bb12b30d52 |
fix |
ensures immediate trigger fires properly with lazy loaded routes (#60203) |
| b144dd946e |
fix |
fix removal of a container reference used in the component file (#60210) |
platform-server
| Commit |
Type |
Description |
| 15c42969fc |
fix |
add missing peer dependency for rxjs (#60308) |
router
angular/angular (@angular/compiler)
Compare Source
Compare Source
common
| Commit |
Type |
Description |
| 2c876b4fc5 |
fix |
avoid injecting ApplicationRef in FetchBackend (#61649) |
service-worker
| Commit |
Type |
Description |
| b15bddfa04 |
fix |
do not register service worker if app is destroyed before it is ready to register (#61101) |
Compare Source
common
compiler
| Commit |
Type |
Description |
| 44bb328eae |
fix |
avoid conflicts between HMR code and local symbols (#61550) |
compiler-cli
core
platform-server
Compare Source
Compare Source
common
| Commit |
Type |
Description |
| 89056a0356 |
fix |
cleanup updateLatestValue if view is destroyed before promise resolves (#61064) |
core
| Commit |
Type |
Description |
| 4623b61448 |
fix |
missing useExisting providers throwing for optional calls (#61152) |
| 400dbc5b89 |
fix |
properly handle app stabilization with defer blocks (#61056) |
platform-server
| Commit |
Type |
Description |
| a6f0d5bc20 |
fix |
less aggressive ngServerMode cleanup (#61106) |
Compare Source
core
| Commit |
Type |
Description |
| 946b844e0d |
fix |
async EventEmitter error should not prevent stability (#61028) |
| dbb87026ca |
fix |
call DestroyRef on destroy callback if view is destroyed [patch] ([#61061](https://redirect.github |
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
✅ Deploy Preview for angular-ngrx-nx ready!
| Name |
Link |
| 🔨 Latest commit |
b2c96b992840d2c84b2971408a0efef545915247 |
| 🔍 Latest deploy log |
https://app.netlify.com/projects/angular-ngrx-nx/deploys/683f5c3efa2e85000814ceb8 |
| 😎 Deploy Preview |
https://deploy-preview-340--angular-ngrx-nx.netlify.app |
| 📱 Preview on mobile |
Toggle QR Code...

Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.