cartant / eslint-plugin-rxjs

ESLint rules for RxJS
MIT License
312 stars 37 forks source link

Deprecated/unsupoprted dependencies: glob & inflight #130

Open Samuel-Therrien-Beslogic opened 4 months ago

Samuel-Therrien-Beslogic commented 4 months ago

Upstream issue: https://github.com/cartant/rxjs-report-usage/issues/7

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 
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

npm list inflight

└─┬ eslint-config-beslogic@2.4.4
  └─┬ eslint-plugin-rxjs@5.0.3
    └─┬ rxjs-report-usage@1.0.6
      └─┬ glob@7.2.3
        └── inflight@1.0.6

npm list glob

├─┬ @typescript-eslint/eslint-plugin@7.16.1
│ └─┬ eslint@8.57.0
│   └─┬ file-entry-cache@6.0.1
│     └─┬ flat-cache@3.2.0
│       └─┬ rimraf@3.0.2
│         └── glob@7.2.3 deduped
└─┬ eslint-config-beslogic@2.4.4
  └─┬ eslint-plugin-rxjs@5.0.3
    └─┬ rxjs-report-usage@1.0.6
      └── glob@7.2.3