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

fix: add missing dependency has-symbols #25

Merged
merged 1 commit into from
Jan 9, 2021
Merged

Conversation

merceyz
Copy link
Contributor

@merceyz merceyz commented Jan 9, 2021

What's the problem this PR addresses?

util.promisify is using has-symbols without declaring it as a dependency which makes it rely on something else in the dependency tree to declare it and hoisting to be gracious enough to place it in an accesible location neither of which is guaranteed. It was moved from dependencies to devDependencies in 8f8631b

Noticed by the Yarn PnP test in preactjs/preact-cli#1418

How did you fix it?

Moved it back

Copy link
Owner

@ljharb ljharb left a comment

Choose a reason for hiding this comment

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

Whoops, thanks :-)

@ljharb ljharb merged commit 9b45a3b into ljharb:main Jan 9, 2021
@ljharb
Copy link
Owner

ljharb commented Jan 9, 2021

Released in v1.1.1.

@ExE-Boss
Copy link
Contributor

It happened during @ljharb’s rebase of #19 in 2b9f90e..8f8631b.

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