Skip to content
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

cleanups and dependency updates #438

Closed
wants to merge 10 commits into from
Closed

cleanups and dependency updates #438

wants to merge 10 commits into from

Conversation

Stanzilla
Copy link
Contributor

@Stanzilla Stanzilla commented Dec 15, 2017

  • fix missing deps
  • add a yarn clean command using rimraf
  • switch CI node from 7 to 8 (LTS)
  • switch yarn cache and installation to the preferred methods
  • react-addons-css-transition-group is now react-transtion-group
  • react-virtualized was updated to the latest version and the code now uses their List component (this might be wrong and need some work)
  • node engine is now >=8.0

* fix missing deps
* add a `yarn clean` command using rimraf
* react-addons-css-transition-group is now react-transtion-group
* react-virtualized was updated to the latest version and the code now uses their List component
* node engine is now >=8.0
@Stanzilla Stanzilla changed the title bump a few deps cleanups and dependency updates Dec 16, 2017
@maximbaz
Copy link
Contributor

I wonder if it is possible to make Travis build Cerebro not only against LTS node (which is 8 now), but also against the current version (which is 9 now)?

This would have prevented #426, which blocks upgrading cerebro on the entire Arch Linux distribution.

@Stanzilla
Copy link
Contributor Author

Stanzilla commented Dec 18, 2017

Yes, Travis supports a matrix mode, like so https://github.com/sindresorhus/clipboardy/blob/master/.travis.yml

@KELiON
Copy link
Collaborator

KELiON commented Dec 20, 2017

Hey, @Stanzilla! Thanks for this great job! For me everything looks good but I found one bug, I think it is related to new version of react-virtualized. Issue is: if I hold arrow down in current version of Cerebro I properly see list of results, but after update it is hidden after few results.

Before: http://recordit.co/Zd4UL0mF7l
After: http://recordit.co/Zd4UL0mF7l

Would be great if you can fix it before I merge this PR

@Stanzilla
Copy link
Contributor Author

Yeah it is and I think it might be either using the wrong component or need a newer react version, I sadly don't know too much about that. Would be awesome if you could help?

@KELiON
Copy link
Collaborator

KELiON commented Dec 20, 2017

@Stanzilla ок, I'll try to find the reason a bit later

@Stanzilla
Copy link
Contributor Author

added one more commit based on https://github.com/bvaughn/react-virtualized/blob/master/docs/creatingAnInfiniteLoadingList.md it's a WIP though, maybe you can finish it with that.

@Stanzilla
Copy link
Contributor Author

@KELiON haven't had any time to take a look yet? :)

@Stanzilla
Copy link
Contributor Author

@KELiON friendly ping :)

@Stanzilla Stanzilla closed this Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants