Skip to content

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

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)#66795
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 Jan 28, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular 21.1.0-rc.021.2.0-next.2 age adoption passing confidence dependencies minor
@angular-devkit/build-angular 21.1.0-rc.021.2.0-next.2 age adoption passing confidence devDependencies minor
@angular-devkit/core 21.1.0-rc.021.2.0-next.2 age adoption passing confidence dependencies minor
@angular-devkit/schematics 21.1.0-rc.021.2.0-next.2 age adoption passing confidence dependencies minor
@angular/aria 21.2.0-next.121.2.0-next.4 age adoption passing confidence dependencies patch
@angular/build 21.1.0-rc.021.2.0-next.2 age adoption passing confidence dependencies minor
@angular/build 21.1.0-rc.021.2.0-next.2 age adoption passing confidence devDependencies minor
@angular/build ^21.1.0-next^21.2.0-next age adoption passing confidence devDependencies minor
@angular/cdk 21.2.0-next.121.2.0-next.4 age adoption passing confidence dependencies patch
@angular/cli 21.1.0-rc.021.2.0-next.2 age adoption passing confidence dependencies minor
@angular/cli 21.1.0-rc.021.2.0-next.2 age adoption passing confidence devDependencies minor
@angular/cli ^21.1.0-next^21.2.0-next age adoption passing confidence devDependencies minor
@angular/material 21.2.0-next.121.2.0-next.4 age adoption passing confidence dependencies patch
@angular/ng-dev 73f978f914d518 devDependencies digest
@angular/ssr 21.1.0-rc.021.2.0-next.2 age adoption passing confidence dependencies minor
@angular/ssr ^21.1.0-next^21.2.0-next age adoption passing confidence peerDependencies minor
@schematics/angular 21.1.0-rc.021.2.0-next.2 age adoption passing confidence dependencies minor
angular/dev-infra 8757d81a38ba21 action digest
devinfra 8757d81a38ba21 git_override digest

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


Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v21.2.0-next.2

Compare Source

@​angular/build
Commit Type Description
cad7a7c0f feat run vitest browser with playwright with OS theme
8ae7f59e6 fix correctly resolve absolute setup file paths in Vitest
fd5cb28c8 fix explicitly fail when using Vitest runtime mocking

v21.2.0-next.1

Compare Source

@​angular/cli
Commit Type Description
91b9d281f feat integrate file formatting into update migrations
6f29a8c35 fix renamed files by their new path in the schematic workflow
bc363af8b perf optimize package manager discovery with stat-based probing
@​schematics/angular
Commit Type Description
5d1df50d8 fix add actionable feedback to vitest-browser schematic
51fc77828 fix warn when production configuration is missing for service worker
@​angular/build
Commit Type Description
ece30f235 feat add headless option to unit-test builder
1f114a9e8 fix bundle setup files in unit-test builder for Vitest

v21.2.0-next.0

Compare Source

@​angular/cli
Commit Type Description
0dd04f289 feat add markdown files to Prettier's formatting list
fbae1b6ab feat automatic formatting files modified by schematics
98a24d040 feat standardize MCP tools around workspace/project options
d9cd609c5 fix correctly parse scoped packages in yarn classic list output
5b05f2500 fix enable shell option for Prettier execution on Windows platforms
@​schematics/angular
Commit Type Description
aa7381efd feat add a '.prettierrc' file to generated workspaces and add Prettier as dev dependency
f80db6fb7 feat add ng-add support for Vitest browser providers
@​angular-devkit/build-angular
Commit Type Description
b4a8d198c fix address Node.js deprecation DEP0190
@​angular/build
Commit Type Description
0b4982720 fix adjust sourcemap sources when Vitest wrapper is bypassed

v21.1.4

Compare Source

@​angular/build
Commit Type Description
7a9dd6b47 fix correctly resolve absolute setup file paths in Vitest

v21.1.3

Compare Source

@​schematics/angular
Commit Type Description
a18196a10 fix warn when production configuration is missing for service worker
@​angular-devkit/build-angular
Commit Type Description
6d05d27ca fix address Node.js deprecation DEP0190

v21.1.2

Compare Source

@​angular-devkit/schematics-cli
Commit Type Description
e7458c81d fix Add boolean type inference for 'true' and 'false' string values in argument parsing
@​angular-devkit/architect
Commit Type Description
d66f1fe64 fix Add boolean type inference for 'true' and 'false' string values in argument parsing
@​angular/build
Commit Type Description
80911af67 fix loosen Vitest dependency checks when runnerConfig is used
2d30639d3 fix support merging coverage thresholds with Vitest runnerConfig

v21.1.1

Compare Source

@​angular/cli
Commit Type Description
151b69587 fix Remove nonexistent link from MCP response
@​schematics/angular
Commit Type Description
9da6d8fa7 fix correct vscode MCP configuration for new projects
361758c75 fix remove special characters from jasmine-vitest report filename
@​angular/build
Commit Type Description
1b7e3307a fix allow application assets in workspace root
d1e596dc5 fix prevent incorrect catch binding removal in downleveled for-await
98ef0981a fix update undici to v7.18.2

v21.1.0

Compare Source

@​angular/cli
Commit Type Description
772e6efe7 feat add 'test' and 'e2e' MCP tools
8efb86318 feat Add "all" as an experimental tool group
c3c9ac506 feat Add MCP tools for building and running devservers
d635a6c63 feat add signal forms lessons
d8b76e93d fix correctly handle yarn classic tag manifest fetching
7ab5c0b0a fix correctly spawn package managers on Windows in new abstraction
348096623 fix enhance list_projects MCP tool file system traversal and symlink handling
316fca862 fix handle array output from npm view in manifest parser
032257a6d fix improve signal forms lesson examples in AI tutor
18d74dde8 fix rename mcp devserver tools to comply with naming spec
1ad773671 fix update dependency @​modelcontextprotocol/sdk to v1.25.2
45d4f5668 fix update yarn berry package manager configuration
122ed27c9 fix use project-local temporary directory in ng add
a15db28b2 perf cache resolved specific version in package manager abstraction
240588b7e perf optimize ng add version discovery
@​schematics/angular
Commit Type Description
36cf3afb4 feat add browserMode option to jasmine-vitest schematic
e71a72ffd feat generate detailed migration report for refactor-jasmine-vitest
18cf6c51b fix add MCP configuration file to new workspaces
@​angular/build
Commit Type Description
1eda0a99f feat directly support ng-packagr in unit-test builder
87175f9dc feat disable TestBed teardown during debugging in Vitest
1e39c77a4 fix inject source-map-support for Vitest browser tests
3fd7dcd76 fix normalize roots to POSIX in test discovery for Windows compatibility
164e7dbbc fix resolve test files correctly on Windows when using non-C drives
ad99e00ad fix simplify SSL handling for ng serve with SSR (#​31722)
angular/components (@​angular/aria)

v21.2.0-next.4

Compare Source

aria
Commit Type Description
70f8b6aac perf grid: performance when selecting in a large grid (#​32766)
material
Commit Type Description
4ff346bbb fix radio: hide empty labels (#​32754)
bee55117c fix slide-toggle: overly broad selector (#​32740)
06750e02e fix tooltip: do not block events to other overlays
multiple
Commit Type Description
529c1bfd7 fix change aria keyboard manager to only handle repeated events in correct places (#​32728)

v21.2.0-next.3

Compare Source

aria
Commit Type Description
31ff7f26b fix grid: align output naming with styleguide
f1157b1c8 fix menu: Add label property for proper aria-label (#​32710)
d030725f4 fix menu: align output naming with styleguide
06e3d756c fix toolbar: show outline on selected items when forced colors active (#​32708)
material
Commit Type Description
a3f2ec8a9 fix badge: move warning check later (#​32724)
865e3d50c fix chips: Example violates axe accessibility tests (#​32679)
cdk-experimental
Commit Type Description
6fd833d2b perf column-resize: add debounce to column header hover to prevent excessive handler rendering (#​30709)

v21.2.0-next.2

Compare Source

aria
Commit Type Description
82a51f367b fix combobox: Add announcement for empty results to autocomplete demo (#​32707)
0395ca20f4 perf grid: avoid excessive change detections (#​32705)
cdk
Commit Type Description
c71256dfdb fix listbox: incorrect wording in error message (#​32697)
e78587f2bf fix table: throw when multiple row templates are used with virtual scrolling (#​32682)
material
Commit Type Description
c70a4737a9 fix sidenav: incorrectly trapping focus in some cases (#​32699)
34bcffb9f5 fix timepicker: make it easier to style timepicker panel (#​32711)

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

@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 Jan 28, 2026
@ngbot ngbot bot added this to the Backlog milestone Jan 28, 2026
@pullapprove pullapprove bot requested a review from devversion January 28, 2026 14:17
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 12 times, most recently from c276713 to ab095ed Compare February 2, 2026 11:22
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 12 times, most recently from 2b3a59a to d86c64d Compare February 6, 2026 15:56
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 9 times, most recently from d8d0fa3 to 75b582f Compare February 12, 2026 15:26
@alan-agius4 alan-agius4 added action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews and removed state: blocked labels Feb 12, 2026
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 2 times, most recently from 8a968e1 to 3495450 Compare February 12, 2026 18:56
mattrbeck pushed a commit to mattrbeck/angular that referenced this pull request Feb 12, 2026
See associated pull request for more information.

Closes angular#66795 as a pr takeover
mattrbeck added a commit to mattrbeck/angular that referenced this pull request Feb 12, 2026
@mattrbeck mattrbeck mentioned this pull request Feb 12, 2026
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 3495450 to 66d7fe4 Compare February 13, 2026 15:23
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 66d7fe4 to c097dee Compare February 13, 2026 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews 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