-
Notifications
You must be signed in to change notification settings - Fork 41
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: update dependencies #1362
base: release52
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release52 #1362 +/- ##
=============================================
- Coverage 56.44% 55.76% -0.69%
=============================================
Files 401 360 -41
Lines 72109 66876 -5233
Branches 4547 3817 -730
=============================================
- Hits 40705 37291 -3414
+ Misses 31155 29454 -1701
+ Partials 249 131 -118 ☔ 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.
Looks good! I added one question for a single line that may or may not be excluded from the PR.
@@ -446,6 +446,7 @@ export async function handleDisableNextPiece(context: JobContext, data: DisableN | |||
|
|||
return sortedPieces.find((piece) => { | |||
return ( | |||
piece.pieceInstance.piece.enable.start !== 'now' && |
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 is not a part of dependency updates, right? Is this a bug fix, and for what?
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.
Updated typescript complained about not being able to compare a string and number
About the Contributor
This pull request is posted on behalf of the BBC
Type of Contribution
This is a: Code improvement
New Behavior
This is a large round of dependency updates.
Some 'big' changes:
eventemitter3
uses with builtin typed eventemitterMany of these tasks have been put off for a while as they needed nodejs newer than v14, so has been blocked until the meteor update last year.
Everything appears to be working fine, I haven't stressed it much though.
Testing
Affected areas
Time Frame
Other Information
Status