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-rc
20.0.0-next.5
->20.0.0-rc.0
^19.2.0
->^20.0.0-rc
^19.2.0
->^20.0.0-rc
20.0.0-next.4
->20.0.0-rc.0
^19.2.0
->^20.0.0-rc
0.0.0-NG
->20.0.0-rc.0
20.0.0-next.5
->20.0.0-rc.0
^19.2.0
->^20.0.0-rc
20.0.0-next.5
->20.0.0-rc.0
^19.2.0
->^20.0.0-rc
20.0.0-next.5
->20.0.0-rc.0
^19.2.0
->^20.0.0-rc
0.0.0-NG
->20.0.0-rc.0
20.0.0-next.5
->20.0.0-rc.0
^19.2.0
->^20.0.0-rc
0.0.0-NG
->20.0.0-rc.0
20.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-rc
a9e4627
->7bcd0c2
0.0.0-NG
->20.0.0-rc.0
20.0.0-next.5
->20.0.0-rc.0
^19.2.0
->^20.0.0-rc
^19.2.0
->^20.0.0-rc
20.0.0-next.5
->20.0.0-rc.0
^19.2.0
->^20.0.0-rc
e4bf37a
->d344104
35131fc
->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.0
Compare Source
@angular/cli
@schematics/angular
@angular-devkit/build-angular
@angular/build
browser
option@angular/pwa
v20.0.0-next.9
Compare Source
@schematics/angular
@angular/build
com.chrome.devtools.json
is consistently served after initial run@angular/ssr
v20.0.0-next.8
Compare Source
@schematics/angular
@angular/build
v20.0.0-next.7
Compare Source
@schematics/angular
@angular/build
@angular/ssr
getPrerenderParams
for wildcard routesv20.0.0-next.6
Compare Source
@schematics/angular
@angular/build
module
value check when adding custom conditionspreserveSymlinks
option to Karma esbuild builderv20.0.0-next.5
Compare Source
@schematics/angular
.ng.html
extension@angular/build
composite
option with Angular compiler@angular/ssr
@ngtools/webpack
angular/angular (@angular/animations)
v20.0.0-rc.0
Compare Source
common
updateLatestValue
if view is destroyed before promise resolves (#58041)core
platform-server
v20.0.0-next.9
Compare Source
Breaking Changes
core
the
TestBed.flushEffects()
was removed - usethe
TestBed.tick()
instead.provideExperimentalCheckNoChangesForDebug
has severalbreaking changes:
provideCheckNoChangesConfig
useNgZoneOnStable
option is removed. This wasn't found to be generallymore useful than
interval
afterRender 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/core
package), 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
provideExperimentalCheckNoChangesForDebug
toprovideCheckNoChangesConfig
(#60906)ng-reflect
attributes by default (#60973)http
v20.0.0-next.8
Compare Source
Breaking Changes
compiler
core
provideExperimentalZonelessChangeDetection
isrenamed to
provideZonelessChangeDetection
as it is now "DeveloperPreview" rather than "Experimental".
router
RedirectFn
can now returnObservable
orPromise
. 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/testing
Use e2e tests to verify SSR behavior instead.
compiler
in
keyword in Binary expression (#58432)core
@Attribute
as optional (#60916)forms
platform-server
router
v20.0.0-next.7
Compare Source
common
NgOptimizedImage
exceeds the preload limit (#60879)core
http
httpResource
(#60802)v20.0.0-next.6
Compare 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
@for
blocks (#60495)compiler-cli
core
toObservable
as stable (#60449)ApplicationRef.prototype.bootstrap
inNgZone
(#60720)http
language-service
angular/components (@angular/cdk)
v20.0.0-rc.0
Compare Source
cdk-experimental
docs
v20.0.0-next.10
Compare Source
v20.0.0-next.9
Compare Source
Breaking Changes
cdk
CanStick
has been removed.CDK_TABLE_TEMPLATE
has been removed.StickyDirection
has been removed.StickyStyler
has been removed.cdk-experimental
google-maps
material
cdk
multiple
v20.0.0-next.8
Compare Source
cdk
resetToBoundary
(#30436)material
cdk-experimental
multiple
v20.0.0-next.7
Compare Source
cdk
material
youtube-player
cdk-experimental
v20.0.0-next.6
Compare Source
cdk
material
cdk-experimental
material-angular-io
multiple
v20.0.0-next.5
Compare 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.