-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest version does not support Angular 15 which results in dependency conflicts for ngx-flow when updating to Angular 15. #97
Comments
I need Angular 15 support too 👍 EDIT : NPM overrides work as temporary workaround :
|
@sukantoghsh / @Quentigus : which is your experience with Angular15? Did you encounter any incompatibility? @MartinNuc : which are you evaluations? |
Hello @MartinNuc, i just wanted to reming you about this ticket in case you missed to see my comment. @sukantoghsh @Quentigus: do you confirm that all is working perfectly on the current Angular? |
I haven't tested everything, no. I was waiting to see if official support would be offered. |
Thank you. Did you encounter any error testing it? |
Our project has been working with Angular 15 and ngx-flow since January using legacy-peer-deps. No issues. |
What about Angular 16? I am getting this error:
Turns out the missing magic was:
|
Is it possible de release a new version with a more permissive For exemple :
Actual values ("^14.0.0-") seems to be invalid semver values |
fixed #105 |
@MartinNuc @AidasK @evilaliv3 Hi, can you publish 0.7.0 release? |
According to the semver syntax documentation, I think that the syntax is not valid. In my opinion, the "-" should be removed.
|
Thank you for the reminder. Are you all confident that the version 0.7.0 is working properly? I'm not following the project so much but i may try to do the publishing if you could confirm this. Is there anyone that would like to support the maintainance of the project? |
@evilaliv3 i can support the maintainance of the project, bcz we use it in our enterprise, and we need ability update dependencies |
Thank you @CosmoFruit Would you like to make a pull request in relation to the up to date changes that you consider are needed? |
@evilaliv3 ready, all is work fine, updated only compatible deps. will waiting actual release in npm =) |
@evilaliv3 also, can you grant acess to this repo? it would be great to put things in order and close the outdated issues |
@evilaliv3 any updates? |
Any news about the npm publication ? I'm stuck with my overrides since more than a year. |
@MartinNuc are you here ? And happy new year of course ;) |
O Saturday or Sunday I will try to see if I still have the permission to
make the release. I've also to remember how :)
|
I have also added @CosmoFruit to the maintainers, maybe he still wants to help :)) |
Hello, |
Ive built and published the 0.7.0 on npm. Would you please test on your projects if the publishing was correct? Thank you |
It works great. Thanks a lot ! |
Is anyone able and interested in supporting the update of the library to angular 17? |
great! thx.
i will planning do it at this spring. when we will migrated on angular 17 |
this issue can be closed |
can you repeat invite plz ? =) |
Is there anyone interested supporting updating the library for Angular 17? |
Co-authored-by: Georgii Klubnikov <[email protected]>
@evilaliv3 @AidasK can you add me to npm org? i build patch, and want try publish. or can you setup auto publish on release create here https://github.com/flowjs/ngx-flow/blob/master/.github/workflows/npm-publish.yml |
@CosmoFruit what's your npmjs username? |
|
@evilaliv3 can you add cfruit? It looks like only the owner can do it |
I can definitely do it, but ar the moment @CosmoFruit we have already a new package fully supporting Angular 16. Ars you able to prepare a pull request to add support for Angular 17 ? |
i made litle fix #107 for upgrade DX (avoid --legacy-peer-deps) and i want do (https://github.com/flowjs/ngx-flow/blob/master/.github/workflows/npm-publish.yml) automatical for publish release |
0.7.1 should be published asap :) |
@evilaliv3 @AidasK @MartinNuc can you publish 0.7.1 ? |
Co-authored-by: Georgii Klubnikov <[email protected]>
published @Quentigus @CosmoFruit Do you have any plans for updating the library to angular 17? |
I will need, for my work, an Angular 18 version, I can take care of this compatibility upon release. For v17, I don't have much time at the moment, I'll try but I can't promise anything. |
Ah, this is probably my fault. I just run npm publish. Do you know the commands that i need to run to have a compiled bundle? |
I don't know the workflow for this package. |
Ok unpublished, we will be able to publish the same corrected version after 24 hours |
Can you add me to the npm org, please ? I can publish the 0.7.1 and migrate to Angular 17 |
Sure, thank you. I've just sent you an invite. I just tried to re-publish the 0.7.1 but actually npm prevents it. |
The invitation is for another project : https://www.npmjs.com/package/ngx-flow EDIT : this is the package created with latest publish (doesn't exists anymore) |
Can you add me on https://www.npmjs.com/package/@flowjs/ngx-flow ? |
@Quentigus : oh sorry, that was a test one. i tried to add you now, have you received the invite? In the meantime due to the rules of npm that correctly prevents to publish a version already published, i've published a 0.7.2 that fixes the 0.7.1 release |
The first , yes, but not the second. |
What would be the best approach to solve this ?
The text was updated successfully, but these errors were encountered: