-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
fix(viz): bump superset-ui 0.17.30 #14045
fix(viz): bump superset-ui 0.17.30 #14045
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14045 +/- ##
==========================================
+ Coverage 79.12% 79.25% +0.12%
==========================================
Files 938 940 +2
Lines 47523 47577 +54
Branches 5940 5970 +30
==========================================
+ Hits 37604 37707 +103
+ Misses 9793 9744 -49
Partials 126 126
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
"react-table": "^7.2.1", | ||
"react-table": "^7.6.3", |
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.
Bumping to be in line with the version used in the new version of table chart: apache-superset/superset-ui#1034
expect(td.find('Cell').get(0).props.columns[i].id).toBe(v); | ||
expect(td.find('defaultRenderer').get(0).props.columns[i].id).toBe(v); |
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.
This changed in react-table
v. 7.3.3: TanStack/table#2584
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.
LGTM
* fix(viz): bump superset-ui 0.17.30 * fix test * bump react-table to match the version in superset-ui
* fix(viz): bump superset-ui 0.17.30 * fix test * bump react-table to match the version in superset-ui
SUMMARY
Pull in the following enhancements/fixes from
superset-ui
:TEST PLAN
ADDITIONAL INFORMATION