An open index of dependabot pull requests across open source projects.

Bump @angular/core from 20.1.0 to 20.2.0

Open
Number: #76
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: August 20, 2025 at 06:46 PM UTC
(about 1 month ago)
Updated: August 20, 2025 at 06:46 PM UTC
(about 1 month ago)
Labels:
dependencies javascript
Description:

Bumps @angular/core from 20.1.0 to 20.2.0.

Release notes

Sourced from @​angular/core's releases.

20.2.0

animations

Commit Description
refactor - 9766116cea deprecate the animations package (#62795)

compiler

Commit Description
fix - 7767aa640c allow more characters in square-bracketed attribute names (#62742)
fix - 7b51728813 fixes animation event host bindings not firing (#63217)

compiler-cli

Commit Description
feat - 5abfe4a899 add diagnostic for uninvoked functions in text interpolation (#59191)
fix - c4917074f1 display proper function in NG8117 message (#62842)
fix - 812463c563 Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054)
fix - 45b030b5ce prevent dom event assertion in TCB generation on older angular versions (#63053)

core

Commit Description
feat - 6b1f4b9e8b add enter and leave animation instructions (#62682)
feat - cec91c0035 add option to infer the tag names of components in tests (#62283)
feat - 141bb75ff2 Promote zoneless to stable (#62699)
feat - 4138aca91f render ARIA property bindings as attributes (#62630)
feat - a409534d6c support as aliases on else if blocks (#63047)
feat - 745ea44394 support TypeScript 5.9 (#62541)
fix - 593cc8a368 checks if body exists before continuing (#62768)
fix - bdc31675b7 ensure animate events do not have duplicate elements (#63216)
fix - de3a0c5cf3 Fix animate.enter class removal when composing classes (#62981)
fix - 6597ac0af7 fix support for space separated strings in leave animations (#62979)
fix - ebd622b344 fixes empty animations when recalculating styles (#63007)
fix - 455b147488 fixes timing issues with enter animations (#62925)
fix - f9d73cc687 handle cases where classes added have no animations (#63242)
fix - 6a1184600c prevents duplicate nodes when @if toggles with leave animations (#63048)
fix - 063b5e166f switch check to documentElement with chaining (#62773)
refactor - 320de4e96d deprecate animations field on component interface (#62895)

forms

Commit Description
feat - c353497a01 add support for pushing an array of controls to formarray (#57102)

http

Commit Description
feat - 0984b30388 Add redirected property to HttpResponse and HttpErrorResponse (#62675)
feat - be811fee79 add referrer & integrity support for fetch requests in httpResource (#62461)
feat - 1cf9d9064c Add support for fetch referrer & integrity options in HttpClient (#62417)
fix - 1408baff45 Add missing timeout and transferCache options to HttpClient (#62586)

language-service

Commit Description

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

20.2.0 (2025-08-20)

Deprecations

animations

  • @​angular/animations

core

  • @​angular/animations

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 |

... (truncated)

Commits
  • f9d73cc fix(core): handle cases where classes added have no animations (#63242)
  • 1edb83c docs: animationsEnabled defaults to false (#63262)
  • 52106fb docs: use correct closing quote in input and model import usage notes (#6...
  • 8164b22 refactor(core): update NG0303 error message (#63222)
  • 7b51728 fix(compiler): fixes animation event host bindings not firing (#63217)
  • bdc3167 fix(core): ensure animate events do not have duplicate elements (#63216)
  • af63b80 refactor(core): improve animation instruction robustness and maintainability ...
  • 124d44f build: update cross-repo angular dependencies (#63179)
  • 19ed12c fix(compiler): error when ng-content fallback has translated children (#63156)
  • a6a2e38 build: update to bazel 7.6.0 (#63096)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+6
Deletions:
-6
Package Dependencies
Ecosystem:
npm
Version Change:
20.1.0 → 20.2.0
Update Type:
Minor
Technical Details
ID: 5422743
UUID: 2760746652
Node ID: PR_kwDONwH_QM6kjaac
Host: GitHub
Repository: deepaksorthiya/angular-nested-routing-with-guards
Merge State: Unknown