Skip to content

Conversation

NathanWalker
Copy link
Contributor

@NathanWalker NathanWalker commented Sep 5, 2025

Clears all remaining deprecated dependencies and vulnerabilities.

before:

% npm i -g nativescript 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@2.6.3: Rimraf versions prior to v4 are no longer supported npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated osenv@0.1.4: This package is no longer supported. npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated q@1.5.1: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. npm warn deprecated npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) npm warn deprecated @xmldom/xmldom@0.7.13: this version is no longer supported, please update to at least 0.8.* added 24 packages, removed 12 packages, and changed 747 packages in 17s 

after:

% npm i -g nativescript added 2 packages, removed 129 packages, and changed 566 packages in 6s 
@NathanWalker NathanWalker added this to the 9.0 milestone Sep 5, 2025
Copy link
Contributor

@UlisesGascon UlisesGascon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice progress @NathanWalker! 👏 👏

@NathanWalker NathanWalker merged commit d9bced3 into main Sep 5, 2025
@NathanWalker NathanWalker deleted the fix/deprecated-deps branch September 5, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants