taiga-family / taiga-ui

Angular UI Kit and components library for awesome people

Home Page:https://taiga-ui.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐞 - Too strict peer dependency requirements in Taiga `v3`

hakimio opened this issue Β· comments

Playground Link

No response

Description

After updating @tinkoff/ng-event-plugins in my app, I get the following warning:

@tinkoff/ng-event-plugins is listed by your project with version 3.2.0, which doesn't satisfy what @taiga-ui/core requests (3.1.1).

Taiga v4 correctly accepts any @tinkoff/ng-event-plugins v3 minor release:

"@tinkoff/ng-event-plugins": "^3.1.1",

while v3 only accepts v3.2.0:
"@tinkoff/ng-event-plugins": "3.2.0",

Can the version range be widened in Taiga v3?

EDIT: same for @ng-web-apis peer dependency.

Angular version

17.3.5

Taiga UI version

3.75.0

Which browsers have you used?

  • Chrome
  • Firefox
  • Safari
  • Edge

Which operating systems have you used?

  • macOS
  • Windows
  • Linux
  • iOS
  • Android

sure, I will fix it

It was increased because we added a new plugin and that new plugin is used in Taiga UI 3.x so previous version is no longer compatible.

@waterplea @tinkoff/ng-event-plugins version bump is not an issue.