sindresorhus / globby

User-friendly glob matching
MIT License
2.49k stars 126 forks source link

globby 14.0.1 breaks bun compatibility #264

Closed controversial closed 5 months ago

controversial commented 5 months ago

After updating to 14.0.1, bun cannot import globby:

Screenshot 2024-02-12 at 5 48 30 PM

For Bun users, this is a breaking change in a semver-patch release, but Bun may not be an officially supported platform by this project.

controversial commented 5 months ago

The offending import (getDefaultHighWaterMark) was added in merge-streams v2.2.0.

This issue should probably be resolved on Bun’s side by implementing the missing function, unless there’s a clear path in merge-streams to undo the dependency on this function.

sindresorhus commented 5 months ago

This should be reported on the Bun issue tracker.

controversial commented 5 months ago

Already reported https://github.com/oven-sh/bun/issues/8869

Thanks for the quick response