Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented May 12, 2021

This PR contains the following updates:

Package Change Age Confidence
@angular/common (source) 20.2.0 -> 20.3.13 age confidence
@angular/compiler (source) 20.2.0 -> 20.3.13 age confidence
@angular/compiler-cli (source) 20.2.0 -> 20.3.13 age confidence
@angular/core (source) 20.2.0 -> 20.3.13 age confidence
@angular/forms (source) 20.2.0 -> 20.3.13 age confidence
@angular/platform-browser (source) 20.2.0 -> 20.3.13 age confidence
@angular/router (source) 20.2.0 -> 20.3.13 age confidence

Release Notes

angular/angular (@​angular/common)

v20.3.13

Compare Source

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)

v20.3.3

Compare Source

compiler
Commit Type Description
f51ab32fb3 fix recover template literals with broken expressions (#​64150)
core
Commit Type Description
542cd0019a fix do not rename ARIA property bindings to attributes (#​64089)
0e928fbc4a fix Fixes animations in conjunction with content projection (#​63776)
e5157bd933 fix prevents unintended early termination of leave animations and hoisting (#​64088)
migrations
Commit Type Description
1710cbd7d4 fix handle shorthand property declarations in NgModule (#​64160)
77b6305a4b fix skip migration for inputs with 'this' references (#​64142)

v20.3.2

Compare Source

compiler-cli
Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#​63904)
1d4f81c8ee fix resolve import alias in defer blocks (#​63966)
core
Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#​63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#​63921)
forms
Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#​64034)
migrations
Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#​63934)
3ebaeccb46 fix handle reused templates in control flow migration (#​63996)

v20.3.1

Compare Source

compiler
Commit Type Description
7fb5a8087e fix Add support for aria-invalid (#​63748)
compiler-cli
Commit Type Description
8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#​52453)
38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#​63754)
core
Commit Type Description
802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#​63414)
3ec8a5c753 fix Prevent leave animations on a move operation (#​63745)
migrations
Commit Type Description
6e54bdfdcb fix fix route-lazy-loading migration (#​63818)

v20.3.0

Compare Source

Breaking Changes

core
  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    (cherry picked from commit 8bf80c9)

Commit Type Description
a3f808d7c8 fix remove refresh button from transfer state tab (#​63592)
core
Commit Type Description
6117ccee2e feat introduce BootstrapContext for improved server bootstrapping (#​63636)

v20.2.4

Compare Source

core
Commit Type Description
dc64f3e478 fix Fixed inject migration schematics for migrate destructured properties (#​62832)
platform-server
Commit Type Description
d1d32db972 fix prevent false warning for duplicate state serialization (#​63525)

v20.2.3

Compare Source

compiler
Commit Type Description
479a919f42 fix fixes regression with event parsing and animate prefix (#​63470)
core
Commit Type Description
f87fad3fff fix avoid injecting internal error handler from a destroyed injector (#​62275)
114906d2d6 fix Fix cancellation of animation enter classes (#​63442)
596b545130 fix Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#​63342)

v20.2.2

Compare Source

compiler
Commit Type Description
d7b6045d61 fix fixes animations on elements with structural directives (#​63390)
core
Commit Type Description
6c421ed65d fix Ensures @for loop animations never get cancelled (#​63328)
9093e0e132 fix fix memory leak with leaving nodes tracking (#​63328)
c8f07daf8f fix Fixes animate.leave binding to a string with spaces (#​63366)

v20.2.1

Compare Source

compiler
Commit Type Description
a28672fb70 fix Keep paraenthesis in Nullish + Boolean expression. (#​63292)

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 is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 66ca861 to 2cf0336 Compare March 7, 2022 15:04
@renovate renovate bot changed the title fix(deps): update angular monorepo to v11.2.14 fix(deps): update angular monorepo Mar 7, 2022
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2cf0336 to 58b0088 Compare June 18, 2022 22:57
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 58b0088 to 7f26395 Compare August 4, 2022 08:24
@renovate renovate bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo to v11.2.14 Aug 9, 2022
@renovate renovate bot changed the title fix(deps): update angular monorepo to v11.2.14 fix(deps): update angular monorepo Aug 10, 2022
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 7f26395 to 6bfd48e Compare August 12, 2022 16:53
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6bfd48e to 55bf531 Compare November 20, 2022 12:15
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 55bf531 to 3b36b00 Compare March 19, 2023 00:02
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3b36b00 to 0e81f90 Compare June 12, 2023 16:41
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 4cc6342 to ca2a814 Compare September 18, 2023 10:34
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ca2a814 to 4363cd3 Compare October 26, 2023 18:29
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4363cd3 to 44c03cd Compare November 4, 2023 05:26
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 44c03cd to 637dd45 Compare January 9, 2024 19:47
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 637dd45 to a62efea Compare February 13, 2024 22:10
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a62efea to 243391e Compare April 30, 2024 21:53
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 243391e to 7ad6226 Compare May 17, 2024 08:42
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 7ad6226 to 649cfe9 Compare June 6, 2024 21:30
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 649cfe9 to 2e552de Compare July 17, 2024 23:20
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2e552de to 3dc93cc Compare August 5, 2024 17:17
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3dc93cc to 6579b8f Compare August 21, 2024 23:27
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6579b8f to dd28260 Compare May 23, 2025 01:25
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from dd28260 to fc535ed Compare September 4, 2025 10:19
@renovate renovate bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo to v20.2.4 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from fc535ed to cdd16c2 Compare September 10, 2025 15:13
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.2.4 fix(deps): update angular monorepo Sep 10, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from cdd16c2 to 6a703fd Compare September 10, 2025 19:15
@renovate renovate bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo to v20.3.0 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6a703fd to 9447598 Compare September 17, 2025 23:04
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.3.0 fix(deps): update angular monorepo to v20.3.1 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 9447598 to a0803b1 Compare September 25, 2025 02:45
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.3.1 fix(deps): update angular monorepo to v20.3.2 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a0803b1 to 10ace71 Compare October 2, 2025 16:03
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.3.2 fix(deps): update angular monorepo to v20.3.3 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 10ace71 to dc1a678 Compare October 8, 2025 16:51
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.3.3 fix(deps): update angular monorepo to v20.3.4 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from dc1a678 to 4485ed3 Compare October 15, 2025 19:28
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.3.4 fix(deps): update angular monorepo to v20.3.5 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4485ed3 to 577afe3 Compare October 16, 2025 23:09
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.3.5 fix(deps): update angular monorepo to v20.3.6 Oct 16, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 577afe3 to 251255b Compare October 23, 2025 00:11
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.3.6 fix(deps): update angular monorepo to v20.3.7 Oct 23, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 251255b to 2d61c77 Compare October 29, 2025 20:36
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.3.7 fix(deps): update angular monorepo to v20.3.9 Oct 29, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2d61c77 to a4e7bc1 Compare November 5, 2025 18:39
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.3.9 fix(deps): update angular monorepo Nov 5, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a4e7bc1 to 03c46a0 Compare November 6, 2025 00:06
@renovate renovate bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo to v20.3.10 Nov 6, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 03c46a0 to 6c9b1fb Compare November 12, 2025 22:56
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.3.10 fix(deps): update angular monorepo to v20.3.11 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6c9b1fb to de245d6 Compare November 14, 2025 20:59
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.3.11 fix(deps): update angular monorepo to v20.3.12 Nov 14, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from de245d6 to 6725736 Compare November 19, 2025 18:34
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20.3.12 fix(deps): update angular monorepo to v20.3.13 Nov 19, 2025
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