taiga-family / taiga-ui

Angular UI Kit and components library for awesome people
https://taiga-ui.dev
Apache License 2.0
3.21k stars 439 forks source link

🐞 - @taiga-ui/core@3.95.0 has incorrect @tinkoff/ng-polymorpheus peer dependency #9172

Closed IgorVyatkin closed 1 week ago

IgorVyatkin commented 1 week ago

Code Example URL

https://github.com/taiga-family/taiga-ui/blob/74dcc55502e57ea553086c268bf0c871c331696a/projects/core/package.json#L32

Description

@taiga-ui/core@3.95.0 got incorrect "@tinkoff/ng-polymorpheus": ">=4.3.0 <4" peer dependency that blocks the package installation

C:\Work\src\1>npm i @tinkoff/ng-polymorpheus

added 8 packages in 2s

C:\Work\src\1>npm i @taiga-ui/core@3.95.0
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: undefined@undefined
npm error Found: @tinkoff/ng-polymorpheus@4.3.0
npm error node_modules/@tinkoff/ng-polymorpheus
npm error   @tinkoff/ng-polymorpheus@"^4.3.0" from the root project
npm error   @tinkoff/ng-polymorpheus@"^4.3.0" from @taiga-ui/cdk@3.95.0
npm error   node_modules/@taiga-ui/cdk
npm error     peer @taiga-ui/cdk@">=3.95.0 <4" from @taiga-ui/core@3.95.0
npm error     node_modules/@taiga-ui/core
npm error       @taiga-ui/core@"3.95.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @tinkoff/ng-polymorpheus@">=4.3.0 <4" from @taiga-ui/core@3.95.0
npm error node_modules/@taiga-ui/core
npm error   @taiga-ui/core@"3.95.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error C:\Users\x.y\AppData\Local\npm-cache\_logs\2024-09-24T15_47_10_418Z-eresolve-report.txt
npm error A complete log of this run can be found in: C:\Users\x.y\AppData\Local\npm-cache\_logs\2024-09-24T15_47_10_418Z-debug-0.log

Taiga UI version

3.95.0

Browser Used

Chrome

OS Used

Windows