Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2020

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest 24b1e48 -> 6d9a07f
@angular/animations devDependencies patch 11.0.0-next.4 -> 11.0.0-next.5
@angular/cdk dependencies digest ae7dcfd -> 26c58c8
@angular/common dependencies digest fe6fb40 -> b613ba7
@angular/common devDependencies patch 11.0.0-next.4 -> 11.0.0-next.5
@angular/compiler dependencies digest 5ac5afa -> ffc895d
@angular/compiler devDependencies patch 11.0.0-next.4 -> 11.0.0-next.5
@angular/compiler-cli dependencies digest fb654b5 -> 0a31da0
@angular/compiler-cli devDependencies patch 11.0.0-next.4 -> 11.0.0-next.5
@angular/core dependencies digest 5f1ce2c -> b0be0b4
@angular/core devDependencies patch 11.0.0-next.4 -> 11.0.0-next.5
@angular/dev-infra-private devDependencies digest 0af99f8 -> 89f31ff
@angular/forms dependencies digest 20fa7a1 -> 3e7d8ea
@angular/forms devDependencies patch 11.0.0-next.4 -> 11.0.0-next.5
@angular/language-service dependencies digest a5b6489 -> 7238b1d
@angular/localize dependencies digest 8e70f64 -> 8d1dfef
@angular/localize devDependencies patch 11.0.0-next.4 -> 11.0.0-next.5
@angular/material dependencies digest 6799353 -> 8e8e331
@angular/material-moment-adapter dependencies digest dd21d17 -> e6380a7
@angular/platform-browser dependencies digest 19c9592 -> 94210ce
@angular/platform-browser devDependencies patch 11.0.0-next.4 -> 11.0.0-next.5
@angular/platform-browser-dynamic dependencies digest df5d012 -> 995fafc
@angular/platform-browser-dynamic devDependencies patch 11.0.0-next.4 -> 11.0.0-next.5
@angular/platform-server dependencies digest b3432fc -> 42e8f96
@angular/platform-server devDependencies patch 11.0.0-next.4 -> 11.0.0-next.5
@angular/router dependencies digest 1f752c7 -> 3658146
@angular/router devDependencies patch 11.0.0-next.4 -> 11.0.0-next.5
@angular/service-worker devDependencies patch 11.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.5

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • forms: Directives in the @angular/forms package used to have any[] as a type of validators and
    asyncValidators arguments in constructors. Now these arguments are properly typed, so if your
    code relies on directive constructor types it may require some updates to improve type safety.
  • forms: Type of AbstractFormControl.parent now includes null

null is 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 === null instead, since the parent is not explicily initialized
with null instead of being left undefined.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added action: merge The PR is ready for merge by the caretaker target: major This PR is targeted for the next major release labels Oct 8, 2020
@google-cla google-cla bot added the cla: yes label Oct 8, 2020
@renovate renovate bot force-pushed the renovate/angular branch 7 times, most recently from a9c147c to 81b8cb5 Compare October 9, 2020 17:07
@renovate renovate bot force-pushed the renovate/angular branch from 81b8cb5 to a8f9b46 Compare October 9, 2020 18:07
@filipesilva filipesilva merged commit ac946fb into master Oct 12, 2020
@renovate renovate bot deleted the renovate/angular branch October 12, 2020 15:00
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Nov 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants