Skip to content

Conversation

@MasterOdin
Copy link
Contributor

@MasterOdin MasterOdin commented Mar 7, 2025

Closes #153

PR updates async dependency to latest version. The only change that really affects this library was that the first function argument to whilst now has a callback function that need to call to return the test result, vs just returning it as before with v2.

Per the discussion in the linked issue, need to drop support for Node <= 4 as async dropped support for those versions of node.

@MasterOdin MasterOdin force-pushed the chore-async branch 3 times, most recently from 771b465 to 0e0a9c7 Compare March 7, 2025 03:20
@eriktrom
Copy link
Member

eriktrom commented Mar 7, 2025

Thanks for rebasing against the new jest branch(now in master). This looks good once those changes are in.

Signed-off-by: Matthew Peveler <[email protected]>
@MasterOdin
Copy link
Contributor Author

Done @eriktrom.

Copy link
Member

@eriktrom eriktrom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, thanks @MasterOdin

@eriktrom eriktrom merged commit de656d7 into http-party:master Mar 10, 2025
23 checks passed
@MasterOdin MasterOdin deleted the chore-async branch March 11, 2025 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade async to Latest Version to Address CVE-2024-39249

2 participants