build: update angular packages#18808
Merged
Merged
Conversation
957a6dd to
79e075b
Compare
79e075b to
8ca2bf6
Compare
filipesilva
approved these changes
Sep 21, 2020
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
23b3903->b40214911.0.0-next.1->11.0.0-next.25f566b5->b2207a702f4aad->249953b11.0.0-next.1->11.0.0-next.22d241f8->b205a0a11.0.0-next.1->11.0.0-next.2dc739e0->5118e5b11.0.0-next.1->11.0.0-next.2535c5b2->a8e640c11.0.0-next.1->11.0.0-next.2a5dda9a->c3b975e11.0.0-next.1->11.0.0-next.25c15dad->45aeb406a4b396->b8d654e11.0.0-next.1->11.0.0-next.29912c81->23ad3c126eb14f->7906c1d37dd3a4->32d555411.0.0-next.1->11.0.0-next.2027180a->9c9e74211.0.0-next.1->11.0.0-next.214ec195->430cb4611.0.0-next.1->11.0.0-next.23b8daa9->3e4c35f11.0.0-next.1->11.0.0-next.211.0.0-next.1->11.0.0-next.2🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"to the extends array in your config.Release Notes
angular/angular
v11.0.0-next.2Compare Source
Bug Fixes
DatePipe(#38009) (26f2820), closes /www.ecma-international.org/ecma-262/5.1/#sec-15 #37989Features
TemplateTypeCheckeroperation to getSymbolfrom a template node (#38618) (c4556db)SymbolofTemplates andElements in component template (#38618) (cf2e8b9)Symbolof AST expression in component template (#38618) (f56ece4)Performance Improvements
ngDevModeto tree-shake error messages in router (#38674) (db21c4f)BREAKING CHANGES
RouteReuseStrategy#shouldReuseRoute. Previously, when evaluating child
routes, they would be called with the future and current arguments would
be swapped. If your RouteReuseStrategy relies specifically on only the future
or current snapshot state, you may need to update the shouldReuseRoute
implementation's use of "future" and "current" ActivateRouteSnapshots.
than mutable arrays, since these arrays are shared across calls to the
API. If you were mutating them (e.g. calling
sort(),push(),splice(), etc)then your code will not longer compile. If you need to mutate the array, you
should now take a copy (e.g. by calling
slice()) and mutate the copy.DatePipein a format that containsfractions of a millisecond, the milliseconds will now always be rounded down rather than
to the nearest millisecond.
Most applications will not be affected by this change. If this is not the desired behaviour
then consider pre-processing the string to round the millisecond part before passing
it to the
DatePipe.10.1.2 (2020-09-16)
Bug Fixes
RefreshTransplantedViewwhen detached (#38768) (edb7f90), closes #38619formatOptionsis optional (#38787) (a47383d)Performance Improvements
Renovate 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.