-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: update cross-repo angular dependencies (main) #31767
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
angular-robot
wants to merge
1
commit into
angular:main
from
angular-robot:ng-renovate/main-cross-repo-angular-dependencies
Open
build: update cross-repo angular dependencies (main) #31767
angular-robot
wants to merge
1
commit into
angular:main
from
angular-robot:ng-renovate/main-cross-repo-angular-dependencies
+1,184
−930
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 22, 2025
@angular-robot
angular-robot
requested review from
crisbeto and
ok7sai
and removed request for
a team
August 22, 2025 19:04
josephperrott
josephperrott
approved these changes
Aug 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
7 times, most recently
from
August 25, 2025 20:37
2e65711
to
1de3768
Compare
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
from
August 25, 2025 21:04
1de3768
to
f53af9e
Compare
@angular-robot
angular-robot
changed the title
(削除) build: update cross-repo angular dependencies (main) (削除ここまで)
(追記) build: update angular/dev-infra digest to 80db036 (main) (追記ここまで)
Aug 26, 2025
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
from
August 26, 2025 05:37
f53af9e
to
9acf42a
Compare
@angular-robot
angular-robot
changed the title
(削除) build: update angular/dev-infra digest to 80db036 (main) (削除ここまで)
(追記) build: update cross-repo angular dependencies (main) (追記ここまで)
Aug 26, 2025
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
7 times, most recently
from
August 27, 2025 21:34
132d475
to
ff30559
Compare
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
16 times, most recently
from
September 3, 2025 21:33
b6c90a9
to
47cf6ab
Compare
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
3 times, most recently
from
September 8, 2025 15:04
9dbaf01
to
779382b
Compare
See associated pull request for more information.
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
from
September 8, 2025 16:39
779382b
to
25a6f73
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
e5cf193
->08142c4
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
21.0.0-next.0
->21.0.0-next.2
7a11f99
->df5979b
7e2eefa
->df5979b
🔡 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.2
Compare Source
@angular/cli
ng add
functionality@schematics/angular
addTypeToClassName
option to relevant schematicsng new
@angular/build
v21.0.0-next.1
Compare Source
Breaking Changes
@angular/cli
ng
commands will no longer automatically detect and usecnpm
as the package manager. As an alternative use the.npmrc
file to ensure npm uses the cnpm registry.@angular-devkit/schematics-cli
@schematics/angular
ng new
@angular/cli
cnpm
ng add
dry runng add
ng add
@angular/build
angular/angular (@angular/common)
v21.0.0-next.2
Compare Source
Breaking Changes
common
TestBed
now provides a fakePlatformLocation
implementation that supports the Navigation API. This may break some
tests, though we have not observed any failures internally. You can revert to the
old default for
TestBed
by providing theMockPlatformLocation
from@angular/common/testing
in your providers:{provide: PlatformLocation, useClass: MockPlatformLocation}
core
provideZoneChangeDetection
in theTestBed providers would previously prevent
TestBed
from rethrowingerrors as it should. Errors in the test will now be rethrown, regardless
of the usage of
provideZoneChangeDetection
. Tests should be adjusted toprevent or account for these errors. As in previous major versions,
this behavior can be disabled with
rethrowApplicationErrors: false
inconfigureTestingModule
as a last resort.ignoreChangesOutsideZone
is no longer available as anoption for configuring ZoneJS change detection behavior.
platform-browser
ApplicationConfig
export from@angular/platform-browser
has been removed.Please import
ApplicationConfig
from@angular/core
instead.router
microtasks to complete. Tests have been found to often be highly
dependent on the exact timing of navigation completions with respect to
the microtask queue. The most common fix for tests is to ensure all
navigations have been completed before making assertions. On rare
occasions, this can also affect production applications. This can be
caused by multiple subscriptions to router state throughout the application,
both of which trigger navigations that happened to not conflict with the
previous timing.
upgrade
UpgradeAdapter
is no longer available. Useupgrade/static
insteadcommon
compiler
core
rxResource
stream
threw before returning anObservable
(#63342)forms
http
platform-browser
ApplicationConfig
export (#63529)platform-server
router
upgrade
v21.0.0-next.1
Compare Source
Breaking Changes
common
forms
common
ngModuleFactory
input ofNgComponentOutlet
(#62838)compiler
core
@for
loop animations never get cancelled (#63328)animate.leave
binding to a string with spaces (#63366)forms
migrations
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.
This PR has been generated by Renovate Bot.