Skip to content

build: update cross-repo angular dependencies #31587

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 Jul 23, 2025

This PR contains the following updates:

Package Type Update Change
@angular-devkit/build-angular pnpm.catalog.default patch 20.2.0-next.1 -> 20.2.0-next.2
@angular-devkit/core pnpm.catalog.default patch 20.2.0-next.1 -> 20.2.0-next.2
@angular-devkit/schematics pnpm.catalog.default patch 20.2.0-next.1 -> 20.2.0-next.2
@angular/animations (source) pnpm.catalog.default patch 20.2.0-next.2 -> 20.2.0-next.6
@angular/build pnpm.catalog.default patch 20.2.0-next.1 -> 20.2.0-next.2
@angular/cli pnpm.catalog.default patch 20.2.0-next.1 -> 20.2.0-next.2
@angular/common (source) pnpm.catalog.default patch 20.2.0-next.2 -> 20.2.0-next.6
@angular/compiler (source) pnpm.catalog.default patch 20.2.0-next.2 -> 20.2.0-next.6
@angular/compiler-cli (source) pnpm.catalog.default patch 20.2.0-next.2 -> 20.2.0-next.6
@angular/core (source) pnpm.catalog.default patch 20.2.0-next.2 -> 20.2.0-next.6
@angular/forms (source) pnpm.catalog.default patch 20.2.0-next.2 -> 20.2.0-next.6
@angular/localize pnpm.catalog.default patch 20.2.0-next.2 -> 20.2.0-next.6
@angular/ng-dev devDependencies digest 75a2aee -> 498f968
@angular/platform-browser (source) pnpm.catalog.default patch 20.2.0-next.2 -> 20.2.0-next.6
@angular/platform-browser-dynamic (source) pnpm.catalog.default patch 20.2.0-next.2 -> 20.2.0-next.6
@angular/platform-server (source) pnpm.catalog.default patch 20.2.0-next.2 -> 20.2.0-next.6
@angular/router (source) pnpm.catalog.default patch 20.2.0-next.2 -> 20.2.0-next.6
@angular/ssr pnpm.catalog.default patch 20.2.0-next.1 -> 20.2.0-next.2
@schematics/angular pnpm.catalog.default patch 20.2.0-next.1 -> 20.2.0-next.2
angular/dev-infra action digest 5293c18 -> 51b5bd1
devinfra git_repository digest 5293c18 -> 51b5bd1

🔡 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)

v20.2.0-next.2

Compare Source

@​angular/cli
Commit Type Description
193b39416 fix skip workspace-specific tools when outside a workspace
@​angular/build
Commit Type Description
7a183730c fix skip vite transformation of CSS-like assets
angular/angular (@​angular/animations)

v20.2.0-next.6

Compare Source

compiler-cli
Commit Type Description
812463c563 fix Ignore diagnostics on ngTemplateContextGuard lines in TCB (#​63054)
45b030b5ce fix prevent dom event assertion in TCB generation on older angular versions (#​63053)

v20.2.0-next.5

Compare Source

Deprecations

router
  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.
platform-browser
Commit Type Description
d24d5742db feat Add IsolatedShadowDom encapsulation method (#​62723)
router
Commit Type Description
687c374826 feat add a currentNavigation signal to the Router service. (#​63011)

v20.2.0-next.4

Compare Source

Deprecations

router
  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.
compiler-cli
Commit Type Description
fb1fc823c4 fix correctly type check host listeners to own outputs (#​62965)
core
Commit Type Description
141bb75ff2 feat Promote zoneless to stable (#​62699)
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)
648bbb097e fix properly recognize failed fetch responses when loading external resources in JIT (#​62992)
forms
Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#​57102)
http
Commit Type Description
e5d6fb5825 fix Reset headers, progress, and statusCode when using set() in HttpResource (#​62873)
migrations
Commit Type Description
b1514d512e fix incorrect filtering in inject migration (#​62913)
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)
service-worker
Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#​62834)
5220b51e75 feat Adds for type in provideServiceWorker (#​62831)

v20.2.0-next.3

Compare Source

Deprecations

animations
core
animations
Commit Type Description
9766116cea refactor deprecate the animations package (#​62795)
compiler
Commit Type Description
5b25d93f27 fix exclude more safe reads expression from 2way-binding (#​62852)
compiler-cli
Commit Type Description
c4917074f1 fix display proper function in NG8117 message (#​62842)
core
Commit Type Description
92c2d2a006 fix update symbols for new signals api (#​62284)
320de4e96d refactor deprecate animations field on component interface (#​62895)
http
Commit Type Description
0984b30388 feat Add redirected property to HttpResponse and HttpErrorResponse (#​62675)
245494ad29 fix add missing http options allowed in fetch API (#​62881)
1b73c23597 fix propagate plain errors when parsing fails (#​62765)
service-worker
Commit Type Description
b65c3d5e19 feat Improves storage full detection in data caching (#​62737)
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.

@angular-robot angular-robot requested a review from a team as a code owner July 23, 2025 17:38
@angular-robot angular-robot added the action: merge The PR is ready for merge by the caretaker label Jul 23, 2025
@angular-robot angular-robot requested a review from a team as a code owner July 23, 2025 17:38
@angular-robot angular-robot added the area: build & ci Related the build and CI infrastructure of the project label Jul 23, 2025
@angular-robot angular-robot requested review from crisbeto and wagnermaciel and removed request for a team July 23, 2025 17:38
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 9 times, most recently from 95041bd to 52a3942 Compare July 30, 2025 16:41
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 14 times, most recently from 53b5a5e to 09090d8 Compare August 5, 2025 17:04
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 11 times, most recently from 5dfd499 to 1bb3c8b Compare August 7, 2025 19:35
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 1bb3c8b to 23516ad Compare August 7, 2025 23:04
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant