mjeanroy / rollup-plugin-license

Rollup plugin to add license banner to the final bundle and output third party licenses
MIT License
111 stars 21 forks source link

[Feature Request] Upgrade glob to latest version #1747

Closed alyoung1621 closed 3 months ago

alyoung1621 commented 3 months ago

When installing this package, I receive the following NPM warnings:

npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported.

I believe the root issue is the glob version, which is deprecated, and uses inflight, which is also deprecated. Therefore, I would like to request updating the glob version to the latest/supported version. Thank you.

mjeanroy commented 3 months ago

Hi @alyoung1621, Glob usage will be removed (see PR), I'll close this issue once the new version is publihed on npm.

mjeanroy commented 3 months ago

Version 3.5.0 does not depend on glob anymore, which should solve this issue :)