Skip to content

build: update angular packages#18808

Merged
filipesilva merged 1 commit into
masterfrom
renovate/angular
Sep 21, 2020
Merged

build: update angular packages#18808
filipesilva merged 1 commit into
masterfrom
renovate/angular

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 17, 2020

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest 23b3903 -> b402149
@angular/animations devDependencies patch 11.0.0-next.1 -> 11.0.0-next.2
@angular/cdk dependencies digest 5f566b5 -> b2207a7
@angular/common dependencies digest 02f4aad -> 249953b
@angular/common devDependencies patch 11.0.0-next.1 -> 11.0.0-next.2
@angular/compiler dependencies digest 2d241f8 -> b205a0a
@angular/compiler devDependencies patch 11.0.0-next.1 -> 11.0.0-next.2
@angular/compiler-cli dependencies digest dc739e0 -> 5118e5b
@angular/compiler-cli devDependencies patch 11.0.0-next.1 -> 11.0.0-next.2
@angular/core dependencies digest 535c5b2 -> a8e640c
@angular/core devDependencies patch 11.0.0-next.1 -> 11.0.0-next.2
@angular/forms dependencies digest a5dda9a -> c3b975e
@angular/forms devDependencies patch 11.0.0-next.1 -> 11.0.0-next.2
@angular/language-service dependencies digest 5c15dad -> 45aeb40
@angular/localize dependencies digest 6a4b396 -> b8d654e
@angular/localize devDependencies patch 11.0.0-next.1 -> 11.0.0-next.2
@angular/material dependencies digest 9912c81 -> 23ad3c1
@angular/material-moment-adapter dependencies digest 26eb14f -> 7906c1d
@angular/platform-browser dependencies digest 37dd3a4 -> 32d5554
@angular/platform-browser devDependencies patch 11.0.0-next.1 -> 11.0.0-next.2
@angular/platform-browser-dynamic dependencies digest 027180a -> 9c9e742
@angular/platform-browser-dynamic devDependencies patch 11.0.0-next.1 -> 11.0.0-next.2
@angular/platform-server dependencies digest 14ec195 -> 430cb46
@angular/platform-server devDependencies patch 11.0.0-next.1 -> 11.0.0-next.2
@angular/router dependencies digest 3b8daa9 -> 3e4c35f
@angular/router devDependencies patch 11.0.0-next.1 -> 11.0.0-next.2
@angular/service-worker devDependencies patch 11.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.2

Compare Source

Bug Fixes
Features
  • compiler-cli: TemplateTypeChecker operation to get Symbol from a template node (#​38618) (c4556db)
  • compiler-cli: Add ability to get Symbol of Templates and Elements in component template (#​38618) (cf2e8b9)
  • compiler-cli: Add ability to get Symbol of AST expression in component template (#​38618) (f56ece4)
  • compiler-cli: add ability to get symbol of reference or variable (#​38618) (19598b4)
  • compiler-cli: define interfaces to be used for TemplateTypeChecker (#​38618) (9e77bd3)
Performance Improvements
  • compiler-cli: only emit directive/pipe references that are used (#​38539) (077f516)
  • compiler-cli: optimize computation of type-check scope information (#​38539) (297c060)
  • router: use ngDevMode to tree-shake error messages in router (#​38674) (db21c4f)
BREAKING CHANGES
  • router: This change corrects the argument order when calling
    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.
  • common: The locale data API has been marked as returning readonly arrays, rather
    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.
  • common: When passing a date-time formatted string to the DatePipe in a format that contains
    fractions 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
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.


  • 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 Sep 17, 2020
@renovate renovate Bot force-pushed the renovate/angular branch 4 times, most recently from 957a6dd to 79e075b Compare September 18, 2020 19:08
@renovate renovate Bot force-pushed the renovate/angular branch from 79e075b to 8ca2bf6 Compare September 19, 2020 01:05
@filipesilva filipesilva merged commit fce0e46 into master Sep 21, 2020
@renovate renovate Bot deleted the renovate/angular branch September 21, 2020 17:00
@angular-automatic-lock-bot
Copy link
Copy Markdown

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 Oct 22, 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