Skip to content

build: update cross-repo angular dependencies#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#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.221.2.0-rc.2 age adoption passing confidence
@angular/cdk 21.2.0-next.421.3.0-next.0 age adoption passing confidence
@angular/cdk ^21.2.0-next^21.3.0-next age adoption passing confidence
@angular/cli 21.2.0-next.221.2.0-rc.2 age adoption passing confidence
@angular/common (source) 21.2.0-next.322.0.0-next.0 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.0 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.0 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.0 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.0 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^21.3.0-next age adoption passing confidence
@angular/platform-browser (source) 21.2.0-next.322.0.0-next.0 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.0 age adoption passing confidence
@angular/router (source) 21.2.0-next.322.0.0-next.0 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.221.2.0-rc.2 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

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

Compare Source

core
Commit Type Description
e2e9a9a531 fix adds transfer cache to httpResource to fix hydration
b4ec3cc4e4 fix prevent child animation elements from being orphaned
e923d88398 fix Prevent removal of elements during drag and drop
http
Commit Type Description
277ade97ac fix correctly cache blob responses in transfer cache (#​67002)

v21.2.0

Compare Source

common
Commit Type Description
18003a33bb feat add an 'outlet' injector option for ngTemplateOutlet
8bbe6dc46c feat Add Location strategies to manage trailing slash on write
51cc914807 feat support height in ImageLoaderConfig and built-in loaders
compiler
Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
95b3f37d4a feat Exhaustive checks for switch blocks
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice
compiler-cli
Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration
2ea6dfc6c9 fix update diagnostic to flag no-op arrow functions in listeners
core
Commit Type Description
8d5210c9fe feat add ChangeDetectionStrategy.Eager alias for Default
92d2498910 feat add host node to DeferBlockData (#​66546)
ea2016a6dc feat add support for nested animations
81cabc1477 feat add support for TypeScript 6
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
a7e8abbb7e fix correctly handle SkipSelf when resolving from embedded view injector
0806ee3826 fix prevent animated element duplication with dynamic components in zoneless mode
ed78fa05c7 fix Remove note to skip arrow functions in best practices
forms
Commit Type Description
f56bb07d83 feat add field param to submit action and onInvalid
ba009b6031 feat add form directive
22afbb2f36 feat add parsing support to native inputs (#​66917)
95c386469c feat Add passing focus options to form field
95ecce8334 feat allow setting submit options at form-level
ebae211add feat introduce parse errors in signal forms
3937afc316 feat introduce SignalFormControl for Reactive Forms compatibility
30f0914754 feat support binding null to number input (#​66917)
dd208ca259 feat update submit function to accept options object
27397b3f4f fix clear parse errors when model updates (#​66917)
63d8005703 fix preserve custom-control focus context in signal forms
631f60d1f9 fix preserve parse errors when parse returns value
adfb83146b fix simplify design of parse errors
fb05fc86d0 fix sort error summary by DOM order
567f292e8e fix support custom controls as host directives
bdfb60f3e3 fix use consistent error format returned from parse
d75046bc09 fix warn when showing hidden field state
language-server
Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles
6fb39d9b62 feat Support client-side file watching via onDidChangeWatchedFiles
language-service
Commit Type Description
496967e7b1 feat add JSON schema for angularCompilerOptions
8c21866f49 feat add linked editing ranges for HTML tag synchronization
d2137928e8 perf use lightweight project warmup for Angular analysis
router
Commit Type Description
b51bab583d feat Add partial ActivatedRouteSnapshot information to canMatch params
cf9620f7d0 feat Make match options optional in isActive
907a94dcec feat Update IsActiveMatchOptions APIs to accept a Partial

v21.2.0-rc.0: 21.2.0-rc.0

Compare Source

compiler
Commit Description
feat - 95b3f37d4a Exhaustive checks for switch blocks
core
Commit Description
feat - 81cabc1477 add support for TypeScript 6
fix - 0806ee3826 prevent animated element duplication with dynamic components in zoneless mode
forms
Commit Description
feat - 22afbb2f36 add parsing support to native inputs (#​66917)
feat - 30f0914754 support binding null to number input (#​66917)
fix - 27397b3f4f clear parse errors when model updates (#​66917)
fix - 63d8005703 preserve custom-control focus context in signal forms
fix - 567f292e8e support custom controls as host directives
fix - d75046bc09 warn when showing hidden field state
angular/angular-cli (@​angular/build)

v21.2.0-rc.2: 21.2.0-rc.2

Compare Source

@​angular/cli
Commit Description
fix - 201a036f2 simplify Angular version compatibility checks and add special handling for local builds of new major versions

v21.2.0-rc.1: 21.2.0-rc.1

Compare Source

@​angular/cli
Commit Description
fix - cdd26bb66 validate package manager version using semver.valid and throw an error if invalid
@​angular/ssr
Commit Description
fix - cf5a72d33 prevent open redirect via X-Forwarded-Prefix header
fix - f78f38827 validate host headers to prevent header-based SSRF

v21.2.0-rc.0: 21.2.0-rc.0

Compare Source

angular/components (@​angular/cdk)

v21.3.0-next.0

Compare Source

material
Commit Type Description
b4a89d5996 feat button: Add support for showing a progress indicator inside the button (#​32698)
85c16fe4bb feat tabs: add support for separate tab animation durations (#​32869)
multiple
Commit Type Description
936f1148b3 fix use eager change detection

v21.2.1

Compare Source

aria
Commit Type Description
c1295c5818 fix menu: itemSelected not emitted when menu is attached to a trigger (#​32880)
material
Commit Type Description
cebf303417 fix checkbox: hide decorative elements from assistive technology
2abe8e6b73 fix menu: render backdrop for context menu if explicitly opted in (#​32845)
e2f7308dc4 fix radio: hide decorative elements from assistive technology
multiple
Commit Type Description
17c19cc73b fix expand type for restoreFocus (#​32877)

v21.2.0

Compare Source

aria
Commit Type Description
31ff7f26b5 fix grid: align output naming with styleguide
d030725f46 fix menu: align output naming with styleguide
cdk
Commit Type Description
cd5209e9f5 fix portal: allow bindings to be passed to component portal (#​32814)
e397ecbcfa fix table: remove string-based DI tokens (#​32677)
material
Commit Type Description
8c4526935e fix core: expose strong focus indicator structural styles (#​32808)
7fe3081148 fix datepicker: drop dependency on NgClass (#​32810)

v21.2.0-rc.0: 21.2.0-rc.0

Compare Source

v21.2.0-next.5: 21.2.0-next.5

Compare Source

google-maps
Commit Description
fix - 0870786036 fix mismatch in clusterer types (#​32778)
material
Commit Description
fix - f5c586925e select: disable position locking (#​32772)
cdk
Commit Description
fix - b15b48df98 tree: no nodes focusable if data is replaced (#​32781)
aria
Commit Description
[fix - c57e6a1545]

@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 artifacts 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: examples/environments/angular/project/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @angular/build@21.2.0-next.2
npm error Found: @angular/compiler@22.0.0-next.0
npm error node_modules/@angular/compiler
npm error   @angular/compiler@"^22.0.0-next" from the root project
npm error   peerOptional @angular/compiler@"22.0.0-next.0" from @angular/core@22.0.0-next.0
npm error   node_modules/@angular/core
npm error     @angular/core@"^22.0.0-next" from the root project
npm error     peer @angular/core@"22.0.0-next.0" from @angular/animations@22.0.0-next.0
npm error     node_modules/@angular/animations
npm error       @angular/animations@"^22.0.0-next" from the root project
npm error       1 more (@angular/platform-browser)
npm error     6 more (@angular/cdk, @angular/common, ...)
npm error   1 more (@angular/compiler-cli)
npm error
npm error Could not resolve dependency:
npm error peer @angular/compiler@"^21.0.0 || ^21.2.0-next.0" from @angular/build@21.2.0-next.2
npm error node_modules/@angular/build
npm error   dev @angular/build@"^21.2.0-next" from the root project
npm error
npm error Conflicting peer dependency: @angular/compiler@21.2.1
npm error node_modules/@angular/compiler
npm error   peer @angular/compiler@"^21.0.0 || ^21.2.0-next.0" from @angular/build@21.2.0-next.2
npm error   node_modules/@angular/build
npm error     dev @angular/build@"^21.2.0-next" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2026-03-05T02_57_45_637Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-03-05T02_57_45_637Z-debug-0.log

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.0 (released 7 hours ago) of @angular/compiler 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/compiler is "21.2.1". Published at 3/4/2026 7:34:25 PM

Other releases are:
  * v4-lts: 4.4.7 published at 4/16/2018
  * v5-lts: 5.2.11 published at 5/16/2018
  * v6-lts: 6.1.10 published at 10/10/2018
  * v7-lts: 7.2.15 published at 5/7/2019
  * v8-lts: 8.2.14 published at 11/13/2019
  * v9-lts: 9.1.13 published at 12/17/2020
  * v10-lts: 10.2.5 published at 4/14/2021
  * v11-lts: 11.2.14 published at 5/12/2021
  * v12-lts: 12.2.17 published at 11/22/2022
  * v14-lts: 14.3.0 published at 3/13/2023
  * v13-lts: 13.4.0 published at 4/6/2023
  * v15-lts: 15.2.10 published at 10/4/2023
  * v16-lts: 16.2.12 published at 11/2/2023
  * v17-lts: 17.3.12 published at 7/17/2024
  * v18-lts: 18.2.14 published at 9/10/2025
  * next: 22.0.0-next.0 published at 3/4/2026 7:47:57 PM
  * v20-lts: 20.3.17 published at 2/25/2026
  * v19-lts: 19.2.19 published at 2/25/2026

If you need the full list of all 1019 published versions run "pnpm view @angular/compiler 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

See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from ecd4911 to 9477f44 Compare March 5, 2026 02:57
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