-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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(node): bumping Superset to Node 18 #27198
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #27198 +/- ##
==========================================
+ Coverage 67.46% 69.72% +2.25%
==========================================
Files 1910 1910
Lines 74802 74458 -344
Branches 8345 8345
==========================================
+ Hits 50468 51913 +1445
+ Misses 22283 20494 -1789
Partials 2051 2051
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 after hold is removed
@michael-s-molina any objection to merging this now? We have these warnings cropping up, which makes me almost tempted to call this a "fix" rather than a "chore". It's non-blocking for 4.0 and doesn't need to be cherried, necessarily. But I also don't want to rock the boat on your release :) |
My only concern is this causing bugs on master which will be reported as issues and we'll need to check if they happen on 4.0. If you think the probability of new bugs is low then go ahead and merge it. |
All conflicts resolved... hopefully we can merge this soon :D |
@rusackas It looks like npm 9+ use lockfile version 3, so I also updated that check here: |
* chore(node): bumping Superset to Node 18 (apache#27198) * upgrade the puppeteer package to v22 --------- Co-authored-by: Evan Rusackas <evan@preset.io>
SUMMARY
Not sure all the actions bumps are needed, but I'll just aim high and hope we can get everything updated.
This does NOT bump the websocket app or docs to Node 18.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION