Skip to content

build: update cross-repo angular dependencies #31177

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

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented May 21, 2025

This PR contains the following updates:

Package Type Update Change
@angular-devkit/build-angular pnpm.catalog.default patch 20.0.0-rc.2 -> 20.0.0-rc.3
@angular-devkit/build-angular devDependencies patch 20.0.0-rc.2 -> 20.0.0-rc.3
@angular-devkit/core pnpm.catalog.default patch 20.0.0-rc.2 -> 20.0.0-rc.3
@angular-devkit/schematics pnpm.catalog.default patch 20.0.0-rc.2 -> 20.0.0-rc.3
@angular/animations (source) pnpm.catalog.default patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/animations (source) dependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/build pnpm.catalog.default patch 20.0.0-rc.2 -> 20.0.0-rc.3
@angular/cli pnpm.catalog.default patch 20.0.0-rc.2 -> 20.0.0-rc.3
@angular/cli devDependencies patch 20.0.0-rc.2 -> 20.0.0-rc.3
@angular/common (source) pnpm.catalog.default patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/common (source) dependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/compiler (source) pnpm.catalog.default patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/compiler (source) dependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/compiler-cli (source) pnpm.catalog.default patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/compiler-cli (source) devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/core (source) pnpm.catalog.default patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/core (source) dependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/forms (source) pnpm.catalog.default patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/forms (source) dependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/localize pnpm.catalog.default patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/ng-dev devDependencies digest a0e5237 -> 605518e
@angular/platform-browser (source) pnpm.catalog.default patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/platform-browser (source) dependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/platform-browser-dynamic (source) pnpm.catalog.default patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/platform-server (source) pnpm.catalog.default patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/router (source) pnpm.catalog.default patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/router (source) dependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/ssr pnpm.catalog.default patch 20.0.0-rc.2 -> 20.0.0-rc.3
@schematics/angular pnpm.catalog.default patch 20.0.0-rc.2 -> 20.0.0-rc.3
angular/dev-infra action digest b5a3609 -> fd57e38
devinfra git_repository digest b5a3609 -> fd57e38

🔡 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.0.0-rc.3

Compare Source

@​angular/cli
Commit Type Description
787e510dc fix update min Node.js support to 20.19, 22.12, and 24.0
@​schematics/angular
Commit Type Description
b13805a77 fix use protected for class member
@​angular-devkit/build-angular
Commit Type Description
a42e045ba fix respect i18nDuplicateTranslation option when duplicates exist
@​angular/build
Commit Type Description
b155ba1dc fix enable unit-test builder watch outside CI
7877d9a97 fix ensure disabled vitest config loading
aec95042b fix exclude only source test files with unit-test vitest support
c51a540ce fix provide direct debugging support for unit test builder
eee816f79 fix use global unit-test hooks during TestBed init
@​angular/pwa
Commit Type Description
5b43174f1 fix remove background_color and theme_color from manifest
@​angular/ssr
Commit Type Description
059c10eb4 fix SSR should work without @angular/router
angular/angular (@​angular/animations)

v20.0.0-rc.2

Compare Source

Deprecations

platform-browser
  • All entries of the @angular/platform-browser-dynamic

Breaking Changes

core
  • Resource.value() now returns a default value when in a loading state after reloading the error state
  • Resource.value() now throws an error when it's in an error state. Previously it returned undefined.
  • Resource.error now has a type of Signal<Error | undefined> instead of Signal<unknown>
  • Resource.reload has been moved to WritableResource.reload.
common
Commit Type Description
af7881abac fix cancel reader when app is destroyed (#​61528)
966df84351 fix prevent reading chunks if app is destroyed (#​61354)
compiler
Commit Type Description
e74266b108 fix avoid conflicts between HMR code and local symbols (#​61550)
compiler-cli
Commit Type Description
b57084267e fix Always retain prior results for all files (#​61487)
7a3a41f33f fix avoid ECMAScript private field metadata emit (#​61227)
core
Commit Type Description
7efb3384a7 fix cleanup rxResource abort listener (#​58306)
b90160d10a fix cleanup testability subscriptions (#​61261)
3ba39bc28f fix getting resource value throws an error instead of returning undefined (#​61441)
ca6295e90b fix handle different DI token types in Chrome DevTools integration (#​61333)
d62379bb13 fix move reload method from Resource to WritableResource (#​61441)
a89f1cff24 fix narrow error type for resources API (#​61441)
6e79eaf739 fix reading resource value after reload in the error state (#​61441)
350776b412 fix TestBed.tick should ensure test components are synchronized (#​61382)
648d42fe65 fix Testing should not throw when Zone does not patch test FW APIs (#​61376)
5dbeb42308 fix unregister onDestroy in toSignal. (#​61514)
30e081287d fix update min Node.js support to 20.19, 22.12, and 24.0 (#​61500)
platform-browser
Commit Type Description
bc2cab747f refactor Deprecate the platform-browser-dynamic package (#​61043)
platform-server
Commit Type Description
6d8e57d131 perf speed up resolution of base (#​61392)

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 review from a team as code owners May 21, 2025 15:37
@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 May 21, 2025
@angular-robot angular-robot requested review from mmalerba and ok7sai and removed request for a team May 21, 2025 15:37
@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 May 21, 2025
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 846012b to 5b5a2e4 Compare May 21, 2025 20:36
mmalerba pushed a commit to mmalerba/components that referenced this pull request May 21, 2025
See associated pull request for more information.

Closes angular#31177 as a pr takeover
@mmalerba mmalerba removed the action: merge The PR is ready for merge by the caretaker label May 21, 2025
mmalerba added a commit that referenced this pull request May 21, 2025
* build: update cross-repo angular dependencies

See associated pull request for more information.

Closes #31177 as a pr takeover

* fixup! build: update cross-repo angular dependencies

---------

Co-authored-by: Angular Robot <angular-robot@google.com>
@angular-robot angular-robot deleted the ng-renovate/cross-repo-angular-dependencies branch May 21, 2025 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

2 participants