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

Upgrade glob to 11.0.0 #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DavidAdamson-GH
Copy link

This PR upgrades glob to version 11.0.0. This eliminates the need for the globPromise utility function, as starting with glob v9 it uses promises rather than callbacks.

It also removes the transitive dependency on the unsupported inflight package, which addresses issue #26.

@DavidAdamson-GH DavidAdamson-GH changed the title Upgrade glob to 11.0.0 Upgrade glob to 11.0.0 (fixes https://github.com/domdinnes/node-flyway/issues/26) Aug 15, 2024
@DavidAdamson-GH DavidAdamson-GH changed the title Upgrade glob to 11.0.0 (fixes https://github.com/domdinnes/node-flyway/issues/26) Upgrade glob to 11.0.0 Aug 15, 2024
@domdinnes
Copy link
Owner

Hi @DavidAdamson-GH - thanks for raising this. Just FYI the package-lock.json contains references to a private skyscanner artifactory. If you can update it I'm happy to merge this in.

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.

3 participants