build: update cross-repo angular dependencies (next) - autoclosed #31071
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.
This PR contains the following updates:
20.0.0-next.4->20.0.0-rc.0^19.2.0->^20.0.0-rc20.0.0-next.5->20.0.0-rc.0^19.2.0->^20.0.0-rc^19.2.0->^20.0.0-rc20.0.0-next.4->20.0.0-rc.0^19.2.0->^20.0.0-rc0.0.0-NG->20.0.0-rc.020.0.0-next.5->20.0.0-rc.0^19.2.0->^20.0.0-rc20.0.0-next.5->20.0.0-rc.0^19.2.0->^20.0.0-rc20.0.0-next.5->20.0.0-rc.0^19.2.0->^20.0.0-rc0.0.0-NG->20.0.0-rc.020.0.0-next.5->20.0.0-rc.0^19.2.0->^20.0.0-rc0.0.0-NG->20.0.0-rc.020.0.0-next.5->20.0.0-rc.0^19.2.0->^20.0.0-rc^19.2.0->^20.0.0-rc^19.2.0->^20.0.0-rc^19.2.0->^20.0.0-rca9e4627->7bcd0c20.0.0-NG->20.0.0-rc.020.0.0-next.5->20.0.0-rc.0^19.2.0->^20.0.0-rc^19.2.0->^20.0.0-rc20.0.0-next.5->20.0.0-rc.0^19.2.0->^20.0.0-rce4bf37a->d34410435131fc->d344104🔡 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.0Compare Source
@angular/cli
@schematics/angular
@angular-devkit/build-angular
@angular/build
browseroption@angular/pwa
v20.0.0-next.9Compare Source
@schematics/angular
@angular/build
com.chrome.devtools.jsonis consistently served after initial run@angular/ssr
v20.0.0-next.8Compare Source
@schematics/angular
@angular/build
v20.0.0-next.7Compare Source
@schematics/angular
@angular/build
@angular/ssr
getPrerenderParamsfor wildcard routesv20.0.0-next.6Compare Source
@schematics/angular
@angular/build
modulevalue check when adding custom conditionspreserveSymlinksoption to Karma esbuild builderv20.0.0-next.5Compare Source
@schematics/angular
.ng.htmlextension@angular/build
compositeoption with Angular compiler@angular/ssr
@ngtools/webpack
angular/angular (@angular/animations)
v20.0.0-rc.0Compare Source
common
updateLatestValueif view is destroyed before promise resolves (#58041)core
platform-server
v20.0.0-next.9Compare Source
Breaking Changes
core
the
TestBed.flushEffects()was removed - usethe
TestBed.tick()instead.provideExperimentalCheckNoChangesForDebughas severalbreaking changes:
provideCheckNoChangesConfiguseNgZoneOnStableoption is removed. This wasn't found to be generallymore useful than
intervalafterRender was renamed to afterEveryRender.
This commit deprecates
ng-reflect-*attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying onng-reflect-*attributes.To enable a more seamless upgrade to v20, we've added the
provideNgReflectAttributes()function (can be imported from the@angular/corepackage), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add theprovideNgReflectAttributes()function to the list of providers within the bootstrap call.common
compiler-cli
core
provideExperimentalCheckNoChangesForDebugtoprovideCheckNoChangesConfig(#60906)ng-reflectattributes by default (#60973)http
v20.0.0-next.8Compare Source
Breaking Changes
compiler
core
provideExperimentalZonelessChangeDetectionisrenamed to
provideZonelessChangeDetectionas it is now "DeveloperPreview" rather than "Experimental".
router
RedirectFncan now returnObservableorPromise. Any code that directly calls functions returning this typemay need to be adjusted to account for this.
required writable arrays have now been updated to accept readonly
arrays when no mutations are done.
Deprecations
platform-server
@angular/platform-server/testingUse e2e tests to verify SSR behavior instead.
compiler
inkeyword in Binary expression (#58432)core
@Attributeas optional (#60916)forms
platform-server
router
v20.0.0-next.7Compare Source
common
NgOptimizedImageexceeds the preload limit (#60879)core
http
httpResource(#60802)v20.0.0-next.6Compare Source
Breaking Changes
core
runs automatic change detection or manual calls to
ApplicationRef.tick.Prior to this change, animations would not be flushed in some situations
if change detection did not run on any views attached to the
application. This change can affect tests which may rely on the old
behavior, often by making assertions on DOM elements that should have
been removed but weren't because DOM removal is delayed until animations
are flushed.
compiler
@forblocks (#60495)compiler-cli
core
toObservableas stable (#60449)ApplicationRef.prototype.bootstrapinNgZone(#60720)http
language-service
angular/components (@angular/cdk)
v20.0.0-rc.0Compare Source
cdk-experimental
docs
v20.0.0-next.10Compare Source
v20.0.0-next.9Compare Source
Breaking Changes
cdk
CanStickhas been removed.CDK_TABLE_TEMPLATEhas been removed.StickyDirectionhas been removed.StickyStylerhas been removed.cdk-experimental
google-maps
material
cdk
multiple
v20.0.0-next.8Compare Source
cdk
resetToBoundary(#30436)material
cdk-experimental
multiple
v20.0.0-next.7Compare Source
cdk
material
youtube-player
cdk-experimental
v20.0.0-next.6Compare Source
cdk
material
cdk-experimental
material-angular-io
multiple
v20.0.0-next.5Compare Source
cdk
material
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 is behind base branch, 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.