build: update angular packages #19001
Merged
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:
24b1e48->6d9a07f11.0.0-next.4->11.0.0-next.5ae7dcfd->26c58c8fe6fb40->b613ba711.0.0-next.4->11.0.0-next.55ac5afa->ffc895d11.0.0-next.4->11.0.0-next.5fb654b5->0a31da011.0.0-next.4->11.0.0-next.55f1ce2c->b0be0b411.0.0-next.4->11.0.0-next.50af99f8->89f31ff20fa7a1->3e7d8ea11.0.0-next.4->11.0.0-next.5a5b6489->7238b1d8e70f64->8d1dfef11.0.0-next.4->11.0.0-next.56799353->8e8e331dd21d17->e6380a719c9592->94210ce11.0.0-next.4->11.0.0-next.5df5d012->995fafc11.0.0-next.4->11.0.0-next.5b3432fc->42e8f9611.0.0-next.4->11.0.0-next.51f752c7->365814611.0.0-next.4->11.0.0-next.511.0.0-next.4->11.0.0-next.5🔡 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.5Compare Source
Bug Fixes
Features
BREAKING CHANGES
@angular/formspackage used to haveany[]as a type ofvalidatorsandasyncValidatorsarguments in constructors. Now these arguments are properly typed, so if yourcode relies on directive constructor types it may require some updates to improve type safety.
nullis now included in the types of .parent. If you don't already have a check for this case,the TypeScript compiler might compain. A v11 migration exists which adds the not-null assertion
operator where necessary.
In an unlikely case your code was testing the parnet against undefined with sitrct equality,
you'll need to change this to
=== nullinstead, since the parent is not explicily initializedwith
nullinstead of being leftundefined.10.1.5 (2020-10-07)
Bug Fixes
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.