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:
b8940cb->2cfccd613.0.0-next.11->13.0.0-next.12e5a4849->410f0a5417e63e->68bd5e413.0.0-next.11->13.0.0-next.124322661->6f1ce1e13.0.0-next.11->13.0.0-next.1210ce3e8->a90db9e13.0.0-next.11->13.0.0-next.12f28e1be->796bf7e13.0.0-next.11->13.0.0-next.1244d91cd->a859d1c13.0.0-next.11->13.0.0-next.126a27af2->303e92d4fdcb42->2d1969413.0.0-next.11->13.0.0-next.12cad080a->6c2aebf1bb8e4c->f4dd213eba73ff->3ed06be13.0.0-next.11->13.0.0-next.1255827dd->e84fbdd13.0.0-next.11->13.0.0-next.127c59660->9ad8c8813.0.0-next.11->13.0.0-next.12c73fdb5->3673c4d13.0.0-next.11->13.0.0-next.12cbfa0e7->a67cca013.0.0-next.11->13.0.0-next.12🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"to the extends array in your config.Release Notes
angular/angular
v13.0.0-next.12Compare Source
Breaking Changes
core
service-worker
SwUpdate#activateUpdateandSwUpdate#checkForUpdatechanged toPromise<boolean>.Although unlikely, it is possible that this change will cause TypeScript type-checking to fail in
some cases. If necessary, update your types to account for the new
return type.
Deprecations
service-worker
SwUpdate#activatedobservable is deprecated.The
SwUpdate#activatedobservable only emits values as a direct response to callingSwUpdate#activateUpdate()and was only useful for determining whether the call resulted in anupdate or not. Now, the return value of
SwUpdate#activateUpdate()can be used to determine theoutcome of the operation and therefore using
SwUpdate#activateddoes not offer any benefit.SwUpdate#availalbeobservable is deprecated.The new
SwUpdate#versionUpdatesobservable provides the same information and more. Therefore, itis possible to rebuild the same behavior as
SwUpdate#availalbeusing the events emitted bySwUpdate#versionUpdatesand filtering forVersionReadyEventevents.As a result, the
SwUpdate#availalbeobservable is now redundant.bazel
compiler-cli
core
language-service
router
service-worker
SwUpdate#activeUpdateandSwUpdate#checkForUpdateshould have a meaningful outcome (#43668)ngsw.jsongeneration deterministic and correct (#43679)Special Thanks
Alan Agius, Andrew Scott, Doug Parker, George Kalpakas, Kristiyan Kostadinov, Maximilian Köller, Paul Gschwendtner, Wey-Han Liaw and ivanwonder
Configuration
📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.
🚦 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 WhiteSource Renovate. View repository job log here.