[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
When upgrading rxjs to 7.4+ (as is supported by Angular 13) via the command ng update rxjs, we see output of Package "@swimlane/ngx-datatable" has an incompatible peer dependency to "rxjs" (requires "^6.6.3", would install "7.5.4").
Expected behavior
No such warning requiring the command ng update rxjs --force to be run instead.
Reproduction of the problem
N/A
What is the motivation / use case for changing the behavior?
Support newly-created Angular 13 projects.
Please tell us about your environment:
Windows 11, VS Code, npm 7 / npm 8
I'm submitting a ... (check one with "x")
Current behavior
When upgrading rxjs to 7.4+ (as is supported by Angular 13) via the command
ng update rxjs
, we see output ofPackage "@swimlane/ngx-datatable" has an incompatible peer dependency to "rxjs" (requires "^6.6.3", would install "7.5.4").
Expected behavior
No such warning requiring the command
ng update rxjs --force
to be run instead.Reproduction of the problem N/A
What is the motivation / use case for changing the behavior? Support newly-created Angular 13 projects.
Please tell us about your environment: Windows 11, VS Code, npm 7 / npm 8
Table version:
^20.0.0
Angular version: 13.2.2
Browser: N/A
Language: TypeScript 4.5.5