Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build: update cross-repo angular dependencies (20.2.x) #30981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

Copy link
Collaborator

@angular-robot angular-robot commented Aug 20, 2025

This PR contains the following updates:

Package Type Update Change
@angular/animations (source) devDependencies patch 20.2.0-rc.0 -> 20.2.0
@angular/cdk devDependencies patch 20.2.0-next.3 -> 20.2.0
@angular/common (source) devDependencies patch 20.2.0-rc.0 -> 20.2.0
@angular/compiler (source) devDependencies patch 20.2.0-rc.0 -> 20.2.0
@angular/compiler-cli (source) devDependencies patch 20.2.0-rc.0 -> 20.2.0
@angular/core (source) devDependencies patch 20.2.0-rc.0 -> 20.2.0
@angular/forms (source) devDependencies patch 20.2.0-rc.0 -> 20.2.0
@angular/localize devDependencies patch 20.2.0-rc.0 -> 20.2.0
@angular/material devDependencies patch 20.2.0-next.3 -> 20.2.0
@angular/ng-dev devDependencies digest 4fead36 -> d4d56bb
@angular/platform-browser (source) devDependencies patch 20.2.0-rc.0 -> 20.2.0
@angular/platform-server (source) devDependencies patch 20.2.0-rc.0 -> 20.2.0
@angular/router (source) devDependencies patch 20.2.0-rc.0 -> 20.2.0
@angular/service-worker (source) devDependencies patch 20.2.0-rc.0 -> 20.2.0
angular/dev-infra action digest fbdd8b7 -> 5dcd683
devinfra git_override digest 7a11f99 -> 5dcd683
ng-packagr devDependencies patch 20.2.0-next.1 -> 20.2.0

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/angular (@​angular/animations)

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.2.0-rc.1

Compare Source

compiler
Commit Description
fix - 79b91593c9 incorrect spans for AST inside input value with leading space (#​63082)
language-service
Commit Description
feat - c81e345e72 support auto-import for attribute completions (#​62797)
angular/components (@​angular/cdk)

v20.2.0

Compare Source

material
Commit Type Description
20e6e92c0 feat core: add an m2-theme API to define system vars (#​31616)
9627c2933 feat table: accept undefined sort and paginator (#​31269)
54d514df6 feat testing: Add 'type' attribute filter and getter to Mat... (#​31657)
11ad09ff3 fix button-toggle: skip keyboard navigation when modifier key is pressed (#​31651)
3f2000113 fix button: allow touch target size to be customized
2d8f56eb6 fix checkbox: allow touch target size to be customized
8da079d34 fix chips: remove extra span for aria-description (#​31609)
37648cf87 fix chips: static chips should disable ripple (#​31652)
b2c7abfba fix core: add key validation to m2-theme (#​31631)
839aa3e37 fix core: fix m2 system color values (#​31632)
7674e5872 fix core: special-case icon button color token (#​31625)
5d681219f fix core: use different prefix for m2-theme (#​31621)
700f5bbb2 fix paginator: allow touch target size to be customized
1d7ea6822 fix radio: allow touch target size to be customized
4f96ef3e6 fix slide-toggle: add larger touch target (#​31486)
b9c7b2723 fix slide-toggle: allow touch target size to be customized
9e25efb6f fix table: return undefined sort and paginator (#​31593)
cdk-experimental
Commit Type Description
048de4254 feat toolbar: add toolbar directive and demo (#​31676)
2dbb045bc feat tree: add nav mode (#​31460)
6716f5024 feat tree: use shared example classes (#​31494)
50a6d6c4c feat ui-patterns: add label control (#​31459)
4ce794ca7 feat ui-patterns: add popup behavior (#​31550)
228aaf1fa feat ui-patterns: create List behavior (#​31601)
82812760e feat ui-patterns: toolbar and toolbar widget (#​31670)
fa909116c feat ui-patterns: toolbar ui pattern tests (#​31688)
647616e2e fix listbox: make CdkOption public (#​31588)
e525a412a fix radio-group: fix activedescendant example (#​31499)
multiple
Commit Type Description
ad4d5b471 fix fix broken rtl examples (#​31527)

v20.2.0-rc.0

Compare Source

cdk-experimental
Commit Description
feat - 048de42545 toolbar: add toolbar directive and demo (#​31676)
feat - 82812760ef ui-patterns: toolbar and toolbar widget (#​31670)
feat - fa909116c1 ui-patterns: toolbar ui pattern tests (#​31688)
material
Commit Description
feat - 54d514df66 testing: Add 'type' attribute filter and getter to Mat... (#​31657)
fix - 8da079d34b chips: remove extra span for aria-description (#​31609)
fix - 37648cf875 chips: static chips should disable ripple (#​31652)
fix - 24e191a301 stepper: handle empty label in horizontal stepper (#​31665)
cdk
Commit Description
fix - cd532b2b06 menu: picking up items from child menu (#​31684)
ng-packagr/ng-packagr (ng-packagr)

v20.2.0

Compare Source

Features
  • Add support for TypeScript 5.9

v20.2.0-rc.0

Compare Source


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 has been generated by Renovate Bot.

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: patch This PR is targeted for the next patch release labels Aug 20, 2025
@alan-agius4 alan-agius4 merged commit 61e057a into angular:20.2.x Aug 20, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@alan-agius4 alan-agius4 alan-agius4 approved these changes

Assignees
No one assigned
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: patch This PR is targeted for the next patch release
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /