Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented May 28, 2019

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) 7.2.13 -> 20.3.9 age confidence
@angular/common (source) ^7.2.0 -> ^7.2.0 || ^20.0.0 age confidence
@angular/common (source) 7.2.13 -> 20.3.9 age confidence
@angular/compiler (source) 7.2.13 -> 20.3.9 age confidence
@angular/compiler-cli (source) 7.2.13 -> 20.3.9 age confidence
@angular/core (source) ^7.2.0 -> ^7.2.0 || ^20.0.0 age confidence
@angular/forms (source) ^7.2.0 -> ^7.2.0 || ^20.0.0 age confidence
@angular/forms (source) 7.2.13 -> 20.3.9 age confidence
@angular/language-service (source) 7.2.13 -> 20.3.9 age confidence
@angular/platform-browser (source) 7.2.13 -> 20.3.9 age confidence
@angular/platform-browser-dynamic (source) 7.2.13 -> 20.3.9 age confidence
@angular/router (source) 7.2.13 -> 20.3.9 age confidence

Release Notes

angular/angular (@​angular/animations)

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)

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 ([#​63175](https://redirect.github.com/angular/angu

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.

@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 73957ce to f9e15a9 Compare June 19, 2019 14:52
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from f9e15a9 to fabf919 Compare July 13, 2019 06:58
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from fabf919 to e529bca Compare August 10, 2019 09:01
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from e529bca to b5ae0b4 Compare August 23, 2019 08:04
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from b5ae0b4 to ce29426 Compare September 4, 2019 23:54
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from ce29426 to f07c847 Compare October 3, 2019 05:57
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from f07c847 to 6d3112a Compare November 11, 2019 14:04
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 6d3112a to d9e7da5 Compare November 21, 2019 11:18
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from d9e7da5 to a50e3d4 Compare February 8, 2020 18:58
@renovate renovate bot changed the title Update angular monorepo to v8 (major) Update angular monorepo to v9 (major) Feb 8, 2020
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from a50e3d4 to d9c9bef Compare February 21, 2020 06:01
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from d9c9bef to 56b5cc2 Compare March 15, 2020 05:01
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 56b5cc2 to 36cf370 Compare April 29, 2020 09:02
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 36cf370 to b0cc266 Compare May 7, 2020 15:02
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from b0cc266 to 682ce84 Compare May 15, 2020 11:03
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 682ce84 to 19d7fa2 Compare July 2, 2020 05:59
@renovate renovate bot changed the title Update angular monorepo to v9 (major) Update angular monorepo to v10 (major) Jul 2, 2020
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 19d7fa2 to ae371ba Compare July 10, 2020 11:00
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from ae371ba to 7b74c79 Compare August 22, 2020 02:07
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 7b74c79 to 631d6aa Compare October 29, 2020 05:02
@renovate renovate bot changed the title Update angular monorepo to v10 (major) fix(deps): update angular monorepo to v10 (major) Oct 29, 2020
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 631d6aa to 5169bbf Compare November 25, 2020 05:03
@renovate renovate bot changed the title fix(deps): update angular monorepo to v10 (major) fix(deps): update angular monorepo to v11 (major) Nov 25, 2020
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 5169bbf to 1363b40 Compare December 11, 2020 02:04
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 566e088 to 816b73d Compare January 9, 2021 23:59
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 816b73d to 8c768ff Compare January 22, 2021 19:05
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from dc776dd to 45c1087 Compare February 6, 2021 12:03
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 45c1087 to 96cf7e0 Compare February 10, 2021 23:57
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from c7affcd to 4e832cd Compare August 13, 2025 21:42
@renovate renovate bot changed the title Update angular monorepo to v20 (major) fix(deps): update angular monorepo to v20 (major) Aug 14, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 4e832cd to 5e04804 Compare August 19, 2025 13:38
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20 (major) Update angular monorepo to v20 (major) Aug 19, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 5e04804 to 4a92af2 Compare August 20, 2025 17:40
@renovate renovate bot changed the title Update angular monorepo to v20 (major) fix(deps): update angular monorepo to v20 (major) Aug 20, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 90099e4 to 9da8f51 Compare August 27, 2025 22:02
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 9da8f51 to d663667 Compare August 31, 2025 10:31
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20 (major) Update angular monorepo to v20 (major) Aug 31, 2025
@renovate renovate bot changed the title Update angular monorepo to v20 (major) fix(deps): update angular monorepo to v20 (major) Sep 3, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 311cb42 to 8c60598 Compare September 10, 2025 17:38
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 50004ee to dcc0b50 Compare September 25, 2025 01:11
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from dcc0b50 to 8772772 Compare September 25, 2025 21:26
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20 (major) Update angular monorepo to v20 (major) Sep 25, 2025
@renovate renovate bot changed the title Update angular monorepo to v20 (major) fix(deps): update angular monorepo to v20 (major) Oct 2, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 24b3f14 to 5b3b421 Compare October 8, 2025 17:07
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch 3 times, most recently from e593694 to beee8f9 Compare October 21, 2025 10:46
@renovate renovate bot changed the title fix(deps): update angular monorepo to v20 (major) Update angular monorepo to v20 (major) Oct 21, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from beee8f9 to cd31bd5 Compare October 23, 2025 01:00
@renovate renovate bot changed the title Update angular monorepo to v20 (major) fix(deps): update angular monorepo to v20 (major) Oct 23, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from cd31bd5 to f221910 Compare October 30, 2025 01:34
@renovate
Copy link
Author

renovate bot commented Oct 30, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json

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