Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update angular packages #18946

Merged
merged 1 commit into from
Oct 1, 2020
Merged

build: update angular packages #18946

merged 1 commit into from
Oct 1, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2020

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest 8472c9e -> 9bbc3ad
@angular/animations devDependencies patch 11.0.0-next.3 -> 11.0.0-next.4
@angular/cdk dependencies digest 58b384c -> 8d32055
@angular/common dependencies digest 784d1df -> 9735c80
@angular/common devDependencies patch 11.0.0-next.3 -> 11.0.0-next.4
@angular/compiler dependencies digest 1983c5a -> ada005b
@angular/compiler devDependencies patch 11.0.0-next.3 -> 11.0.0-next.4
@angular/compiler-cli dependencies digest bebf4f9 -> c621973
@angular/compiler-cli devDependencies patch 11.0.0-next.3 -> 11.0.0-next.4
@angular/core dependencies digest a867fcf -> f533494
@angular/core devDependencies patch 11.0.0-next.3 -> 11.0.0-next.4
@angular/forms dependencies digest e82a9d3 -> 166f110
@angular/forms devDependencies patch 11.0.0-next.3 -> 11.0.0-next.4
@angular/language-service dependencies digest 56f1c42 -> 575074e
@angular/localize dependencies digest 22fd8c5 -> e9479c9
@angular/localize devDependencies patch 11.0.0-next.3 -> 11.0.0-next.4
@angular/material dependencies digest 6acc2c5 -> e98cd9c
@angular/material-moment-adapter dependencies digest fcbb86b -> cb7ca35
@angular/platform-browser dependencies digest b5b32ae -> bf1a7c7
@angular/platform-browser devDependencies patch 11.0.0-next.3 -> 11.0.0-next.4
@angular/platform-browser-dynamic dependencies digest 5cd115f -> b94005a
@angular/platform-browser-dynamic devDependencies patch 11.0.0-next.3 -> 11.0.0-next.4
@angular/platform-server dependencies digest 781005e -> be8211d
@angular/platform-server devDependencies patch 11.0.0-next.3 -> 11.0.0-next.4
@angular/router dependencies digest 9644935 -> ec201de
@angular/router devDependencies patch 11.0.0-next.3 -> 11.0.0-next.4
@angular/service-worker devDependencies patch 11.0.0-next.3 -> 11.0.0-next.4

πŸ”‘ 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.4

Compare Source

Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
  • packaging: In v10, IE 9, 10, and IE mobile support was deprecated. In v11, Angular framework removes IE 9,
    10, and IE mobile support completely.
    Supporting outdated browsers like these increases bundle size, code complexity, and test load,
    and also requires time and effort that could be spent on improvements to the framework.
    For example, fixing issues can be more difficult, as a straightforward fix for modern browsers
    could break old ones that have quirks due to not receiving updates from vendors.
  • platform-webworker: @​angular/platform-webworker and @​angular/platform-webworker-dynamic
    have been removed as they were deprecated in v8
  • common: The slice pipe now returns null for the undefined input value,
    which is consistent with the behavior of most pipes. If you rely on
    undefined being the result in that case, you now need to check for it
    explicitly.
  • common: The typing of the keyvalue pipe has been fixed to report that for
    input objects that have number keys, the result will contain the
    string representation of the keys. This was already the case and the
    code has simply been updated to reflect this. Please update the
    consumers of the pipe output if they were relying on the incorrect
    types. Note that this does not affect use cases where the input values
    are Maps, so if you need to preserve numbers, this is an effective
    way.
  • common: The signatures of the number pipes now explicitly state which types are
    accepted. This should only cause issues in corner cases, as any other
    values would result in runtime exceptions.
  • common: The signature of the date pipe now explicitly states which types are
    accepted. This should only cause issues in corner cases, as any other
    values would result in runtime exceptions.
  • common: The async pipe no longer claims to return undefined for an input that
    was typed as undefined. Note that the code actually returned null on
    undefined inputs. In the unlikely case you were relying on this,
    please fix the typing of the consumers of the pipe output.
  • common: The case conversion pipes no longer let falsy values through. They now
    map both null and undefined to null and raise an exception on
    invalid input (0, false, NaN) just like most "common pipes". If
    your code required falsy values to pass through, you need to handle them
    explicitly.
  • router: While the new parameter types allow a variable of type
    NavigationExtras to be passed in, they will not allow object literals,
    as they may only specify known properties. They will also not accept
    types that do not have properties in common with the ones in the Pick.
    To fix this error, only specify properties from the NavigationExtras which are
    actually used in the respective function calls or use a type assertion
    on the object or variable: as NavigationExtras.
  • router: This commit changes the default value of
    relativeLinkResolution from 'legacy' to 'default'. If your
    application previously used the default by not specifying a value in the
    ExtraOptions and uses relative links when navigating from children of
    empty path routes, you will need to update your RouterModule to
    specifically specify 'legacy' for relativeLinkResolution.
    See https://angular.io/api/router/ExtraOptions#relativeLinkResolution
    for more details.

10.1.4 (2020-09-30)

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 1, 2020
@clydin clydin merged commit 43db3f1 into master Oct 1, 2020
@renovate renovate bot deleted the renovate/angular branch October 1, 2020 12:46
@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 1, 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.

None yet

3 participants