Skip to content

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