Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) ~7.2.15 -> ~20.3.7 age adoption passing confidence
@angular/common (source) ~7.2.15 -> ~20.3.7 age adoption passing confidence
@angular/compiler (source) ~7.2.15 -> ~20.3.7 age adoption passing confidence
@angular/core (source) ~7.2.15 -> ~20.3.7 age adoption passing confidence
@angular/forms (source) ~7.2.15 -> ~20.3.7 age adoption passing confidence
@angular/platform-browser (source) ~7.2.15 -> ~20.3.7 age adoption passing confidence
@angular/platform-browser-dynamic (source) ~7.2.15 -> ~20.3.7 age adoption passing confidence
@angular/router (source) ~7.2.15 -> ~20.3.7 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

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)

v20.2.0

Compare Source

Deprecations

animations
core
router
  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.
  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.
animations
Commit Type Description
9766116cea refactor deprecate the animations package (#​62795)
compiler
Commit Type Description
7767aa640c fix allow more characters in square-bracketed attribute names (#​62742)
7b51728813 fix fixes animation event host bindings not firing (#​63217)
compiler-cli
Commit Type Description
5abfe4a899 feat add diagnostic for uninvoked functions in text interpolation (#​59191)
c4917074f1 fix display proper function in NG8117 message (#​62842)
812463c563 fix Ignore diagnostics on ngTemplateContextGuard lines in TCB (#​63054)
45b030b5ce fix prevent dom event assertion in TCB generation on older angular versions (#​63053)
core
Commit Type Description
6b1f4b9e8b feat add enter and leave animation instructions (#​62682)
cec91c0035 feat add option to infer the tag names of components in tests (#​62283)
141bb75ff2 feat Promote zoneless to stable (#​62699)
4138aca91f feat render ARIA property bindings as attributes (#​62630)
a409534d6c feat support as aliases on else if blocks (#​63047)
745ea44394 feat support TypeScript 5.9 (#​62541)
593cc8a368 fix checks if body exists before continuing (#​62768)
bdc31675b7 fix ensure animate events do not have duplicate elements (#​63216)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#​62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#​62979)
ebd622b344 fix fixes empty animations when recalculating styles (#​63007)
455b147488 fix fixes timing issues with enter animations (#​62925)
f9d73cc687 fix handle cases where classes added have no animations (#​63242)
6a1184600c fix prevents duplicate nodes when @if toggles with leave animations (#​63048)
063b5e166f fix switch check to documentElement with chaining (#​62773)
320de4e96d refactor deprecate animations field on component interface (#​62895)
forms
Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#​57102)
http
Commit Type Description
0984b30388 feat Add redirected property to HttpResponse and HttpErrorResponse (#​62675)
be811fee79 feat add referrer & integrity support for fetch requests in httpResource (#​62461)
1cf9d9064c feat Add support for fetch referrer & integrity options in HttpClient (#​62417)
1408baff45 fix Add missing timeout and transferCache options to HttpClient (#​62586)
language-service
Commit Type Description
c81e345e72 feat support auto-import for attribute completions (#​62797)
d64dd27a02 feat support to report the deprecated API in the template (#​62054)
591c7e2ec8 fix Support to resolve the re-export component. (#​62585)
platform-browser
Commit Type Description
52b8e07d6e feat Warns on conflicting hydration and blocking navigation (#​62963)
router
Commit Type Description
d00b3fed58 feat add a currentNavigation signal to the Router service. (#​62971)
687c374826 feat add a currentNavigation signal to the Router service. (#​63011)
9c45c322d1 fix ensure preloaded components are properly activated (#​62502)
service-worker
Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#​62834)
5220b51e75 feat Adds for type in provideServiceWorker (#​62831)
4ac6171b09 feat Adds support for updateViaCache in provideServiceWorker (#​62721)
b65c3d5e19 feat Improves storage full detection in data caching (#​62737)
3b214d2040 feat Logs unhandled promise rejections in service worker (#​63059)
6d011687ec feat notify clients about version failures (#​62718)

v20.1.8

Compare Source

compiler
Commit Type Description
691f5ed033 fix error when ng-content fallback has translated children (#​63156)
b1dec9bc50 fix incorrect source span for expression AST inside template attribute ([#&#

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 4am every weekday,every weekend" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 branch from 3aa875f to 8d01ab5 Compare March 14, 2020 14:00
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from 88b52e8 to 560984e Compare April 29, 2020 21:04
@renovate renovate bot force-pushed the renovate/@angular branch 3 times, most recently from 9b32c58 to 972ceca Compare May 13, 2020 22:31
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from 82a8ec5 to 62702ce Compare May 21, 2020 00:17
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from 973fb4d to 1e9222b Compare June 10, 2020 18:25
@renovate renovate bot force-pushed the renovate/@angular branch from 1e9222b to 00bfe9c Compare June 24, 2020 22:51
@renovate renovate bot changed the title chore(deps): update @angular to v9 chore(deps): update @angular to v10 Jun 24, 2020
@renovate renovate bot force-pushed the renovate/@angular branch from 00bfe9c to 7d7c439 Compare June 26, 2020 20:31
@renovate renovate bot changed the title chore(deps): update @angular to v10 chore(deps): update @angular Jun 26, 2020
@renovate renovate bot force-pushed the renovate/@angular branch from 7d7c439 to 9318198 Compare June 26, 2020 20:34
@renovate renovate bot changed the title chore(deps): update @angular chore(deps): update @angular to v10 Jun 26, 2020
@renovate renovate bot force-pushed the renovate/@angular branch from 9318198 to 5532b68 Compare July 1, 2020 22:54
@renovate renovate bot force-pushed the renovate/@angular branch from 5532b68 to 7524988 Compare July 10, 2020 16:00
@renovate renovate bot force-pushed the renovate/@angular branch from 7524988 to 79e822e Compare August 22, 2020 04:02
@renovate renovate bot force-pushed the renovate/@angular branch from 79e822e to 6387ac5 Compare October 29, 2020 09:01
@renovate renovate bot force-pushed the renovate/@angular branch from 6387ac5 to bdb1e6a Compare November 26, 2020 23:54
@renovate renovate bot changed the title chore(deps): update @angular to v10 chore(deps): update @angular to v11 Nov 26, 2020
@renovate renovate bot force-pushed the renovate/@angular branch from bdb1e6a to 24b5658 Compare December 10, 2020 07:01
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from 347c722 to eb030fa Compare January 10, 2021 00:00
@renovate renovate bot force-pushed the renovate/@angular branch from eb030fa to 80db07b Compare January 22, 2021 07:52
@renovate renovate bot force-pushed the renovate/@angular branch from 80db07b to 19ac141 Compare February 1, 2021 09:57
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from a148452 to 910bb38 Compare February 11, 2021 11:08
@renovate renovate bot force-pushed the renovate/@angular branch from 910bb38 to 91f5b3e Compare April 26, 2021 17:17
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from 98fe070 to 42c9a66 Compare March 12, 2025 19:24
@renovate renovate bot force-pushed the renovate/@angular branch from 42c9a66 to 0de352d Compare March 19, 2025 19:59
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from ec24a4c to 7839796 Compare April 2, 2025 19:32
@renovate renovate bot force-pushed the renovate/@angular branch from 7839796 to 331c498 Compare April 9, 2025 22:11
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from 3c091b9 to 8fbee69 Compare April 23, 2025 19:55
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from 1a5d09a to 131ba63 Compare May 7, 2025 19:33
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from 871b042 to 74add69 Compare May 21, 2025 22:00
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from 5bbad7a to 5a460a8 Compare May 28, 2025 16:44
@renovate renovate bot changed the title chore(deps): update @angular to v19 chore(deps): update @angular to v20 May 28, 2025
@renovate renovate bot force-pushed the renovate/@angular branch 3 times, most recently from 884293c to d06a608 Compare June 11, 2025 16:38
@renovate renovate bot force-pushed the renovate/@angular branch from d06a608 to 9a0ffa4 Compare June 18, 2025 19:37
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from 671ed6c to f33be89 Compare July 1, 2025 16:42
@renovate renovate bot force-pushed the renovate/@angular branch from f33be89 to 3cec38f Compare July 9, 2025 19:52
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from da106ee to a9fffd4 Compare July 17, 2025 21:57
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from 1202b3a to 10f6f3c Compare October 15, 2025 17:49
@renovate renovate bot force-pushed the renovate/@angular branch 2 times, most recently from cbd62c8 to bb84a6a Compare October 16, 2025 21:34
@renovate renovate bot force-pushed the renovate/@angular branch from bb84a6a to de8d282 Compare October 22, 2025 22:37
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.

0 participants