Skip to content

build: update cross-repo angular dependencies to v22#262

Open
angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot:ng-renovate/cross-repo-angular-dependencies
Open

build: update cross-repo angular dependencies to v22#262
angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot:ng-renovate/cross-repo-angular-dependencies

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Feb 18, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) ^21.2.0-next^22.0.0-next age adoption passing confidence
@angular/build 21.2.0-next.222.0.0-next.3 age adoption passing confidence
@angular/build ^21.2.0-next^22.0.0-next age adoption passing confidence
@angular/cdk 21.2.0-next.422.0.0-next.2 age adoption passing confidence
@angular/cdk ^21.2.0-next^22.0.0-next age adoption passing confidence
@angular/cli 21.2.0-next.222.0.0-next.3 age adoption passing confidence
@angular/cli ^21.2.0-next^22.0.0-next age adoption passing confidence
@angular/common (source) 21.2.0-next.322.0.0-next.5 age adoption passing confidence
@angular/common (source) ^21.2.0-next^22.0.0-next age adoption passing confidence
@angular/compiler (source) 21.2.0-next.322.0.0-next.5 age adoption passing confidence
@angular/compiler (source) ^21.2.0-next^22.0.0-next age adoption passing confidence
@angular/compiler-cli (source) 21.2.0-next.322.0.0-next.5 age adoption passing confidence
@angular/compiler-cli (source) ^21.2.0-next^22.0.0-next age adoption passing confidence
@angular/core (source) 21.2.0-next.322.0.0-next.5 age adoption passing confidence
@angular/core (source) ^21.2.0-next^22.0.0-next age adoption passing confidence
@angular/forms (source) 21.2.0-next.322.0.0-next.5 age adoption passing confidence
@angular/forms (source) ^21.2.0-next^22.0.0-next age adoption passing confidence
@angular/material ^21.2.0-next^22.0.0-next age adoption passing confidence
@angular/platform-browser (source) 21.2.0-next.322.0.0-next.5 age adoption passing confidence
@angular/platform-browser (source) ^21.2.0-next^22.0.0-next age adoption passing confidence
@angular/platform-server (source) 21.2.0-next.322.0.0-next.5 age adoption passing confidence
@angular/router (source) 21.2.0-next.322.0.0-next.5 age adoption passing confidence
@angular/router (source) ^21.2.0-next^22.0.0-next age adoption passing confidence
@angular/ssr 21.2.0-next.222.0.0-next.3 age adoption passing confidence

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

Release Notes

angular/angular (@​angular/animations)

v22.0.0-next.5

Compare Source

Breaking Changes

compiler-cli
  • Elements with multiple matching selectors will now throw at compile time.
core
  • Component with undefined changeDetection property are now OnPush by default. Specify changeDetection: ChangeDetectionStrategy.Eager to keep the previous behavior.
platform-browser
  • Hammer.js integration has been removed. Use your own implementation.
common
Commit Type Description
c1312da183 fix avoid redundant image fetch on destroy with auto sizes
compiler
Commit Type Description
e850643b1b feat Support comments in html element.
96be4f429b fix abstract emitter producing incorrect code for dynamic imports
5a712d42d1 fix prevent shimCssText from adding extra blank lines per CSS comment
compiler-cli
Commit Type Description
ca67828ee2 refactor introduce NG8023 compile-time diagnostic for duplicate selectors
core
Commit Type Description
8bc31a515f feat Allow other expression for exhaustive typechecking
eae8f7e30b feat Set default Component changeDetection strategy to OnPush
16adbbf423 fix ensure custom controls resolve transitive host directives
dfa149dc68 fix fixes a regression with animate.leave and reordering
50e599e73e fix lazy-initialize debounced state to prevent computation cycle
22f8b0a500 fix resolver function not matching expected type
5e99ae9f00 fix widen type for directive inputs/outputs
forms
Commit Type Description
74f76d8075 feat add reloadValidation to Signal Forms to manually trigger async validation
24e52d450d feat add debounce option to validateAsync and validateHttp
709f5a390c feat add FieldState.getError()
41b1410cb8 feat support binding `number nullto`
0eeb1b5f03 fix allow FormRoot to be used without submission options (#​67727)
ee8d2098cb fix change FieldState optional properties to non-optional undefined
df8b020299 fix clear native date inputs correctly in signal forms when changed via native UI
98c5afdb02 perf lazily instantiate signal form fields
migrations
Commit Type Description
a73b4b7c30 fix inject migration not work in multi-project workspace with option path
platform-browser
Commit Type Description
f99e7ed20f refactor remove Hammer integration

v22.0.0-next.4

Compare Source

Breaking Changes

core
  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.
compiler
Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field
compiler-cli
Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties
core
Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.
forms
Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors
c4ce3f345f feat template & reactive support for FVC
83032e3605 fix support generic unions in signal form schemas
language-service
Commit Type Description
cfd0f9950c feat add Document Symbols support for Angular templates
migrations
Commit Type Description
730684b9ce fix prevent trailing comma syntax errors after removing NgStyle
router
Commit Type Description
89c9a4de30 feat Add options optional parameter for withComponentInputBinding
service-worker
Commit Type Description
07abfbcc6c fix preserve redirect policy on reconstructed asset requests

v22.0.0-next.3

Compare Source

compiler
Commit Type Description
78dea55351 fix disallow translations of iframe src
core
Commit Type Description
999c14eaab fix reverts "feat(core): add support for nested animations"
de0eb4c656 fix sanitize translated form attributes

v22.0.0-next.2

Compare Source

Breaking Changes

core
  • createNgModuleRef was removed, use createNgModule instead
core
Commit Type Description
b918beda32 feat allow debouncing signals
f9ede9ec98 fix ensure definitions compile
b401c18674 fix include signal debug names in their toString() representation
8630319f74 fix sanitize translated attribute bindings with interpolations
36936872c9 refactor remove createNgModuleRef
forms
Commit Type Description
3e7ce0dafc fix restrict SignalFormsConfig to a readonly API
language-service
Commit Type Description
5a6d88626b feat add angular template inlay hints support

v22.0.0-next.1

Compare Source

compiler
Commit Type Description
72a17afaf3 fix prevent mutation of children array in RecursiveVisitor
compiler-cli
Commit Type Description
dc4cf649b6 fix ignore generated ngDevMode signal branch for code coverage
forms
Commit Type Description
c767d678cf feat add 'blur' option to debounce rule
migrations
Commit Type Description
f01901d766 fix avoid generating invalid code in ChangeDetectionStrategy.Eager migration

v22.0.0-next.0

Compare Source

Breaking Changes

  • Node.js v20 is no longer supported. The minimum supported Node.js versions are now v22.22.0 and v24.13.1.
compiler
  • data prefixed attribute no-longer bind inputs nor outputs.
  • The compiler will throw when there a when inputs, outputs or model are binding to the same input/outputs.
  • in variables will throw in template expressions.
core
  • change AnimationCallbackEvent.animationComplete signature
http
  • Use the HttpXhrBackend with provideHttpClient(withXhr) if you want to keep supporting upload progress reports.
router
  • provideRoutes() has been removed. Use provideRouter() or ROUTES as multi token if necessary.
upgrade
  • Deprecated getAngularLib/setAngularLib have been removed use getAngularJSGlobal/setAngularJSGlobal instead.

Deprecations

http
  • withFetch is now deprecated, it can be safely removed.
Commit Type Description
d550bf713a build update minimum supported Node.js versions
compiler
Commit Type Description
488d962bc7 fix Don't bind inputs/outputs for data- attributes
03db2aefaa fix throw on duplicate input/outputs
786ef8261f fix throw on invalid in expressions
compiler-cli
Commit Type Description
2c87f21abe fix always parenthesize object literals in TCB
core
Commit Type Description
17d3ea44e2 feat add IdleRequestOptions support to IdleService
3bc095d508 feat Add a schematics to migrate provideHttpClient to keep using the HttpXhrBackend implementation.
cb4cb77053 feat Add migration to add ChangeDetectionStrategy.Eager where applicable
2206efa55f feat add special return statuses for resource params
246a984a5d feat add TestBed.getFixture
a5981b83a6 feat support customization of @​defer's on idle behavior
98eb24cea0 feat Support optional timeout for idle deferred triggers
f9d8da6924 fix bind global context to idle callback shims in @​defer's idle service
b9b5c279b4 refactor enhance AnimationCallbackEvent.animationComplete signature
forms
Commit Type Description
fb166772d2 fix split the touched model into an input and touch output
2061fd8253 fix Untrack setValue in reactive forms
http
Commit Type Description
5c432fb8bb feat Use FetchBackend as default for the HttpBackend implementation
language-service
Commit Type Description
c6f98c723c feat Add support for idle timeout in defer blocks
router
Commit Type Description
3683902234 feat adds browserUrl input support to router links
bdb6ae9dbc refactor remove deprecated provideRoutes function.
upgrade
Commit Type Description
01a179577b refactor remove getAngularLib/setAngularLib

v21.2.6

Compare Source

common
Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes
compiler
Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment
core
Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering
migrations
Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

v21.2.5

Compare Source

compiler
Commit Type Description
334ae10168 fix ensure generated code compiles
23ea431c4e fix parse named HTML entities containing digits
compiler-cli
Commit Type Description
26c43d14ba fix escape template literal in TCB
67e0ba7e03 fix generic types not filled out correctly in type check block
core
Commit Type Description
1890c3008b fix clean up dehydrated views during HMR component replacement
bf948be4c2 fix run linked signal equality check without reactive consumer
migrations
Commit Type Description
076d41c3f6 fix prevent trailing comma syntax errors after removing NgStyle
service-worker
Commit Type Description
e19150d2b5 fix preserve redirect policy on reconstructed asset requests

v21.2.4

Compare Source

compiler
Commit Type Description
ed2d324f9c fix disallow translations of iframe src
core
Commit Type Description
abbd8797bb fix reverts "feat(core): add support for nested animations"
d1dcd16c5b fix sanitize translated form attributes

v21.2.3

Compare Source

core
Commit Type Description
62a97f7e4b fix ensure definitions compile
21b1c3b2ee fix include signal debug names in their toString() representation
224e60ecb1 fix sanitize translated attribute bindings with interpolations

v21.2.2

Compare Source

compiler
Commit Type Description
1df1697c6e fix prevent mutation of children array in RecursiveVisitor
compiler-cli
Commit Type Description
c822bf8e76 fix always parenthesize object literals in TCB
05d022d5e6 fix ignore generated ngDevMode signal branch for code coverage
forms
Commit Type Description
670d1660c4 feat add 'blur' option to debounce rule

v21.2.1

Compare Source

core
Commit Type Description
e2e9a9a531 fix adds transfer cache to httpResource to fix hydration
[b4ec3cc4e4](https://redirect.git

@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from f1d7cfc to f473471 Compare February 18, 2026 22:09
@angular-robot angular-robot changed the title build: update dependency @angular/cdk to v21.2.0-rc.0 build: update cross-repo angular dependencies to v21.2.0-rc.0 Feb 18, 2026
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 2 times, most recently from c8c11b0 to 2a06543 Compare February 23, 2026 17:50
@angular-robot angular-robot changed the title build: update cross-repo angular dependencies to v21.2.0-rc.0 build: update cross-repo angular dependencies Feb 23, 2026
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 2 times, most recently from 69e568e to 4b2d53c Compare February 26, 2026 14:28
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 4b2d53c to ecd4911 Compare March 4, 2026 20:08
@angular-robot
Copy link
Contributor Author

angular-robot commented Mar 4, 2026

⚠️ 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: pnpm-lock.yaml
Scope: all 2 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
/tmp/renovate/repos/github/angular/web-codegen-scorer/report-app:
 ERR_PNPM_NO_MATURE_MATCHING_VERSION  Version 22.0.0-next.3 (released 5 minutes ago) of @angular/build does not meet the minimumReleaseAge constraint

This error happened while installing a direct dependency of /tmp/renovate/repos/github/angular/web-codegen-scorer/report-app

The latest release of @angular/build is "21.2.4". Published at 3/26/2026 10:33:48 AM

Other releases are:
  * v18-lts: 18.2.21 published at 9/10/2025
  * v19-lts: 19.2.22 published at 2/26/2026
  * next: 22.0.0-next.3 published at 3/26/2026 10:45:09 AM
  * v20-lts: 20.3.21 published at 3/19/2026

If you need the full list of all 237 published versions run "pnpm view @angular/build versions".

If you want to install the matched version ignoring the time it was published, you can add the package name to the minimumReleaseAgeExclude setting. Read more about it: https://pnpm.io/settings#minimumreleaseageexclude

@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 5 times, most recently from a989841 to f5dd03e Compare March 11, 2026 17:22
@angular-robot angular-robot changed the title build: update cross-repo angular dependencies build: update cross-repo angular dependencies to v22 Mar 11, 2026
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 3 times, most recently from bf237ee to 501b710 Compare March 18, 2026 20:14
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 3 times, most recently from d6466b9 to cd86ef6 Compare March 25, 2026 16:54
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from cd86ef6 to beca9d5 Compare March 25, 2026 23:14
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from beca9d5 to 4e5236a Compare March 26, 2026 10:51
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