inflight module is not supported and leaks memory

Created on 16 October 2024, about 1 month ago

Overview

Running npm:build on the codebase yields the following 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.

The bit about leaking memory is part that catches my attention. Now as far as I can tell, inflight is a transitive dependency. So since we aren't requiring it directly, maybe we can't do anything about it or don't care. But if nothing else, we can document that fact here, in case other people unfamiliar with that side of things (like myself) see it and wonder if it's an issue.

Proposed resolution

User interface changes

πŸ“Œ Task
Status

Active

Version

0.0

Component

Page builder

Created by

πŸ‡ΊπŸ‡ΈUnited States traviscarden

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024