Skip to content

Conversation

Lmendev
Copy link

@Lmendev Lmendev commented Feb 23, 2024

Description

Dependencies are updated in order to use the latest version

Changes Made

By commit

  • packages without breaking changes updated
  • update glob dependency and create asyncPromisify to use it in the new way

Additional Notes

cheerio not updated because next versions are release candidate (RC)

@Lmendev Lmendev marked this pull request as ready for review February 23, 2024 01:18
@Lmendev Lmendev force-pushed the feat/upgrade-dependencies branch from 1786580 to fb636bd Compare February 23, 2024 01:23

const getFilesPath = async pathPattern => await glob(pathPattern)

return asyncPromisify(getFilesPath)(path.join(dir, pattern))
Copy link
Author

Choose a reason for hiding this comment

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

also we can refactor this function to use async await and avoid asyncPromisify

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.

1 participant