capawesome-team / capacitor-plugins

⚡️ Community plugins for Capacitor. Supports Android, iOS and the Web.
https://capawesome.io/plugins/
236 stars 39 forks source link

bug: Remove unused dependency inflight@1.0.6 #300

Closed winstonDeGreef closed 1 month ago

winstonDeGreef commented 1 month ago

Plugin(s)

Version

6.0.0

Platform(s)

Current behavior

When installing this plugin you get the following scary warning:

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.

As far as I can tell this module isn't actually used, so it should be removed

Expected behavior

n/a

Reproduction

n/a

Steps to reproduce

install the module

Other information

No response

Capacitor doctor

n/a

Before submitting

robingenz commented 1 month ago

Please take a look at the plugins dependencies: https://github.com/capawesome-team/capacitor-plugins/blob/main/packages/managed-configurations/package.json

We do not actively use the inflight package. It must therefore be a dependency of another dependency. I am therefore closing this issue.