Match @angular 12 libraries to allow rxjs upgrade to v7.x #10804
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I'm submitting a ...
Plunkr Case (Bug Reports)
https://stackblitz.com/edit/github-2938vs?file=package.json
(Download and run
npm install
)Description
Even though Angular 12 shipped with rxjs v6, they made changes to support v7.
angular/angular#41897
angular/angular#42991
https://github.com/angular/angular/blob/12.2.12/packages/core/package.json#L14
Current behavior
Get an error when running
npm install
. When runningnpm install
in an Angular 12 project with rxjs v7x, we get the following error.From our app:
From stackblitz:
Expected behavior
npm install should work without any errors
Minimal reproduction of the problem with instructions
npm install
What is the motivation / use case for changing the behavior?
Allow use of upgraded rxjs without using the
--force
option onnpm install
.Please tell us about your environment:
Linux, npm@latest-7
Angular version: 12.2.2
PrimeNG version: 12.2.1
Browser: N/A
Language: TypeScript 4.4
Node (for AoT issues):
node --version
= v14.16.1The text was updated successfully, but these errors were encountered: