build: update angular dependencies #1981
Closed
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:
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.2
->18.0.0-next.3
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
18.0.0-next.4
->18.0.0-next.5
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
angular/angular (@angular/animations)
v18.0.0-next.5
Compare Source
Breaking Changes
common
isPlatformWorkerUi
andisPlatformWorkerApp
have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.compiler
core
Angular will ensure change detection runs, even when the state update originates from
outside the zone, tests may observe additional rounds of change
detection compared to the previous behavior.
This change will be more likely to impact existing unit tests.
This should usually be seen as more correct and the test should be updated,
but in cases where it is too much effort to debug, the test can revert to the old behavior by adding
provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly})
to the
TestBed
providers.Similarly, applications which may want to update state outside the zone
and not trigger change detection can add
provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly})
to the providers in
bootstrapApplication
or addschedulingMode: NgZoneSchedulingMode.NgZoneOnly
to theBootstrapOptions
ofbootstrapModule
.Testability methods
increasePendingRequestCount
,decreasePendingRequestCount
andgetPendingRequestCount
have beenremoved. This information is tracked with zones.
common
isPlatformWorkerApp
andisPlatformWorkerUi
API (#55302)compiler
core
addEvent
(#55353)service-worker
controllerchange
(#54222)angular/components (@angular/cdk)
v18.0.0-next.5
Compare Source
cdk
material
google-maps
angular/angular-cli (@angular/cli)
v18.0.0-next.3
Compare Source
Breaking Changes
@angular/cli
ng doc
command has been removed without a replacement. To perform searches, please visit www.angular.dev@angular-devkit/build-angular
By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the
index
option to specify theoutput
file name.@angular/cli
ng doc
command@angular-devkit/build-angular
Unable to deserialize cloned data
issue with Yarn PnPindex.html
file in the browser directory when using SSR.type="text/css"
fromstyle
tagConfiguration
📅 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.