Romanchuk / angular-i18next

angular v10+ integration with i18next v19.4+
MIT License
131 stars 33 forks source link

upgrade to angular v.14 #84

Closed alexander-matveev closed 2 years ago

alexander-matveev commented 2 years ago

when I try to upgrade my angular version from 13 to 14 I get this error

Fetching dependency metadata from registry... Package "angular-i18next" has an incompatible peer dependency to "@angular/common" (requires ">=10.0.0 <13.0.0" (extended), would install "14.0.0"). Package "angular-i18next" has an incompatible peer dependency to "@angular/core" (requires ">=10.0.0 <13.0.0" (extended), would install "14.0.0"). Package "angular-i18next" has an incompatible peer dependency to "@angular/platform-browser" (requires ">=10.0.0 <13.0.0" (extended), would install "14.0.0").

× Migration failed: Incompatible peer dependencies found.

Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together. You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.

Romanchuk commented 2 years ago

@alexander-matveev Sure, package needs to be updated I'll do it in about a week

Romanchuk commented 2 years ago

https://github.com/Romanchuk/angular-i18next/releases/tag/v14.0.0-0

Romanchuk commented 2 years ago

@alexander-matveev Good day! Beta version 14.0.0-0 released. Try it and tell me if it is okay

alexander-matveev commented 2 years ago

@Romanchuk looks like it's works for me