Package dependencies preventing an upgrade to Angular 13 or higher #554
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
maintenance
General maintenance on this repo or application
I was attempting an upgrade from Angular 12 to 13 for
mdm-ui
to try and resolve peer dependency issues. The upgrade process involves:package-lock.json
filenode_modules
already on your local machine (to avoid conflicts)package.json
before making modifications.npm install
However, the process highlighted these package dependencies which will prevent an upgrade to Angular 13 because they do not support the latest version of Angular
angular-user-idle
jodit-angular
angular-user-idle
is no longer supported. Themdm-explorer
repo gets around this issue by directly importing the source code (with credit to the original authors) into the repo, maintaining it's own forked copy.jodit-angular
has this open issue for Angular 13 support - jodit/jodit-angular#101 - but has not been completed (as of creating this issue).Both of these are blockers for an Angular 13 upgrade.
The text was updated successfully, but these errors were encountered: