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:
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 supportedExpected behavior:
no warnings
Environment information:
stylusversion: 0.63.0nodejsversion: v22.3.0- os: Windows 11
-- [email protected]
+-- @adobe/[email protected]
+-- [email protected]
| `-- [email protected]
+-- [email protected] <---------
| +-- [email protected]
| +-- [email protected] <----------
| | +-- [email protected] deduped
| | `-- [email protected]
| +-- [email protected]
| +-- [email protected]
| | `-- [email protected]
| | +-- [email protected]
| | `-- [email protected]
| +-- [email protected]
| | `-- [email protected] deduped
| `-- [email protected]
+-- [email protected]
`-- [email protected]Source: stylus/stylus