-
Notifications
You must be signed in to change notification settings - Fork 14k
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
chore: removing fsevents dependency #10751
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder, did you test to make sure that jest watch still works with this gone? Perhaps uninstall fsevents globally with npm as well, just in case you've already got it on your system from something else
By the way, i think having fsevents as a normal dep isn't the right thing to do, as it breaks non mac environments. I think removing the dep altogether should be fine |
Ugh... what a troublesome package! Merging this for now. |
…boards_permissions * upstream/master: (32 commits) docs: Add a note to contributing.md on reporting security vulnerabilities (apache#10796) Fix: Include RLS filters for cache keys (apache#10805) feat: filters for database list view (apache#10772) fix: MVC show saved query (apache#10781) added creator column and adjusted order columns (apache#10789) security: disallow uuid package on jinja2 (apache#10794) feat: CRUD REST API for saved queries (apache#10777) fix: disable domain sharding on explore view (apache#10787) fix: can not type `0.05` in `TextControl` (apache#10778) fix: pivot table timestamp grouping (apache#10774) fix: add validator information to email/slack alerts (apache#10762) More Label touchups (margins) (apache#10722) fix: dashboard extra filters (apache#10692) fix: re-installing local superset in cache image (apache#10766) feat: SIP-34 table list view for databases (apache#10705) refactor: convert DatasetList schema filter to use new distinct api (apache#10746) chore: removing fsevents dependency (apache#10751) Fix precommit hook for docs/installation.rst (apache#10759) feat(database): POST, PUT, DELETE API endpoints (apache#10741) docs: Update OAuth configuration in installation.rst (apache#10748) ...
SUMMARY
In a prior PR, I moved this from an Optional Dependency to a Dependency, along with several other package changes, to get CI to start working again. Since this isn't used directly by superset (as far as I can see) I figured it's worth yanking it entirely now to see if CI still passes.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
🤞 CI
ADDITIONAL INFORMATION