ui-router / angular-hybrid

Upgrade an ng1 UI-Router app to a ng1+ng2 hybrid using ng-upgrade
MIT License
167 stars 75 forks source link

Angular 14 compatibility #572

Closed pschmiedel closed 1 year ago

pschmiedel commented 2 years ago

Angular 14 has been out for a while, are there any intentions to release a compatible version?

devlinjunker commented 2 years ago

I created a PR here: https://github.com/ui-router/angular-hybrid/pull/571

not sure if anyone is around to pick it up and merge it

pschmiedel commented 2 years ago

Hi, thanks for the PR. Would be great if we get a new release, as we are still using UI-Router!

MvHMontySCOUT commented 2 years ago

Would be nice as we are also still using UI-Router! :) @christopherthielen

IgorWolbers commented 2 years ago

For now I have added this section to my package.json file which solves (hides) the issue.

  "overrides": {
    "@uirouter/angular": {
      "@angular/core": "$@angular/core",
      "@angular/common": "$@angular/common"
    },
    "@uirouter/angular-hybrid": {
      "@angular/core": "$@angular/core",
      "@angular/upgrade": "$@angular/upgrade"
    }
  }
tadamczak commented 1 year ago

I would appreciate merging PR aswell :) it's blocking us from upgrading to A14

wawyed commented 1 year ago

Version 14 relased which supports angular 14