Deprecated dependencies inflight
and glob
#2900
Labels
Area: Workflow
For anything dealing with Mithril's internal tooling, including the mocks and bundler, but not ospec
Type: Bug
For bugs and any other unexpected breakage
Mithril.js version: 2.2.2
Browser and OS: No browser, macOS 14.6
Project: N/A
Code
Steps to Reproduce
Expected Behavior
I expected mithril to install without any warnings.
Current Behavior
I received the following two deprecation warnings for the dependencies
inflight
andglob
when installing mithril:In particular,
inflight
has been entirely deprecated by its developer a few months ago, who recommends using something else.Context
This issue likely does not affect me, as I'm sure mithril will work just fine despite these warnings, but I thought the devs might want to be aware of this as I haven't seen it mentioned here in the issues.
The text was updated successfully, but these errors were encountered: