You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
While tackling a few issues in this list, I realize that the various components have a few dependencies that might be worth updating:
The projects seem to be a little out of sync in that they are using slightly different versions in some cases - that could be me misreading things though.
Some dependencies are many major versions behind - but perhaps they are not used by Idyll [everytime I type this I feel like I am misspelling my own name].
The version of React is not up to date - perhaps this is on purpose?
Describe the solution you'd like
I wonder if it is worth me going through all the components and gradually upgrading the dependencies, then retesting. The project should then be up to date, assuming that there are no breaking changes.
Describe alternatives you've considered
That I don't know what I am talking about! ;)
The text was updated successfully, but these errors were encountered:
I think this would be good to do. There are some idyll-cli test repos that I know use quite out of data libraries. I think it would make sense to modernize these as well, although it will require some work to update the expected output for the tests. I can help with that.
With React I think we can upgrade to the latest although there may be some places where components depend on react lifecycle methods that need to be updated. Depending on the amount of changes required it may make sense to scope this to its own PR.
I've invited you become a member of the idyll org so that you can work on this via a branch on this repo and its easier for me to push tweaks to the PR.
[everytime I type this I feel like I am misspelling my own name].
OK Matthew - I will take a stab at this. As you are clearly aware, sometimes it is not see easy to upgrade "everything" - so I will try to do this in smaller steps than one huge PR
Is your feature request related to a problem? Please describe.
While tackling a few issues in this list, I realize that the various components have a few dependencies that might be worth updating:
Describe the solution you'd like
I wonder if it is worth me going through all the components and gradually upgrading the dependencies, then retesting. The project should then be up to date, assuming that there are no breaking changes.
Describe alternatives you've considered
That I don't know what I am talking about! ;)
The text was updated successfully, but these errors were encountered: