-
Notifications
You must be signed in to change notification settings - Fork 55
Dependency updates for March 2025 #3684
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
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.
You are doing God's work.
ETA: Didn't notice the bit about the JS changes. I will recheck the PR when they are in place.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3684 +/- ##
===========================================
- Coverage 25.90% 25.89% -0.01%
===========================================
Files 461 461
Lines 46653 46653
===========================================
- Hits 12085 12082 -3
- Misses 34568 34571 +3 see 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
@ialarmedalien and I think it works now. |
'--headless', | ||
'--no-sandbox', | ||
'--disable-gpu', | ||
'--disable-dev-shm-usage', | ||
`--window-size=${config.WIDTH},${config.HEIGHT}`, |
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.
These were wrong and causing headless chrome to fail when run as root, like in the test container.
|
Description of PR purpose/changes
Combines and annotates dependabot suggestions for Python and JS updates.
Jira Ticket / Issue
Related Jira ticket: https://kbase-jira.atlassian.net/browse/DATAUP-X
DATAUP-69 Adds a PR template
)Testing Instructions
Dev Checklist:
format
andcheck
on changed Python code manually or with a git precommit hookUpdating Version and Release Notes (if applicable)