Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Nov 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular-devkit/core 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular-devkit/schematics 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/build 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/cli 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/common (source) 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/compiler (source) 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/compiler-cli (source) 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/core (source) 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/forms (source) 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/localize 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/ng-dev 3986950 -> 4c28145 devDependencies digest
@angular/platform-browser (source) 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/platform-browser-dynamic (source) 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/platform-server (source) 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/router (source) 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@angular/ssr 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
@schematics/angular 21.0.0 -> 21.1.0-next.0 age adoption passing confidence pnpm.catalog.default minor
angular/dev-infra 7fa1ab5 -> 95e3a0e action digest
devinfra 7fa1ab5 -> 95e3a0e 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.1.0-next.0

Compare Source

@​angular/cli
Commit Type Description
c3c9ac506 feat Add MCP tools for building and running devservers
@​schematics/angular
Commit Type Description
36cf3afb4 feat add browserMode option to jasmine-vitest schematic
18cf6c51b fix add MCP configuration file to new workspaces
@​angular/build
Commit Type Description
ad99e00ad fix simplify SSL handling for ng serve with SSR (#​31722)

v21.0.1

Compare Source

@​angular/cli
Commit Type Description
363496ae0 fix ensure dependencies are resolved correctly for node modules directory check
@​schematics/angular
Commit Type Description
2f58705cb fix add missing imports for lifecycle hooks in jasmine-vitest migration
c973bb9ca fix add mock names to createSpyObj transformation
4534c9848 fix do not set esModuleInterop and moduleResolution when module is preserve
16d898e75 fix fix migration of jasmine.clock().mockDate()
21c3eac72 fix handle createSpyObj without base name on refactor-jasmine-vitest
b8c99aa4c fix improve safety of done callback transformation
4a71e06fc fix silently skip when the build target already uses one of the new builders
2ffdae421 fix support testRunner option in library schematic
145de4a58 fix warn about loose matching in arrayWithExactContents
@​angular/build
Commit Type Description
d097df2d7 fix correct Vitest coverage path resolution for JSDOM on Windows
cdb607ada fix correctly configure per-browser headless mode in Vitest runner
244931ece fix correctly invoke isTTY as a function
54d542738 fix ensure correct URL joining for prerender routes
a28b38bbe fix force dev-server to use HTTP/1.1 when using SSR with SSL
59ff867f0 fix normalize --include paths to posix
@​angular/ssr
Commit Type Description
03e231216 fix handle X-Forwarded-Prefix and APP_BASE_HREF in redirects
3cac01882 fix prevent redirect loop with encoded query parameters
angular/angular (@​angular/common)

v21.1.0-next.0

Compare Source

platform-browser
Commit Type Description
ec9dc94cee feat add context to createApplication
ab67988d2e feat resolve JIT resources in createApplication
router
Commit Type Description
a03c82564d feat Add scroll behavior controls on router navigation
c25d749d85 feat Execute RunGuardsAndResolvers function in injection context
c84d372778 feat Support wildcard params with segments trailing (#​64737)

v21.0.1

Compare Source

compiler-cli
Commit Type Description
39c577bc36 fix do not type check native controls with ControlValueAccessor
8d3a89a477 fix escape angular control flow in jsdoc
bc34083d34 fix ignore non-existent files
core
Commit Type Description
0ea1e07174 fix apply bootstrap-options migration to platformBrowserDynamic
70507b8c1c fix debug data causing memory leak for root effects
a55482fca3 fix notify profiler events in case of errors
49ad7c6508 fix use injected DOCUMENT for CSP_NONCE
cc1ec09931 perf avoid repeat searches for field directive
forms
Commit Type Description
7d5c7cf99a feat add DI option for classes on Field directive
8acf5d2756 fix allow dynamic type bindings on signal form controls
de5fca94c5 fix run reset as untracked
http
Commit Type Description
3240d856d9 fix prevent XSRF token leakage to protocol-relative URLs
migrations
Commit Type Description
f394215b14 fix detect structural ngTemplateOutlet and ngComponentOutlet

Configuration

📅 Schedule: Branch creation - Every 2 hours, between 12:00 AM and 10:59 PM ( * 0-22/2 * * * ) in timezone Europe/Rome, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@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 labels Nov 10, 2025
@angular-robot angular-robot requested a review from a team November 10, 2025 13:14
@angular-robot angular-robot added the target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] label Nov 10, 2025
@angular-robot angular-robot requested a review from a team as a code owner November 10, 2025 13:14
@angular-robot angular-robot requested review from crisbeto, devversion and tjshiu and removed request for a team November 10, 2025 13:14
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 10 times, most recently from bce9753 to a5e285e Compare November 12, 2025 19:34
@adolgachev adolgachev requested review from adolgachev and removed request for crisbeto, devversion and tjshiu November 13, 2025 02:40
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 5 times, most recently from 972c20d to 36c2db6 Compare November 14, 2025 00:49
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 17 times, most recently from 810688c to 541a7ef Compare November 19, 2025 22:05
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 5 times, most recently from 8464ff3 to dcf593a Compare November 26, 2025 12:47
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from dcf593a to b831a62 Compare November 26, 2025 17:37
@crisbeto crisbeto merged commit b6e329a into angular:main Nov 27, 2025
22 checks passed
@crisbeto
Copy link
Member

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

@angular-robot angular-robot deleted the ng-renovate/main-cross-repo-angular-dependencies branch November 27, 2025 09:37
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.

3 participants