w11k / angular-sticky-things

Sticky Directive for Angular 2+

Home Page:https://w11k.github.io/angular-sticky-things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warnings while updating to angular 7.2.9

ciukstar opened this issue · comments

Warnings on $ ng update @angular/core while updating to angular 2.7.9

Package "@w11k/angular-sticky-things" has an incompatible peer dependency to "@angular/common" (requires "^4.0.0 || ^8.0.0" (extended), would install "7.2.9").

Forces me to use $ ng update @angular/core --force

Context: Checking for updates:

$ ng update
    We analyzed your package.json, there are some packages to update:
    
      Name                               Version                  Command to update
     --------------------------------------------------------------------------------
      @angular/cli                       7.3.7 -> 7.3.8           ng update @angular/cli
      @angular/core                      7.2.11 -> 7.2.12         ng update @angular/core
    
    
    There might be additional packages that are outdated.
    Run "ng update --all" to try to update all at the same time.

Context: Updating:

$ ng update @angular/cli @angular/core
                  Package "@w11k/angular-sticky-things" has an incompatible peer dependency to "@angular/core" (requires "^4.0.0 || ^8.0.0" (extended), would install "7.2.12").
                  Package "@w11k/angular-sticky-things" has an incompatible peer dependency to "@angular/common" (requires "^4.0.0 || ^8.0.0" (extended), would install "7.2.12").
Incompatible peer dependencies found. See above.

Works with $ ng update @angular/cli @angular/core --force but still annoying...