#2883·stylus

Deprecation warnings for inflight and glob

Author: MassimilianoManciniCreated Jun 17, 2024Updated Jan 17, 2026

During packages updating two deprecation warnings are issued

To reproduce: npm update -g

Current behavior:

bash
npm warn deprecated [email protected]: 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 [email protected]: Glob versions prior to v9 are no longer supported

Expected behavior:

no warnings

Environment information:

  • stylus version: 0.63.0
  • nodejs version: v22.3.0
  • os: Windows 11