Skip to content

build: update cross-repo angular dependencies (22.2.x) - #34099

Merged
alan-agius4 merged 1 commit into
angular:22.2.xfrom
angular-robot:ng-renovate/22.2.x-cross-repo-angular-dependencies
Sep 17, 2026
Merged

alan-agius4 merged 1 commit into
angular:22.2.xfrom
angular-robot:ng-renovate/22.2.x-cross-repo-angular-dependencies

Conversation

@angular-robot

@angular-robot angular-robot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular/animations (source) 22.2.0-next.522.2.0-rc.0 age adoption passing confidence devDependencies patch
@angular/cdk 22.2.0-next.422.2.0-rc.0 age adoption passing confidence devDependencies patch
@angular/common (source) 22.2.0-next.522.2.0-rc.0 age adoption passing confidence devDependencies patch
@angular/compiler (source) 22.2.0-next.522.2.0-rc.0 age adoption passing confidence devDependencies patch
@angular/compiler-cli (source) 22.2.0-next.522.2.0-rc.0 age adoption passing confidence devDependencies patch
@angular/compiler-cli (source) 22.2.0-next.522.2.0-rc.0 age adoption passing confidence dependencies patch
@angular/core (source) 22.2.0-next.522.2.0-rc.0 age adoption passing confidence devDependencies patch
@angular/forms (source) 22.2.0-next.522.2.0-rc.0 age adoption passing confidence devDependencies patch
@angular/localize 22.2.0-next.522.2.0-rc.0 age adoption passing confidence devDependencies patch
@angular/material 22.2.0-next.422.2.0-rc.0 age adoption passing confidence devDependencies patch
@angular/ng-dev c3d7ed1f166178 devDependencies digest
@angular/platform-browser (source) 22.2.0-next.522.2.0-rc.0 age adoption passing confidence devDependencies patch
@angular/platform-server (source) 22.2.0-next.522.2.0-rc.0 age adoption passing confidence devDependencies patch
@angular/router (source) 22.2.0-next.522.2.0-rc.0 age adoption passing confidence devDependencies patch
@angular/service-worker (source) 22.2.0-next.522.2.0-rc.0 age adoption passing confidence devDependencies patch
angular/dev-infra 183403a837e713 action digest
devinfra 183403a837e713 git_override digest
ng-packagr 22.2.0-next.522.2.0-rc.0 age adoption passing confidence devDependencies patch
rules_angular 5fa85643f933b9 git_override digest
rules_browsers c37398df87a5f7 git_override digest

🔡 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.2.0-rc.0

Compare Source

compiler
Commit Type Description
14dbbf9b68 fix wrap @for collection expression before appending non-null assertion
compiler-cli
Commit Type Description
312e1d8089 feat add strictUnclaimedEventNames option to catch misspelled output bindings
core
Commit Type Description
cea6896a0f fix return null when getDirectiveMetadata is called with null or undefined
a8233232f5 fix update FakeNavigation to match WHATWG HTML spec
forms
Commit Type Description
15bfc1a4be fix mark control as dirty before setting its value in FVC interop
router
Commit Type Description
2c6c67bee6 fix maintain frozen state on rollback until resource loading completes
2dcdf9aae6 fix mark router_resource module-level symbols as side-effect free

v22.2.0-next.7

Compare Source

No user facing changes in this release

v22.2.0-next.6

Compare Source

compiler
Commit Type Description
9b80d4ce9e fix namespace @property declarations
compiler-cli
Commit Type Description
f0a271c7bd fix do not flag callable objects with zero parameters in uninvoked track function check
core
Commit Type Description
f6afb807c1 feat add ErrorBoundary programmatic APIs (#​70463)
bd9b45b5cc feat allow reading Injector from a view or content query
70756b506c fix apply SkipSelf to only the starting node in embedded views
language-service
Commit Type Description
f4a5650ed9 feat add support for @boundary blocks (#​70463)
platform-server
Commit Type Description
bc3a6cda5d fix avoid sourcemap corruption during domino path substitution
router
Commit Type Description
3064f3f1dc feat expose router resources in public API
094bce9e3d fix determine blocking state solely by resource loading status
8227e5cf6d fix keep detached route subtree contexts isolated and intact
angular/components (@​angular/cdk)

v22.2.0-rc.0

Compare Source

cdk
Commit Type Description
a3936eabe fix table: update rows when row definitions change (#​33670)
aad74d364 fix testing: use directive fixture onDestroy (#​33793)
material
Commit Type Description
b0019f844 fix core: generate Material Symbols in schematic (#​33797)
fd3f02826 fix icon: false positive in font detection (#​33805)
material-luxon-adapter
Commit Type Description
d3acf189e feat add option to set zone (#​33579)

v22.2.0-next.5

Compare Source

cdk
Commit Type Description
0bb7b183e fix overlay: expose currently open overlays (#​33768)
3d30bf1b4 fix testing: account for new DirectiveFixture API (#​33771)
ng-packagr/ng-packagr (ng-packagr)

v22.2.0-rc.0

Compare Source

Performance
  • ng-packagr: configure rolldown dtsInput and skip dts annotation scanning (d086582)
  • ng-packagr: decouple sass daemon lifecycle from entry points (cf658e0)
  • ng-packagr: disable rolldown circular dependency checks (1a40ec6)
  • ng-packagr: eliminate redundant compiler emit loop and optimize diagnostics (2438748)
  • ng-packagr: implement parallel dag scheduling for entry points (cd0b052)
  • ng-packagr: key sass package resolutions without containing url (dbea592)
  • ng-packagr: memoize module resolutions in file loader plugin (cf9997e)
  • ng-packagr: memoize style configurations by project base path (6af5309)
  • ng-packagr: optimize cache entry serialization using native json parse and stringify (46d3c79)
  • ng-packagr: parallelize package discovery and optimize config reads (faeea5f)

v22.2.0-next.6

Compare Source

Performance
  • ng-packagr: share sass directory and resolution caches across stylesheets (3beb4af)

@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 Sep 16, 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 various Angular-related dependencies, devDependencies, and Bazel module overrides. Specifically, it bumps @angular/* packages to version 22.2.0-next.7 or 22.2.0-rc.0, updates ng-packagr to 22.2.0-rc.0, and upgrades the browser binaries (Chrome, Chromedriver, and Firefox) in the Bazel lockfile to newer versions. There are no review comments, and I have no feedback to provide.

@angular-robot
angular-robot force-pushed the ng-renovate/22.2.x-cross-repo-angular-dependencies branch from 1f323cf to 4652b05 Compare September 16, 2026 17:01
See associated pull request for more information.
@angular-robot
angular-robot force-pushed the ng-renovate/22.2.x-cross-repo-angular-dependencies branch from 4652b05 to 52d813f Compare September 16, 2026 19:27
@alan-agius4
alan-agius4 merged commit 24dc029 into angular:22.2.x Sep 17, 2026
34 checks passed
@alan-agius4

Copy link
Copy Markdown
Collaborator

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

@alan-agius4
alan-agius4 deleted the ng-renovate/22.2.x-cross-repo-angular-dependencies branch September 17, 2026 07:44
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.

2 participants