Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Aug 20, 2025

This PR contains the following updates:

Package Type Update Change
@angular-devkit/build-angular pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular-devkit/core pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular-devkit/schematics pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/animations (source) pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/build pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/cli pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/common (source) pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/compiler (source) pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/compiler-cli (source) pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/core (source) pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/forms (source) pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/localize pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/ng-dev devDependencies digest b9bae2c -> c93dfc8
@angular/platform-browser (source) pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/platform-browser-dynamic (source) pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/platform-server (source) pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/router (source) pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@angular/ssr pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
@schematics/angular pnpm.catalog.default major 20.2.0-rc.1 -> 21.0.0-next.0
angular/dev-infra action digest 7a11f99 -> 72f5a5f
devinfra git_repository digest 7a11f99 -> 72f5a5f

🔡 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.0.0-next.0

Compare Source

@​angular/build
Commit Type Description
0505f954d fix allow unit-test progress option passthrough for building

v20.2.0

Compare Source

@​angular/cli
Commit Type Description
b4de9a1bf feat add --experimental-tool option to mcp command
755ba70fd feat add --local-only option to mcp command
59d7ef343 feat add --read-only option to mcp command
4e92eb6f1 feat add modernize tool to the MCP server
a3b25f675 fix add choices to command line parser when type is array and has an enum
e19eee614 fix address Node.js deprecation DEP0190
4ee6f327a fix apply default to array types
8ba6b0bcc fix use correct path for MCP get_best_practices tool
@​schematics/angular
Commit Type Description
2e3cfd598 feat add migration to remove default Karma configurations
d80dae276 feat add schematics to generate ai context files.
ffe6fb916 fix allow AI config prompt to be skipped without selecting a value
ae2802b7d fix improve AI config prompt wording
b017f84fd fix improve coverage directory handling for Karma configuration comparisons
6a79f9a75 fix zoneless is now stable
@​angular-devkit/schematics
Commit Type Description
c43504d8d fix address Node.js deprecation DEP0190
@​angular/build
Commit Type Description
fb06bb505 feat add headless mode for vitest browser mode
angular/angular (@​angular/animations)

v21.0.0-next.0

Compare Source

Breaking Changes

compiler-cli
  • The Angular compiler now produces an error when the
    the emitDeclarationOnly TS compiler option is enabled as this mode is
    not supported.
router
  • lastSuccessfulNavigation is now a signal and needs to be invoked
compiler-cli
Commit Type Description
be7110342b fix disallow compiling with the emitDeclarationOnly TS compiler option enabled (#​61609)
http
Commit Type Description
4bed062bc9 feat Provide http services in root (#​56212)
router
Commit Type Description
4e0fc81491 feat convert lastSuccessfulNavigation to signal (#​63057)

v20.2.1

Compare Source

compiler
Commit Type Description
a28672fb70 fix Keep paraenthesis in Nullish + Boolean expression. (#​63292)

v20.2.0

Compare Source

Deprecations

animations
core
router
  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.
  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.
animations
Commit Type Description
9766116cea refactor deprecate the animations package (#​62795)
compiler
Commit Type Description
7767aa640c fix allow more characters in square-bracketed attribute names (#​62742)
7b51728813 fix fixes animation event host bindings not firing (#​63217)
compiler-cli
Commit Type Description
5abfe4a899 feat add diagnostic for uninvoked functions in text interpolation (#​59191)
c4917074f1 fix display proper function in NG8117 message (#​62842)
812463c563 fix Ignore diagnostics on ngTemplateContextGuard lines in TCB (#​63054)
45b030b5ce fix prevent dom event assertion in TCB generation on older angular versions (#​63053)
core
Commit Type Description
6b1f4b9e8b feat add enter and leave animation instructions (#​62682)
cec91c0035 feat add option to infer the tag names of components in tests (#​62283)
141bb75ff2 feat Promote zoneless to stable (#​62699)
4138aca91f feat render ARIA property bindings as attributes (#​62630)
a409534d6c feat support as aliases on else if blocks (#​63047)
745ea44394 feat support TypeScript 5.9 (#​62541)
593cc8a368 fix checks if body exists before continuing (#​62768)
bdc31675b7 fix ensure animate events do not have duplicate elements (#​63216)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#​62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#​62979)
ebd622b344 fix fixes empty animations when recalculating styles (#​63007)
455b147488 fix fixes timing issues with enter animations (#​62925)
f9d73cc687 fix handle cases where classes added have no animations (#​63242)
6a1184600c fix prevents duplicate nodes when @if toggles with leave animations (#​63048)
063b5e166f fix switch check to documentElement with chaining (#​62773)
320de4e96d refactor deprecate animations field on component interface (#​62895)
forms
Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#​57102)
http
Commit Type Description
0984b30388 feat Add redirected property to HttpResponse and HttpErrorResponse (#​62675)
be811fee79 feat add referrer & integrity support for fetch requests in httpResource (#​62461)
1cf9d9064c feat Add support for fetch referrer & integrity options in HttpClient (#​62417)
1408baff45 fix Add missing timeout and transferCache options to HttpClient (#​62586)
language-service
Commit Type Description
c81e345e72 feat support auto-import for attribute completions (#​62797)
d64dd27a02 feat support to report the deprecated API in the template (#​62054)
591c7e2ec8 fix Support to resolve the re-export component. (#​62585)
platform-browser
Commit Type Description
52b8e07d6e feat Warns on conflicting hydration and blocking navigation (#​62963)
router
Commit Type Description
d00b3fed58 feat add a currentNavigation signal to the Router service. (#​62971)
687c374826 feat add a currentNavigation signal to the Router service. (#​63011)
9c45c322d1 fix ensure preloaded components are properly activated (#​62502)
service-worker
Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#​62834)
5220b51e75 feat Adds for type in provideServiceWorker (#​62831)
4ac6171b09 feat Adds support for updateViaCache in provideServiceWorker (#​62721)
b65c3d5e19 feat Improves storage full detection in data caching (#​62737)
3b214d2040 feat Logs unhandled promise rejections in service worker (#​63059)
6d011687ec feat notify clients about version failures (#​62718)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

See associated pull request for more information.
@angular-robot angular-robot requested review from a team as code owners August 20, 2025 16:54
@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: minor This PR is targeted for the next minor release labels Aug 20, 2025
@angular-robot angular-robot requested review from adolgachev and andrewseguin and removed request for a team August 20, 2025 16:54
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release area: build & ci Related the build and CI infrastructure of the project labels Aug 20, 2025
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: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant