Skip to content

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

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

build: update cross-repo angular dependencies (main)#32817
angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot:ng-renovate/main-cross-repo-angular-dependencies

Conversation

@angular-robot
Copy link
Contributor

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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular 22.0.0-next.022.0.0-next.2 age adoption passing confidence pnpm.catalog.default patch
@angular-devkit/core 22.0.0-next.022.0.0-next.2 age adoption passing confidence pnpm.catalog.default patch
@angular-devkit/schematics 22.0.0-next.022.0.0-next.2 age adoption passing confidence pnpm.catalog.default patch
@angular/build 22.0.0-next.022.0.0-next.2 age adoption passing confidence pnpm.catalog.default patch
@angular/cli 22.0.0-next.022.0.0-next.2 age adoption passing confidence pnpm.catalog.default patch
@angular/common (source) 22.0.0-next.022.0.0-next.4 age adoption passing confidence pnpm.catalog.default patch
@angular/compiler (source) 22.0.0-next.022.0.0-next.4 age adoption passing confidence pnpm.catalog.default patch
@angular/compiler-cli (source) 22.0.0-next.022.0.0-next.4 age adoption passing confidence pnpm.catalog.default patch
@angular/core (source) 22.0.0-next.022.0.0-next.4 age adoption passing confidence pnpm.catalog.default patch
@angular/forms (source) 22.0.0-next.022.0.0-next.4 age adoption passing confidence pnpm.catalog.default patch
@angular/localize 22.0.0-next.022.0.0-next.4 age adoption passing confidence pnpm.catalog.default patch
@angular/ng-dev b0ab311ae3393e devDependencies digest
@angular/platform-browser (source) 22.0.0-next.022.0.0-next.4 age adoption passing confidence pnpm.catalog.default patch
@angular/platform-browser-dynamic (source) 22.0.0-next.022.0.0-next.4 age adoption passing confidence pnpm.catalog.default patch
@angular/platform-server (source) 22.0.0-next.022.0.0-next.4 age adoption passing confidence pnpm.catalog.default patch
@angular/router (source) 22.0.0-next.022.0.0-next.4 age adoption passing confidence pnpm.catalog.default patch
@angular/ssr 22.0.0-next.022.0.0-next.2 age adoption passing confidence pnpm.catalog.default patch
@schematics/angular 22.0.0-next.022.0.0-next.2 age adoption passing confidence pnpm.catalog.default patch
angular/dev-infra e006a339de194d action digest
devinfra 491fa7f9de194d git_override digest
rules_angular 2fe6d3bcc27b64 git_override digest
rules_browsers 7043f9179771c9 git_override digest
rules_sass 9135eea6c5490b 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-cli (@​angular-devkit/build-angular)

v22.0.0-next.2

Compare Source

@​angular/cli
Commit Type Description
c9f07db8f fix use parsed package name for migrate-only updates
@​schematics/angular
Commit Type Description
6572a6944 fix default components to OnPush change detection
@​angular/build
Commit Type Description
9b33e1781 fix alias createRequire banner import to avoid duplicate binding
4643a8a3b fix only use external packages for polyfills when no local files are present
@​angular/ssr
Commit Type Description
4d564f66f fix disallow x-forwarded-prefix starting with a backslash
ff1160e30 fix ensure unique values in redirect response Vary header
998b8298e fix support custom headers in redirect responses

v22.0.0-next.1

Compare Source

Breaking Changes

@​angular/build
  • The @angular/build:dev-server (ng serve) now assigns the highest priority to the PORT environment variable. This value will override any port configurations specified in angular.json or via the --port command-line flag. This includes the default port 4200.
@​schematics/angular
Commit Type Description
b3d838dfd fix replace deprecated ChangeDetectionStrategy.Default with Eager
@​angular/cli
Commit Type Description
598a690a0 fix conditionally quote package names when adding dependencies based on host requirements
b5fb457e1 fix preserve exact version in ng add when requested
93c3eb8fb fix update zoneless migration tool to handle ChangeDetectionStrategy.Eager
ad0fd5f41 perf avoid redundant package version resolution in ng add
a39a33128 perf cache root manifest and resolve restricted package exports in ng add
@​angular/build
Commit Type Description
fe720cab6 feat add process.env.PORT support to the dev server
af2c7e944 feat rename experimentalPlatform to platform in application builder
6324133c2 fix normalize line endings for CSP hash generation
839c725c2 fix pass process environment variables to prerender workers
f30f8900e fix resolve assets correctly during i18n prerendering
angular/angular (@​angular/common)

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

@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 Feb 23, 2026
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from f6036d8 to 73c26be Compare February 24, 2026 10:48
@angular-robot angular-robot changed the title build: update cross-repo angular dependencies to v21.2.0-rc.1 (main) build: update cross-repo angular dependencies to v21.2.0-rc.2 (main) Feb 24, 2026
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 73c26be to d73d9c9 Compare February 24, 2026 15:50
@angular-robot angular-robot changed the title build: update cross-repo angular dependencies to v21.2.0-rc.2 (main) build: update cross-repo angular dependencies (main) Feb 24, 2026
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 21 times, most recently from 28f5405 to 597d814 Compare March 3, 2026 21:45
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 23 times, most recently from aa36b74 to 1cc627f Compare March 11, 2026 20:46
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 5 times, most recently from fdcfa1c to 21d6764 Compare March 12, 2026 15:28
See associated pull request for more information.
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