-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
When doing a fresh install of Studio-Web (with npm ci
), we get the following warnings, even with the latest Angular v20 version.
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.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead
-
inflight
,rimraf
andglob
are Karma dependencies and are tracked in this issue: Karma 6.4.4 Depends on "Vulnerable" inflight Library karma-runner/karma#3888 (comment) -
abab
anddomexception
are Jest dependencies: [Feature]: Deprecated dependencies in jest jestjs/jest#15537
Metadata
Metadata
Assignees
Labels
No labels