Skip to content
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

Feat/bump dependencies #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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

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