Installing the latest typescript-plugin-css-modules (version 5.2.0), I get the following warnings:
warning typescript-plugin-css-modules > stylus > [email protected]: Glob versions prior to v9 are no longer supported
warning typescript-plugin-css-modules > stylus > glob > [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.
These look like issues with transitive dependencies through the stylus package. Here is an issue I found in that repo: stylus/stylus#2883
[These warnings are emitted by yarn, but it sounds like from that stylus issue that npm generates similar warnings.]