Conversation
|
Updates to example app: ui-router/sample-app-angular-hybrid#932 |
|
Hello @wawyed. I've added support for Angular 21 for this dep. I reviewed the activities from previous version support PRs, and I believe I've made the required changes, including updating the sample app. Please review when you get a chance. Let me know if there is anything I've missed. Thank you! |
aaron-brown
left a comment
There was a problem hiding this comment.
Saw I missed the version bump.
Version bump to 21.0.0
|
Hello @wawyed, would like to get this on your radar to look at. We'd like to get to Angular 21 and this is the only dep that needs updated. I'll also be interested to work on support for Angular 22 in the future. Thank you! |
|
Can you check why the failures? @aaron-brown |
|
|
|
@wawyed Still trying to determine the issue running this test locally, looks like it's creating the temp directory, but then it can't move the |
|
@wawyed While I wasn't able to so far get the test working in my local machine (I think there is a bug o rissue preventing that from happening in I tried to look at other PRs to see how the test is made to pass, but between #603 and #604 I don't see anything specific, and the test artifacts have since expired so I can't view the test logs. Can you advise on how the future-version dep is supposed to be resolved for this case? |
|
@wawyed As an aside, I figured out the issue with running the |
aaron-brown
left a comment
There was a problem hiding this comment.
Found another incorrect dep
|
@wawyed Okay, I was able to get everything working on my local machine. In order to get there, I had to make some updates in some other places in this ecosystem. I think that implies an order-of-operations before this PR can be merged. Note that these changes are not to support Angular 21. They are agnostic of even Angular, and has more to do with the support of the ecosystem of repos. I had to do a lot of finagling of The first step is to address ui-router/publish-scripts#169, which resolves the The next step is to address ui-router/cypress-runner#207. The existing version of Cypress in that dep is ancient, and not compatible with the version of Node required by even Angular 17 I think. It was giving me some trouble, and is required by the Once those two things are addressed, then we might need to circle back on the chicken-and-egg problem here. Hope all of that is sound but if you have any questions lmk. |
Fixes #611