Skip to content

build: update cross-repo angular dependencies (main)#33575

Merged
dgp1130 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-cross-repo-angular-dependencies
Jul 16, 2026
Merged

build: update cross-repo angular dependencies (main)#33575
dgp1130 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-cross-repo-angular-dependencies

Conversation

@angular-robot

@angular-robot angular-robot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@angular/animations dependencies digest be2a00ea94f24b
@angular/animations (source) devDependencies patch 22.1.0-next.522.1.0-next.6 age adoption passing confidence
@angular/cdk dependencies digest 95498e5d08d70e
@angular/cdk devDependencies patch 22.1.0-next.322.1.0-next.4 age adoption passing confidence
@angular/common dependencies digest b07db3611c74a9
@angular/common (source) devDependencies patch 22.1.0-next.522.1.0-next.6 age adoption passing confidence
@angular/compiler dependencies digest 3796c761b05f1a
@angular/compiler (source) devDependencies patch 22.1.0-next.522.1.0-next.6 age adoption passing confidence
@angular/compiler-cli dependencies digest 87ec0fb62062e8
@angular/compiler-cli (source) devDependencies patch 22.1.0-next.522.1.0-next.6 age adoption passing confidence
@angular/compiler-cli (source) dependencies patch 22.1.0-next.522.1.0-next.6 age adoption passing confidence
@angular/core dependencies digest 09f3843b9bfd2e
@angular/core (source) devDependencies patch 22.1.0-next.522.1.0-next.6 age adoption passing confidence
@angular/forms dependencies digest 988ecd3ce90ced
@angular/forms (source) devDependencies patch 22.1.0-next.522.1.0-next.6 age adoption passing confidence
@angular/language-service dependencies digest 61d1dda403311d
@angular/localize dependencies digest 3f081e03b5e421
@angular/localize devDependencies patch 22.1.0-next.522.1.0-next.6 age adoption passing confidence
@angular/material dependencies digest 0a0836e43303de
@angular/material devDependencies patch 22.1.0-next.322.1.0-next.4 age adoption passing confidence
@angular/material-moment-adapter dependencies digest 22a3f3a05740e0
@angular/platform-browser dependencies digest b3eb250185ac61
@angular/platform-browser (source) devDependencies patch 22.1.0-next.522.1.0-next.6 age adoption passing confidence
@angular/platform-browser-dynamic dependencies digest eaab9a1235e4b0
@angular/platform-server dependencies digest 022695c8062d4c
@angular/platform-server (source) devDependencies patch 22.1.0-next.522.1.0-next.6 age adoption passing confidence
@angular/router dependencies digest 1abd8752adda75
@angular/router (source) devDependencies patch 22.1.0-next.522.1.0-next.6 age adoption passing confidence
@angular/service-worker dependencies digest 0df94244eb24b0
@angular/service-worker (source) devDependencies patch 22.1.0-next.522.1.0-next.6 age adoption passing confidence

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


  • If you want to rebase/retry this PR, check this box

Release Notes

angular/angular (@​angular/animations)

v22.1.0-next.6

Compare Source

common
Commit Type Description
359fb503b8 fix avoid prototype lookups in date format caches
compiler
Commit Type Description
da52137724 fix parsing of an empty template literal interpolation
5bd00add07 fix support foreign components inside control flow blocks (#​69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#​69674)
compiler-cli
Commit Type Description
ae0ec7315c fix re-tag SourceFiles after TsCreateProgramDriver.updateFiles()
core
Commit Type Description
9b9b0e93c9 fix allow static attributes for explicit input transforms
68ac204074 fix ignore processing instruction syntax in templates
0ae6d81ed2 fix preserve explicit input transform write type
forms
Commit Type Description
5cb8c733a3 fix allow multiple async validators
2e32872720 fix preserve intermediate number values in signal forms
2e0cb52dbf fix prevent stale CVA writeback during debounce
http
Commit Type Description
6d043f8657 fix prevent interceptor signal reads from leaking into calling reactive contexts
localize
Commit Type Description
5de0ea5f23 fix build runtime translations map with a null prototype
2a4f582731 fix use Object.hasOwn for placeholder lookup in translate
platform-browser
Commit Type Description
fb6b354fbd fix prevent ReDoS in SOURCEMAP_URL_REGEXP
angular/components (@​angular/cdk)

v22.1.0-next.4

Compare Source

aria
Commit Type Description
def7bc2a69 fix combobox: closing immediately when opening programmatically with zone.js (#​33518)
cdk
Commit Type Description
67a5031db7 fix overlay: guard against null document.body before popover support check (#​33403)
c069cab23c fix private: guard createPolicy against DOM clobbering (#​33410)
material
Commit Type Description
d324696863 fix button: match focus indicator shape to FAB (#​33527)
9a247a8da2 fix datepicker: use rounded shape for calendar focus indicators (#​33524)
14d896a936 fix sort: double focus indicators when strong focus is enabled (#​33520)
c729db7972 fix stepper: add border radius to header hover state in m2 (#​33529)
multiple
Commit Type Description
ebd64a1bf8 fix pass form field to error state tracker (#​33509)

@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: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Jul 15, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the dependency commit hashes for @angular/cdk, @angular/material, and @angular/material-moment-adapter in the end-to-end snapshot test package configuration. There are no review comments, and I have no feedback to provide.

@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 3 times, most recently from 00f7e70 to 268b136 Compare July 15, 2026 20:44
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 3 times, most recently from c36dc9e to ad66c25 Compare July 16, 2026 00:54
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from ad66c25 to a3dd045 Compare July 16, 2026 04:48
@dgp1130 dgp1130 merged commit 5ec6ddb into angular:main Jul 16, 2026
50 checks passed
@dgp1130

dgp1130 commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

This PR was merged into the repository. The changes were merged into the following branches:

@angular-robot angular-robot deleted the ng-renovate/main-cross-repo-angular-dependencies branch July 16, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants