Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) 20.3.3 -> 20.3.12 age confidence
@angular/common (source) 20.3.3 -> 20.3.12 age confidence
@angular/compiler (source) 20.3.2 -> 20.3.12 age confidence
@angular/compiler-cli (source) 20.3.2 -> 20.3.12 age confidence
@angular/core (source) 20.3.3 -> 20.3.12 age confidence
@angular/forms (source) 20.3.3 -> 20.3.12 age confidence
@angular/language-service (source) 20.3.2 -> 20.3.12 age confidence
@angular/platform-browser (source) 20.3.3 -> 20.3.12 age confidence
@angular/router (source) 20.3.3 -> 20.3.12 age confidence
@angular/service-worker (source) 20.3.3 -> 20.3.12 age confidence
zone.js (source, changelog) 0.15.0 -> 0.15.1 age confidence

Release Notes

angular/angular (@​angular/animations)

v20.3.12

Compare Source

v20.3.11

Compare Source

common
Commit Type Description
5047849a4a fix remove placeholder image listeners once view is removed
compiler
Commit Type Description
f9d0818087 fix support arbitrary nesting in :host-context()
106b9040df fix support commas in :host() argument
9419ea348a fix support complex selectors in :nth-child()
036c5d2a07 fix support one additional level of nesting in :host()
core
Commit Type Description
dcdd1bcdbb fix skip leave animations on view swaps

v20.3.10

Compare Source

compiler-cli
Commit Description
fix - 840db59dc1 make required inputs diagnostic less noisy
migrations
Commit Description
fix - a45e6b2b66 Prevent removal of templates referenced with preceding whitespace characters

v20.3.9

Compare Source

v20.3.7

Compare Source

animations
Commit Type Description
bd38cd45a5 fix account for Element.animate exceptions (#​64506)
compiler
Commit Type Description
891f180262 fix correctly compile long numeric HTML entities (#​64297)
compiler-cli
Commit Type Description
371274bfc6 fix missingStructuralDirective diagnostic produces false negatives (#​64470)
core
Commit Type Description
4c89a267c3 fix pass element removal property through in all locations (#​64565)
2fad4d4ab6 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#​64592)
router
Commit Type Description
cfd8ed3fff fix Fix outlet serialization and parsing with no primary children (#​64505)
182fe78f91 fix Surface parse errors in Router.parseUrl (#​64503)

v20.3.6

Compare Source

core
Commit Type Description
911d6822cb fix update animation scheduling (#​64441)
platform-browser
Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#​50394)

v20.3.5

Compare Source

compiler-cli
Commit Type Description
8dec92ff9f fix capture metadata for undecorated fields (#​63957) (#​64317)
c2e817b0ef perf fix performance of "interpolated signal not invoked" check (#​64410)
core
Commit Type Description
f15cfa4cc4 fix fixes regression in animate.leave function bindings (#​64413)
d54dd674ca fix Prevents early style pruning with leave animations (#​64335)
migrations
Commit Type Description
554573e524 fix migrating input with more than 1 usage in a method (#​64367)
2c79ca0b57 fix remove error for no matching files in control flow migration (#​64253) (#​64314)
router
Commit Type Description
6e4bcc7d22 fix Scroll restoration should use instant scroll behavior for traversals (#​64299)

v20.3.4

Compare Source

core
Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#​64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#​63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#​64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#​64225)
migrations
Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#​64186)
angular/angular (@​angular/service-worker)

v20.3.12

Compare Source

v20.3.11

Compare Source

common
Commit Description
fix - 5047849a4a remove placeholder image listeners once view is removed
compiler
Commit Description
fix - f9d0818087 support arbitrary nesting in :host-context()
fix - 106b9040df support commas in :host() argument
fix - 9419ea348a support complex selectors in :nth-child()
fix - 036c5d2a07 support one additional level of nesting in :host()
core
Commit Description
fix - dcdd1bcdbb skip leave animations on view swaps

v20.3.10

Compare Source

compiler-cli
Commit Type Description
840db59dc1 fix make required inputs diagnostic less noisy
migrations
Commit Type Description
a45e6b2b66 fix Prevent removal of templates referenced with preceding whitespace characters

v20.3.9

Compare Source

v20.3.7

Compare Source

animations
Commit Type Description
bd38cd45a5 fix account for Element.animate exceptions (#​64506)
compiler
Commit Type Description
891f180262 fix correctly compile long numeric HTML entities (#​64297)
compiler-cli
Commit Type Description
371274bfc6 fix missingStructuralDirective diagnostic produces false negatives (#​64470)
core
Commit Type Description
4c89a267c3 fix pass element removal property through in all locations (#​64565)
2fad4d4ab6 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#​64592)
router
Commit Type Description
cfd8ed3fff fix Fix outlet serialization and parsing with no primary children (#​64505)
182fe78f91 fix Surface parse errors in Router.parseUrl (#​64503)

v20.3.6

Compare Source

core
Commit Type Description
911d6822cb fix update animation scheduling (#​64441)
platform-browser
Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#​50394)

v20.3.5

Compare Source

compiler-cli
Commit Type Description
8dec92ff9f fix capture metadata for undecorated fields (#​63957) (#​64317)
c2e817b0ef perf fix performance of "interpolated signal not invoked" check (#​64410)
core
Commit Type Description
f15cfa4cc4 fix fixes regression in animate.leave function bindings (#​64413)
d54dd674ca fix Prevents early style pruning with leave animations (#​64335)
migrations
Commit Type Description
554573e524 fix migrating input with more than 1 usage in a method (#​64367)
2c79ca0b57 fix remove error for no matching files in control flow migration (#​64253) (#​64314)
router
Commit Type Description
6e4bcc7d22 fix Scroll restoration should use instant scroll behavior for traversals (#​64299)

v20.3.4

Compare Source

core
Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#​64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#​63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#​64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#​64225)
migrations
Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#​64186)
angular/angular (zone.js)

v0.15.1

Compare Source

Bug Fixes

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f1bc19b to d24a2db Compare January 17, 2025 07:11
@renovate renovate bot changed the title Update angular monorepo to v19.0.6 Update angular monorepo to v19.1.1 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d24a2db to ce838a7 Compare January 20, 2025 15:57
@renovate renovate bot changed the title Update angular monorepo to v19.1.1 Update angular monorepo to v19.1.2 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ce838a7 to 7714e82 Compare January 23, 2025 16:11
@renovate renovate bot changed the title Update angular monorepo to v19.1.2 Update angular monorepo to v19.1.3 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from faacd02 to 4dc919f Compare January 31, 2025 03:51
@renovate renovate bot changed the title Update angular monorepo to v19.1.3 Update angular monorepo to v19.1.4 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4dc919f to 2959cf2 Compare February 7, 2025 00:13
@renovate renovate bot changed the title Update angular monorepo to v19.1.4 Update angular monorepo to v19.1.5 Feb 7, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 1f62be3 to 764f5e4 Compare February 14, 2025 23:57
@renovate renovate bot changed the title Update angular monorepo to v19.1.5 Update angular monorepo to v19.1.6 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 764f5e4 to 6fc1454 Compare February 20, 2025 04:08
@renovate renovate bot changed the title Update angular monorepo to v19.1.6 Update angular monorepo to v19.1.7 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6fc1454 to f7b9ecf Compare March 1, 2025 06:51
@renovate renovate bot changed the title Update angular monorepo to v19.1.7 Update angular monorepo to v19.2.0 Mar 1, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 1829633 to 698234f Compare March 7, 2025 03:54
@renovate renovate bot changed the title Update angular monorepo to v19.2.0 Update angular monorepo to v19.2.1 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 698234f to 9b5e5e8 Compare March 15, 2025 03:23
@renovate renovate bot changed the title Update angular monorepo to v19.2.1 Update angular monorepo to v19.2.2 Mar 15, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from f387a56 to 7d6b6ec Compare March 21, 2025 23:38
@renovate renovate bot changed the title Update angular monorepo to v19.2.2 Update angular monorepo to v19.2.3 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 7d6b6ec to 47a5346 Compare March 29, 2025 03:55
@renovate renovate bot changed the title Update angular monorepo to v19.2.3 Update angular monorepo to v19.2.4 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 47a5346 to 81091cc Compare April 2, 2025 20:15
@renovate renovate bot changed the title Update angular monorepo to v19.2.4 Update angular monorepo to v19.2.5 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f9a0183 to 15eba57 Compare May 17, 2025 07:44
@renovate renovate bot changed the title Update angular monorepo to v19.2.10 Update angular monorepo to v19.2.11 May 17, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 15eba57 to 1f913ef Compare May 22, 2025 19:35
@renovate renovate bot changed the title Update angular monorepo to v19.2.11 Update angular monorepo to v19.2.12 May 22, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 1f913ef to 3efd0f0 Compare May 25, 2025 03:36
@renovate renovate bot changed the title Update angular monorepo to v19.2.12 Update angular monorepo May 25, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 3064bd5 to 8d0018c Compare June 5, 2025 00:05
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8d0018c to cfd69f1 Compare June 28, 2025 15:58
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from cfd69f1 to d94c332 Compare July 6, 2025 00:04
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from ad38696 to b0a43a7 Compare August 15, 2025 07:14
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from b0a43a7 to adcd0d6 Compare August 23, 2025 03:43
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from adcd0d6 to 94327f6 Compare September 1, 2025 11:31
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 94327f6 to 2c7a45e Compare September 11, 2025 03:33
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 4 times, most recently from d1ef841 to 23d3f73 Compare September 25, 2025 17:49
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 5cd6dee to b166098 Compare October 8, 2025 21:09
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 6667258 to 723fb93 Compare October 23, 2025 11:27
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 99f311e to 3bfe01d Compare November 5, 2025 21:50
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 1353e82 to 5d46bf5 Compare November 12, 2025 21:31
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5d46bf5 to e5a315b Compare November 16, 2025 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant